Run update-copyright.py
[package-cache.git] / package_cache / server.py
index 21213ae34ebe852b020a5ed9c0eab9a8a1d59f13..42c2eb980b4506868bcb14c6965f201ea8b32581 100644 (file)
@@ -1,4 +1,19 @@
-# Copyright
+# Copyright (C) 2014 W. Trevor King <wking@tremily.us>
+#
+# This file is part of package-cache.
+#
+# package-cache 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.
+#
+# package-cache 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
+# package-cache.  If not, see <http://www.gnu.org/licenses/>.
 
 import calendar as _calendar
 import email.utils as _email_utils