autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/3] maint: document use of copyright ranges


From: Eric Blake
Subject: [PATCH 1/3] maint: document use of copyright ranges
Date: Tue, 4 Jan 2011 16:31:17 -0700

* README: Copy coreutils wording for allowing copyright year
ranges.
* cfg.mk (UPDATE_COPYRIGHT_USE_INTERVALS): Now that GNU Coding
Standards permit it, prefer shorthand copyright.

Signed-off-by: Eric Blake <address@hidden>
---

Happy New Year!  Now that GNU Coding Standards have changed to
permit copyright range abbreviation, and following the lead of
several other projects, I'm using the new year as an opportunity
to take advantage of it.  And my work in previous years to make
copyright updates go smoothly have paid off - I didn't have to
do any manual editing to get various --version outputs to show
the correct 2011!

This patch lays the groundwork, and the next two are all automated.

 ChangeLog |   10 +++++++++-
 README    |    5 ++++-
 cfg.mk    |    6 +++---
 3 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c208a06..6a982cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-01-04  Eric Blake  <address@hidden>
+
+       maint: document use of copyright ranges
+       * README: Copy coreutils wording for allowing copyright year
+       ranges.
+       * cfg.mk (UPDATE_COPYRIGHT_USE_INTERVALS): Now that GNU Coding
+       Standards permit it, prefer shorthand copyright.
+
 2011-01-03  Karl Berry  <address@hidden>

        Avoid using @acronym in install.texi.
@@ -22413,7 +22421,7 @@
        End:

        Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-       2009, 2010 Free Software Foundation, Inc.
+       2009, 2010, 2011 Free Software Foundation, Inc.

        This program is free software: you can redistribute it and/or
        modify it under the terms of the GNU General Public License as
diff --git a/README b/README
index 7b67372..0f79abf 100644
--- a/README
+++ b/README
@@ -52,10 +52,13 @@ For more licensing information, see
 <http://www.gnu.org/licenses/gpl-faq.html> and
 <http://www.gnu.org/licenses/exceptions.html>.

+For any copyright year range specified as YYYY-ZZZZ in this package
+note that the range specifies every single year in that closed interval.
+
 -----

 Copyright (C) 1992, 1993, 1994, 1998, 2000, 2001, 2002, 2003, 2004,
-2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.

 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
diff --git a/cfg.mk b/cfg.mk
index c519cd0..750ca2c 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,5 +1,5 @@
 # Customize maint.mk for Autoconf.            -*- Makefile -*-
-# Copyright (C) 2003, 2004, 2006, 2008, 2009, 2010 Free Software
+# Copyright (C) 2003, 2004, 2006, 2008, 2009, 2010, 2011 Free Software
 # Foundation, Inc.

 # This program is free software: you can redistribute it and/or modify
@@ -105,9 +105,9 @@ autom4te-update:
 local-checks-to-skip ?= \
   changelog-check sc_unmarked_diagnostics

-# Always use longhand copyrights.
+# Always use shorthand copyrights.
 update-copyright-env = \
-  UPDATE_COPYRIGHT_USE_INTERVALS=0 \
+  UPDATE_COPYRIGHT_USE_INTERVALS=1 \
   UPDATE_COPYRIGHT_MAX_LINE_LENGTH=72

 # Prevent incorrect NEWS edits.
-- 
1.7.3.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]