summaryrefslogtreecommitdiff
path: root/source4/lib/replace
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-07-10 02:46:15 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:59:14 -0500
commitb8d69a7ea2505b706ff7c74d7c97bc89d82dfa07 (patch)
tree333742a202b4bcd72a71fb58def2c20a003880f1 /source4/lib/replace
parent95f930d8751f1bcdd7ca9ef23c59b182c1315891 (diff)
downloadsamba-b8d69a7ea2505b706ff7c74d7c97bc89d82dfa07.tar.gz
samba-b8d69a7ea2505b706ff7c74d7c97bc89d82dfa07.tar.bz2
samba-b8d69a7ea2505b706ff7c74d7c97bc89d82dfa07.zip
r23795: more v2->v3 conversion
(This used to be commit 84b468b2f8f2dffda89593f816e8bc6a8b6d42ac)
Diffstat (limited to 'source4/lib/replace')
-rwxr-xr-xsource4/lib/replace/config.guess2
-rwxr-xr-xsource4/lib/replace/config.sub2
-rw-r--r--source4/lib/replace/dlfcn.c2
-rw-r--r--source4/lib/replace/repdir_getdents.c2
-rw-r--r--source4/lib/replace/repdir_getdirentries.c2
-rw-r--r--source4/lib/replace/replace.c2
-rw-r--r--source4/lib/replace/replace.h2
-rw-r--r--source4/lib/replace/system/aio.h2
-rw-r--r--source4/lib/replace/system/capability.h2
-rw-r--r--source4/lib/replace/system/dir.h2
-rw-r--r--source4/lib/replace/system/filesys.h2
-rw-r--r--source4/lib/replace/system/glob.h2
-rw-r--r--source4/lib/replace/system/iconv.h2
-rw-r--r--source4/lib/replace/system/kerberos.h2
-rw-r--r--source4/lib/replace/system/locale.h2
-rw-r--r--source4/lib/replace/system/network.h2
-rw-r--r--source4/lib/replace/system/passwd.h2
-rw-r--r--source4/lib/replace/system/printing.h2
-rw-r--r--source4/lib/replace/system/readline.h2
-rw-r--r--source4/lib/replace/system/select.h2
-rw-r--r--source4/lib/replace/system/shmem.h2
-rw-r--r--source4/lib/replace/system/syslog.h2
-rw-r--r--source4/lib/replace/system/terminal.h2
-rw-r--r--source4/lib/replace/system/time.h2
-rw-r--r--source4/lib/replace/system/wait.h2
-rw-r--r--source4/lib/replace/test/testsuite.c2
26 files changed, 26 insertions, 26 deletions
diff --git a/source4/lib/replace/config.guess b/source4/lib/replace/config.guess
index ad5281e66e..30af5be004 100755
--- a/source4/lib/replace/config.guess
+++ b/source4/lib/replace/config.guess
@@ -7,7 +7,7 @@ timestamp='2005-08-03'
# This file 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
+# 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
diff --git a/source4/lib/replace/config.sub b/source4/lib/replace/config.sub
index 1c366dfde9..f0fcaf6361 100755
--- a/source4/lib/replace/config.sub
+++ b/source4/lib/replace/config.sub
@@ -11,7 +11,7 @@ timestamp='2005-07-08'
#
# This file 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
+# 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,
diff --git a/source4/lib/replace/dlfcn.c b/source4/lib/replace/dlfcn.c
index 55b38bb9eb..3e2232ce80 100644
--- a/source4/lib/replace/dlfcn.c
+++ b/source4/lib/replace/dlfcn.c
@@ -11,7 +11,7 @@
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 of the License, or (at your option) any later version.
+ version 3 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
diff --git a/source4/lib/replace/repdir_getdents.c b/source4/lib/replace/repdir_getdents.c
index 6b115c4c4f..4ce981a619 100644
--- a/source4/lib/replace/repdir_getdents.c
+++ b/source4/lib/replace/repdir_getdents.c
@@ -10,7 +10,7 @@
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 of the License, or (at your option) any later version.
+ version 3 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
diff --git a/source4/lib/replace/repdir_getdirentries.c b/source4/lib/replace/repdir_getdirentries.c
index a6026dfb5d..34dd0dd314 100644
--- a/source4/lib/replace/repdir_getdirentries.c
+++ b/source4/lib/replace/repdir_getdirentries.c
@@ -10,7 +10,7 @@
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 of the License, or (at your option) any later version.
+ version 3 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
diff --git a/source4/lib/replace/replace.c b/source4/lib/replace/replace.c
index b86da53caf..1b4a82cb03 100644
--- a/source4/lib/replace/replace.c
+++ b/source4/lib/replace/replace.c
@@ -10,7 +10,7 @@
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 of the License, or (at your option) any later version.
+ version 3 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
diff --git a/source4/lib/replace/replace.h b/source4/lib/replace/replace.h
index 62d480e20e..ce41fc4e26 100644
--- a/source4/lib/replace/replace.h
+++ b/source4/lib/replace/replace.h
@@ -13,7 +13,7 @@
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 of the License, or (at your option) any later version.
+ version 3 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
diff --git a/source4/lib/replace/system/aio.h b/source4/lib/replace/system/aio.h
index 624575f619..8bc4fdfd42 100644
--- a/source4/lib/replace/system/aio.h
+++ b/source4/lib/replace/system/aio.h
@@ -14,7 +14,7 @@
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 of the License, or (at your option) any later version.
+ version 3 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
diff --git a/source4/lib/replace/system/capability.h b/source4/lib/replace/system/capability.h
index 23e5969145..c2048d3946 100644
--- a/source4/lib/replace/system/capability.h
+++ b/source4/lib/replace/system/capability.h
@@ -14,7 +14,7 @@
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 of the License, or (at your option) any later version.
+ version 3 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
diff --git a/source4/lib/replace/system/dir.h b/source4/lib/replace/system/dir.h
index 01607b384f..d6829c3f19 100644
--- a/source4/lib/replace/system/dir.h
+++ b/source4/lib/replace/system/dir.h
@@ -14,7 +14,7 @@
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 of the License, or (at your option) any later version.
+ version 3 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
diff --git a/source4/lib/replace/system/filesys.h b/source4/lib/replace/system/filesys.h
index b3c339a144..aa86a9f58f 100644
--- a/source4/lib/replace/system/filesys.h
+++ b/source4/lib/replace/system/filesys.h
@@ -14,7 +14,7 @@
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 of the License, or (at your option) any later version.
+ version 3 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
diff --git a/source4/lib/replace/system/glob.h b/source4/lib/replace/system/glob.h
index ea546ff7f7..c05e9f64f7 100644
--- a/source4/lib/replace/system/glob.h
+++ b/source4/lib/replace/system/glob.h
@@ -14,7 +14,7 @@
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 of the License, or (at your option) any later version.
+ version 3 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
diff --git a/source4/lib/replace/system/iconv.h b/source4/lib/replace/system/iconv.h
index 2b2832a796..a7299799d1 100644
--- a/source4/lib/replace/system/iconv.h
+++ b/source4/lib/replace/system/iconv.h
@@ -14,7 +14,7 @@
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 of the License, or (at your option) any later version.
+ version 3 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
diff --git a/source4/lib/replace/system/kerberos.h b/source4/lib/replace/system/kerberos.h
index 8a849c4fb6..685d2e9462 100644
--- a/source4/lib/replace/system/kerberos.h
+++ b/source4/lib/replace/system/kerberos.h
@@ -15,7 +15,7 @@
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 of the License, or (at your option) any later version.
+ version 3 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
diff --git a/source4/lib/replace/system/locale.h b/source4/lib/replace/system/locale.h
index aa1e1e619e..9b47cb1ef4 100644
--- a/source4/lib/replace/system/locale.h
+++ b/source4/lib/replace/system/locale.h
@@ -15,7 +15,7 @@
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 of the License, or (at your option) any later version.
+ version 3 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
diff --git a/source4/lib/replace/system/network.h b/source4/lib/replace/system/network.h
index 64c7cd3399..4594f2237d 100644
--- a/source4/lib/replace/system/network.h
+++ b/source4/lib/replace/system/network.h
@@ -14,7 +14,7 @@
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 of the License, or (at your option) any later version.
+ version 3 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
diff --git a/source4/lib/replace/system/passwd.h b/source4/lib/replace/system/passwd.h
index d51914eb50..6820d05b97 100644
--- a/source4/lib/replace/system/passwd.h
+++ b/source4/lib/replace/system/passwd.h
@@ -15,7 +15,7 @@
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 of the License, or (at your option) any later version.
+ version 3 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
diff --git a/source4/lib/replace/system/printing.h b/source4/lib/replace/system/printing.h
index 3054811453..cccd6b0e62 100644
--- a/source4/lib/replace/system/printing.h
+++ b/source4/lib/replace/system/printing.h
@@ -15,7 +15,7 @@
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 of the License, or (at your option) any later version.
+ version 3 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
diff --git a/source4/lib/replace/system/readline.h b/source4/lib/replace/system/readline.h
index 3a253058e2..0dbdd70618 100644
--- a/source4/lib/replace/system/readline.h
+++ b/source4/lib/replace/system/readline.h
@@ -12,7 +12,7 @@
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 of the License, or (at your option) any later version.
+ version 3 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
diff --git a/source4/lib/replace/system/select.h b/source4/lib/replace/system/select.h
index a196f9c478..635b725d79 100644
--- a/source4/lib/replace/system/select.h
+++ b/source4/lib/replace/system/select.h
@@ -14,7 +14,7 @@
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 of the License, or (at your option) any later version.
+ version 3 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
diff --git a/source4/lib/replace/system/shmem.h b/source4/lib/replace/system/shmem.h
index 234ec1c14a..80b4b65f44 100644
--- a/source4/lib/replace/system/shmem.h
+++ b/source4/lib/replace/system/shmem.h
@@ -14,7 +14,7 @@
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 of the License, or (at your option) any later version.
+ version 3 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
diff --git a/source4/lib/replace/system/syslog.h b/source4/lib/replace/system/syslog.h
index f949c7a8d9..fd7214f73d 100644
--- a/source4/lib/replace/system/syslog.h
+++ b/source4/lib/replace/system/syslog.h
@@ -14,7 +14,7 @@
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 of the License, or (at your option) any later version.
+ version 3 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
diff --git a/source4/lib/replace/system/terminal.h b/source4/lib/replace/system/terminal.h
index 292c85ab6f..56f6aedeff 100644
--- a/source4/lib/replace/system/terminal.h
+++ b/source4/lib/replace/system/terminal.h
@@ -14,7 +14,7 @@
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 of the License, or (at your option) any later version.
+ version 3 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
diff --git a/source4/lib/replace/system/time.h b/source4/lib/replace/system/time.h
index a0924f4051..d3dc6da4ad 100644
--- a/source4/lib/replace/system/time.h
+++ b/source4/lib/replace/system/time.h
@@ -14,7 +14,7 @@
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 of the License, or (at your option) any later version.
+ version 3 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
diff --git a/source4/lib/replace/system/wait.h b/source4/lib/replace/system/wait.h
index 96b5c2cb80..8b2daa9ffc 100644
--- a/source4/lib/replace/system/wait.h
+++ b/source4/lib/replace/system/wait.h
@@ -14,7 +14,7 @@
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 of the License, or (at your option) any later version.
+ version 3 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
diff --git a/source4/lib/replace/test/testsuite.c b/source4/lib/replace/test/testsuite.c
index 54ffd6a66d..48d597ce89 100644
--- a/source4/lib/replace/test/testsuite.c
+++ b/source4/lib/replace/test/testsuite.c
@@ -12,7 +12,7 @@
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 of the License, or (at your option) any later version.
+ version 3 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