libidn-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS libidn/gl


From: libidn-commit
Subject: CVS libidn/gl
Date: Thu, 26 May 2005 16:39:51 +0200

Update of /home/cvs/libidn/gl
In directory dopio:/tmp/cvs-serv4406/gl

Modified Files:
        dummy.c error.c error.h getopt.c getopt1.c getopt_.h 
        getopt_int.h gettext.h strdup.c strdup.h 
Log Message:
Update FSF address in license.  Fix copyrights.

--- /home/cvs/libidn/gl/dummy.c 2005/01/29 00:22:43     1.5
+++ /home/cvs/libidn/gl/dummy.c 2005/05/26 14:39:51     1.6
@@ -2,18 +2,18 @@
    Copyright (C) 2004 Free Software Foundation, Inc.
 
    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
+   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., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
    USA.  */
 
 /* Some systems, reportedly OpenBSD and Mac OS X, refuse to create
--- /home/cvs/libidn/gl/error.c 2005/01/01 18:32:26     1.3
+++ /home/cvs/libidn/gl/error.c 2005/05/26 14:39:51     1.4
@@ -14,7 +14,7 @@
 
    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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 /* Written by David MacKenzie <address@hidden>.  */
 
--- /home/cvs/libidn/gl/error.h 2004/10/02 18:06:10     1.1
+++ /home/cvs/libidn/gl/error.h 2005/05/26 14:39:51     1.2
@@ -14,7 +14,7 @@
 
    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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #ifndef _ERROR_H
 #define _ERROR_H 1
--- /home/cvs/libidn/gl/getopt.c        2004/11/21 12:15:44     1.5
+++ /home/cvs/libidn/gl/getopt.c        2005/05/26 14:39:51     1.6
@@ -18,7 +18,7 @@
 
    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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 /* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>.
    Ditto for AIX 3.2 and <stdlib.h>.  */
--- /home/cvs/libidn/gl/getopt1.c       2004/11/21 12:15:44     1.5
+++ /home/cvs/libidn/gl/getopt1.c       2005/05/26 14:39:51     1.6
@@ -15,7 +15,7 @@
 
    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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
--- /home/cvs/libidn/gl/getopt_.h       2004/12/04 01:27:08     1.4
+++ /home/cvs/libidn/gl/getopt_.h       2005/05/26 14:39:51     1.5
@@ -15,7 +15,7 @@
 
    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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #ifndef _GETOPT_H
 
--- /home/cvs/libidn/gl/getopt_int.h    2004/11/21 12:15:44     1.3
+++ /home/cvs/libidn/gl/getopt_int.h    2005/05/26 14:39:51     1.4
@@ -15,7 +15,7 @@
 
    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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #ifndef _GETOPT_INT_H
 #define _GETOPT_INT_H  1
--- /home/cvs/libidn/gl/gettext.h       2004/09/28 22:46:39     1.1
+++ /home/cvs/libidn/gl/gettext.h       2005/05/26 14:39:51     1.2
@@ -13,7 +13,7 @@
 
    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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #ifndef _LIBGETTEXT_H
 #define _LIBGETTEXT_H 1
--- /home/cvs/libidn/gl/strdup.c        2004/09/28 22:46:39     1.4
+++ /home/cvs/libidn/gl/strdup.c        2005/05/26 14:39:51     1.5
@@ -15,7 +15,7 @@
 
    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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
--- /home/cvs/libidn/gl/strdup.h        2004/09/28 22:46:39     1.2
+++ /home/cvs/libidn/gl/strdup.h        2005/05/26 14:39:51     1.3
@@ -13,7 +13,7 @@
 
    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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #ifndef STRDUP_H_
 #define STRDUP_H_





reply via email to

[Prev in Thread] Current Thread [Next in Thread]