summaryrefslogtreecommitdiff
path: root/source3/lib/replace
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-07-10 01:44:42 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:28:25 -0500
commit2c09988e46d4e917b1c53c9bda3f81a48bba4952 (patch)
tree245da121d25fad4c3bb22e3adf036cf059ade9fb /source3/lib/replace
parentb466eb57c9750fb2515d94557d1e2447031a13c9 (diff)
downloadsamba-2c09988e46d4e917b1c53c9bda3f81a48bba4952.tar.gz
samba-2c09988e46d4e917b1c53c9bda3f81a48bba4952.tar.bz2
samba-2c09988e46d4e917b1c53c9bda3f81a48bba4952.zip
r23790: LGPLv3+ conversion for our LGPLv2+ library code
(This used to be commit 1b78cace504f60c0f525765fbf59d9cc6506cd4d)
Diffstat (limited to 'source3/lib/replace')
-rw-r--r--source3/lib/replace/dlfcn.c2
-rw-r--r--source3/lib/replace/repdir_getdents.c2
-rw-r--r--source3/lib/replace/repdir_getdirentries.c2
-rw-r--r--source3/lib/replace/replace.c2
-rw-r--r--source3/lib/replace/replace.h2
-rw-r--r--source3/lib/replace/system/aio.h2
-rw-r--r--source3/lib/replace/system/capability.h2
-rw-r--r--source3/lib/replace/system/dir.h2
-rw-r--r--source3/lib/replace/system/filesys.h2
-rw-r--r--source3/lib/replace/system/glob.h2
-rw-r--r--source3/lib/replace/system/iconv.h2
-rw-r--r--source3/lib/replace/system/kerberos.h2
-rw-r--r--source3/lib/replace/system/locale.h2
-rw-r--r--source3/lib/replace/system/network.h2
-rw-r--r--source3/lib/replace/system/passwd.h2
-rw-r--r--source3/lib/replace/system/printing.h2
-rw-r--r--source3/lib/replace/system/readline.h2
-rw-r--r--source3/lib/replace/system/select.h2
-rw-r--r--source3/lib/replace/system/shmem.h2
-rw-r--r--source3/lib/replace/system/syslog.h2
-rw-r--r--source3/lib/replace/system/terminal.h2
-rw-r--r--source3/lib/replace/system/time.h2
-rw-r--r--source3/lib/replace/system/wait.h2
-rw-r--r--source3/lib/replace/test/testsuite.c2
24 files changed, 24 insertions, 24 deletions
diff --git a/source3/lib/replace/dlfcn.c b/source3/lib/replace/dlfcn.c
index 55b38bb9eb..3e2232ce80 100644
--- a/source3/lib/replace/dlfcn.c
+++ b/source3/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/source3/lib/replace/repdir_getdents.c b/source3/lib/replace/repdir_getdents.c
index 6b115c4c4f..4ce981a619 100644
--- a/source3/lib/replace/repdir_getdents.c
+++ b/source3/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/source3/lib/replace/repdir_getdirentries.c b/source3/lib/replace/repdir_getdirentries.c
index a6026dfb5d..34dd0dd314 100644
--- a/source3/lib/replace/repdir_getdirentries.c
+++ b/source3/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/source3/lib/replace/replace.c b/source3/lib/replace/replace.c
index b86da53caf..1b4a82cb03 100644
--- a/source3/lib/replace/replace.c
+++ b/source3/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/source3/lib/replace/replace.h b/source3/lib/replace/replace.h
index 62d480e20e..ce41fc4e26 100644
--- a/source3/lib/replace/replace.h
+++ b/source3/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/source3/lib/replace/system/aio.h b/source3/lib/replace/system/aio.h
index 624575f619..8bc4fdfd42 100644
--- a/source3/lib/replace/system/aio.h
+++ b/source3/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/source3/lib/replace/system/capability.h b/source3/lib/replace/system/capability.h
index 23e5969145..c2048d3946 100644
--- a/source3/lib/replace/system/capability.h
+++ b/source3/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/source3/lib/replace/system/dir.h b/source3/lib/replace/system/dir.h
index 01607b384f..d6829c3f19 100644
--- a/source3/lib/replace/system/dir.h
+++ b/source3/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/source3/lib/replace/system/filesys.h b/source3/lib/replace/system/filesys.h
index b3c339a144..aa86a9f58f 100644
--- a/source3/lib/replace/system/filesys.h
+++ b/source3/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/source3/lib/replace/system/glob.h b/source3/lib/replace/system/glob.h
index ea546ff7f7..c05e9f64f7 100644
--- a/source3/lib/replace/system/glob.h
+++ b/source3/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/source3/lib/replace/system/iconv.h b/source3/lib/replace/system/iconv.h
index 2b2832a796..a7299799d1 100644
--- a/source3/lib/replace/system/iconv.h
+++ b/source3/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/source3/lib/replace/system/kerberos.h b/source3/lib/replace/system/kerberos.h
index 8a849c4fb6..685d2e9462 100644
--- a/source3/lib/replace/system/kerberos.h
+++ b/source3/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/source3/lib/replace/system/locale.h b/source3/lib/replace/system/locale.h
index aa1e1e619e..9b47cb1ef4 100644
--- a/source3/lib/replace/system/locale.h
+++ b/source3/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/source3/lib/replace/system/network.h b/source3/lib/replace/system/network.h
index 64c7cd3399..4594f2237d 100644
--- a/source3/lib/replace/system/network.h
+++ b/source3/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/source3/lib/replace/system/passwd.h b/source3/lib/replace/system/passwd.h
index d51914eb50..6820d05b97 100644
--- a/source3/lib/replace/system/passwd.h
+++ b/source3/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/source3/lib/replace/system/printing.h b/source3/lib/replace/system/printing.h
index 3054811453..cccd6b0e62 100644
--- a/source3/lib/replace/system/printing.h
+++ b/source3/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/source3/lib/replace/system/readline.h b/source3/lib/replace/system/readline.h
index 3a253058e2..0dbdd70618 100644
--- a/source3/lib/replace/system/readline.h
+++ b/source3/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/source3/lib/replace/system/select.h b/source3/lib/replace/system/select.h
index a196f9c478..635b725d79 100644
--- a/source3/lib/replace/system/select.h
+++ b/source3/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/source3/lib/replace/system/shmem.h b/source3/lib/replace/system/shmem.h
index 234ec1c14a..80b4b65f44 100644
--- a/source3/lib/replace/system/shmem.h
+++ b/source3/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/source3/lib/replace/system/syslog.h b/source3/lib/replace/system/syslog.h
index f949c7a8d9..fd7214f73d 100644
--- a/source3/lib/replace/system/syslog.h
+++ b/source3/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/source3/lib/replace/system/terminal.h b/source3/lib/replace/system/terminal.h
index 292c85ab6f..56f6aedeff 100644
--- a/source3/lib/replace/system/terminal.h
+++ b/source3/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/source3/lib/replace/system/time.h b/source3/lib/replace/system/time.h
index a0924f4051..d3dc6da4ad 100644
--- a/source3/lib/replace/system/time.h
+++ b/source3/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/source3/lib/replace/system/wait.h b/source3/lib/replace/system/wait.h
index 96b5c2cb80..8b2daa9ffc 100644
--- a/source3/lib/replace/system/wait.h
+++ b/source3/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/source3/lib/replace/test/testsuite.c b/source3/lib/replace/test/testsuite.c
index 54ffd6a66d..48d597ce89 100644
--- a/source3/lib/replace/test/testsuite.c
+++ b/source3/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