summaryrefslogtreecommitdiff
path: root/inc
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 /inc
parent14897e3e452f9e40073b79a476e2b7dc0bf870d8 (diff)
downloadceph-libs3-c6741b1e2e3a6e7b5a46998247f7fd24046499db.tar.gz
* Added Debian package build target
* Updated copyrights to give openssl exception
Diffstat (limited to 'inc')
-rw-r--r--inc/error_parser.h4
-rw-r--r--inc/libs3.h4
-rw-r--r--inc/request.h4
-rw-r--r--inc/request_context.h4
-rw-r--r--inc/response_headers_handler.h4
-rw-r--r--inc/simplexml.h4
-rw-r--r--inc/string_buffer.h4
-rw-r--r--inc/util.h4
8 files changed, 32 insertions, 0 deletions
diff --git a/inc/error_parser.h b/inc/error_parser.h
index 94f96dc..8785201 100644
--- a/inc/error_parser.h
+++ b/inc/error_parser.h
@@ -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/inc/libs3.h b/inc/libs3.h
index 081885b..e343214 100644
--- a/inc/libs3.h
+++ b/inc/libs3.h
@@ -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/inc/request.h b/inc/request.h
index 553520d..48f07aa 100644
--- a/inc/request.h
+++ b/inc/request.h
@@ -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/inc/request_context.h b/inc/request_context.h
index aa18985..8074c50 100644
--- a/inc/request_context.h
+++ b/inc/request_context.h
@@ -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/inc/response_headers_handler.h b/inc/response_headers_handler.h
index 9714eb4..2813e9a 100644
--- a/inc/response_headers_handler.h
+++ b/inc/response_headers_handler.h
@@ -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/inc/simplexml.h b/inc/simplexml.h
index 7748368..66d5ef9 100644
--- a/inc/simplexml.h
+++ b/inc/simplexml.h
@@ -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/inc/string_buffer.h b/inc/string_buffer.h
index a614e83..61e458f 100644
--- a/inc/string_buffer.h
+++ b/inc/string_buffer.h
@@ -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/inc/util.h b/inc/util.h
index 12d3e05..6d24dcd 100644
--- a/inc/util.h
+++ b/inc/util.h
@@ -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