diff options
author | James Booth <boothj5@gmail.com> | 2014-08-24 20:57:39 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-08-24 20:57:39 +0100 |
commit | f9737251a68da0a815dffd8d10a575cfea8539c3 (patch) | |
tree | e04de59f00e3b94803d4daa82c604d8c4a860775 /src/config | |
parent | 0b47bba6cc8ab5267aebb7eeb8f691f87140184d (diff) | |
download | profani-tty-f9737251a68da0a815dffd8d10a575cfea8539c3.tar.gz |
Added license exemption for OpenSSL to source headers
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/account.c | 12 | ||||
-rw-r--r-- | src/config/account.h | 12 | ||||
-rw-r--r-- | src/config/accounts.c | 12 | ||||
-rw-r--r-- | src/config/accounts.h | 12 | ||||
-rw-r--r-- | src/config/preferences.c | 12 | ||||
-rw-r--r-- | src/config/preferences.h | 12 | ||||
-rw-r--r-- | src/config/theme.c | 12 | ||||
-rw-r--r-- | src/config/theme.h | 12 |
8 files changed, 96 insertions, 0 deletions
diff --git a/src/config/account.c b/src/config/account.c index 82e1a398..64819d8c 100644 --- a/src/config/account.c +++ b/src/config/account.c @@ -18,6 +18,18 @@ * You should have received a copy of the GNU General Public License * along with Profanity. If not, see <http://www.gnu.org/licenses/>. * + * In addition, as a special exception, the copyright holders give permission to + * link the code of portions of this program with the OpenSSL library under + * certain conditions as described in each individual source file, and + * distribute linked combinations including the two. + * + * You must obey the GNU General Public License in all respects for all of the + * code used other than OpenSSL. If you modify file(s) with this exception, you + * may extend this exception to your version of the file(s), but you are not + * obligated to do so. If you do not wish to do so, delete this exception + * statement from your version. If you delete this exception statement from all + * source files in the program, then also delete it here. + * */ #include <stdlib.h> diff --git a/src/config/account.h b/src/config/account.h index 9943538f..49477f95 100644 --- a/src/config/account.h +++ b/src/config/account.h @@ -18,6 +18,18 @@ * You should have received a copy of the GNU General Public License * along with Profanity. If not, see <http://www.gnu.org/licenses/>. * + * In addition, as a special exception, the copyright holders give permission to + * link the code of portions of this program with the OpenSSL library under + * certain conditions as described in each individual source file, and + * distribute linked combinations including the two. + * + * You must obey the GNU General Public License in all respects for all of the + * code used other than OpenSSL. If you modify file(s) with this exception, you + * may extend this exception to your version of the file(s), but you are not + * obligated to do so. If you do not wish to do so, delete this exception + * statement from your version. If you delete this exception statement from all + * source files in the program, then also delete it here. + * */ #ifndef ACCOUNT_H diff --git a/src/config/accounts.c b/src/config/accounts.c index 4041dbe1..7cd6ebc7 100644 --- a/src/config/accounts.c +++ b/src/config/accounts.c @@ -18,6 +18,18 @@ * You should have received a copy of the GNU General Public License * along with Profanity. If not, see <http://www.gnu.org/licenses/>. * + * In addition, as a special exception, the copyright holders give permission to + * link the code of portions of this program with the OpenSSL library under + * certain conditions as described in each individual source file, and + * distribute linked combinations including the two. + * + * You must obey the GNU General Public License in all respects for all of the + * code used other than OpenSSL. If you modify file(s) with this exception, you + * may extend this exception to your version of the file(s), but you are not + * obligated to do so. If you do not wish to do so, delete this exception + * statement from your version. If you delete this exception statement from all + * source files in the program, then also delete it here. + * */ #include <stdlib.h> diff --git a/src/config/accounts.h b/src/config/accounts.h index e2a75a46..299fdf0b 100644 --- a/src/config/accounts.h +++ b/src/config/accounts.h @@ -18,6 +18,18 @@ * You should have received a copy of the GNU General Public License * along with Profanity. If not, see <http://www.gnu.org/licenses/>. * + * In addition, as a special exception, the copyright holders give permission to + * link the code of portions of this program with the OpenSSL library under + * certain conditions as described in each individual source file, and + * distribute linked combinations including the two. + * + * You must obey the GNU General Public License in all respects for all of the + * code used other than OpenSSL. If you modify file(s) with this exception, you + * may extend this exception to your version of the file(s), but you are not + * obligated to do so. If you do not wish to do so, delete this exception + * statement from your version. If you delete this exception statement from all + * source files in the program, then also delete it here. + * */ #ifndef ACCOUNTS_H diff --git a/src/config/preferences.c b/src/config/preferences.c index a316979c..02abc273 100644 --- a/src/config/preferences.c +++ b/src/config/preferences.c @@ -18,6 +18,18 @@ * You should have received a copy of the GNU General Public License * along with Profanity. If not, see <http://www.gnu.org/licenses/>. * + * In addition, as a special exception, the copyright holders give permission to + * link the code of portions of this program with the OpenSSL library under + * certain conditions as described in each individual source file, and + * distribute linked combinations including the two. + * + * You must obey the GNU General Public License in all respects for all of the + * code used other than OpenSSL. If you modify file(s) with this exception, you + * may extend this exception to your version of the file(s), but you are not + * obligated to do so. If you do not wish to do so, delete this exception + * statement from your version. If you delete this exception statement from all + * source files in the program, then also delete it here. + * */ #include "config.h" diff --git a/src/config/preferences.h b/src/config/preferences.h index cdb0f2de..c4e91d4a 100644 --- a/src/config/preferences.h +++ b/src/config/preferences.h @@ -18,6 +18,18 @@ * You should have received a copy of the GNU General Public License * along with Profanity. If not, see <http://www.gnu.org/licenses/>. * + * In addition, as a special exception, the copyright holders give permission to + * link the code of portions of this program with the OpenSSL library under + * certain conditions as described in each individual source file, and + * distribute linked combinations including the two. + * + * You must obey the GNU General Public License in all respects for all of the + * code used other than OpenSSL. If you modify file(s) with this exception, you + * may extend this exception to your version of the file(s), but you are not + * obligated to do so. If you do not wish to do so, delete this exception + * statement from your version. If you delete this exception statement from all + * source files in the program, then also delete it here. + * */ #ifndef PREFERENCES_H diff --git a/src/config/theme.c b/src/config/theme.c index c03c2dd4..9a463e54 100644 --- a/src/config/theme.c +++ b/src/config/theme.c @@ -18,6 +18,18 @@ * You should have received a copy of the GNU General Public License * along with Profanity. If not, see <http://www.gnu.org/licenses/>. * + * In addition, as a special exception, the copyright holders give permission to + * link the code of portions of this program with the OpenSSL library under + * certain conditions as described in each individual source file, and + * distribute linked combinations including the two. + * + * You must obey the GNU General Public License in all respects for all of the + * code used other than OpenSSL. If you modify file(s) with this exception, you + * may extend this exception to your version of the file(s), but you are not + * obligated to do so. If you do not wish to do so, delete this exception + * statement from your version. If you delete this exception statement from all + * source files in the program, then also delete it here. + * */ #include "config.h" diff --git a/src/config/theme.h b/src/config/theme.h index 858fabae..d441a411 100644 --- a/src/config/theme.h +++ b/src/config/theme.h @@ -18,6 +18,18 @@ * You should have received a copy of the GNU General Public License * along with Profanity. If not, see <http://www.gnu.org/licenses/>. * + * In addition, as a special exception, the copyright holders give permission to + * link the code of portions of this program with the OpenSSL library under + * certain conditions as described in each individual source file, and + * distribute linked combinations including the two. + * + * You must obey the GNU General Public License in all respects for all of the + * code used other than OpenSSL. If you modify file(s) with this exception, you + * may extend this exception to your version of the file(s), but you are not + * obligated to do so. If you do not wish to do so, delete this exception + * statement from your version. If you delete this exception statement from all + * source files in the program, then also delete it here. + * */ #ifndef THEME_H |