diff --git a/examples/active.c b/examples/active.c index 8fdde72..7f29c07 100644 --- a/examples/active.c +++ b/examples/active.c @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ /* This example demonstrates basic handler functions by printing out diff --git a/examples/basic.c b/examples/basic.c index 0a317ee..859e195 100644 --- a/examples/basic.c +++ b/examples/basic.c @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ #include diff --git a/examples/bot.c b/examples/bot.c index d72bb6f..f67a521 100644 --- a/examples/bot.c +++ b/examples/bot.c @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ /* simple bot example diff --git a/examples/roster.c b/examples/roster.c index 379a998..ced6627 100644 --- a/examples/roster.c +++ b/examples/roster.c @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ /* This example demonstrates basic handler functions by printing out diff --git a/src/auth.c b/src/auth.c index b7a2a31..19fe1d9 100644 --- a/src/auth.c +++ b/src/auth.c @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express or ** implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ /** @file diff --git a/src/common.h b/src/common.h index c0a6834..12d256b 100644 --- a/src/common.h +++ b/src/common.h @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express or ** implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ /** @file diff --git a/src/conn.c b/src/conn.c index 886f481..17af864 100644 --- a/src/conn.c +++ b/src/conn.c @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ /** @file diff --git a/src/ctx.c b/src/ctx.c index e953394..03a0d72 100644 --- a/src/ctx.c +++ b/src/ctx.c @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ /** @file diff --git a/src/event.c b/src/event.c index 1eaa643..32a4898 100644 --- a/src/event.c +++ b/src/event.c @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ /** @file diff --git a/src/handler.c b/src/handler.c index 201e665..c369435 100644 --- a/src/handler.c +++ b/src/handler.c @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ /** @file diff --git a/src/hash.c b/src/hash.c index 3acbc15..ecd4c59 100644 --- a/src/hash.c +++ b/src/hash.c @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ /** @file diff --git a/src/hash.h b/src/hash.h index 94c0b14..54d10d0 100644 --- a/src/hash.h +++ b/src/hash.h @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ /** @file diff --git a/src/jid.c b/src/jid.c index 53b2c48..fe51723 100644 --- a/src/jid.c +++ b/src/jid.c @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ /** @file diff --git a/src/oocontext.cpp b/src/oocontext.cpp index 50717e4..9274ad6 100644 --- a/src/oocontext.cpp +++ b/src/oocontext.cpp @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ #include diff --git a/src/oostanza.cpp b/src/oostanza.cpp index 178bfbf..eea2adf 100644 --- a/src/oostanza.cpp +++ b/src/oostanza.cpp @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ #include "strophe.h" diff --git a/src/ostypes.h b/src/ostypes.h index d8992a6..49a5dd3 100644 --- a/src/ostypes.h +++ b/src/ostypes.h @@ -7,10 +7,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ /** @file diff --git a/src/parser.h b/src/parser.h index 89ff71b..b5d3914 100644 --- a/src/parser.h +++ b/src/parser.h @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express or ** implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ /** @file diff --git a/src/parser_expat.c b/src/parser_expat.c index 9ab4e38..ea5289d 100644 --- a/src/parser_expat.c +++ b/src/parser_expat.c @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ /** @file diff --git a/src/parser_libxml2.c b/src/parser_libxml2.c index 1efe4fe..24bebc5 100644 --- a/src/parser_libxml2.c +++ b/src/parser_libxml2.c @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ /** @file diff --git a/src/sasl.c b/src/sasl.c index b422dbc..3d83fd0 100644 --- a/src/sasl.c +++ b/src/sasl.c @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ /** @file diff --git a/src/sasl.h b/src/sasl.h index 1b9dec6..bc7511a 100644 --- a/src/sasl.h +++ b/src/sasl.h @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ /** @file diff --git a/src/scram.c b/src/scram.c index 4bff3f0..5cce168 100644 --- a/src/scram.c +++ b/src/scram.c @@ -9,10 +9,7 @@ * This software is provided AS-IS with no warranty, either express * or implied. * - * This software is distributed under license and may not be copied, - * modified or distributed except as expressly authorized under the - * terms of the license contained in the file LICENSE.txt in this - * distribution. + * This program is dual licensed under the MIT and GPLv3 licenses. */ /** @file diff --git a/src/scram.h b/src/scram.h index a40f83d..a0b996b 100644 --- a/src/scram.h +++ b/src/scram.h @@ -6,10 +6,7 @@ * This software is provided AS-IS with no warranty, either express * or implied. * - * This software is distributed under license and may not be copied, - * modified or distributed except as expressly authorized under the - * terms of the license contained in the file LICENSE.txt in this - * distribution. + * This program is dual licensed under the MIT and GPLv3 licenses. */ /** @file diff --git a/src/sock.c b/src/sock.c index d3f2798..c924e83 100644 --- a/src/sock.c +++ b/src/sock.c @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ /** @file diff --git a/src/sock.h b/src/sock.h index 4fd98ba..7e27a21 100644 --- a/src/sock.h +++ b/src/sock.h @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ /** @file diff --git a/src/stanza.c b/src/stanza.c index 4ecc558..2085929 100644 --- a/src/stanza.c +++ b/src/stanza.c @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ /** @file diff --git a/src/thread.c b/src/thread.c index 5a7e8c3..07fcf4a 100644 --- a/src/thread.c +++ b/src/thread.c @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ /** @file diff --git a/src/thread.h b/src/thread.h index 6dc155a..e16d5aa 100644 --- a/src/thread.h +++ b/src/thread.h @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ /** @file diff --git a/src/tls.h b/src/tls.h index fa670b9..efe5ff7 100644 --- a/src/tls.h +++ b/src/tls.h @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ /** @file diff --git a/src/tls_dummy.c b/src/tls_dummy.c index 00505fe..a2179e4 100644 --- a/src/tls_dummy.c +++ b/src/tls_dummy.c @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ /** @file diff --git a/src/tls_gnutls.c b/src/tls_gnutls.c index 7841331..d838ffd 100644 --- a/src/tls_gnutls.c +++ b/src/tls_gnutls.c @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ /** @file diff --git a/src/tls_openssl.c b/src/tls_openssl.c index f9da3bf..c8856df 100644 --- a/src/tls_openssl.c +++ b/src/tls_openssl.c @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ /** @file diff --git a/src/tls_schannel.c b/src/tls_schannel.c index 82545ef..a0f7007 100644 --- a/src/tls_schannel.c +++ b/src/tls_schannel.c @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ /** @file diff --git a/src/util.c b/src/util.c index cf9e9ff..d1d63a4 100644 --- a/src/util.c +++ b/src/util.c @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ /** @file diff --git a/src/util.h b/src/util.h index 8bda48c..4bc00e1 100644 --- a/src/util.h +++ b/src/util.h @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ /** @file diff --git a/strophe.h b/strophe.h index e3a2f4d..2f29381 100644 --- a/strophe.h +++ b/strophe.h @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express or ** implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This software is dual licensed under the MIT and GPLv3 licenses. */ /** @file diff --git a/strophepp.h b/strophepp.h index 0043136..f43d5ea 100644 --- a/strophepp.h +++ b/strophepp.h @@ -5,11 +5,8 @@ ** ** This software is provided AS-IS with no warranty, either express or ** implied. -** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** +** This program is dual licensed under the MIT and GPLv3 licenses. */ /** @file diff --git a/tests/check_parser.c b/tests/check_parser.c index 902d9e1..2a16a92 100644 --- a/tests/check_parser.c +++ b/tests/check_parser.c @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express or ** implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ #include diff --git a/tests/test_base64.c b/tests/test_base64.c index dd158c7..9e16862 100644 --- a/tests/test_base64.c +++ b/tests/test_base64.c @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ #include diff --git a/tests/test_ctx.c b/tests/test_ctx.c index 011b914..6af9b70 100644 --- a/tests/test_ctx.c +++ b/tests/test_ctx.c @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ #include diff --git a/tests/test_hash.c b/tests/test_hash.c index e4906e7..6d4aa89 100644 --- a/tests/test_hash.c +++ b/tests/test_hash.c @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ #include diff --git a/tests/test_jid.c b/tests/test_jid.c index 6b92169..5e65903 100644 --- a/tests/test_jid.c +++ b/tests/test_jid.c @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ #include diff --git a/tests/test_sasl.c b/tests/test_sasl.c index 829e5f8..4a31065 100644 --- a/tests/test_sasl.c +++ b/tests/test_sasl.c @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ #include diff --git a/tests/test_sock.c b/tests/test_sock.c index 684bce1..0d19c27 100644 --- a/tests/test_sock.c +++ b/tests/test_sock.c @@ -6,10 +6,7 @@ ** This software is provided AS-IS with no warranty, either express ** or implied. ** -** This software is distributed under license and may not be copied, -** modified or distributed except as expressly authorized under the -** terms of the license contained in the file LICENSE.txt in this -** distribution. +** This program is dual licensed under the MIT and GPLv3 licenses. */ #include