add GPL header
authorPaul Mangan <paul@claws-mail.org>
Sat, 15 Feb 2003 11:27:40 +0000 (11:27 +0000)
committerPaul Mangan <paul@claws-mail.org>
Sat, 15 Feb 2003 11:27:40 +0000 (11:27 +0000)
tools/freshmeat_search.pl
tools/google_search.pl

index ec554406a77e6e97badffcb6955abb6aed9b7069..5ee49453a0ce3a65e538a0a1ffc3aec6be4e4218 100644 (file)
@@ -1,5 +1,22 @@
 #!/usr/bin/perl
 
 #!/usr/bin/perl
 
+#  * Copyright © 2003 Paul Mangan <claws@thewildbeast.co.uk>
+#  *
+#  * This file 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+#  *
+
 my $freshmeat = "http://freshmeat.net/search?q";
 $_ = <>;
 
 my $freshmeat = "http://freshmeat.net/search?q";
 $_ = <>;
 
index 22213d0778e20267460ebf7543a8a837e2cd1662..bf02bf32eac9ad706640d046187520163c16ed2c 100644 (file)
@@ -1,5 +1,22 @@
 #!/usr/bin/perl
 
 #!/usr/bin/perl
 
+#  * Copyright © 2003 Paul Mangan <claws@thewildbeast.co.uk>
+#  *
+#  * This file 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+#  *
+
 my $google = "http://www.google.com/search?q";
 $_ = <>;
 
 my $google = "http://www.google.com/search?q";
 $_ = <>;