summaryrefslogtreecommitdiff
path: root/base/compression
diff options
context:
space:
mode:
Diffstat (limited to 'base/compression')
-rw-r--r--base/compression/lzss_compression.cc2
-rw-r--r--base/compression/lzss_compression.hh2
-rw-r--r--base/compression/null_compression.hh2
3 files changed, 3 insertions, 3 deletions
diff --git a/base/compression/lzss_compression.cc b/base/compression/lzss_compression.cc
index 2f6c5d338..46f1b0266 100644
--- a/base/compression/lzss_compression.cc
+++ b/base/compression/lzss_compression.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2003-2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/compression/lzss_compression.hh b/base/compression/lzss_compression.hh
index 9707a8aca..e5e8c8da4 100644
--- a/base/compression/lzss_compression.hh
+++ b/base/compression/lzss_compression.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2003-2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/compression/null_compression.hh b/base/compression/null_compression.hh
index 6a630b113..195498f1b 100644
--- a/base/compression/null_compression.hh
+++ b/base/compression/null_compression.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2003-2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without