summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBryan Ischo <bryan@ischo.com>2008-08-06 13:52:39 +0000
committerBryan Ischo <bryan@ischo.com>2008-08-06 13:52:39 +0000
commitc6741b1e2e3a6e7b5a46998247f7fd24046499db (patch)
tree0455ba95c0ae319d2d58d50206140c3275f96962 /src
parent14897e3e452f9e40073b79a476e2b7dc0bf870d8 (diff)
downloadceph-libs3-c6741b1e2e3a6e7b5a46998247f7fd24046499db.tar.gz
* Added Debian package build target
* Updated copyrights to give openssl exception
Diffstat (limited to 'src')
-rw-r--r--src/acl.c4
-rw-r--r--src/bucket.c4
-rw-r--r--src/error_parser.c4
-rw-r--r--src/general.c4
-rw-r--r--src/object.c4
-rw-r--r--src/request.c4
-rw-r--r--src/request_context.c4
-rw-r--r--src/response_headers_handler.c4
-rw-r--r--src/s3.c4
-rw-r--r--src/service.c4
-rw-r--r--src/simplexml.c4
-rw-r--r--src/testsimplexml.c4
-rw-r--r--src/util.c4
13 files changed, 52 insertions, 0 deletions
diff --git a/src/acl.c b/src/acl.c
index 84836a7..f1cba71 100644
--- a/src/acl.c
+++ b/src/acl.c
@@ -9,6 +9,10 @@
* terms of the GNU General Public License as published by the Free Software
* Foundation, version 3 of the License.
*
+ * In addition, as a special exception, the copyright holders give
+ * permission to link the code of this library and its programs with the
+ * OpenSSL library, and distribute linked combinations including the two.
+ *
* libs3 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
diff --git a/src/bucket.c b/src/bucket.c
index cc50e6d..5500c85 100644
--- a/src/bucket.c
+++ b/src/bucket.c
@@ -9,6 +9,10 @@
* terms of the GNU General Public License as published by the Free Software
* Foundation, version 3 of the License.
*
+ * In addition, as a special exception, the copyright holders give
+ * permission to link the code of this library and its programs with the
+ * OpenSSL library, and distribute linked combinations including the two.
+ *
* libs3 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
diff --git a/src/error_parser.c b/src/error_parser.c
index ebd3d76..baa206e 100644
--- a/src/error_parser.c
+++ b/src/error_parser.c
@@ -9,6 +9,10 @@
* terms of the GNU General Public License as published by the Free Software
* Foundation, version 3 of the License.
*
+ * In addition, as a special exception, the copyright holders give
+ * permission to link the code of this library and its programs with the
+ * OpenSSL library, and distribute linked combinations including the two.
+ *
* libs3 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
diff --git a/src/general.c b/src/general.c
index f3758d2..fe0501c 100644
--- a/src/general.c
+++ b/src/general.c
@@ -9,6 +9,10 @@
* terms of the GNU General Public License as published by the Free Software
* Foundation, version 3 of the License.
*
+ * In addition, as a special exception, the copyright holders give
+ * permission to link the code of this library and its programs with the
+ * OpenSSL library, and distribute linked combinations including the two.
+ *
* libs3 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
diff --git a/src/object.c b/src/object.c
index e1916fb..dd77c61 100644
--- a/src/object.c
+++ b/src/object.c
@@ -9,6 +9,10 @@
* terms of the GNU General Public License as published by the Free Software
* Foundation, version 3 of the License.
*
+ * In addition, as a special exception, the copyright holders give
+ * permission to link the code of this library and its programs with the
+ * OpenSSL library, and distribute linked combinations including the two.
+ *
* libs3 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
diff --git a/src/request.c b/src/request.c
index 89de707..6c2f554 100644
--- a/src/request.c
+++ b/src/request.c
@@ -9,6 +9,10 @@
* terms of the GNU General Public License as published by the Free Software
* Foundation, version 3 of the License.
*
+ * In addition, as a special exception, the copyright holders give
+ * permission to link the code of this library and its programs with the
+ * OpenSSL library, and distribute linked combinations including the two.
+ *
* libs3 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
diff --git a/src/request_context.c b/src/request_context.c
index 8bd6fdb..567f51a 100644
--- a/src/request_context.c
+++ b/src/request_context.c
@@ -9,6 +9,10 @@
* terms of the GNU General Public License as published by the Free Software
* Foundation, version 3 of the License.
*
+ * In addition, as a special exception, the copyright holders give
+ * permission to link the code of this library and its programs with the
+ * OpenSSL library, and distribute linked combinations including the two.
+ *
* libs3 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
diff --git a/src/response_headers_handler.c b/src/response_headers_handler.c
index b40b32d..cbaa4bf 100644
--- a/src/response_headers_handler.c
+++ b/src/response_headers_handler.c
@@ -9,6 +9,10 @@
* terms of the GNU General Public License as published by the Free Software
* Foundation, version 3 of the License.
*
+ * In addition, as a special exception, the copyright holders give
+ * permission to link the code of this library and its programs with the
+ * OpenSSL library, and distribute linked combinations including the two.
+ *
* libs3 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
diff --git a/src/s3.c b/src/s3.c
index e140b5a..7d9ec26 100644
--- a/src/s3.c
+++ b/src/s3.c
@@ -9,6 +9,10 @@
* terms of the GNU General Public License as published by the Free Software
* Foundation, version 3 of the License.
*
+ * In addition, as a special exception, the copyright holders give
+ * permission to link the code of this library and its programs with the
+ * OpenSSL library, and distribute linked combinations including the two.
+ *
* libs3 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
diff --git a/src/service.c b/src/service.c
index 9785fa1..edb5347 100644
--- a/src/service.c
+++ b/src/service.c
@@ -9,6 +9,10 @@
* terms of the GNU General Public License as published by the Free Software
* Foundation, version 3 of the License.
*
+ * In addition, as a special exception, the copyright holders give
+ * permission to link the code of this library and its programs with the
+ * OpenSSL library, and distribute linked combinations including the two.
+ *
* libs3 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
diff --git a/src/simplexml.c b/src/simplexml.c
index 0639199..12eda26 100644
--- a/src/simplexml.c
+++ b/src/simplexml.c
@@ -9,6 +9,10 @@
* terms of the GNU General Public License as published by the Free Software
* Foundation, version 3 of the License.
*
+ * In addition, as a special exception, the copyright holders give
+ * permission to link the code of this library and its programs with the
+ * OpenSSL library, and distribute linked combinations including the two.
+ *
* libs3 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
diff --git a/src/testsimplexml.c b/src/testsimplexml.c
index 30b9394..7210074 100644
--- a/src/testsimplexml.c
+++ b/src/testsimplexml.c
@@ -9,6 +9,10 @@
* terms of the GNU General Public License as published by the Free Software
* Foundation, version 3 of the License.
*
+ * In addition, as a special exception, the copyright holders give
+ * permission to link the code of this library and its programs with the
+ * OpenSSL library, and distribute linked combinations including the two.
+ *
* libs3 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
diff --git a/src/util.c b/src/util.c
index b2d5021..341c931 100644
--- a/src/util.c
+++ b/src/util.c
@@ -9,6 +9,10 @@
* terms of the GNU General Public License as published by the Free Software
* Foundation, version 3 of the License.
*
+ * In addition, as a special exception, the copyright holders give
+ * permission to link the code of this library and its programs with the
+ * OpenSSL library, and distribute linked combinations including the two.
+ *
* libs3 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