Skip to content

Commit a960f50

Browse files
committed
yaaa.pl 0.3.1: fix script license
1 parent 50b6722 commit a960f50

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

perl/yaaa.pl

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
# SPDX-FileCopyrightText: 2009 jnbek <jnbek@yahoo.com>
2+
#
3+
# SPDX-License-Identifier: GPL-3.0-or-later
4+
#
15
# YaAA: Yet Another Auto Away Script written in Perl
2-
# Copyright (c) 2009 by jnbek <jnbek@yahoo.com>
36
#
47
# This program is free software; you can redistribute it and/or modify
58
# it under the terms of the GNU General Public License as published by
6-
# the Free Software Foundation; either version 2 of the License, or
9+
# the Free Software Foundation; either version 3 of the License, or
710
# (at your option) any later version.
811
#
912
# This program is distributed in the hope that it will be useful,
@@ -12,8 +15,7 @@
1215
# GNU General Public License for more details.
1316
#
1417
# You should have received a copy of the GNU General Public License
15-
# along with this program; if not, write to the Free Software
16-
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1719
#
1820
#Configuration Options:
1921
#/set plugins.var.perl.yaaa.autoaway 10
@@ -28,7 +30,7 @@
2830
# 0.3: Fixed more config bugs. Fully Tested.
2931
# TODO: Add a nick changer.
3032

31-
my $version = '0.3';
33+
my $version = '0.3.1';
3234
my $interval = 5; # Seconds between checks
3335
my $autoaway = 10; # Minutes til away
3436
my $message = "AFK";

0 commit comments

Comments
 (0)