From 307eb1bba2cf510cefee5f460d203a1c7f1486ba Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 20 Aug 2010 02:39:00 -0400 Subject: [PATCH] Ran update_copyright.py, which fixed some spellcheck errors in hooke/plugin/curve.py --- hooke/plugin/curve.py | 4 ++-- hooke/plugin/engine.py | 18 +++++++++++++++++- hooke/util/convert.py | 18 +++++++++++++++++- hooke/util/itertools.py | 18 +++++++++++++++++- 4 files changed, 53 insertions(+), 5 deletions(-) diff --git a/hooke/plugin/curve.py b/hooke/plugin/curve.py index d73a67f..d58d660 100644 --- a/hooke/plugin/curve.py +++ b/hooke/plugin/curve.py @@ -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 # W. Trevor King # diff --git a/hooke/plugin/engine.py b/hooke/plugin/engine.py index 89f560a..6564549 100644 --- a/hooke/plugin/engine.py +++ b/hooke/plugin/engine.py @@ -1,4 +1,20 @@ -# Copyright +# Copyright (C) 2010 W. Trevor King +# +# 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 +# . """The `engine` module provides :class:`EnginePlugin` and several associated :class:`hooke.command.Command`\s for basic diff --git a/hooke/util/convert.py b/hooke/util/convert.py index f64bb46..70ae574 100644 --- a/hooke/util/convert.py +++ b/hooke/util/convert.py @@ -1,4 +1,20 @@ -# Copyright +# Copyright (C) 2010 W. Trevor King +# +# 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 +# . """Type conversion utilities. """ diff --git a/hooke/util/itertools.py b/hooke/util/itertools.py index 5d12aa4..21faeb5 100644 --- a/hooke/util/itertools.py +++ b/hooke/util/itertools.py @@ -1,4 +1,20 @@ -# Copyright +# Copyright (C) 2010 W. Trevor King +# +# 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 +# . from __future__ import absolute_import -- 2.26.2