[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug-gnulib] changing comments from LGPL to GPL in gnulib files that can
From: |
Paul Eggert |
Subject: |
[bug-gnulib] changing comments from LGPL to GPL in gnulib files that can be either |
Date: |
Fri, 13 May 2005 23:30:46 -0700 |
I installed this change, to adjust recently-added gnulib files to
the gnulib tradition that the CVS version says "GPL" and gnulib-tool
turns this into the LGPL as needed.
2005-05-13 Paul Eggert <address@hidden>
* byteswap_.h, getsubopt.h, iconvme.h, strsep.c, strsep.h:
Change the initial comment to refer to GPL, not LGPL.
gnulib-tool will change it to LGPL as needed.
Index: lib/byteswap_.h
===================================================================
RCS file: /cvsroot/gnulib/gnulib/lib/byteswap_.h,v
retrieving revision 1.3
diff -p -u -r1.3 byteswap_.h
--- lib/byteswap_.h 14 May 2005 06:03:57 -0000 1.3
+++ lib/byteswap_.h 14 May 2005 06:24:45 -0000
@@ -2,20 +2,19 @@
Copyright (C) 2005 Free Software Foundation, Inc.
Written by Oskar Liljeblad <address@hidden>, 2005.
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2, or (at your option)
+ any later version.
This program 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
- Lesser General Public License for more details.
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this program; if not, write to the Free
- Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301. */
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#ifndef _BYTESWAP_H
Index: lib/getsubopt.h
===================================================================
RCS file: /cvsroot/gnulib/gnulib/lib/getsubopt.h,v
retrieving revision 1.2
diff -p -u -r1.2 getsubopt.h
--- lib/getsubopt.h 14 May 2005 06:03:58 -0000 1.2
+++ lib/getsubopt.h 14 May 2005 06:24:45 -0000
@@ -2,20 +2,19 @@
Copyright (C) 2004 Free Software Foundation, Inc.
Contributed by Simon Josefsson <address@hidden>, 2004.
- The GNU C Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2, or (at your option)
+ any later version.
- The GNU C Library is distributed in the hope that it will be useful,
+ This program 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
- Lesser General Public License for more details.
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301, USA. */
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
/* Assuming *OPTIONP is a comma separated list of elements of the form
"token" or "token=value", getsubopt parses the first of these elements.
Index: lib/iconvme.h
===================================================================
RCS file: /cvsroot/gnulib/gnulib/lib/iconvme.h,v
retrieving revision 1.2
diff -p -u -r1.2 iconvme.h
--- lib/iconvme.h 14 May 2005 06:03:58 -0000 1.2
+++ lib/iconvme.h 14 May 2005 06:24:45 -0000
@@ -3,17 +3,17 @@
Written by Simon Josefsson.
This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation; either version 2.1, or (at your option)
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2, or (at your option)
any later version.
This program 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 Lesser General Public License for more details.
+ GNU General Public License for more details.
- You should have received a copy of the GNU Lesser General Public License
along
- with this program; if not, write to the Free Software Foundation,
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#ifndef ICONVME_H
Index: lib/strsep.c
===================================================================
RCS file: /cvsroot/gnulib/gnulib/lib/strsep.c,v
retrieving revision 1.2
diff -p -u -r1.2 strsep.c
--- lib/strsep.c 14 May 2005 06:03:58 -0000 1.2
+++ lib/strsep.c 14 May 2005 06:24:45 -0000
@@ -1,21 +1,20 @@
/* Copyright (C) 2004 Free Software Foundation, Inc.
- * Written by Yoann Vandoorselaere <address@hidden>
- *
- * The file is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This file 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
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this file; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
- * USA.
- */
+
+ Written by Yoann Vandoorselaere <address@hidden>.
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2, or (at your option)
+ any later version.
+
+ This program 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 General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#ifdef HAVE_CONFIG_H
#include <config.h>
Index: lib/strsep.h
===================================================================
RCS file: /cvsroot/gnulib/gnulib/lib/strsep.h,v
retrieving revision 1.5
diff -p -u -r1.5 strsep.h
--- lib/strsep.h 14 May 2005 06:03:58 -0000 1.5
+++ lib/strsep.h 14 May 2005 06:24:45 -0000
@@ -1,21 +1,20 @@
/* Copyright (C) 2004 Free Software Foundation, Inc.
- * Written by Yoann Vandoorselaere <address@hidden>
- *
- * The file is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This file 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
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this file; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
- * USA.
- */
+
+ Written by Yoann Vandoorselaere <address@hidden>.
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2, or (at your option)
+ any later version.
+
+ This program 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 General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#ifndef GNULIB_STRSEP_H_
#define GNULIB_STRSEP_H_
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug-gnulib] changing comments from LGPL to GPL in gnulib files that can be either,
Paul Eggert <=