diff --git a/radicale.fcgi b/radicale.fcgi
index 52021abb..27765246 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 9f76159f..5a6b1104 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 637ec9f6..2f3c71f8 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).