From f285716a405775a2e62e9ede4abc67c960d2a62c Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 6 Dec 2009 00:27:24 -0500 Subject: [PATCH] Updated becommands/due.py copyright. --- becommands/due.py | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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__ -- 2.26.2