Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit f5ec263

Browse files
committed
Update some copyright years.
1 parent bddc968 commit f5ec263

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Makefile for zlib
2-
# Copyright (C) 1995-2012 Jean-loup Gailly, Mark Adler
2+
# Copyright (C) 1995-2013 Jean-loup Gailly, Mark Adler
33
# For conditions of distribution and use, see copyright notice in zlib.h
44

55
# To compile and test, type:

win32/zlib1.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ BEGIN
2626
VALUE "FileDescription", "zlib data compression library\0"
2727
VALUE "FileVersion", ZLIB_VERSION "\0"
2828
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"
3030
VALUE "OriginalFilename", "zlib1.dll\0"
3131
VALUE "ProductName", "zlib\0"
3232
VALUE "ProductVersion", ZLIB_VERSION "\0"

0 commit comments

Comments
 (0)