svn commit: samba r23791 - in branches: SAMBA_3_2/source/lib/replace SAMBA_3_2/source/nsswitch SAMBA_3_2/source/stf SAMBA_3_2/testsuite/nsswitch SAMBA_3_2_0/source/lib/replace SAMBA_3_2_0/source/nsswitch SAMBA_3_2_0/source/stf SAMBA_3_2_0/testsuite/nsswitch

tridge at samba.org tridge at samba.org
Tue Jul 10 01:52:07 GMT 2007


Author: tridge
Date: 2007-07-10 01:52:05 +0000 (Tue, 10 Jul 2007)
New Revision: 23791

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23791

Log:
found some more v2->v3 conversions
Modified:
   branches/SAMBA_3_2/source/lib/replace/getpass.c
   branches/SAMBA_3_2/source/lib/replace/strptime.c
   branches/SAMBA_3_2/source/nsswitch/winbind_nss_solaris.c
   branches/SAMBA_3_2/source/stf/comfychair.py
   branches/SAMBA_3_2/source/stf/example.py
   branches/SAMBA_3_2/source/stf/pythoncheck.py
   branches/SAMBA_3_2/source/stf/sambalib.py
   branches/SAMBA_3_2/source/stf/standardcheck.py
   branches/SAMBA_3_2/source/stf/strings.py
   branches/SAMBA_3_2/source/stf/unicodenames.py
   branches/SAMBA_3_2/testsuite/nsswitch/getent.c
   branches/SAMBA_3_2_0/source/lib/replace/getpass.c
   branches/SAMBA_3_2_0/source/lib/replace/strptime.c
   branches/SAMBA_3_2_0/source/nsswitch/winbind_nss_solaris.c
   branches/SAMBA_3_2_0/source/stf/comfychair.py
   branches/SAMBA_3_2_0/source/stf/example.py
   branches/SAMBA_3_2_0/source/stf/pythoncheck.py
   branches/SAMBA_3_2_0/source/stf/sambalib.py
   branches/SAMBA_3_2_0/source/stf/standardcheck.py
   branches/SAMBA_3_2_0/source/stf/strings.py
   branches/SAMBA_3_2_0/source/stf/unicodenames.py
   branches/SAMBA_3_2_0/testsuite/nsswitch/getent.c


Changeset:
Modified: branches/SAMBA_3_2/source/lib/replace/getpass.c
===================================================================
--- branches/SAMBA_3_2/source/lib/replace/getpass.c	2007-07-10 01:44:42 UTC (rev 23790)
+++ branches/SAMBA_3_2/source/lib/replace/getpass.c	2007-07-10 01:52:05 UTC (rev 23791)
@@ -3,7 +3,7 @@
 
 The GNU C Library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Library General Public License as
-published by the Free Software Foundation; either version 2 of the
+published by the Free Software Foundation; either version 3 of the
 License, or (at your option) any later version.
 
 The GNU C Library is distributed in the hope that it will be useful,

Modified: branches/SAMBA_3_2/source/lib/replace/strptime.c
===================================================================
--- branches/SAMBA_3_2/source/lib/replace/strptime.c	2007-07-10 01:44:42 UTC (rev 23790)
+++ branches/SAMBA_3_2/source/lib/replace/strptime.c	2007-07-10 01:52:05 UTC (rev 23791)
@@ -5,7 +5,7 @@
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public License as
-   published by the Free Software Foundation; either version 2 of the
+   published by the Free Software Foundation; either version 3 of the
    License, or (at your option) any later version.
 
    The GNU C Library is distributed in the hope that it will be useful,

Modified: branches/SAMBA_3_2/source/nsswitch/winbind_nss_solaris.c
===================================================================
--- branches/SAMBA_3_2/source/nsswitch/winbind_nss_solaris.c	2007-07-10 01:44:42 UTC (rev 23790)
+++ branches/SAMBA_3_2/source/nsswitch/winbind_nss_solaris.c	2007-07-10 01:52:05 UTC (rev 23791)
@@ -11,7 +11,7 @@
 
   The nss_ldap library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Library General Public License as
-  published by the Free Software Foundation; either version 2 of the
+  published by the Free Software Foundation; either version 3 of the
   License, or (at your option) any later version.
 
   The nss_ldap library is distributed in the hope that it will be useful,

Modified: branches/SAMBA_3_2/source/stf/comfychair.py
===================================================================
--- branches/SAMBA_3_2/source/stf/comfychair.py	2007-07-10 01:44:42 UTC (rev 23790)
+++ branches/SAMBA_3_2/source/stf/comfychair.py	2007-07-10 01:52:05 UTC (rev 23791)
@@ -5,7 +5,7 @@
 # 
 # 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
+# published by the Free Software Foundation; either version 3 of the
 # License, or (at your option) any later version.
 # 
 # This program is distributed in the hope that it will be useful, but

Modified: branches/SAMBA_3_2/source/stf/example.py
===================================================================
--- branches/SAMBA_3_2/source/stf/example.py	2007-07-10 01:44:42 UTC (rev 23790)
+++ branches/SAMBA_3_2/source/stf/example.py	2007-07-10 01:52:05 UTC (rev 23791)
@@ -4,7 +4,7 @@
 # 
 # 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
+# published by the Free Software Foundation; either version 3 of the
 # License, or (at your option) any later version.
 # 
 # This program is distributed in the hope that it will be useful, but

Modified: branches/SAMBA_3_2/source/stf/pythoncheck.py
===================================================================
--- branches/SAMBA_3_2/source/stf/pythoncheck.py	2007-07-10 01:44:42 UTC (rev 23790)
+++ branches/SAMBA_3_2/source/stf/pythoncheck.py	2007-07-10 01:52:05 UTC (rev 23791)
@@ -6,7 +6,7 @@
 # 
 # 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
+# published by the Free Software Foundation; either version 3 of the
 # License, or (at your option) any later version.
 # 
 # This program is distributed in the hope that it will be useful, but

Modified: branches/SAMBA_3_2/source/stf/sambalib.py
===================================================================
--- branches/SAMBA_3_2/source/stf/sambalib.py	2007-07-10 01:44:42 UTC (rev 23790)
+++ branches/SAMBA_3_2/source/stf/sambalib.py	2007-07-10 01:52:05 UTC (rev 23791)
@@ -6,7 +6,7 @@
 # 
 # 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
+# published by the Free Software Foundation; either version 3 of the
 # License, or (at your option) any later version.
 # 
 # This program is distributed in the hope that it will be useful, but

Modified: branches/SAMBA_3_2/source/stf/standardcheck.py
===================================================================
--- branches/SAMBA_3_2/source/stf/standardcheck.py	2007-07-10 01:44:42 UTC (rev 23790)
+++ branches/SAMBA_3_2/source/stf/standardcheck.py	2007-07-10 01:52:05 UTC (rev 23791)
@@ -6,7 +6,7 @@
 # 
 # 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
+# published by the Free Software Foundation; either version 3 of the
 # License, or (at your option) any later version.
 # 
 # This program is distributed in the hope that it will be useful, but

Modified: branches/SAMBA_3_2/source/stf/strings.py
===================================================================
--- branches/SAMBA_3_2/source/stf/strings.py	2007-07-10 01:44:42 UTC (rev 23790)
+++ branches/SAMBA_3_2/source/stf/strings.py	2007-07-10 01:52:05 UTC (rev 23791)
@@ -6,7 +6,7 @@
 # 
 # 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
+# published by the Free Software Foundation; either version 3 of the
 # License, or (at your option) any later version.
 # 
 # This program is distributed in the hope that it will be useful, but

Modified: branches/SAMBA_3_2/source/stf/unicodenames.py
===================================================================
--- branches/SAMBA_3_2/source/stf/unicodenames.py	2007-07-10 01:44:42 UTC (rev 23790)
+++ branches/SAMBA_3_2/source/stf/unicodenames.py	2007-07-10 01:52:05 UTC (rev 23791)
@@ -4,7 +4,7 @@
 # 
 # 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
+# published by the Free Software Foundation; either version 3 of the
 # License, or (at your option) any later version.
 # 
 # This program is distributed in the hope that it will be useful, but

Modified: branches/SAMBA_3_2/testsuite/nsswitch/getent.c
===================================================================
--- branches/SAMBA_3_2/testsuite/nsswitch/getent.c	2007-07-10 01:44:42 UTC (rev 23790)
+++ branches/SAMBA_3_2/testsuite/nsswitch/getent.c	2007-07-10 01:52:05 UTC (rev 23791)
@@ -8,7 +8,7 @@
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public License as
-   published by the Free Software Foundation; either version 2 of the
+   published by the Free Software Foundation; either version 3 of the
    License, or (at your option) any later version.
 
    The GNU C Library is distributed in the hope that it will be useful,

Modified: branches/SAMBA_3_2_0/source/lib/replace/getpass.c
===================================================================
--- branches/SAMBA_3_2_0/source/lib/replace/getpass.c	2007-07-10 01:44:42 UTC (rev 23790)
+++ branches/SAMBA_3_2_0/source/lib/replace/getpass.c	2007-07-10 01:52:05 UTC (rev 23791)
@@ -3,7 +3,7 @@
 
 The GNU C Library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Library General Public License as
-published by the Free Software Foundation; either version 2 of the
+published by the Free Software Foundation; either version 3 of the
 License, or (at your option) any later version.
 
 The GNU C Library is distributed in the hope that it will be useful,

Modified: branches/SAMBA_3_2_0/source/lib/replace/strptime.c
===================================================================
--- branches/SAMBA_3_2_0/source/lib/replace/strptime.c	2007-07-10 01:44:42 UTC (rev 23790)
+++ branches/SAMBA_3_2_0/source/lib/replace/strptime.c	2007-07-10 01:52:05 UTC (rev 23791)
@@ -5,7 +5,7 @@
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public License as
-   published by the Free Software Foundation; either version 2 of the
+   published by the Free Software Foundation; either version 3 of the
    License, or (at your option) any later version.
 
    The GNU C Library is distributed in the hope that it will be useful,

Modified: branches/SAMBA_3_2_0/source/nsswitch/winbind_nss_solaris.c
===================================================================
--- branches/SAMBA_3_2_0/source/nsswitch/winbind_nss_solaris.c	2007-07-10 01:44:42 UTC (rev 23790)
+++ branches/SAMBA_3_2_0/source/nsswitch/winbind_nss_solaris.c	2007-07-10 01:52:05 UTC (rev 23791)
@@ -11,7 +11,7 @@
 
   The nss_ldap library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Library General Public License as
-  published by the Free Software Foundation; either version 2 of the
+  published by the Free Software Foundation; either version 3 of the
   License, or (at your option) any later version.
 
   The nss_ldap library is distributed in the hope that it will be useful,

Modified: branches/SAMBA_3_2_0/source/stf/comfychair.py
===================================================================
--- branches/SAMBA_3_2_0/source/stf/comfychair.py	2007-07-10 01:44:42 UTC (rev 23790)
+++ branches/SAMBA_3_2_0/source/stf/comfychair.py	2007-07-10 01:52:05 UTC (rev 23791)
@@ -5,7 +5,7 @@
 # 
 # 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
+# published by the Free Software Foundation; either version 3 of the
 # License, or (at your option) any later version.
 # 
 # This program is distributed in the hope that it will be useful, but

Modified: branches/SAMBA_3_2_0/source/stf/example.py
===================================================================
--- branches/SAMBA_3_2_0/source/stf/example.py	2007-07-10 01:44:42 UTC (rev 23790)
+++ branches/SAMBA_3_2_0/source/stf/example.py	2007-07-10 01:52:05 UTC (rev 23791)
@@ -4,7 +4,7 @@
 # 
 # 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
+# published by the Free Software Foundation; either version 3 of the
 # License, or (at your option) any later version.
 # 
 # This program is distributed in the hope that it will be useful, but

Modified: branches/SAMBA_3_2_0/source/stf/pythoncheck.py
===================================================================
--- branches/SAMBA_3_2_0/source/stf/pythoncheck.py	2007-07-10 01:44:42 UTC (rev 23790)
+++ branches/SAMBA_3_2_0/source/stf/pythoncheck.py	2007-07-10 01:52:05 UTC (rev 23791)
@@ -6,7 +6,7 @@
 # 
 # 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
+# published by the Free Software Foundation; either version 3 of the
 # License, or (at your option) any later version.
 # 
 # This program is distributed in the hope that it will be useful, but

Modified: branches/SAMBA_3_2_0/source/stf/sambalib.py
===================================================================
--- branches/SAMBA_3_2_0/source/stf/sambalib.py	2007-07-10 01:44:42 UTC (rev 23790)
+++ branches/SAMBA_3_2_0/source/stf/sambalib.py	2007-07-10 01:52:05 UTC (rev 23791)
@@ -6,7 +6,7 @@
 # 
 # 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
+# published by the Free Software Foundation; either version 3 of the
 # License, or (at your option) any later version.
 # 
 # This program is distributed in the hope that it will be useful, but

Modified: branches/SAMBA_3_2_0/source/stf/standardcheck.py
===================================================================
--- branches/SAMBA_3_2_0/source/stf/standardcheck.py	2007-07-10 01:44:42 UTC (rev 23790)
+++ branches/SAMBA_3_2_0/source/stf/standardcheck.py	2007-07-10 01:52:05 UTC (rev 23791)
@@ -6,7 +6,7 @@
 # 
 # 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
+# published by the Free Software Foundation; either version 3 of the
 # License, or (at your option) any later version.
 # 
 # This program is distributed in the hope that it will be useful, but

Modified: branches/SAMBA_3_2_0/source/stf/strings.py
===================================================================
--- branches/SAMBA_3_2_0/source/stf/strings.py	2007-07-10 01:44:42 UTC (rev 23790)
+++ branches/SAMBA_3_2_0/source/stf/strings.py	2007-07-10 01:52:05 UTC (rev 23791)
@@ -6,7 +6,7 @@
 # 
 # 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
+# published by the Free Software Foundation; either version 3 of the
 # License, or (at your option) any later version.
 # 
 # This program is distributed in the hope that it will be useful, but

Modified: branches/SAMBA_3_2_0/source/stf/unicodenames.py
===================================================================
--- branches/SAMBA_3_2_0/source/stf/unicodenames.py	2007-07-10 01:44:42 UTC (rev 23790)
+++ branches/SAMBA_3_2_0/source/stf/unicodenames.py	2007-07-10 01:52:05 UTC (rev 23791)
@@ -4,7 +4,7 @@
 # 
 # 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
+# published by the Free Software Foundation; either version 3 of the
 # License, or (at your option) any later version.
 # 
 # This program is distributed in the hope that it will be useful, but

Modified: branches/SAMBA_3_2_0/testsuite/nsswitch/getent.c
===================================================================
--- branches/SAMBA_3_2_0/testsuite/nsswitch/getent.c	2007-07-10 01:44:42 UTC (rev 23790)
+++ branches/SAMBA_3_2_0/testsuite/nsswitch/getent.c	2007-07-10 01:52:05 UTC (rev 23791)
@@ -8,7 +8,7 @@
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public License as
-   published by the Free Software Foundation; either version 2 of the
+   published by the Free Software Foundation; either version 3 of the
    License, or (at your option) any later version.
 
    The GNU C Library is distributed in the hope that it will be useful,



More information about the samba-cvs mailing list