diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2013-04-18 21:38:15 -1000 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2013-04-28 15:57:11 -0700 |
commit | f5ec26344f2c9d4facc000cd9c8495e279a0eba6 (patch) | |
tree | a406067bc42da3af6f243b304be965668201c6ac | |
parent | bddc968b1432f045e4630f72273f2049b211c333 (diff) | |
download | zlib-f5ec26344f2c9d4facc000cd9c8495e279a0eba6.tar.gz zlib-f5ec26344f2c9d4facc000cd9c8495e279a0eba6.tar.bz2 zlib-f5ec26344f2c9d4facc000cd9c8495e279a0eba6.zip |
Update some copyright years.
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | win32/zlib1.rc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index f0b41f0..c61aa30 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -1,5 +1,5 @@ | |||
1 | # Makefile for zlib | 1 | # Makefile for zlib |
2 | # Copyright (C) 1995-2012 Jean-loup Gailly, Mark Adler | 2 | # Copyright (C) 1995-2013 Jean-loup Gailly, Mark Adler |
3 | # For conditions of distribution and use, see copyright notice in zlib.h | 3 | # For conditions of distribution and use, see copyright notice in zlib.h |
4 | 4 | ||
5 | # To compile and test, type: | 5 | # To compile and test, type: |
diff --git a/win32/zlib1.rc b/win32/zlib1.rc index 13c6221..5c0feed 100644 --- a/win32/zlib1.rc +++ b/win32/zlib1.rc | |||
@@ -26,7 +26,7 @@ BEGIN | |||
26 | VALUE "FileDescription", "zlib data compression library\0" | 26 | VALUE "FileDescription", "zlib data compression library\0" |
27 | VALUE "FileVersion", ZLIB_VERSION "\0" | 27 | VALUE "FileVersion", ZLIB_VERSION "\0" |
28 | VALUE "InternalName", "zlib1.dll\0" | 28 | VALUE "InternalName", "zlib1.dll\0" |
29 | VALUE "LegalCopyright", "(C) 1995-2012 Jean-loup Gailly & Mark Adler\0" | 29 | VALUE "LegalCopyright", "(C) 1995-2013 Jean-loup Gailly & Mark Adler\0" |
30 | VALUE "OriginalFilename", "zlib1.dll\0" | 30 | VALUE "OriginalFilename", "zlib1.dll\0" |
31 | VALUE "ProductName", "zlib\0" | 31 | VALUE "ProductName", "zlib\0" |
32 | VALUE "ProductVersion", ZLIB_VERSION "\0" | 32 | VALUE "ProductVersion", ZLIB_VERSION "\0" |