dotgnu-pnet-commits
[Top][All Lists]
Advanced

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

[Dotgnu-pnet-commits] CVS: pnetlib/I18N/tools ucm2cp.c,1.2,1.3 uni2tab.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/I18N/tools ucm2cp.c,1.2,1.3 uni2tab.c,1.2,1.3
Date: Wed, 16 Apr 2003 03:12:14 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/I18N/tools
In directory subversions:/tmp/cvs-serv20769/I18N/tools

Modified Files:
        ucm2cp.c uni2tab.c 
Log Message:


Change the license on the I18N code back to GPL+linking.


Index: ucm2cp.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/I18N/tools/ucm2cp.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ucm2cp.c    9 Aug 2002 00:42:16 -0000       1.2
--- ucm2cp.c    16 Apr 2003 07:12:12 -0000      1.3
***************
*** 4,26 ****
   * Copyright (c) 2002  Southern Storm Software, Pty Ltd
   *
!  * Permission is hereby granted, free of charge, to any person obtaining
!  * a copy of this software and associated documentation files (the 
"Software"),
!  * to deal in the Software without restriction, including without limitation
!  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
!  * and/or sell copies of the Software, and to permit persons to whom the
!  * Software is furnished to do so, subject to the following conditions:
   *
!  * The above copyright notice and this permission notice shall be included
!  * in all copies or substantial portions of the Software.
   *
!  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
!  * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
!  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
!  * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
!  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
!  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
!  * OTHER DEALINGS IN THE SOFTWARE.
   */
  
  /*
  
--- 4,23 ----
   * Copyright (c) 2002  Southern Storm Software, Pty Ltd
   *
!  * 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 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
   */
  
+ 
  /*
  
***************
*** 336,356 ****
  " * Copyright (c) 2002  Southern Storm Software, Pty Ltd\n" \
  " *\n" \
! " * Permission is hereby granted, free of charge, to any person obtaining\n" \
! " * a copy of this software and associated documentation files (the 
\"Software\"),\n" \
! " * to deal in the Software without restriction, including without 
limitation\n" \
! " * the rights to use, copy, modify, merge, publish, distribute, 
sublicense,\n" \
! " * and/or sell copies of the Software, and to permit persons to whom the\n" \
! " * Software is furnished to do so, subject to the following conditions:\n" \
  " *\n" \
! " * The above copyright notice and this permission notice shall be 
included\n" \
! " * in all copies or substantial portions of the Software.\n" \
  " *\n" \
! " * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, 
EXPRESS\n" \
! " * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
MERCHANTABILITY,\n" \
! " * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT 
SHALL\n" \
! " * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n" \
! " * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n" \
! " * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n" \
! " * OTHER DEALINGS IN THE SOFTWARE.\n" \
  " */\n\n"
  
--- 333,349 ----
  " * Copyright (c) 2002  Southern Storm Software, Pty Ltd\n" \
  " *\n" \
! " * This program is free software; you can redistribute it and/or modify\n" \
! " * it under the terms of the GNU General Public License as published by\n" \
! " * the Free Software Foundation; either version 2 of the License, or\n" \
! " * (at your option) any later version.\n" \
  " *\n" \
! " * This program is distributed in the hope that it will be useful,\n" \
! " * but WITHOUT ANY WARRANTY; without even the implied warranty of\n" \
! " * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" \
! " * GNU General Public License for more details.\n" \
  " *\n" \
! " * You should have received a copy of the GNU General Public License\n" \
! " * along with this program; if not, write to the Free Software\n" \
! " * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  
USA\n" \
  " */\n\n"
  

Index: uni2tab.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/I18N/tools/uni2tab.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** uni2tab.c   9 Aug 2002 00:42:16 -0000       1.2
--- uni2tab.c   16 Apr 2003 07:12:12 -0000      1.3
***************
*** 4,24 ****
   * Copyright (c) 2002  Southern Storm Software, Pty Ltd
   *
!  * Permission is hereby granted, free of charge, to any person obtaining
!  * a copy of this software and associated documentation files (the 
"Software"),
!  * to deal in the Software without restriction, including without limitation
!  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
!  * and/or sell copies of the Software, and to permit persons to whom the
!  * Software is furnished to do so, subject to the following conditions:
   *
!  * The above copyright notice and this permission notice shall be included
!  * in all copies or substantial portions of the Software.
   *
!  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
!  * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
!  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
!  * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
!  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
!  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
!  * OTHER DEALINGS IN THE SOFTWARE.
   */
  
--- 4,20 ----
   * Copyright (c) 2002  Southern Storm Software, Pty Ltd
   *
!  * 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 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
   */
  





reply via email to

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