diff options
author | zach%zachlipton.com <> | 2002-12-10 07:32:09 +0100 |
---|---|---|
committer | zach%zachlipton.com <> | 2002-12-10 07:32:09 +0100 |
commit | 45362c74895303888838a4f408e38c73e4f917ab (patch) | |
tree | c1b8704d8fc17a912a31488970b775a44ef4b32d /t/Support | |
parent | bc4f1a74e8eafc094380c8cdc0370a9f6ec3c05f (diff) | |
download | bugzilla-45362c74895303888838a4f408e38c73e4f917ab.tar.gz bugzilla-45362c74895303888838a4f408e38c73e4f917ab.tar.xz |
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.
Diffstat (limited to 't/Support')
-rw-r--r-- | t/Support/Files.pm | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/t/Support/Files.pm b/t/Support/Files.pm index 2e9e9f3c3..b82ab6d66 100644 --- a/t/Support/Files.pm +++ b/t/Support/Files.pm @@ -19,19 +19,7 @@ # # Contributor(s): Zach Lipton <zach@zachlipton.com> # Joel Peshkin <bugreport@peshkin.net> -# -# 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; |