diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-01-02 16:28:19 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-01-02 16:29:47 +0000 |
commit | b168057aaacf1d149246d0eb3e84332492d35063 (patch) | |
tree | f204121971fb3549f0108c71aa8526272ab96234 /argp | |
parent | b217c15fc340bc29e7cab0a80626c65e48fcebd6 (diff) | |
download | glibc-b168057aaacf1d149246d0eb3e84332492d35063.zip glibc-b168057aaacf1d149246d0eb3e84332492d35063.tar.gz glibc-b168057aaacf1d149246d0eb3e84332492d35063.tar.bz2 |
Update copyright dates with scripts/update-copyrights.
Diffstat (limited to 'argp')
-rw-r--r-- | argp/Makefile | 2 | ||||
-rw-r--r-- | argp/argp-ba.c | 2 | ||||
-rw-r--r-- | argp/argp-eexst.c | 2 | ||||
-rw-r--r-- | argp/argp-fmtstream.c | 2 | ||||
-rw-r--r-- | argp/argp-fmtstream.h | 2 | ||||
-rw-r--r-- | argp/argp-fs-xinl.c | 2 | ||||
-rw-r--r-- | argp/argp-help.c | 2 | ||||
-rw-r--r-- | argp/argp-namefrob.h | 2 | ||||
-rw-r--r-- | argp/argp-parse.c | 2 | ||||
-rw-r--r-- | argp/argp-pv.c | 2 | ||||
-rw-r--r-- | argp/argp-pvh.c | 2 | ||||
-rw-r--r-- | argp/argp-test.c | 2 | ||||
-rw-r--r-- | argp/argp-xinl.c | 2 | ||||
-rw-r--r-- | argp/argp.h | 2 | ||||
-rw-r--r-- | argp/tst-argp1.c | 2 | ||||
-rw-r--r-- | argp/tst-argp2.c | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/argp/Makefile b/argp/Makefile index 997424e..1a87629 100644 --- a/argp/Makefile +++ b/argp/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2014 Free Software Foundation, Inc. +# Copyright (C) 1997-2015 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or diff --git a/argp/argp-ba.c b/argp/argp-ba.c index a09f37d..4320352 100644 --- a/argp/argp-ba.c +++ b/argp/argp-ba.c @@ -1,5 +1,5 @@ /* Default definition for ARGP_PROGRAM_BUG_ADDRESS. - Copyright (C) 1996-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Miles Bader <miles@gnu.ai.mit.edu>. diff --git a/argp/argp-eexst.c b/argp/argp-eexst.c index 3d2a543..a2d28c8 100644 --- a/argp/argp-eexst.c +++ b/argp/argp-eexst.c @@ -1,5 +1,5 @@ /* Default definition for ARGP_ERR_EXIT_STATUS - Copyright (C) 1997-2014 Free Software Foundation, Inc. + Copyright (C) 1997-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Miles Bader <miles@gnu.ai.mit.edu>. diff --git a/argp/argp-fmtstream.c b/argp/argp-fmtstream.c index 5eed9a8..2b845e0 100644 --- a/argp/argp-fmtstream.c +++ b/argp/argp-fmtstream.c @@ -1,5 +1,5 @@ /* Word-wrapping and line-truncating streams - Copyright (C) 1997-2014 Free Software Foundation, Inc. + Copyright (C) 1997-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Miles Bader <miles@gnu.ai.mit.edu>. diff --git a/argp/argp-fmtstream.h b/argp/argp-fmtstream.h index 1ed2834..6dd087a 100644 --- a/argp/argp-fmtstream.h +++ b/argp/argp-fmtstream.h @@ -1,5 +1,5 @@ /* Word-wrapping and line-truncating streams. - Copyright (C) 1997-2014 Free Software Foundation, Inc. + Copyright (C) 1997-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Miles Bader <miles@gnu.ai.mit.edu>. diff --git a/argp/argp-fs-xinl.c b/argp/argp-fs-xinl.c index ae5487a..b6ee84c 100644 --- a/argp/argp-fs-xinl.c +++ b/argp/argp-fs-xinl.c @@ -1,5 +1,5 @@ /* Real definitions for extern inline functions in argp-fmtstream.h - Copyright (C) 1997-2014 Free Software Foundation, Inc. + Copyright (C) 1997-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Miles Bader <miles@gnu.ai.mit.edu>. diff --git a/argp/argp-help.c b/argp/argp-help.c index c5217d8..b055e45 100644 --- a/argp/argp-help.c +++ b/argp/argp-help.c @@ -1,5 +1,5 @@ /* Hierarchial argument parsing help output - Copyright (C) 1995-2014 Free Software Foundation, Inc. + Copyright (C) 1995-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Miles Bader <miles@gnu.ai.mit.edu>. diff --git a/argp/argp-namefrob.h b/argp/argp-namefrob.h index 89180e3..f67c58f 100644 --- a/argp/argp-namefrob.h +++ b/argp/argp-namefrob.h @@ -1,5 +1,5 @@ /* Name frobnication for compiling argp outside of glibc - Copyright (C) 1997-2014 Free Software Foundation, Inc. + Copyright (C) 1997-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Miles Bader <miles@gnu.ai.mit.edu>. diff --git a/argp/argp-parse.c b/argp/argp-parse.c index cddb3eb..e8b93a3 100644 --- a/argp/argp-parse.c +++ b/argp/argp-parse.c @@ -1,5 +1,5 @@ /* Hierarchial argument parsing, layered over getopt - Copyright (C) 1995-2014 Free Software Foundation, Inc. + Copyright (C) 1995-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Miles Bader <miles@gnu.ai.mit.edu>. diff --git a/argp/argp-pv.c b/argp/argp-pv.c index bfa130e..d9b1776 100644 --- a/argp/argp-pv.c +++ b/argp/argp-pv.c @@ -1,5 +1,5 @@ /* Default definition for ARGP_PROGRAM_VERSION. - Copyright (C) 1996-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Miles Bader <miles@gnu.ai.mit.edu>. diff --git a/argp/argp-pvh.c b/argp/argp-pvh.c index 5617bb8..071b7b5 100644 --- a/argp/argp-pvh.c +++ b/argp/argp-pvh.c @@ -1,5 +1,5 @@ /* Default definition for ARGP_PROGRAM_VERSION_HOOK. - Copyright (C) 1996-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Miles Bader <miles@gnu.ai.mit.edu>. diff --git a/argp/argp-test.c b/argp/argp-test.c index 8c01a73..01fe3e4 100644 --- a/argp/argp-test.c +++ b/argp/argp-test.c @@ -1,5 +1,5 @@ /* Test program for argp argument parser - Copyright (C) 1997-2014 Free Software Foundation, Inc. + Copyright (C) 1997-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Miles Bader <miles@gnu.ai.mit.edu>. diff --git a/argp/argp-xinl.c b/argp/argp-xinl.c index 07456f9..e5a9b70 100644 --- a/argp/argp-xinl.c +++ b/argp/argp-xinl.c @@ -1,5 +1,5 @@ /* Real definitions for extern inline functions in argp.h - Copyright (C) 1997-2014 Free Software Foundation, Inc. + Copyright (C) 1997-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Miles Bader <miles@gnu.ai.mit.edu>. diff --git a/argp/argp.h b/argp/argp.h index 0868228..40bf5e6 100644 --- a/argp/argp.h +++ b/argp/argp.h @@ -1,5 +1,5 @@ /* Hierarchial argument parsing, layered over getopt. - Copyright (C) 1995-2014 Free Software Foundation, Inc. + Copyright (C) 1995-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Miles Bader <miles@gnu.ai.mit.edu>. diff --git a/argp/tst-argp1.c b/argp/tst-argp1.c index 0b17e36..8769dfd 100644 --- a/argp/tst-argp1.c +++ b/argp/tst-argp1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2014 Free Software Foundation, Inc. +/* Copyright (C) 2002-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. diff --git a/argp/tst-argp2.c b/argp/tst-argp2.c index cfa6084..af370ef 100644 --- a/argp/tst-argp2.c +++ b/argp/tst-argp2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2014 Free Software Foundation, Inc. +/* Copyright (C) 2007-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jakub Jelinek <jakub@redhat.com>, 2007. |