summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/__init__.py3
-rw-r--r--tests/test_branch_mapper.py3
-rw-r--r--tests/test_commands.py3
-rw-r--r--tests/test_exporter.py3
-rw-r--r--tests/test_generic_processor.py3
-rw-r--r--tests/test_revision_store.py3
6 files changed, 6 insertions, 12 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
index 8db9140..c4f26b7 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -10,8 +10,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 St, Fifth Floor, Boston, MA 02110-1301 USA
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
"""Tests for bzr-fastimport."""
diff --git a/tests/test_branch_mapper.py b/tests/test_branch_mapper.py
index 6d6f170..587eebc 100644
--- a/tests/test_branch_mapper.py
+++ b/tests/test_branch_mapper.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 BranchMapper methods."""
diff --git a/tests/test_commands.py b/tests/test_commands.py
index 1679a66..282cfc3 100644
--- a/tests/test_commands.py
+++ b/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 the command implementations."""
diff --git a/tests/test_exporter.py b/tests/test_exporter.py
index 24fedb1..c2a8442 100644
--- a/tests/test_exporter.py
+++ b/tests/test_exporter.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 exporter."""
diff --git a/tests/test_generic_processor.py b/tests/test_generic_processor.py
index c491c51..1b4a809 100644
--- a/tests/test_generic_processor.py
+++ b/tests/test_generic_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/>.
import time
diff --git a/tests/test_revision_store.py b/tests/test_revision_store.py
index 9e39254..95d0ab8 100644
--- a/tests/test_revision_store.py
+++ b/tests/test_revision_store.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
"""Direct tests of the revision_store classes."""