diff options
| author | Paul Eggert | 2015-01-01 09:18:06 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-01-01 09:18:06 -0800 |
| commit | 732fd4c7e11debd61c97eaaba3038d61e6ec7024 (patch) | |
| tree | 2f06329713fc44450cd66b07367863609780141a /lib/getgroups.c | |
| parent | a5f90a37622e9d0cb066da413846c1c3f6900b51 (diff) | |
| download | emacs-732fd4c7e11debd61c97eaaba3038d61e6ec7024.tar.gz emacs-732fd4c7e11debd61c97eaaba3038d61e6ec7024.zip | |
Update copyright year to 2015
Run admin/update-copyright.
Diffstat (limited to 'lib/getgroups.c')
| -rw-r--r-- | lib/getgroups.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/getgroups.c b/lib/getgroups.c index 91a340f3d6d..a7f0f9e2a29 100644 --- a/lib/getgroups.c +++ b/lib/getgroups.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* provide consistent interface to getgroups for systems that don't allow N==0 | 1 | /* provide consistent interface to getgroups for systems that don't allow N==0 |
| 2 | 2 | ||
| 3 | Copyright (C) 1996, 1999, 2003, 2006-2014 Free Software Foundation, Inc. | 3 | Copyright (C) 1996, 1999, 2003, 2006-2015 Free Software Foundation, |
| 4 | Inc. | ||
| 4 | 5 | ||
| 5 | This program is free software: you can redistribute it and/or modify | 6 | This program is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 7 | it under the terms of the GNU General Public License as published by |