From 9273d06074bf8b26bf8819425fe35cc46b3f2959 Mon Sep 17 00:00:00 2001 From: Unrud Date: Tue, 16 May 2017 14:15:18 +0200 Subject: Update license Change the license for RadicaleWeb itself to GPL-3.0. The whole package still uses AGPL-3.0 because InfCloud is included. --- radicale_web/__init__.py | 20 ++++++++++---------- radicale_web/web/fn.js | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) (limited to 'radicale_web') diff --git a/radicale_web/__init__.py b/radicale_web/__init__.py index 591ddb3..7a69abd 100644 --- a/radicale_web/__init__.py +++ b/radicale_web/__init__.py @@ -1,18 +1,18 @@ -# This file is part of Radicale Web. -# Copyright © 2017 Unrud +# RadicaleWeb web interface for Radicale. +# Copyright (C) 2017 Unrud # -# Radicale Web is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # -# Radicale Web is distributed in the hope that it will be useful, +# This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. +# GNU General Public License for more details. # -# You should have received a copy of the GNU Affero General Public License -# along with Radicale Web. If not, see . +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . import os import pkg_resources diff --git a/radicale_web/web/fn.js b/radicale_web/web/fn.js index 666f1b4..83094e4 100644 --- a/radicale_web/web/fn.js +++ b/radicale_web/web/fn.js @@ -1,19 +1,19 @@ /** - * This file is part of Radicale Web. - * Copyright © 2017 Unrud + * RadicaleWeb web interface for Radicale. + * Copyright (C) 2017 Unrud * - * Radicale Web is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * Radicale Web is distributed in the hope that it will be useful, + * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License - * along with Radicale Web. If not, see . + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ /** -- cgit