From: zach%zachlipton.com <> Date: Tue, 10 Dec 2002 06:32:09 +0000 (+0000) Subject: Fix for bug 180955: Remove dual-license from test files X-Git-Tag: bugzilla-2.17.2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45362c74895303888838a4f408e38c73e4f917ab;p=thirdparty%2Fbugzilla.git Fix for bug 180955: Remove dual-license from test files Permission to do so granted by: justdave, joel, jake, ddk, gerv, bbaetz, and myself (as gleamed from bonsai and the contributors lines and indicated in the bug report). a=justdave. --- diff --git a/t/001compile.t b/t/001compile.t index 7e2ec7459d..69df08b6eb 100644 --- a/t/001compile.t +++ b/t/001compile.t @@ -18,19 +18,7 @@ # Rights Reserved. # # Contributor(s): Zach Lipton -# -# Alternatively, the contents of this file may be used under the -# terms of the GNU General Public License Version 2 or later (the -# "GPL"), in which case the provisions of the GPL are applicable -# instead of those above. If you wish to allow use of your -# version of this file only under the terms of the GPL and not to -# allow others to use your version of this file under the MPL, -# indicate your decision by deleting the provisions above and -# replace them with the notice and other provisions required by -# the GPL. If you do not delete the provisions above, a recipient -# may use your version of this file under either the MPL or the -# GPL. -# + ################# #Bugzilla Test 1# diff --git a/t/002goodperl.t b/t/002goodperl.t index 973a5fb884..0ac921c1fb 100644 --- a/t/002goodperl.t +++ b/t/002goodperl.t @@ -20,19 +20,7 @@ # Contributor(s): Zach Lipton # Jacob Steenhagen # David D. Kilzer -# -# Alternatively, the contents of this file may be used under the -# terms of the GNU General Public License Version 2 or later (the -# "GPL"), in which case the provisions of the GPL are applicable -# instead of those above. If you wish to allow use of your -# version of this file only under the terms of the GPL and not to -# allow others to use your version of this file under the MPL, -# indicate your decision by deleting the provisions above and -# replace them with the notice and other provisions required by -# the GPL. If you do not delete the provisions above, a recipient -# may use your version of this file under either the MPL or the -# GPL. -# + ################# #Bugzilla Test 2# diff --git a/t/003safesys.t b/t/003safesys.t index 14de7c0305..af7a457b78 100644 --- a/t/003safesys.t +++ b/t/003safesys.t @@ -18,19 +18,7 @@ # Rights Reserved. # # Contributor(s): Zach Lipton -# -# Alternatively, the contents of this file may be used under the -# terms of the GNU General Public License Version 2 or later (the -# "GPL"), in which case the provisions of the GPL are applicable -# instead of those above. If you wish to allow use of your -# version of this file only under the terms of the GPL and not to -# allow others to use your version of this file under the MPL, -# indicate your decision by deleting the provisions above and -# replace them with the notice and other provisions required by -# the GPL. If you do not delete the provisions above, a recipient -# may use your version of this file under either the MPL or the -# GPL. -# + ################# #Bugzilla Test 3# diff --git a/t/006spellcheck.t b/t/006spellcheck.t index d58e968276..b28c28ad57 100644 --- a/t/006spellcheck.t +++ b/t/006spellcheck.t @@ -18,19 +18,7 @@ # Rights Reserved. # # Contributor(s): Zach Lipton -# -# Alternatively, the contents of this file may be used under the -# terms of the GNU General Public License Version 2 or later (the -# "GPL"), in which case the provisions of the GPL are applicable -# instead of those above. If you wish to allow use of your -# version of this file only under the terms of the GPL and not to -# allow others to use your version of this file under the MPL, -# indicate your decision by deleting the provisions above and -# replace them with the notice and other provisions required by -# the GPL. If you do not delete the provisions above, a recipient -# may use your version of this file under either the MPL or the -# GPL. -# + ################# #Bugzilla Test 6# diff --git a/t/007util.t b/t/007util.t index c32087d321..92fe563e89 100644 --- a/t/007util.t +++ b/t/007util.t @@ -18,19 +18,7 @@ # Rights Reserved. # # Contributor(s): Zach Lipton -# -# Alternatively, the contents of this file may be used under the -# terms of the GNU General Public License Version 2 or later (the -# "GPL"), in which case the provisions of the GPL are applicable -# instead of those above. If you wish to allow use of your -# version of this file only under the terms of the GPL and not to -# allow others to use your version of this file under the MPL, -# indicate your decision by deleting the provisions above and -# replace them with the notice and other provisions required by -# the GPL. If you do not delete the provisions above, a recipient -# may use your version of this file under either the MPL or the -# GPL. -# + ################# #Bugzilla Test 7# diff --git a/t/Support/Files.pm b/t/Support/Files.pm index 2e9e9f3c3f..b82ab6d666 100644 --- a/t/Support/Files.pm +++ b/t/Support/Files.pm @@ -19,19 +19,7 @@ # # Contributor(s): Zach Lipton # Joel Peshkin -# -# Alternatively, the contents of this file may be used under the -# terms of the GNU General Public License Version 2 or later (the -# "GPL"), in which case the provisions of the GPL are applicable -# instead of those above. If you wish to allow use of your -# version of this file only under the terms of the GPL and not to -# allow others to use your version of this file under the MPL, -# indicate your decision by deleting the provisions above and -# replace them with the notice and other provisions required by -# the GPL. If you do not delete the provisions above, a recipient -# may use your version of this file under either the MPL or the -# GPL. -# + package Support::Files;