diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/getopt_.h | 4 | ||||
-rw-r--r-- | lib/save-cwd.c | 2 | ||||
-rw-r--r-- | lib/save-cwd.h | 2 | ||||
-rw-r--r-- | lib/unsetenv.c | 3 |
4 files changed, 6 insertions, 5 deletions
diff --git a/lib/getopt_.h b/lib/getopt_.h index 6c719ee4b53..cd6ba056525 100644 --- a/lib/getopt_.h +++ b/lib/getopt_.h @@ -1,5 +1,5 @@ /* Declarations for getopt. - Copyright (C) 1989-1994, 1996-1999, 2001, 2003-2007, 2009-2015 Free + Copyright (C) 1989-1994, 1996-1999, 2001, 2003-2007, 2009-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. @@ -130,7 +130,7 @@ /* The definition of _GL_ARG_NONNULL is copied here. */ /* A C macro for declaring that specific arguments must not be NULL. - Copyright (C) 2009-2015 Free Software Foundation, Inc. + Copyright (C) 2009-2016 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 diff --git a/lib/save-cwd.c b/lib/save-cwd.c index d13a743707d..1fa5d69e857 100644 --- a/lib/save-cwd.c +++ b/lib/save-cwd.c @@ -1,6 +1,6 @@ /* save-cwd.c -- Save and restore current working directory. - Copyright (C) 1995, 1997-1998, 2003-2006, 2009-2015 Free Software + Copyright (C) 1995, 1997-1998, 2003-2006, 2009-2016 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify diff --git a/lib/save-cwd.h b/lib/save-cwd.h index 36e0b101662..9b296cda5a4 100644 --- a/lib/save-cwd.h +++ b/lib/save-cwd.h @@ -1,6 +1,6 @@ /* Save and restore current working directory. - Copyright (C) 1995, 1997-1998, 2003, 2009-2015 Free Software + Copyright (C) 1995, 1997-1998, 2003, 2009-2016 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify diff --git a/lib/unsetenv.c b/lib/unsetenv.c index 87f41d59a50..7f1e65a3412 100644 --- a/lib/unsetenv.c +++ b/lib/unsetenv.c @@ -1,4 +1,5 @@ -/* Copyright (C) 1992, 1995-2002, 2005-2015 Free Software Foundation, Inc. +/* Copyright (C) 1992, 1995-2002, 2005-2016 Free Software Foundation, + Inc. This file is part of the GNU C Library. This program is free software: you can redistribute it and/or modify |