From: W. Trevor King Date: Sun, 6 Dec 2009 05:27:24 +0000 (-0500) Subject: Updated becommands/due.py copyright. X-Git-Tag: 1.0.0~59^2~58^2~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f285716a405775a2e62e9ede4abc67c960d2a62c;p=be.git Updated becommands/due.py copyright. --- 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 +# +# 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__