Updated becommands/due.py copyright.
authorW. Trevor King <wking@drexel.edu>
Sun, 6 Dec 2009 05:27:24 +0000 (00:27 -0500)
committerW. Trevor King <wking@drexel.edu>
Sun, 6 Dec 2009 05:27:24 +0000 (00:27 -0500)
becommands/due.py

index 23f98f658aaf4ee07a9989c9f99b6c6d0c646a55..6f11ad4c3ef815d513877d9584b2fda42c02d1d6 100644 (file)
@@ -1,4 +1,18 @@
-# Copyright (C) 
+# Copyright (C) 2009 W. Trevor King <wking@drexel.edu>
+#
+# This program 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 2 of the License, or
+# (at your option) any later version.
+#
+# This program 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 this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 """Set bug due dates"""
 from libbe import cmdutil, bugdir, utility
 __desc__ = __doc__