diff options
Diffstat (limited to 'scripts/perl/sound.pl')
-rw-r--r-- | scripts/perl/sound.pl | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/scripts/perl/sound.pl b/scripts/perl/sound.pl index f6d04d693..956d5b7df 100644 --- a/scripts/perl/sound.pl +++ b/scripts/perl/sound.pl @@ -1,9 +1,9 @@ # -# Copyright (c) 2006 by FlashCode <flashcode@flashtux.org> +# Copyright (c) 2006-2007 by FlashCode <flashcode@flashtux.org> # # 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 +# the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, @@ -12,8 +12,7 @@ # 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# along with this program. If not, see <http://www.gnu.org/licenses/>. # # @@ -21,6 +20,8 @@ # # History: # +# 2007-08-10, FlashCode <flashcode@flashtux.org>: +# version 0.4: upgraded licence to GPL 3 # 2006-05-30, FlashCode <flashcode@flashtux.org>: # added plugin options for commands # 2004-10-01, FlashCode <flashcode@flashtux.org>: @@ -29,7 +30,7 @@ use strict; -my $version = "0.3"; +my $version = "0.4"; my $command_suffix = " >/dev/null 2>&1 &"; # default values in setup file (~/.weechat/plugins.rc) |