aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2009-12-06 00:27:24 -0500
committerW. Trevor King <wking@drexel.edu>2009-12-06 00:27:24 -0500
commitf285716a405775a2e62e9ede4abc67c960d2a62c (patch)
treeff877efd7919d829bdf4bbe072a8f27dea3e833a
parent0a54c4bd9929b385074e7488aadd8f848cdefcd4 (diff)
downloadbugseverywhere-f285716a405775a2e62e9ede4abc67c960d2a62c.tar.gz
Updated becommands/due.py copyright.
-rw-r--r--becommands/due.py16
1 files changed, 15 insertions, 1 deletions
diff --git a/becommands/due.py b/becommands/due.py
index 23f98f6..6f11ad4 100644
--- a/becommands/due.py
+++ b/becommands/due.py
@@ -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__