libidn-commit
[Top][All Lists]
Advanced

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

CVS libidn/csharp


From: libidn-commit
Subject: CVS libidn/csharp
Date: Fri, 2 Dec 2005 00:31:03 +0100

Update of /home/cvs/libidn/csharp
In directory dopio:/tmp/cvs-serv21672

Modified Files:
        CombiningClass.cs Composition.cs DecompositionKeys.cs 
        DecompositionMappings.cs IDNA.cs IDNAException.cs NFKC.cs 
        Punycode.cs PunycodeException.cs RFC3454.cs Stringprep.cs 
        StringprepException.cs 
Log Message:
Use GPL for the port.

--- /home/cvs/libidn/csharp/CombiningClass.cs   2005/12/01 21:44:51     1.1
+++ /home/cvs/libidn/csharp/CombiningClass.cs   2005/12/01 23:31:02     1.2
@@ -1,23 +1,23 @@
-/// <summary> Copyright (C) 2004  Free Software Foundation, Inc.
+/// <summary> Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 /// *
 /// Author: Alexander Gnauck AG-Software
 /// *
 /// This file is part of GNU Libidn.
 /// *
-/// This 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 of the
+/// License, or (at your option) any later version.
 /// *
-/// This library is distributed in the hope that it will be useful, but
-/// WITHOUT ANY WARRANTY; without even the implied warranty of
+/// 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.
+/// General Public License for more details.
 /// *
-/// You should have received a copy of the GNU Lesser General Public
-/// License along with this 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., 59 Temple Place, Suite 330, Boston, MA
+/// 02111-1307 USA.
 /// </summary>
 
 using System;
--- /home/cvs/libidn/csharp/Composition.cs      2005/12/01 21:44:51     1.1
+++ /home/cvs/libidn/csharp/Composition.cs      2005/12/01 23:31:02     1.2
@@ -1,23 +1,23 @@
-/// <summary> Copyright (C) 2004  Free Software Foundation, Inc.
+/// <summary> Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 /// *
 /// Author: Alexander Gnauck AG-Software
 /// *
 /// This file is part of GNU Libidn.
 /// *
-/// This 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 of the
+/// License, or (at your option) any later version.
 /// *
-/// This library is distributed in the hope that it will be useful, but
-/// WITHOUT ANY WARRANTY; without even the implied warranty of
+/// 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.
+/// General Public License for more details.
 /// *
-/// You should have received a copy of the GNU Lesser General Public
-/// License along with this 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., 59 Temple Place, Suite 330, Boston, MA
+/// 02111-1307 USA.
 /// </summary>
 
 using System;
--- /home/cvs/libidn/csharp/DecompositionKeys.cs        2005/12/01 21:44:51     
1.1
+++ /home/cvs/libidn/csharp/DecompositionKeys.cs        2005/12/01 23:31:02     
1.2
@@ -1,23 +1,23 @@
-/// <summary> Copyright (C) 2004  Free Software Foundation, Inc.
+/// <summary> Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 /// *
 /// Author: Alexander Gnauck AG-Software
 /// *
 /// This file is part of GNU Libidn.
 /// *
-/// This 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 of the
+/// License, or (at your option) any later version.
 /// *
-/// This library is distributed in the hope that it will be useful, but
-/// WITHOUT ANY WARRANTY; without even the implied warranty of
+/// 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.
+/// General Public License for more details.
 /// *
-/// You should have received a copy of the GNU Lesser General Public
-/// License along with this 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., 59 Temple Place, Suite 330, Boston, MA
+/// 02111-1307 USA.
 /// </summary>
 
 using System;
--- /home/cvs/libidn/csharp/DecompositionMappings.cs    2005/12/01 21:44:51     
1.1
+++ /home/cvs/libidn/csharp/DecompositionMappings.cs    2005/12/01 23:31:02     
1.2
@@ -1,24 +1,24 @@
 /**
- * Copyright (C) 2004  Free Software Foundation, Inc.
+ * Copyright (C) 2004, 2005  Free Software Foundation, Inc.
  *
  * Author: Alexander Gnauck AG-Software
  *
  * This file is part of GNU Libidn.
  *
- * This 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 of the
+ * License, or (at your option) any later version.
  *
- * This library is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * 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.
+ * General Public License for more details.
  *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this 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., 59 Temple Place, Suite 330, Boston, MA
+ * 02111-1307 USA.
  */
 
 namespace gnu.inet.encoding
--- /home/cvs/libidn/csharp/IDNA.cs     2005/12/01 21:44:51     1.1
+++ /home/cvs/libidn/csharp/IDNA.cs     2005/12/01 23:31:02     1.2
@@ -1,23 +1,23 @@
-/// <summary> Copyright (C) 2004  Free Software Foundation, Inc.
+/// <summary> Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 /// *
 /// Author: Alexander Gnauck AG-Software
 /// *
 /// This file is part of GNU Libidn.
 /// *
-/// This 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 of the
+/// License, or (at your option) any later version.
 /// *
-/// This library is distributed in the hope that it will be useful, but
-/// WITHOUT ANY WARRANTY; without even the implied warranty of
+/// 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.
+/// General Public License for more details.
 /// *
-/// You should have received a copy of the GNU Lesser General Public
-/// License along with this 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., 59 Temple Place, Suite 330, Boston, MA
+/// 02111-1307 USA.
 /// </summary>
 
 using System;
--- /home/cvs/libidn/csharp/IDNAException.cs    2005/12/01 21:44:51     1.1
+++ /home/cvs/libidn/csharp/IDNAException.cs    2005/12/01 23:31:02     1.2
@@ -1,23 +1,23 @@
-/// <summary> Copyright (C) 2004  Free Software Foundation, Inc.
+/// <summary> Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 /// *
 /// Author: Alexander Gnauck AG-Software
 /// *
 /// This file is part of GNU Libidn.
 /// *
-/// This 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 of the
+/// License, or (at your option) any later version.
 /// *
-/// This library is distributed in the hope that it will be useful, but
-/// WITHOUT ANY WARRANTY; without even the implied warranty of
+/// 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.
+/// General Public License for more details.
 /// *
-/// You should have received a copy of the GNU Lesser General Public
-/// License along with this 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., 59 Temple Place, Suite 330, Boston, MA
+/// 02111-1307 USA.
 /// </summary>
 
 using System;
--- /home/cvs/libidn/csharp/NFKC.cs     2005/12/01 21:44:51     1.1
+++ /home/cvs/libidn/csharp/NFKC.cs     2005/12/01 23:31:02     1.2
@@ -1,23 +1,23 @@
-/// <summary> Copyright (C) 2004  Free Software Foundation, Inc.
+/// <summary> Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 /// *
 /// Author: Alexander Gnauck AG-Software
 /// *
 /// This file is part of GNU Libidn.
 /// *
-/// This 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 of the
+/// License, or (at your option) any later version.
 /// *
-/// This library is distributed in the hope that it will be useful, but
-/// WITHOUT ANY WARRANTY; without even the implied warranty of
+/// 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.
+/// General Public License for more details.
 /// *
-/// You should have received a copy of the GNU Lesser General Public
-/// License along with this 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., 59 Temple Place, Suite 330, Boston, MA
+/// 02111-1307 USA.
 /// </summary>
 
 using System;
--- /home/cvs/libidn/csharp/Punycode.cs 2005/12/01 21:44:51     1.1
+++ /home/cvs/libidn/csharp/Punycode.cs 2005/12/01 23:31:02     1.2
@@ -1,23 +1,23 @@
-/// <summary> Copyright (C) 2004  Free Software Foundation, Inc.
+/// <summary> Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 /// *
 /// Author: Alexander Gnauck AG-Software
 /// *
 /// This file is part of GNU Libidn.
 /// *
-/// This 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 of the
+/// License, or (at your option) any later version.
 /// *
-/// This library is distributed in the hope that it will be useful, but
-/// WITHOUT ANY WARRANTY; without even the implied warranty of
+/// 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.
+/// General Public License for more details.
 /// *
-/// You should have received a copy of the GNU Lesser General Public
-/// License along with this 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., 59 Temple Place, Suite 330, Boston, MA
+/// 02111-1307 USA.
 /// </summary>
 
 using System;
--- /home/cvs/libidn/csharp/PunycodeException.cs        2005/12/01 21:44:51     
1.1
+++ /home/cvs/libidn/csharp/PunycodeException.cs        2005/12/01 23:31:02     
1.2
@@ -1,23 +1,23 @@
-/// <summary> Copyright (C) 2004  Free Software Foundation, Inc.
+/// <summary> Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 /// *
 /// Author: Alexander Gnauck AG-Software
 /// *
 /// This file is part of GNU Libidn.
 /// *
-/// This 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 of the
+/// License, or (at your option) any later version.
 /// *
-/// This library is distributed in the hope that it will be useful, but
-/// WITHOUT ANY WARRANTY; without even the implied warranty of
+/// 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.
+/// General Public License for more details.
 /// *
-/// You should have received a copy of the GNU Lesser General Public
-/// License along with this 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., 59 Temple Place, Suite 330, Boston, MA
+/// 02111-1307 USA.
 /// </summary>
 namespace gnu.inet.encoding
 {
--- /home/cvs/libidn/csharp/RFC3454.cs  2005/12/01 21:44:51     1.1
+++ /home/cvs/libidn/csharp/RFC3454.cs  2005/12/01 23:31:02     1.2
@@ -1,23 +1,23 @@
-/// <summary> Copyright (C) 2004  Free Software Foundation, Inc.
+/// <summary> Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 /// *
 /// Author: Alexander Gnauck AG-Software
 /// *
 /// This file is part of GNU Libidn.
 /// *
-/// This 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 of the
+/// License, or (at your option) any later version.
 /// *
-/// This library is distributed in the hope that it will be useful, but
-/// WITHOUT ANY WARRANTY; without even the implied warranty of
+/// 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.
+/// General Public License for more details.
 /// *
-/// You should have received a copy of the GNU Lesser General Public
-/// License along with this 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., 59 Temple Place, Suite 330, Boston, MA
+/// 02111-1307 USA.
 /// </summary>
 
 using System;
--- /home/cvs/libidn/csharp/Stringprep.cs       2005/12/01 21:44:51     1.1
+++ /home/cvs/libidn/csharp/Stringprep.cs       2005/12/01 23:31:02     1.2
@@ -1,23 +1,23 @@
-/// <summary> Copyright (C) 2004  Free Software Foundation, Inc.
+/// <summary> Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 /// *
 /// Author: Alexander Gnauck AG-Software
 /// *
 /// This file is part of GNU Libidn.
 /// *
-/// This 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 of the
+/// License, or (at your option) any later version.
 /// *
-/// This library is distributed in the hope that it will be useful, but
-/// WITHOUT ANY WARRANTY; without even the implied warranty of
+/// 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.
+/// General Public License for more details.
 /// *
-/// You should have received a copy of the GNU Lesser General Public
-/// License along with this 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., 59 Temple Place, Suite 330, Boston, MA
+/// 02111-1307 USA.
 /// </summary>
 
 using System;
--- /home/cvs/libidn/csharp/StringprepException.cs      2005/12/01 21:44:51     
1.1
+++ /home/cvs/libidn/csharp/StringprepException.cs      2005/12/01 23:31:02     
1.2
@@ -1,23 +1,23 @@
-/// <summary> Copyright (C) 2004  Free Software Foundation, Inc.
+/// <summary> Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 /// *
 /// Author: Alexander Gnauck AG-Software
 /// *
 /// This file is part of GNU Libidn.
 /// *
-/// This 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 of the
+/// License, or (at your option) any later version.
 /// *
-/// This library is distributed in the hope that it will be useful, but
-/// WITHOUT ANY WARRANTY; without even the implied warranty of
+/// 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.
+/// General Public License for more details.
 /// *
-/// You should have received a copy of the GNU Lesser General Public
-/// License along with this 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., 59 Temple Place, Suite 330, Boston, MA
+/// 02111-1307 USA.
 /// </summary>
 
 using System;





reply via email to

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