From: Paul Mangan Date: Sat, 15 Feb 2003 11:27:40 +0000 (+0000) Subject: add GPL header X-Git-Tag: rel_0_8_11~116 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=355f7117329f37ccbef7b6a5cd1f72c8cb8fb6b3;ds=sidebyside add GPL header --- diff --git a/tools/freshmeat_search.pl b/tools/freshmeat_search.pl index ec554406a..5ee49453a 100644 --- a/tools/freshmeat_search.pl +++ b/tools/freshmeat_search.pl @@ -1,5 +1,22 @@ #!/usr/bin/perl +# * Copyright © 2003 Paul Mangan +# * +# * 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"; $_ = <>; diff --git a/tools/google_search.pl b/tools/google_search.pl index 22213d077..bf02bf32e 100644 --- a/tools/google_search.pl +++ b/tools/google_search.pl @@ -1,5 +1,22 @@ #!/usr/bin/perl +# * Copyright © 2003 Paul Mangan +# * +# * 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"; $_ = <>;