summaryrefslogtreecommitdiff
path: root/fastimport/tests
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-10-06 02:24:50 +0200
committerJelmer Vernooij <jelmer@samba.org>2011-10-06 02:24:50 +0200
commite24f99a5590fce6bfe7fe8873ca0276866657c43 (patch)
treedeb2f718e0834bb71268d4ea17c3958bfb1d9d4f /fastimport/tests
parentabaa09f089abd55f8f19e3aa5e69cf162d16cee5 (diff)
downloadpython-fastimport-git-e24f99a5590fce6bfe7fe8873ca0276866657c43.tar.gz
Remove old FSF address and point at FSF website instead.
Thanks Dan Callaghan.
Diffstat (limited to 'fastimport/tests')
-rw-r--r--fastimport/tests/__init__.py4
-rw-r--r--fastimport/tests/test_commands.py3
-rw-r--r--fastimport/tests/test_errors.py3
-rw-r--r--fastimport/tests/test_filter_processor.py3
-rw-r--r--fastimport/tests/test_head_tracking.py3
-rw-r--r--fastimport/tests/test_helpers.py3
-rw-r--r--fastimport/tests/test_parser.py3
7 files changed, 7 insertions, 15 deletions
diff --git a/fastimport/tests/__init__.py b/fastimport/tests/__init__.py
index 3a8e69f..3bedc42 100644
--- a/fastimport/tests/__init__.py
+++ b/fastimport/tests/__init__.py
@@ -13,9 +13,7 @@
# 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.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
"""Tests for fastimport."""
diff --git a/fastimport/tests/test_commands.py b/fastimport/tests/test_commands.py
index c887235..7da7e11 100644
--- a/fastimport/tests/test_commands.py
+++ b/fastimport/tests/test_commands.py
@@ -11,8 +11,7 @@
# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
"""Test how Commands are displayed"""
diff --git a/fastimport/tests/test_errors.py b/fastimport/tests/test_errors.py
index 2b6b69d..bdd73b9 100644
--- a/fastimport/tests/test_errors.py
+++ b/fastimport/tests/test_errors.py
@@ -11,8 +11,7 @@
# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
"""Test the Import errors"""
diff --git a/fastimport/tests/test_filter_processor.py b/fastimport/tests/test_filter_processor.py
index af107d3..ad040d7 100644
--- a/fastimport/tests/test_filter_processor.py
+++ b/fastimport/tests/test_filter_processor.py
@@ -11,8 +11,7 @@
# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
"""Test FilterProcessor"""
diff --git a/fastimport/tests/test_head_tracking.py b/fastimport/tests/test_head_tracking.py
index 4a2a018..27b8ffe 100644
--- a/fastimport/tests/test_head_tracking.py
+++ b/fastimport/tests/test_head_tracking.py
@@ -11,8 +11,7 @@
# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
"""Test tracking of heads"""
diff --git a/fastimport/tests/test_helpers.py b/fastimport/tests/test_helpers.py
index 639e436..64aee24 100644
--- a/fastimport/tests/test_helpers.py
+++ b/fastimport/tests/test_helpers.py
@@ -11,8 +11,7 @@
# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
"""Test the helper functions."""
diff --git a/fastimport/tests/test_parser.py b/fastimport/tests/test_parser.py
index 6832df3..06270a8 100644
--- a/fastimport/tests/test_parser.py
+++ b/fastimport/tests/test_parser.py
@@ -11,8 +11,7 @@
# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
"""Test the Import parsing"""