Ran update-copyright.py.
authorW. Trevor King <wking@tremily.us>
Thu, 11 Oct 2012 22:47:55 +0000 (18:47 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 11 Oct 2012 22:49:00 +0000 (18:49 -0400)
AUTHORS [new file with mode: 0644]
curses_check_for_keypress.py
setup.py

diff --git a/AUTHORS b/AUTHORS
new file mode 100644 (file)
index 0000000..e37e6e5
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,2 @@
+curses-check-for-keypress was written by:
+W. Trevor King <wking@tremily.us>
index 3d762c768c9e39d0b2c8b1038b109b3bbbf540c8..1b9d4d757a7a020ec8f92d524c36a50d7ed15a8d 100755 (executable)
@@ -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 <wking@tremily.us>
 #
-# 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
-# <http://www.gnu.org/licenses/>.
+# 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 <http://www.gnu.org/licenses/>.
 
 """Enables looping until the user presses a key.
 
index 6129e728f9cd1e5f20e3f07fad13e64292b69ec9..a2b24e79df24a6a88e8035d91a3e04fc866cb362 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,19 @@
-# Copyright
+# Copyright (C) 2009-2012 W. Trevor King <wking@tremily.us>
+#
+# 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 <http://www.gnu.org/licenses/>.
 
 "curses_check_for_keypress: loop until user presses a key."