From: W. Trevor King Date: Thu, 11 Oct 2012 22:47:55 +0000 (-0400) Subject: Ran update-copyright.py. X-Git-Tag: v0.3~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f1af1267c319b3ff6206929e0f2d641b00a35ee9;p=curses-check-for-keypress.git Ran update-copyright.py. --- diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..e37e6e5 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,2 @@ +curses-check-for-keypress was written by: +W. Trevor King diff --git a/curses_check_for_keypress.py b/curses_check_for_keypress.py index 3d762c7..1b9d4d7 100755 --- a/curses_check_for_keypress.py +++ b/curses_check_for_keypress.py @@ -2,21 +2,22 @@ # # curses_check_for_keypress - loop until user presses a key. # -# Copyright (C) 2008-2011 William Trevor King +# Copyright (C) 2009-2012 W. Trevor King # -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. +# This file is part of curses-check-for-keypress. # -# 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 -# Lesser General Public License for more details. +# curses-check-for-keypress 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. # -# You should have received a copy of the GNU Lesser General Public -# License along with this program. If not, see -# . +# curses-check-for-keypress 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 +# curses-check-for-keypress. If not, see . """Enables looping until the user presses a key. diff --git a/setup.py b/setup.py index 6129e72..a2b24e7 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,19 @@ -# Copyright +# Copyright (C) 2009-2012 W. Trevor King +# +# This file is part of curses-check-for-keypress. +# +# curses-check-for-keypress 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. +# +# curses-check-for-keypress 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 +# curses-check-for-keypress. If not, see . "curses_check_for_keypress: loop until user presses a key."