libidn-commit
[Top][All Lists]
Advanced

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

CVS libidn/tests


From: libidn-commit
Subject: CVS libidn/tests
Date: Thu, 26 May 2005 16:40:00 +0200

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

Modified Files:
        Makefile.am tst_idna.c tst_idna2.c tst_nfkc.c tst_pr29.c 
        tst_punycode.c tst_strerror.c tst_stringprep.c tst_tld.c 
        utils.c utils.h 
Log Message:
Update FSF address in license.  Fix copyrights.

--- /home/cvs/libidn/tests/Makefile.am  2004/10/02 17:26:40     1.15
+++ /home/cvs/libidn/tests/Makefile.am  2005/05/26 14:39:59     1.16
@@ -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
 
 AM_CPPFLAGS = -I$(top_srcdir)/lib -I../lib -I$(top_srcdir)/gl -I../gl
 AM_LDFLAGS = -no-install
--- /home/cvs/libidn/tests/tst_idna.c   2004/11/08 18:20:04     1.8
+++ /home/cvs/libidn/tests/tst_idna.c   2005/05/26 14:39:59     1.9
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU 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/tests/tst_idna2.c  2004/11/08 18:20:04     1.10
+++ /home/cvs/libidn/tests/tst_idna2.c  2005/05/26 14:39:59     1.11
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU 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/tests/tst_nfkc.c   2004/11/08 18:20:04     1.8
+++ /home/cvs/libidn/tests/tst_nfkc.c   2005/05/26 14:40:00     1.9
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU 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/tests/tst_pr29.c   2004/11/08 18:20:35     1.3
+++ /home/cvs/libidn/tests/tst_pr29.c   2005/05/26 14:40:00     1.4
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU 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/tests/tst_punycode.c       2004/11/08 18:20:04     1.7
+++ /home/cvs/libidn/tests/tst_punycode.c       2005/05/26 14:40:00     1.8
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU 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/tests/tst_strerror.c       2004/10/02 17:26:40     1.1
+++ /home/cvs/libidn/tests/tst_strerror.c       2005/05/26 14:40:00     1.2
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU 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/tests/tst_stringprep.c     2004/11/08 18:20:04     1.14
+++ /home/cvs/libidn/tests/tst_stringprep.c     2005/05/26 14:40:00     1.15
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU 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/tests/tst_tld.c    2004/04/22 23:43:43     1.10
+++ /home/cvs/libidn/tests/tst_tld.c    2005/05/26 14:40:00     1.11
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU 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/tests/utils.c      2004/11/08 18:18:30     1.3
+++ /home/cvs/libidn/tests/utils.c      2005/05/26 14:40:00     1.4
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU 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/tests/utils.h      2004/04/22 23:43:43     1.1
+++ /home/cvs/libidn/tests/utils.h      2005/05/26 14:40:00     1.2
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU 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
  *
  */
 





reply via email to

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