From: Steve Dower Date: Sat, 17 Jan 2015 22:29:01 +0000 (-0800) Subject: Updated copyright year (after my patch from last year reverted it) X-Git-Tag: v3.5.0a1~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c13bd9ac27d8e67c9bdc57c1d34dd4f4a03a567;p=thirdparty%2FPython%2Fcpython.git Updated copyright year (after my patch from last year reverted it) --- diff --git a/PC/python_ver_rc.h b/PC/python_ver_rc.h index 8794cad93092..1f1bebc51f5a 100644 --- a/PC/python_ver_rc.h +++ b/PC/python_ver_rc.h @@ -4,7 +4,7 @@ #include "winver.h" #define PYTHON_COMPANY "Python Software Foundation" -#define PYTHON_COPYRIGHT "Copyright © 2001-2014 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC." +#define PYTHON_COPYRIGHT "Copyright © 2001-2015 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC." #define MS_WINDOWS #include "modsupport.h"