OSDN Git Service

Update copyright notification for development in new year.
authorKeith Marshall <keithmarshall@users.sourceforge.net>
Thu, 10 Jan 2013 17:02:15 +0000 (17:02 +0000)
committerKeith Marshall <keithmarshall@users.sourceforge.net>
Thu, 10 Jan 2013 17:02:15 +0000 (17:02 +0000)
ChangeLog
configure.ac

index 90249bb..a7ec048 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-01-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Update copyright notification for development in new year.
+
+       * configure.ac (YEARS_OF_ISSUE): Add year 2013.
+       (COPYRIGHT_HOLDER): Augment project name; s/MinGW/MinGW.org/
+
 2012-09-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
 
        Add .hgignore as tracked file.
index 030965d..d3d3267 100644 (file)
@@ -3,7 +3,7 @@
 # $Id$
 #
 # Written by Keith Marshall <keithmarshall@users.sourceforge.net>
-# Copyright (C) 2009, 2010, 2011, 2012, MinGW Project
+# Copyright (C) 2009-2013, MinGW.org Project
 #
 #
 # Configuration script for mingw-get
 # hope that it may prove useful, but WITHOUT WARRANTY OF ANY KIND; not
 # even an implied WARRANTY OF MERCHANTABILITY, nor of FITNESS FOR ANY
 # PARTICULAR PURPOSE.  Under no circumstances will the author, or the
-# MinGW Project, accept liability for any damages, however caused,
+# MinGW.org Project, accept liability for any damages, however caused,
 # arising from the use of this software.
 #
   AC_INIT([mingw-get],[0.5-beta-20120426-1],[http://mingw.org/Reporting_Bugs])
 
-  AC_SUBST([COPYRIGHT_HOLDER],["MinGW Project"])
-  AC_SUBST([YEARS_OF_ISSUE],["2009, 2010, 2011, 2012"])
+  AC_SUBST([COPYRIGHT_HOLDER],["MinGW.org Project"])
+  AC_SUBST([YEARS_OF_ISSUE],["2009-2013"])
 
 # Override the normal UNIX-centric autoconf default prefix;
 # substitute the MinGW standard in its place.