Skip to content

Commit

Permalink
change kalkun license to GPL-2.0-or-later
Browse files Browse the repository at this point in the history
Currently kalkun is licensed under `GPL-3-or-later`.
However, kalkun is closely bound to Gammu which is `GPL-2-only`.
Moreover, some of the code/files in kalkun is also under GPL2 license.

For example:
application/plugins/sms_to_twitter/libraries/Epi.php
application/plugins/sms_to_twitter/libraries/Twitter.php
application/sql/mysql/pbk_gammu.sql
application/sql/pgsql/pbk_gammu.sql
application/sql/sqlite/pbk_gammu.sql

The problem is that these licenses (`GPL-3-or-later` & `GPL-2-only`) are actually not compatible as per https://www.gnu.org/licenses/gpl-faq.en.html#AllCompatibility

Closes: #505
  • Loading branch information
tenzap committed Nov 28, 2023
1 parent d37c479 commit 26d2887
Show file tree
Hide file tree
Showing 64 changed files with 64 additions and 64 deletions.
2 changes: 1 addition & 1 deletion application/controllers/Daemon.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/Install.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/Kalkun.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/Login.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/Messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/Phonebook.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/Pluginss.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/Users.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/core/MY_Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/core/MY_Lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* @copyright 2021 Fab Stz
* @author Fab Stz <[email protected]>
* @license <https://spdx.org/licenses/GPL-3.0-or-later.html> GPL-3.0-or-later
* @license <https://spdx.org/licenses/GPL-2.0-or-later.html> GPL-2.0-or-later
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/core/MY_Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* @copyright 2021 Fab Stz
* @author Fab Stz <[email protected]>
* @license <https://spdx.org/licenses/GPL-3.0-or-later.html> GPL-3.0-or-later
* @license <https://spdx.org/licenses/GPL-2.0-or-later.html> GPL-2.0-or-later
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/helpers/i18n_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* @copyright 2021 Fab Stz
* @author Fab Stz <[email protected]>
* @license <https://spdx.org/licenses/GPL-3.0-or-later.html> GPL-3.0-or-later
* @license <https://spdx.org/licenses/GPL-2.0-or-later.html> GPL-2.0-or-later
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/helpers/kalkun_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license <https://spdx.org/licenses/GPL-3.0-or-later.html> GPL-3.0-or-later
* @license <https://spdx.org/licenses/GPL-2.0-or-later.html> GPL-2.0-or-later
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/libraries/MY_Pagination.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* @copyright 2022 Fab Stz
* @author Fab Stz <[email protected]>
* @license <https://spdx.org/licenses/GPL-3.0-or-later.html> GPL-3.0-or-later
* @license <https://spdx.org/licenses/GPL-2.0-or-later.html> GPL-2.0-or-later
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/models/Kalkun_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/models/Message_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/models/Phonebook_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/models/Plugin_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/models/Spam_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/models/User_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/models/gateway/Clickatell_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/models/gateway/Connekt_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/models/gateway/Gammu_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/models/gateway/Kannel_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/models/gateway/Nongammu_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/models/gateway/Nowsms_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/models/gateway/Ozeking_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/models/gateway/Panacea_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author joseph mazigo
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
* @link http://josephmazigo.com
*/
Expand Down
2 changes: 1 addition & 1 deletion application/models/gateway/Tmobilecz_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/models/gateway/Way2sms_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/plugins/Plugin_controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/plugins/Plugin_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* @copyright 2021 Kalkun Dev Team
* @author Kalkun Dev Team
* @license <https://spdx.org/licenses/GPL-3.0-or-later.html> GPL-3.0-or-later
* @license <https://spdx.org/licenses/GPL-2.0-or-later.html> GPL-2.0-or-later
* @link https://kalkun.sourceforge.io/
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/plugins/jsonrpc/controllers/Jsonrpc.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/plugins/jsonrpc/libraries/Evaluator.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/plugins/rest_api/controllers/Rest_api.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/plugins/sms_credit/controllers/Sms_credit.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/plugins/sms_credit/models/Sms_credit_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/plugins/sms_member/controllers/Sms_member.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
2 changes: 1 addition & 1 deletion application/plugins/sms_member/models/Sms_member_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kalkun
* @author Kalkun Dev Team
* @license https://spdx.org/licenses/GPL-3.0-or-later.html
* @license https://spdx.org/licenses/GPL-2.0-or-later.html
* @link https://kalkun.sourceforge.io/
*/

Expand Down
Loading

0 comments on commit 26d2887

Please sign in to comment.