This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Copyright dates updated for 2015 [committed]


On Fri, 2 Jan 2015, Andreas Schwab wrote:

> Joseph Myers <joseph@codesourcery.com> writes:
> 
> > diff --git a/nptl/version.c b/nptl/version.c
> > index 50e8c2a..85c6a00 100644
> > --- a/nptl/version.c
> > +++ b/nptl/version.c
> > @@ -23,7 +23,7 @@
> >  
> >  static const char banner[] =
> >  #include "banner.h"
> > -"Copyright (C) 2006-2014 Free Software Foundation, Inc.\n\
> > +"Copyright (C) 2006-2015 Free Software Foundation, Inc.\n\
> 
> That should be a single year.

I've applied this patch.

diff --git a/ChangeLog b/ChangeLog
index e0863d8..ef740a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
 
+	* nptl/version.c (banner): Use single year in copyright notice.
+
 	* NEWS: Update copyright dates.
 	* catgets/gencat.c (print_version): Likewise.
 	* csu/version.c (banner): Likewise.
diff --git a/nptl/version.c b/nptl/version.c
index 85c6a00..cfa2acb 100644
--- a/nptl/version.c
+++ b/nptl/version.c
@@ -23,7 +23,7 @@
 
 static const char banner[] =
 #include "banner.h"
-"Copyright (C) 2006-2015 Free Software Foundation, Inc.\n\
+"Copyright (C) 2015 Free Software Foundation, Inc.\n\
 This is free software; see the source for copying conditions.\n\
 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\
 PARTICULAR PURPOSE.\n"

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]