quizzes: Bump quizzes to v0.3 because they have copyright data
[quizzer.git] / pq.py
diff --git a/pq.py b/pq.py
index 5cdd0bb9e0d4bdafd56194af7521fd0318ed9c02..5594572082685057e72a59eaa19bb4e6be0e8c66 100755 (executable)
--- a/pq.py
+++ b/pq.py
@@ -1,4 +1,20 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3.3
+#
+# Copyright (C) 2013 W. Trevor King <wking@tremily.us>
+#
+# This file is part of quizzer.
+#
+# quizzer 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.
+#
+# quizzer 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
+# quizzer.  If not, see <http://www.gnu.org/licenses/>.
 
 import quizzer.cli