libidn-commit
[Top][All Lists]
Advanced

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

CVS libidn/lib


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

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

Modified Files:
        Makefile.am gen-stringprep-tables.pl gen-tld-tables.pl 
        gen-unicode-tables.pl iconvme.c iconvme.h idn-free.c 
        idn-free.h idna.c idna.h nfkc.c pr29.c pr29.h profiles.c 
        punycode.c punycode.h strerror-idna.c strerror-pr29.c 
        strerror-punycode.c strerror-stringprep.c strerror-tld.c 
        stringprep.c stringprep.h.in tld.c tld.h toutf8.c version.c 
Log Message:
Update FSF address in license.  Fix copyrights.

--- /home/cvs/libidn/lib/Makefile.am    2005/01/30 01:14:40     1.30
+++ /home/cvs/libidn/lib/Makefile.am    2005/05/26 14:39:58     1.31
@@ -16,7 +16,7 @@
 #
 # You should have received a copy of the GNU Lesser General Public
 # License along with GNU Libidn; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
 
 EXTRA_DIST = gen-stringprep-tables.pl gen-unicode-tables.pl gen-tld-tables.pl
 
--- /home/cvs/libidn/lib/gen-stringprep-tables.pl       2003/10/19 02:09:49     
1.5
+++ /home/cvs/libidn/lib/gen-stringprep-tables.pl       2005/05/26 14:39:58     
1.6
@@ -1,21 +1,21 @@
 #! /usr/bin/perl -w
 
-# Copyright (C) 2002, 2003 Simon Josefsson
+# Copyright (C) 2002, 2003, 2005 Simon Josefsson
 
 # 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., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
+# along with this program; if not, you can either send email to this
+# program's maintainer or write to: The Free Software Foundation,
+# Inc.; 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
 # I consider the output of this program to be unrestricted.  Use it as
 # you will.
--- /home/cvs/libidn/lib/gen-tld-tables.pl      2004/02/28 13:50:37     1.16
+++ /home/cvs/libidn/lib/gen-tld-tables.pl      2005/05/26 14:39:58     1.17
@@ -2,23 +2,26 @@
 
 # Author: Thomas Jacob, Internet24.de
 
-# Copyright (C) 2004  Simon Josefsson.
+# Copyright (C) 2004, 2005  Simon Josefsson.
 # 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 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., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
+# along with this program; if not, you can either send email to this
+# program's maintainer or write to: The Free Software Foundation,
+# Inc.; 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+#
+# I consider the output of this program to be unrestricted.  Use it as
+# you will.
 
 # See doc/tld/README and draft-hoffman-idn-reg-*.txt inside Libidn for
 # more information on the input file syntax.
@@ -26,10 +29,6 @@
 # Use this to generate TLD tables:
 # $ ./gen-tld-tables *.tld > tlds.c
 
-# I consider the output of this program to be unrestricted.  Use it as
-# you will.
-#
-
 use strict;
 use warnings;
 
--- /home/cvs/libidn/lib/gen-unicode-tables.pl  2004/10/12 15:46:17     1.4
+++ /home/cvs/libidn/lib/gen-unicode-tables.pl  2005/05/26 14:39:58     1.5
@@ -1,23 +1,23 @@
 #! /usr/bin/perl -w
 
-#    Copyright (C) 2004 Simon Josefsson
+#    Copyright (C) 2004, 2005 Simon Josefsson
 #    Copyright (C) 1998, 1999 Tom Tromey
 #    Copyright (C) 2001 Red Hat Software
 
-#    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., 59 Temple Place - Suite 330, Boston, MA
-#    02111-1307, USA.
+# 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, you can either send email to this
+# program's maintainer or write to: The Free Software Foundation,
+# Inc.; 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
 # Contributer(s):
 #   Andrew Taylor <address@hidden>
--- /home/cvs/libidn/lib/iconvme.c      2005/03/19 17:54:40     1.2
+++ /home/cvs/libidn/lib/iconvme.c      2005/05/26 14:39:58     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.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
--- /home/cvs/libidn/lib/iconvme.h      2005/03/19 17:53:36     1.2
+++ /home/cvs/libidn/lib/iconvme.h      2005/05/26 14:39:58     1.3
@@ -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 ICONVME_H
 # define ICONVME_H
--- /home/cvs/libidn/lib/idn-free.c     2005/02/27 17:03:56     1.2
+++ /home/cvs/libidn/lib/idn-free.c     2005/05/26 14:39:58     1.3
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with GNU Libidn; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA
  *
  */
 
--- /home/cvs/libidn/lib/idn-free.h     2004/05/21 14:17:57     1.1
+++ /home/cvs/libidn/lib/idn-free.h     2005/05/26 14:39:58     1.2
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with GNU Libidn; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA
  *
  */
 
--- /home/cvs/libidn/lib/idna.c 2004/11/21 13:34:25     1.28
+++ /home/cvs/libidn/lib/idna.c 2005/05/26 14:39:58     1.29
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with GNU Libidn; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA
  *
  */
 
--- /home/cvs/libidn/lib/idna.h 2004/10/02 19:12:28     1.7
+++ /home/cvs/libidn/lib/idna.h 2005/05/26 14:39:58     1.8
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with GNU Libidn; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA
  *
  */
 
--- /home/cvs/libidn/lib/nfkc.c 2004/11/21 13:28:30     1.16
+++ /home/cvs/libidn/lib/nfkc.c 2005/05/26 14:39:58     1.17
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with GNU Libidn; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA
  *
  */
 
--- /home/cvs/libidn/lib/pr29.c 2005/05/05 23:46:40     1.10
+++ /home/cvs/libidn/lib/pr29.c 2005/05/26 14:39:58     1.11
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with GNU Libidn; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA
  *
  */
 
--- /home/cvs/libidn/lib/pr29.h 2004/10/02 19:12:28     1.4
+++ /home/cvs/libidn/lib/pr29.h 2005/05/26 14:39:58     1.5
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with GNU Libidn; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA
  *
  */
 
--- /home/cvs/libidn/lib/profiles.c     2004/11/08 01:34:42     1.17
+++ /home/cvs/libidn/lib/profiles.c     2005/05/26 14:39:58     1.18
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with GNU Libidn; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA
  *
  */
 
--- /home/cvs/libidn/lib/punycode.c     2004/11/21 12:43:28     1.14
+++ /home/cvs/libidn/lib/punycode.c     2005/05/26 14:39:58     1.15
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with GNU Libidn; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA
  *
  */
 
--- /home/cvs/libidn/lib/punycode.h     2004/10/02 17:03:37     1.10
+++ /home/cvs/libidn/lib/punycode.h     2005/05/26 14:39:58     1.11
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with GNU Libidn; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA
  *
  */
 
--- /home/cvs/libidn/lib/strerror-idna.c        2004/11/21 13:22:48     1.5
+++ /home/cvs/libidn/lib/strerror-idna.c        2005/05/26 14:39:58     1.6
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with GNU Libidn; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA
  *
  */
 
--- /home/cvs/libidn/lib/strerror-pr29.c        2004/11/21 13:19:24     1.4
+++ /home/cvs/libidn/lib/strerror-pr29.c        2005/05/26 14:39:58     1.5
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with GNU Libidn; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA
  *
  */
 
--- /home/cvs/libidn/lib/strerror-punycode.c    2004/11/21 13:29:09     1.4
+++ /home/cvs/libidn/lib/strerror-punycode.c    2005/05/26 14:39:58     1.5
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with GNU Libidn; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA
  *
  */
 
--- /home/cvs/libidn/lib/strerror-stringprep.c  2004/11/21 13:24:23     1.4
+++ /home/cvs/libidn/lib/strerror-stringprep.c  2005/05/26 14:39:58     1.5
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with GNU Libidn; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA
  *
  */
 
--- /home/cvs/libidn/lib/strerror-tld.c 2004/11/21 13:17:23     1.3
+++ /home/cvs/libidn/lib/strerror-tld.c 2005/05/26 14:39:58     1.4
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with GNU Libidn; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA
  *
  */
 
--- /home/cvs/libidn/lib/stringprep.c   2004/11/21 13:24:34     1.38
+++ /home/cvs/libidn/lib/stringprep.c   2005/05/26 14:39:58     1.39
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with GNU Libidn; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA
  *
  */
 
--- /home/cvs/libidn/lib/stringprep.h.in        2004/10/02 17:03:37     1.12
+++ /home/cvs/libidn/lib/stringprep.h.in        2005/05/26 14:39:58     1.13
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with GNU Libidn; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA
  *
  */
 
--- /home/cvs/libidn/lib/tld.c  2004/11/21 13:17:28     1.40
+++ /home/cvs/libidn/lib/tld.c  2005/05/26 14:39:58     1.41
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with GNU Libidn; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA
  *
  */
 
--- /home/cvs/libidn/lib/tld.h  2004/10/02 17:03:37     1.31
+++ /home/cvs/libidn/lib/tld.h  2005/05/26 14:39:58     1.32
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with GNU Libidn; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA
  *
  */
 
--- /home/cvs/libidn/lib/toutf8.c       2005/01/05 01:46:30     1.16
+++ /home/cvs/libidn/lib/toutf8.c       2005/05/26 14:39:58     1.17
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with GNU Libidn; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA
  *
  */
 
--- /home/cvs/libidn/lib/version.c      2004/11/21 13:25:03     1.5
+++ /home/cvs/libidn/lib/version.c      2005/05/26 14:39:58     1.6
@@ -14,7 +14,7 @@
  *
  * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA
  *
  */
 





reply via email to

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