[gnumeric] License: make explicit for the fuzzers.



commit de7b5b5a23e57a2debdc7075adafcd3444c91114
Author: Morten Welinder <terra gnome org>
Date:   Wed Aug 18 15:41:40 2010 -0400

    License: make explicit for the fuzzers.

 test/fuzzxml |   16 ++++++++++++++++
 test/fuzzzip |   16 ++++++++++++++++
 2 files changed, 32 insertions(+), 0 deletions(-)
---
diff --git a/test/fuzzxml b/test/fuzzxml
index f43c6a0..d77cfc0 100755
--- a/test/fuzzxml
+++ b/test/fuzzxml
@@ -1,5 +1,21 @@
 #!/usr/bin/perl -w
 
+# Copyright (C) 2010 Morten Welinder.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+
 use strict;
 use XML::Parser;
 use XML::Writer;
diff --git a/test/fuzzzip b/test/fuzzzip
index 6c8db89..2bf166d 100755
--- a/test/fuzzzip
+++ b/test/fuzzzip
@@ -1,5 +1,21 @@
 #!/usr/bin/perl -w
 
+# Copyright (C) 2010 Morten Welinder.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+
 use strict;
 use Getopt::Long;
 use File::Temp ();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]