Ran update_copyright.py, which fixed some spellcheck errors in hooke/plugin/curve.py
authorW. Trevor King <wking@drexel.edu>
Fri, 20 Aug 2010 06:39:00 +0000 (02:39 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 20 Aug 2010 06:39:00 +0000 (02:39 -0400)
hooke/plugin/curve.py
hooke/plugin/engine.py
hooke/util/convert.py
hooke/util/itertools.py

index d73a67f90ce2267a58dd3d9ead05bb1aedccb689..d58d6605b4e94a623c7e8b29148e8d886edab81e 100644 (file)
@@ -1,5 +1,5 @@
-# Copyright (C) 2008-2010 Alberto Gomez-Kasai
-#                         Fabiano's Benedetti
+# Copyright (C) 2008-2010 Alberto Gomez-Casado
+#                         Fabrizio Benedetti
 #                         Massimo Sandal <devicerandom@gmail.com>
 #                         W. Trevor King <wking@drexel.edu>
 #
 #                         Massimo Sandal <devicerandom@gmail.com>
 #                         W. Trevor King <wking@drexel.edu>
 #
index 89f560aead2b688a8c6dc633f6695f3140d684b6..6564549ae3f6415de305819ddabb7b2358c331f9 100644 (file)
@@ -1,4 +1,20 @@
-# Copyright
+# Copyright (C) 2010 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of Hooke.
+#
+# Hooke 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.
+#
+# Hooke 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.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with Hooke.  If not, see
+# <http://www.gnu.org/licenses/>.
 
 """The `engine` module provides :class:`EnginePlugin` and several
 associated :class:`hooke.command.Command`\s for basic
 
 """The `engine` module provides :class:`EnginePlugin` and several
 associated :class:`hooke.command.Command`\s for basic
index f64bb46dc373ac1e2419a47d6b2cc27711caa442..70ae5741c5240939be39f01bdd123942805aec07 100644 (file)
@@ -1,4 +1,20 @@
-# Copyright
+# Copyright (C) 2010 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of Hooke.
+#
+# Hooke 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.
+#
+# Hooke 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.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with Hooke.  If not, see
+# <http://www.gnu.org/licenses/>.
 
 """Type conversion utilities.
 """
 
 """Type conversion utilities.
 """
index 5d12aa40c3e89160d7632e890a4d874148fe0ace..21faeb5eab7fa546134cc6142095a18ab6289478 100644 (file)
@@ -1,4 +1,20 @@
-# Copyright
+# Copyright (C) 2010 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of Hooke.
+#
+# Hooke 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.
+#
+# Hooke 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.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with Hooke.  If not, see
+# <http://www.gnu.org/licenses/>.
 
 from __future__ import absolute_import
 
 
 from __future__ import absolute_import