From 924ae17e7c65963f4450d2683d8bd98c83450adb Mon Sep 17 00:00:00 2001 From: Unrud Date: Wed, 29 Aug 2018 16:39:25 +0200 Subject: [PATCH] remove license from invocation scripts --- radicale.fcgi | 16 ---------------- radicale.py | 18 ------------------ radicale.wsgi | 16 ---------------- 3 files changed, 50 deletions(-) diff --git a/radicale.fcgi b/radicale.fcgi index 52021ab..2776524 100755 --- a/radicale.fcgi +++ b/radicale.fcgi @@ -1,20 +1,4 @@ #!/usr/bin/env python3 -# -# This file is part of Radicale Server - Calendar Server -# Copyright © 2011-2017 Guillaume Ayoub -# -# This library 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. -# -# This library 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 General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with Radicale. If not, see . """ Radicale FastCGI Example. diff --git a/radicale.py b/radicale.py index 9f76159..5a6b110 100755 --- a/radicale.py +++ b/radicale.py @@ -1,22 +1,4 @@ #!/usr/bin/env python3 -# -# This file is part of Radicale Server - Calendar Server -# Copyright © 2008 Nicolas Kandel -# Copyright © 2008 Pascal Halter -# Copyright © 2008-2017 Guillaume Ayoub -# -# This library 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. -# -# This library 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 General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with Radicale. If not, see . """ Radicale CalDAV Server. diff --git a/radicale.wsgi b/radicale.wsgi index 637ec9f..2f3c71f 100755 --- a/radicale.wsgi +++ b/radicale.wsgi @@ -1,20 +1,4 @@ #!/usr/bin/env python3 -# -# This file is part of Radicale Server - Calendar Server -# Copyright © 2011-2017 Guillaume Ayoub -# -# This library 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. -# -# This library 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 General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with Radicale. If not, see . """ Radicale WSGI file (mod_wsgi and uWSGI compliant).