bug-gnulib
[Top][All Lists]
Advanced

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

[PATCH] version-etc: update copyright year reported by --version


From: Jim Meyering
Subject: [PATCH] version-etc: update copyright year reported by --version
Date: Sun, 01 Jan 2012 10:01:11 +0100

FYI,

>From fc9846f7408ed30a3421eff5450ff5287cd66ddd Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Sun, 1 Jan 2012 10:00:41 +0100
Subject: [PATCH] version-etc: update copyright year reported by --version

* lib/version-etc.c (COPYRIGHT_YEAR): Update to 2012.

Copyright (C) 1997-2012 Free Software Foundation, Inc.
---
 ChangeLog         |    7 ++++++-
 lib/version-etc.c |    4 ++--
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3e45b00..185c64d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-01-01  Jim Meyering  <address@hidden>
+
+       version-etc: update copyright year reported by --version
+       * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2012.
+
 2011-12-31  Pádraig Brady  <address@hidden>

        canonicalize: only stat() if required
@@ -90572,7 +90577,7 @@
        coding: utf-8
        End:

-       Copyright (C) 1997-2011 Free Software Foundation, Inc.
+       Copyright (C) 1997-2012 Free Software Foundation, Inc.

        Copying and distribution of this file, with or without
        modification, are permitted provided the copyright notice
diff --git a/lib/version-etc.c b/lib/version-etc.c
index b8d4724..ae1e44d 100644
--- a/lib/version-etc.c
+++ b/lib/version-etc.c
@@ -1,5 +1,5 @@
 /* Print --version and bug-reporting information in a consistent format.
-   Copyright (C) 1999-2011 Free Software Foundation, Inc.
+   Copyright (C) 1999-2012 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 published by
@@ -38,7 +38,7 @@
 # define PACKAGE PACKAGE_TARNAME
 #endif

-enum { COPYRIGHT_YEAR = 2011 };
+enum { COPYRIGHT_YEAR = 2012 };

 /* The three functions below display the --version information the
    standard way.
--
1.7.8.1.391.g2c2ad



reply via email to

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