diff options
author | Unrud <unrud@openaliasbox.org> | 2017-05-16 14:15:18 +0200 |
---|---|---|
committer | Unrud <unrud@openaliasbox.org> | 2017-05-16 14:15:18 +0200 |
commit | 9273d06074bf8b26bf8819425fe35cc46b3f2959 (patch) | |
tree | 6d4521a1ed0885dfdd96a6faface11de5ed792eb /radicale_web/web | |
parent | Add link to fork (diff) | |
download | radicaleinfcloud-9273d06074bf8b26bf8819425fe35cc46b3f2959.tar.gz radicaleinfcloud-9273d06074bf8b26bf8819425fe35cc46b3f2959.tar.bz2 radicaleinfcloud-9273d06074bf8b26bf8819425fe35cc46b3f2959.zip |
Update license
Change the license for RadicaleWeb itself to GPL-3.0. The whole package still uses AGPL-3.0 because InfCloud is included.
Diffstat (limited to 'radicale_web/web')
-rw-r--r-- | radicale_web/web/fn.js | 20 |
1 files changed, 10 insertions, 10 deletions
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 <unrud@openaliasbox.org> + * RadicaleWeb web interface for Radicale. + * Copyright (C) 2017 Unrud <unrud@openaliasbox.org> * - * 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 <http://www.gnu.org/licenses/>. + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ /** |