From a34f200f633e7f98062226729062696b798c228f Mon Sep 17 00:00:00 2001 From: mhagger Date: Sat, 22 Aug 2009 20:15:37 +0000 Subject: [PATCH] Update copyright dates through whole project based on date of last commit. git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@4893 be7e6eca-30d4-0310-a8e5-ac0d63af7087 --- contrib/cvs2svn_memlog | 2 +- contrib/destroy_repository.py | 2 +- contrib/rcs_file_filter.py | 2 +- contrib/shrink_test_case.py | 2 +- contrib/verify-cvs2svn.py | 2 +- cvs2bzr | 2 +- cvs2bzr-example.options | 2 +- cvs2git-example.options | 2 +- cvs2hg-example.options | 2 +- cvs2svn-example.options | 2 +- cvs2svn_lib/__init__.py | 2 +- cvs2svn_lib/apple_single_filter.py | 2 +- cvs2svn_lib/artifact.py | 2 +- cvs2svn_lib/artifact_manager.py | 2 +- cvs2svn_lib/bzr_run_options.py | 2 +- cvs2svn_lib/changeset.py | 2 +- cvs2svn_lib/changeset_database.py | 2 +- cvs2svn_lib/changeset_graph.py | 2 +- cvs2svn_lib/changeset_graph_link.py | 2 +- cvs2svn_lib/changeset_graph_node.py | 2 +- cvs2svn_lib/check_dependencies_pass.py | 2 +- cvs2svn_lib/checkout_internal.py | 2 +- cvs2svn_lib/collect_data.py | 2 +- cvs2svn_lib/common.py | 2 +- cvs2svn_lib/config.py | 2 +- cvs2svn_lib/context.py | 2 +- cvs2svn_lib/cvs_file.py | 2 +- cvs2svn_lib/cvs_file_database.py | 2 +- cvs2svn_lib/cvs_file_items.py | 2 +- cvs2svn_lib/cvs_item.py | 2 +- cvs2svn_lib/cvs_item_database.py | 2 +- cvs2svn_lib/cvs_revision_manager.py | 2 +- cvs2svn_lib/database.py | 2 +- cvs2svn_lib/dumpfile_delegate.py | 2 +- cvs2svn_lib/fill_source.py | 2 +- cvs2svn_lib/fulltext_revision_recorder.py | 2 +- cvs2svn_lib/git_output_option.py | 2 +- cvs2svn_lib/git_revision_recorder.py | 2 +- cvs2svn_lib/git_run_options.py | 2 +- cvs2svn_lib/key_generator.py | 2 +- cvs2svn_lib/log.py | 2 +- cvs2svn_lib/main.py | 2 +- cvs2svn_lib/metadata_database.py | 2 +- cvs2svn_lib/openings_closings.py | 2 +- cvs2svn_lib/output_option.py | 2 +- cvs2svn_lib/pass_manager.py | 2 +- cvs2svn_lib/passes.py | 2 +- cvs2svn_lib/persistence_manager.py | 2 +- cvs2svn_lib/process.py | 2 +- cvs2svn_lib/project.py | 2 +- cvs2svn_lib/property_setters.py | 2 +- cvs2svn_lib/rcs_revision_manager.py | 2 +- cvs2svn_lib/record_table.py | 2 +- cvs2svn_lib/repository_delegate.py | 2 +- cvs2svn_lib/repository_mirror.py | 2 +- cvs2svn_lib/revision_manager.py | 2 +- cvs2svn_lib/run_options.py | 2 +- cvs2svn_lib/serializer.py | 2 +- cvs2svn_lib/stats_keeper.py | 2 +- cvs2svn_lib/stdout_delegate.py | 2 +- cvs2svn_lib/svn_commit.py | 2 +- cvs2svn_lib/svn_commit_creator.py | 2 +- cvs2svn_lib/svn_commit_item.py | 2 +- cvs2svn_lib/svn_output_option.py | 2 +- cvs2svn_lib/svn_revision_range.py | 2 +- cvs2svn_lib/svn_run_options.py | 2 +- cvs2svn_lib/symbol.py | 2 +- cvs2svn_lib/symbol_database.py | 2 +- cvs2svn_lib/symbol_statistics.py | 2 +- cvs2svn_lib/symbol_strategy.py | 2 +- cvs2svn_lib/symbol_transform.py | 2 +- cvs2svn_lib/time_range.py | 2 +- cvs2svn_lib/version.py | 2 +- run-tests.py | 2 +- 74 files changed, 74 insertions(+), 74 deletions(-) diff --git a/contrib/cvs2svn_memlog b/contrib/cvs2svn_memlog index 0639b388..76f6720b 100755 --- a/contrib/cvs2svn_memlog +++ b/contrib/cvs2svn_memlog @@ -2,7 +2,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/contrib/destroy_repository.py b/contrib/destroy_repository.py index 3a6b8fe6..461a1894 100755 --- a/contrib/destroy_repository.py +++ b/contrib/destroy_repository.py @@ -3,7 +3,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2006 CollabNet. All rights reserved. +# Copyright (c) 2006-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/contrib/rcs_file_filter.py b/contrib/rcs_file_filter.py index d2407ae3..463a6f10 100755 --- a/contrib/rcs_file_filter.py +++ b/contrib/rcs_file_filter.py @@ -3,7 +3,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2006 CollabNet. All rights reserved. +# Copyright (c) 2006-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/contrib/shrink_test_case.py b/contrib/shrink_test_case.py index a880bd2e..fef6f48f 100755 --- a/contrib/shrink_test_case.py +++ b/contrib/shrink_test_case.py @@ -3,7 +3,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2006-2007 CollabNet. All rights reserved. +# Copyright (c) 2006-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/contrib/verify-cvs2svn.py b/contrib/verify-cvs2svn.py index 9c1d67e5..7d080487 100755 --- a/contrib/verify-cvs2svn.py +++ b/contrib/verify-cvs2svn.py @@ -2,7 +2,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2009 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2bzr b/cvs2bzr index 8abf45bf..5e5b037a 100755 --- a/cvs2bzr +++ b/cvs2bzr @@ -2,7 +2,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2008 CollabNet. All rights reserved. +# Copyright (c) 2000-2009 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2bzr-example.options b/cvs2bzr-example.options index a5f1f331..4eba1e87 100644 --- a/cvs2bzr-example.options +++ b/cvs2bzr-example.options @@ -1,7 +1,7 @@ # (Be in -*- mode: python; coding: utf-8 -*- mode.) # # ==================================================================== -# Copyright (c) 2006-2008 CollabNet. All rights reserved. +# Copyright (c) 2006-2009 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2git-example.options b/cvs2git-example.options index b4754408..ab280dd4 100644 --- a/cvs2git-example.options +++ b/cvs2git-example.options @@ -1,7 +1,7 @@ # (Be in -*- mode: python; coding: utf-8 -*- mode.) # # ==================================================================== -# Copyright (c) 2006-2008 CollabNet. All rights reserved. +# Copyright (c) 2006-2009 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2hg-example.options b/cvs2hg-example.options index e6512bd3..326b16bd 100644 --- a/cvs2hg-example.options +++ b/cvs2hg-example.options @@ -1,7 +1,7 @@ # (Be in -*- mode: python; coding: utf-8 -*- mode.) # # ==================================================================== -# Copyright (c) 2006-2008 CollabNet. All rights reserved. +# Copyright (c) 2006-2009 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn-example.options b/cvs2svn-example.options index 746a5739..660e41d4 100644 --- a/cvs2svn-example.options +++ b/cvs2svn-example.options @@ -1,7 +1,7 @@ # (Be in -*- mode: python; coding: utf-8 -*- mode.) # # ==================================================================== -# Copyright (c) 2006-2008 CollabNet. All rights reserved. +# Copyright (c) 2006-2009 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/__init__.py b/cvs2svn_lib/__init__.py index 877bdcb0..838d4c66 100644 --- a/cvs2svn_lib/__init__.py +++ b/cvs2svn_lib/__init__.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2006 CollabNet. All rights reserved. +# Copyright (c) 2000-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/apple_single_filter.py b/cvs2svn_lib/apple_single_filter.py index 903909dc..95fa9cb6 100644 --- a/cvs2svn_lib/apple_single_filter.py +++ b/cvs2svn_lib/apple_single_filter.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2007 CollabNet. All rights reserved. +# Copyright (c) 2007-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/artifact.py b/cvs2svn_lib/artifact.py index 3c724b17..99d69456 100644 --- a/cvs2svn_lib/artifact.py +++ b/cvs2svn_lib/artifact.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/artifact_manager.py b/cvs2svn_lib/artifact_manager.py index 6993d998..08f0ec7b 100644 --- a/cvs2svn_lib/artifact_manager.py +++ b/cvs2svn_lib/artifact_manager.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/bzr_run_options.py b/cvs2svn_lib/bzr_run_options.py index 477eb786..5332dff9 100644 --- a/cvs2svn_lib/bzr_run_options.py +++ b/cvs2svn_lib/bzr_run_options.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2008 CollabNet. All rights reserved. +# Copyright (c) 2000-2009 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/changeset.py b/cvs2svn_lib/changeset.py index bc6025fe..1022e0a9 100644 --- a/cvs2svn_lib/changeset.py +++ b/cvs2svn_lib/changeset.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2006-2007 CollabNet. All rights reserved. +# Copyright (c) 2006-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/changeset_database.py b/cvs2svn_lib/changeset_database.py index 6fccec18..82ca9043 100644 --- a/cvs2svn_lib/changeset_database.py +++ b/cvs2svn_lib/changeset_database.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2006-2007 CollabNet. All rights reserved. +# Copyright (c) 2006-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/changeset_graph.py b/cvs2svn_lib/changeset_graph.py index 8fd110c8..64ebf2ce 100644 --- a/cvs2svn_lib/changeset_graph.py +++ b/cvs2svn_lib/changeset_graph.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2006-2007 CollabNet. All rights reserved. +# Copyright (c) 2006-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/changeset_graph_link.py b/cvs2svn_lib/changeset_graph_link.py index 4f4808dc..9d0cc9dd 100644 --- a/cvs2svn_lib/changeset_graph_link.py +++ b/cvs2svn_lib/changeset_graph_link.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2006-2007 CollabNet. All rights reserved. +# Copyright (c) 2006-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/changeset_graph_node.py b/cvs2svn_lib/changeset_graph_node.py index 424c578b..cbbebd73 100644 --- a/cvs2svn_lib/changeset_graph_node.py +++ b/cvs2svn_lib/changeset_graph_node.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2006-2007 CollabNet. All rights reserved. +# Copyright (c) 2006-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/check_dependencies_pass.py b/cvs2svn_lib/check_dependencies_pass.py index bc7550c5..172c2647 100644 --- a/cvs2svn_lib/check_dependencies_pass.py +++ b/cvs2svn_lib/check_dependencies_pass.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/checkout_internal.py b/cvs2svn_lib/checkout_internal.py index 2aa06d8f..fe28e0c1 100644 --- a/cvs2svn_lib/checkout_internal.py +++ b/cvs2svn_lib/checkout_internal.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2007 CollabNet. All rights reserved. +# Copyright (c) 2007-2009 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/collect_data.py b/cvs2svn_lib/collect_data.py index 921dc49b..160d7b90 100644 --- a/cvs2svn_lib/collect_data.py +++ b/cvs2svn_lib/collect_data.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2009 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/common.py b/cvs2svn_lib/common.py index 6d383c6c..84009073 100644 --- a/cvs2svn_lib/common.py +++ b/cvs2svn_lib/common.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2009 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/config.py b/cvs2svn_lib/config.py index 9f5f6e4b..b313b2c4 100644 --- a/cvs2svn_lib/config.py +++ b/cvs2svn_lib/config.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/context.py b/cvs2svn_lib/context.py index 5ba97647..89dc16a0 100644 --- a/cvs2svn_lib/context.py +++ b/cvs2svn_lib/context.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2009 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/cvs_file.py b/cvs2svn_lib/cvs_file.py index 171d77fa..3a1bb4fd 100644 --- a/cvs2svn_lib/cvs_file.py +++ b/cvs2svn_lib/cvs_file.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/cvs_file_database.py b/cvs2svn_lib/cvs_file_database.py index e0345c8b..61eebf3c 100644 --- a/cvs2svn_lib/cvs_file_database.py +++ b/cvs2svn_lib/cvs_file_database.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2009 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/cvs_file_items.py b/cvs2svn_lib/cvs_file_items.py index 00b11e25..f0dc782e 100644 --- a/cvs2svn_lib/cvs_file_items.py +++ b/cvs2svn_lib/cvs_file_items.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2006-2007 CollabNet. All rights reserved. +# Copyright (c) 2006-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/cvs_item.py b/cvs2svn_lib/cvs_item.py index 7a4b0488..5c01a24b 100644 --- a/cvs2svn_lib/cvs_item.py +++ b/cvs2svn_lib/cvs_item.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/cvs_item_database.py b/cvs2svn_lib/cvs_item_database.py index ab1ad854..f072252e 100644 --- a/cvs2svn_lib/cvs_item_database.py +++ b/cvs2svn_lib/cvs_item_database.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/cvs_revision_manager.py b/cvs2svn_lib/cvs_revision_manager.py index 06d60eaf..6f5de3b9 100644 --- a/cvs2svn_lib/cvs_revision_manager.py +++ b/cvs2svn_lib/cvs_revision_manager.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/database.py b/cvs2svn_lib/database.py index d670d682..9db9be2c 100644 --- a/cvs2svn_lib/database.py +++ b/cvs2svn_lib/database.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2009 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/dumpfile_delegate.py b/cvs2svn_lib/dumpfile_delegate.py index 780f9321..092cfca6 100644 --- a/cvs2svn_lib/dumpfile_delegate.py +++ b/cvs2svn_lib/dumpfile_delegate.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2009 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/fill_source.py b/cvs2svn_lib/fill_source.py index 796f3737..2bb8e4c5 100644 --- a/cvs2svn_lib/fill_source.py +++ b/cvs2svn_lib/fill_source.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/fulltext_revision_recorder.py b/cvs2svn_lib/fulltext_revision_recorder.py index 64264b89..ad057b77 100644 --- a/cvs2svn_lib/fulltext_revision_recorder.py +++ b/cvs2svn_lib/fulltext_revision_recorder.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2007 CollabNet. All rights reserved. +# Copyright (c) 2007-2009 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/git_output_option.py b/cvs2svn_lib/git_output_option.py index 3cd9277b..a1e46b9a 100644 --- a/cvs2svn_lib/git_output_option.py +++ b/cvs2svn_lib/git_output_option.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2007 CollabNet. All rights reserved. +# Copyright (c) 2007-2009 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/git_revision_recorder.py b/cvs2svn_lib/git_revision_recorder.py index 3114002a..604f8ac8 100644 --- a/cvs2svn_lib/git_revision_recorder.py +++ b/cvs2svn_lib/git_revision_recorder.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2007 CollabNet. All rights reserved. +# Copyright (c) 2007-2009 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/git_run_options.py b/cvs2svn_lib/git_run_options.py index 9dff22d2..726b1279 100644 --- a/cvs2svn_lib/git_run_options.py +++ b/cvs2svn_lib/git_run_options.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2008 CollabNet. All rights reserved. +# Copyright (c) 2000-2009 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/key_generator.py b/cvs2svn_lib/key_generator.py index 4413be89..d580d6b1 100644 --- a/cvs2svn_lib/key_generator.py +++ b/cvs2svn_lib/key_generator.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/log.py b/cvs2svn_lib/log.py index 8a9d7ad1..798350cb 100644 --- a/cvs2svn_lib/log.py +++ b/cvs2svn_lib/log.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/main.py b/cvs2svn_lib/main.py index 156c7cfe..f222de0c 100644 --- a/cvs2svn_lib/main.py +++ b/cvs2svn_lib/main.py @@ -2,7 +2,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2009 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/metadata_database.py b/cvs2svn_lib/metadata_database.py index 5b48fb92..de019205 100644 --- a/cvs2svn_lib/metadata_database.py +++ b/cvs2svn_lib/metadata_database.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2009 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/openings_closings.py b/cvs2svn_lib/openings_closings.py index 3e1439f2..b1d4093f 100644 --- a/cvs2svn_lib/openings_closings.py +++ b/cvs2svn_lib/openings_closings.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/output_option.py b/cvs2svn_lib/output_option.py index 1626824b..70419e67 100644 --- a/cvs2svn_lib/output_option.py +++ b/cvs2svn_lib/output_option.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2009 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/pass_manager.py b/cvs2svn_lib/pass_manager.py index 0afe59f1..90fa2dc4 100644 --- a/cvs2svn_lib/pass_manager.py +++ b/cvs2svn_lib/pass_manager.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2009 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/passes.py b/cvs2svn_lib/passes.py index 96646736..af146921 100644 --- a/cvs2svn_lib/passes.py +++ b/cvs2svn_lib/passes.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2009 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/persistence_manager.py b/cvs2svn_lib/persistence_manager.py index ea2ab760..8a622ab4 100644 --- a/cvs2svn_lib/persistence_manager.py +++ b/cvs2svn_lib/persistence_manager.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/process.py b/cvs2svn_lib/process.py index df3882fe..56469ce2 100644 --- a/cvs2svn_lib/process.py +++ b/cvs2svn_lib/process.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/project.py b/cvs2svn_lib/project.py index edee6519..0fe92df5 100644 --- a/cvs2svn_lib/project.py +++ b/cvs2svn_lib/project.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/property_setters.py b/cvs2svn_lib/property_setters.py index 25d0f19c..7cf379eb 100644 --- a/cvs2svn_lib/property_setters.py +++ b/cvs2svn_lib/property_setters.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/rcs_revision_manager.py b/cvs2svn_lib/rcs_revision_manager.py index 4d5aefa9..1c2dfcfd 100644 --- a/cvs2svn_lib/rcs_revision_manager.py +++ b/cvs2svn_lib/rcs_revision_manager.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/record_table.py b/cvs2svn_lib/record_table.py index 23b0209a..41ab84af 100644 --- a/cvs2svn_lib/record_table.py +++ b/cvs2svn_lib/record_table.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/repository_delegate.py b/cvs2svn_lib/repository_delegate.py index 8628acf2..53c9b65b 100644 --- a/cvs2svn_lib/repository_delegate.py +++ b/cvs2svn_lib/repository_delegate.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2006 CollabNet. All rights reserved. +# Copyright (c) 2000-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/repository_mirror.py b/cvs2svn_lib/repository_mirror.py index f3faceb2..72e2ba11 100644 --- a/cvs2svn_lib/repository_mirror.py +++ b/cvs2svn_lib/repository_mirror.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2008 CollabNet. All rights reserved. +# Copyright (c) 2000-2009 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/revision_manager.py b/cvs2svn_lib/revision_manager.py index 6131565e..8af7c745 100644 --- a/cvs2svn_lib/revision_manager.py +++ b/cvs2svn_lib/revision_manager.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/run_options.py b/cvs2svn_lib/run_options.py index 7b257327..27d2ea68 100644 --- a/cvs2svn_lib/run_options.py +++ b/cvs2svn_lib/run_options.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2009 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/serializer.py b/cvs2svn_lib/serializer.py index acb3ea22..24bd81c7 100644 --- a/cvs2svn_lib/serializer.py +++ b/cvs2svn_lib/serializer.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/stats_keeper.py b/cvs2svn_lib/stats_keeper.py index 1e973a2b..1a825407 100644 --- a/cvs2svn_lib/stats_keeper.py +++ b/cvs2svn_lib/stats_keeper.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2006 CollabNet. All rights reserved. +# Copyright (c) 2000-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/stdout_delegate.py b/cvs2svn_lib/stdout_delegate.py index e2eec6f7..2b4e2281 100644 --- a/cvs2svn_lib/stdout_delegate.py +++ b/cvs2svn_lib/stdout_delegate.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/svn_commit.py b/cvs2svn_lib/svn_commit.py index e0c009f1..25dc38ef 100644 --- a/cvs2svn_lib/svn_commit.py +++ b/cvs2svn_lib/svn_commit.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/svn_commit_creator.py b/cvs2svn_lib/svn_commit_creator.py index dc05fbad..c87db38b 100644 --- a/cvs2svn_lib/svn_commit_creator.py +++ b/cvs2svn_lib/svn_commit_creator.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/svn_commit_item.py b/cvs2svn_lib/svn_commit_item.py index aa842b3c..8bc9015b 100644 --- a/cvs2svn_lib/svn_commit_item.py +++ b/cvs2svn_lib/svn_commit_item.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2006 CollabNet. All rights reserved. +# Copyright (c) 2000-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/svn_output_option.py b/cvs2svn_lib/svn_output_option.py index 839af1cb..86d1ba44 100644 --- a/cvs2svn_lib/svn_output_option.py +++ b/cvs2svn_lib/svn_output_option.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2009 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/svn_revision_range.py b/cvs2svn_lib/svn_revision_range.py index cd538329..04ba7fa7 100644 --- a/cvs2svn_lib/svn_revision_range.py +++ b/cvs2svn_lib/svn_revision_range.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2006 CollabNet. All rights reserved. +# Copyright (c) 2000-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/svn_run_options.py b/cvs2svn_lib/svn_run_options.py index f0f33881..e7577307 100644 --- a/cvs2svn_lib/svn_run_options.py +++ b/cvs2svn_lib/svn_run_options.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2008 CollabNet. All rights reserved. +# Copyright (c) 2000-2009 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/symbol.py b/cvs2svn_lib/symbol.py index 3affdc63..e3a6b350 100644 --- a/cvs2svn_lib/symbol.py +++ b/cvs2svn_lib/symbol.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/symbol_database.py b/cvs2svn_lib/symbol_database.py index a130f71d..824f97b1 100644 --- a/cvs2svn_lib/symbol_database.py +++ b/cvs2svn_lib/symbol_database.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/symbol_statistics.py b/cvs2svn_lib/symbol_statistics.py index 66f8f74b..0d35a506 100644 --- a/cvs2svn_lib/symbol_statistics.py +++ b/cvs2svn_lib/symbol_statistics.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/symbol_strategy.py b/cvs2svn_lib/symbol_strategy.py index 749e08c0..9d562a82 100644 --- a/cvs2svn_lib/symbol_strategy.py +++ b/cvs2svn_lib/symbol_strategy.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/symbol_transform.py b/cvs2svn_lib/symbol_transform.py index c1cd2134..a4995b87 100644 --- a/cvs2svn_lib/symbol_transform.py +++ b/cvs2svn_lib/symbol_transform.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2006-2007 CollabNet. All rights reserved. +# Copyright (c) 2006-2009 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/time_range.py b/cvs2svn_lib/time_range.py index e22c3bd3..f7dc2349 100644 --- a/cvs2svn_lib/time_range.py +++ b/cvs2svn_lib/time_range.py @@ -1,7 +1,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2006 CollabNet. All rights reserved. +# Copyright (c) 2006-2008 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/cvs2svn_lib/version.py b/cvs2svn_lib/version.py index b88c00d8..fb309071 100644 --- a/cvs2svn_lib/version.py +++ b/cvs2svn_lib/version.py @@ -2,7 +2,7 @@ # (Be in -*- python -*- mode.) # # ==================================================================== -# Copyright (c) 2007 CollabNet. All rights reserved. +# Copyright (c) 2007-2009 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/run-tests.py b/run-tests.py index 89ab2792..565bc4fd 100755 --- a/run-tests.py +++ b/run-tests.py @@ -23,7 +23,7 @@ # See http://subversion.tigris.org for more information. # # ==================================================================== -# Copyright (c) 2000-2007 CollabNet. All rights reserved. +# Copyright (c) 2000-2009 CollabNet. All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -- 2.11.4.GIT