summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornpmccallum <npmccallum@c587cffe-e639-0410-9787-d7902ae8ed56>2007-10-31 17:29:29 +0000
committernpmccallum <npmccallum@c587cffe-e639-0410-9787-d7902ae8ed56>2007-10-31 17:29:29 +0000
commit5a28de06baba760585163101d31251e633693331 (patch)
tree7efa5fef24cbeef6315145142487943532245b03
parent177054592558b3b8bffa21dc3df0b10900d015f9 (diff)
downloadlibproxy-5a28de06baba760585163101d31251e633693331.tar.gz
oops! set license to LGPLv3, re-release 0.1
git-svn-id: http://libproxy.googlecode.com/svn/trunk@25 c587cffe-e639-0410-9787-d7902ae8ed56
-rw-r--r--src/bin/proxy.c2
-rw-r--r--src/lib/dhcp.c2
-rw-r--r--src/lib/dhcp.h2
-rw-r--r--src/lib/dns.c2
-rw-r--r--src/lib/dns.h2
-rw-r--r--src/lib/ip.c2
-rw-r--r--src/lib/ip.h2
-rw-r--r--src/lib/misc.c2
-rw-r--r--src/lib/misc.h2
-rw-r--r--src/lib/pac.c2
-rw-r--r--src/lib/pac.h2
-rw-r--r--src/lib/proxy.h2
-rw-r--r--src/lib/proxy_factory.c2
-rw-r--r--src/lib/proxy_factory.h2
-rw-r--r--src/lib/slp.c2
-rw-r--r--src/lib/slp.h2
-rw-r--r--src/lib/url.c2
-rw-r--r--src/lib/url.h2
-rw-r--r--src/lib/wpad.c2
-rw-r--r--src/lib/wpad.h2
20 files changed, 20 insertions, 20 deletions
diff --git a/src/bin/proxy.c b/src/bin/proxy.c
index d09cd89..9a8c5bd 100644
--- a/src/bin/proxy.c
+++ b/src/bin/proxy.c
@@ -5,7 +5,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.1 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/src/lib/dhcp.c b/src/lib/dhcp.c
index 1afe13d..040dc88 100644
--- a/src/lib/dhcp.c
+++ b/src/lib/dhcp.c
@@ -5,7 +5,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.1 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/src/lib/dhcp.h b/src/lib/dhcp.h
index 2e83e67..95b2e4e 100644
--- a/src/lib/dhcp.h
+++ b/src/lib/dhcp.h
@@ -5,7 +5,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.1 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/src/lib/dns.c b/src/lib/dns.c
index ec9cb43..ddf55a6 100644
--- a/src/lib/dns.c
+++ b/src/lib/dns.c
@@ -5,7 +5,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.1 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/src/lib/dns.h b/src/lib/dns.h
index f3deac7..7ac98c6 100644
--- a/src/lib/dns.h
+++ b/src/lib/dns.h
@@ -5,7 +5,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.1 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/src/lib/ip.c b/src/lib/ip.c
index 35c1819..36d0c80 100644
--- a/src/lib/ip.c
+++ b/src/lib/ip.c
@@ -5,7 +5,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.1 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/src/lib/ip.h b/src/lib/ip.h
index ec2a5fc..38c5cff 100644
--- a/src/lib/ip.h
+++ b/src/lib/ip.h
@@ -5,7 +5,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.1 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/src/lib/misc.c b/src/lib/misc.c
index b8b4fae..c70d33b 100644
--- a/src/lib/misc.c
+++ b/src/lib/misc.c
@@ -5,7 +5,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.1 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/src/lib/misc.h b/src/lib/misc.h
index 8c6b8fc..9a12fbe 100644
--- a/src/lib/misc.h
+++ b/src/lib/misc.h
@@ -5,7 +5,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.1 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/src/lib/pac.c b/src/lib/pac.c
index 19cdda6..a5983bb 100644
--- a/src/lib/pac.c
+++ b/src/lib/pac.c
@@ -5,7 +5,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.1 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/src/lib/pac.h b/src/lib/pac.h
index e8a76c5..0fb8b57 100644
--- a/src/lib/pac.h
+++ b/src/lib/pac.h
@@ -5,7 +5,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.1 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/src/lib/proxy.h b/src/lib/proxy.h
index 08cbec1..742895e 100644
--- a/src/lib/proxy.h
+++ b/src/lib/proxy.h
@@ -5,7 +5,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.1 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/src/lib/proxy_factory.c b/src/lib/proxy_factory.c
index 9c1839e..081d171 100644
--- a/src/lib/proxy_factory.c
+++ b/src/lib/proxy_factory.c
@@ -5,7 +5,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.1 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/src/lib/proxy_factory.h b/src/lib/proxy_factory.h
index f61d822..4b1d48a 100644
--- a/src/lib/proxy_factory.h
+++ b/src/lib/proxy_factory.h
@@ -5,7 +5,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.1 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/src/lib/slp.c b/src/lib/slp.c
index 1e65013..beb9fa7 100644
--- a/src/lib/slp.c
+++ b/src/lib/slp.c
@@ -5,7 +5,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.1 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/src/lib/slp.h b/src/lib/slp.h
index 9f3b5bf..f8b39c9 100644
--- a/src/lib/slp.h
+++ b/src/lib/slp.h
@@ -5,7 +5,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.1 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/src/lib/url.c b/src/lib/url.c
index b4793b9..dcafba3 100644
--- a/src/lib/url.c
+++ b/src/lib/url.c
@@ -5,7 +5,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.1 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/src/lib/url.h b/src/lib/url.h
index a4c3f68..c1bf98f 100644
--- a/src/lib/url.h
+++ b/src/lib/url.h
@@ -5,7 +5,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.1 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/src/lib/wpad.c b/src/lib/wpad.c
index 65fffad..fbbcf50 100644
--- a/src/lib/wpad.c
+++ b/src/lib/wpad.c
@@ -5,7 +5,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.1 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/src/lib/wpad.h b/src/lib/wpad.h
index 411b0de..6013a39 100644
--- a/src/lib/wpad.h
+++ b/src/lib/wpad.h
@@ -5,7 +5,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.1 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