Run update-copyright.py
[package-cache.git] / package_cache / main.py
index c6c814eac1e73eac28565271cbe3f8e41d54f2f1..b9a66a014407bd694f3a6a2916616d6de58088f9 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 argparse as _argparse
 import logging as _logging