• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

The MinGW.OSDN Installation Manager Tool


Commit MetaInfo

Revision8b5674a9d70722a6e47614dc33a19ea73046a15c (tree)
Zeit2013-01-07 23:11:04
AutorKeith Marshall <keithmarshall@user...>
CommiterKeith Marshall

Log Message

Update copyright notification for development in new year.

Ändern Zusammenfassung

Diff

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
1+2013-01-07 Keith Marshall <keithmarshall@users.sourceforge.net>
2+
3+ Update copyright notification for development in new year.
4+
5+ * configure.ac (YEARS_OF_ISSUE): Add year 2013.
6+
7+ * Makefile.in (version.c, guidata.$OBJEXT): Make them depend on...
8+ (Makefile): ...this, so YEARS_OF_ISSUE propagates to built objects.
9+
110 2012-12-24 Keith Marshall <keithmarshall@users.sourceforge.net>
211
312 Work around a GUI action scheduling instability.
--- a/Makefile.in
+++ b/Makefile.in
@@ -6,7 +6,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@
66 PACKAGE_VERSION = @PACKAGE_VERSION@
77
88 # Written by Keith Marshall <keithmarshall@users.sourceforge.net>
9-# Copyright (C) 2009, 2010, 2011, 2012, MinGW.org Project
9+# Copyright (C) 2009-2013, MinGW.org Project
1010 #
1111 #
1212 # Makefile template for mingw-get
@@ -165,8 +165,8 @@ time-stamp:
165165 %.c: %.c.in
166166 $(VERSION_SCRIPT) $< > $@
167167
168-version.c: build.time
169-guidata.$(OBJEXT): build.time
168+version.c: Makefile build.time
169+guidata.$(OBJEXT): Makefile build.time
170170
171171 # Installation tools and directory paths...
172172 #
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
33 # $Id$
44 #
55 # Written by Keith Marshall <keithmarshall@users.sourceforge.net>
6-# Copyright (C) 2009, 2010, 2011, 2012, MinGW.org Project
6+# Copyright (C) 2009-2013, MinGW.org Project
77 #
88 #
99 # Configuration script for mingw-get
@@ -25,7 +25,7 @@
2525 AC_INIT([mingw-get],[0.6],[http://mingw.org/Reporting_Bugs])
2626
2727 AC_SUBST([COPYRIGHT_HOLDER],["MinGW.org Project"])
28- AC_SUBST([YEARS_OF_ISSUE],["2009, 2010, 2011, 2012"])
28+ AC_SUBST([YEARS_OF_ISSUE],["2009-2013"])
2929
3030 # Identify the formal release classes for each of the CLI and the GUI
3131 # application sub-packages; these may be overriden at configure time,