diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-01-25 22:31:51 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-01-25 22:31:51 +0100 |
commit | db448a3e944c887d9199923a688ca38b67e7999b (patch) | |
tree | 83d6f9ba82d2c8065913b6095fcf5c5555bfde7a /src/plugins/php/weechat-php.c | |
parent | 0f1d97fd5b0ca3d88829327fecbf4ead206d9d85 (diff) | |
download | weechat-db448a3e944c887d9199923a688ca38b67e7999b.zip |
php: add OpenSSL licensing in copyright
Diffstat (limited to 'src/plugins/php/weechat-php.c')
-rw-r--r-- | src/plugins/php/weechat-php.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/plugins/php/weechat-php.c b/src/plugins/php/weechat-php.c index 8e45e2992..58c34403d 100644 --- a/src/plugins/php/weechat-php.c +++ b/src/plugins/php/weechat-php.c @@ -18,6 +18,19 @@ * * You should have received a copy of the GNU General Public License * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * + * OpenSSL licensing: + * + * Additional permission under GNU GPL version 3 section 7: + * + * If you modify the Program, or any covered work, by linking or + * combining it with the OpenSSL project's OpenSSL library (or a + * modified version of that library), containing parts covered by the + * terms of the OpenSSL or SSLeay licenses, the licensors of the Program + * grant you additional permission to convey the resulting work. + * Corresponding Source for a non-source form of such a combination + * shall include the source code for the parts of OpenSSL used as well + * as that of the covered work. */ #include <sapi/embed/php_embed.h> |