summaryrefslogtreecommitdiff
path: root/src/libs/libgroff/putenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/libgroff/putenv.c')
-rw-r--r--src/libs/libgroff/putenv.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/libs/libgroff/putenv.c b/src/libs/libgroff/putenv.c
index 8e7868e8..dc38f477 100644
--- a/src/libs/libgroff/putenv.c
+++ b/src/libs/libgroff/putenv.c
@@ -3,18 +3,16 @@ This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
-published by the Free Software Foundation; either version 2 of the
-License, or (at your option) any later version.
+published by the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
The GNU C Library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
-You should have received a copy of the GNU Library General Public
-License along with the GNU C Library; see the file COPYING.LIB. If
-not, write to the Free Software Foundation, Inc., 675 Mass Ave,
-Cambridge, MA 02139, USA. */
+You should have received a copy of the GNU Library General Public License
+along with this program. If not, see <http://www.gnu.org/licenses/>. */
/* Hacked slightly by jjc@jclark.com for groff. */