summaryrefslogtreecommitdiffstats
path: root/contrib/gnats2bz.pl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnats2bz.pl')
-rw-r--r--contrib/gnats2bz.pl21
1 files changed, 13 insertions, 8 deletions
diff --git a/contrib/gnats2bz.pl b/contrib/gnats2bz.pl
index bc1d96878..e340bd148 100644
--- a/contrib/gnats2bz.pl
+++ b/contrib/gnats2bz.pl
@@ -1,18 +1,23 @@
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
-# The contents of this file are subject to the Mozilla Public License
-# Version 1.0 (the "License"); you may not use this file except in
-# compliance with the License. You may obtain a copy of the License at
-# http://www.mozilla.org/MPL/
+# The contents of this file are subject to the Mozilla Public
+# License Version 1.1 (the "License"); you may not use this file
+# except in compliance with the License. You may obtain a copy of
+# the License at http://www.mozilla.org/MPL/
#
-# Software distributed under the License is distributed on an "AS IS"
-# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
-# License for the specific language governing rights and limitations
-# under the License.
+# Software distributed under the License is distributed on an "AS
+# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
+# implied. See the License for the specific language governing
+# rights and limitations under the License.
#
# The Original Code is the Gnats To Bugzilla Conversion Utility.
#
+# The Initial Developer of the Original Code is Tom
+# Schutter. Portions created by Tom Schutter are
+# Copyright (C) 1999 Tom Schutter. All
+# Rights Reserved.
+#
# Contributor(s): Tom Schutter <tom@platte.com>