diff options
Diffstat (limited to 'src/plugins/php/weechat-php.h')
-rw-r--r-- | src/plugins/php/weechat-php.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/plugins/php/weechat-php.h b/src/plugins/php/weechat-php.h index 50eb882b5..64a7d64c3 100644 --- a/src/plugins/php/weechat-php.h +++ b/src/plugins/php/weechat-php.h @@ -16,6 +16,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. */ #ifndef WEECHAT_PLUGIN_PHP_H |