updated license to GPLv3 and added LICENSE file
This commit is contained in:
23
dyndns.pl
23
dyndns.pl
@@ -3,24 +3,21 @@
|
||||
#
|
||||
# dyndns.pl - CGI-BIN script to handle Dynamic DNS updates through http
|
||||
#
|
||||
# Last Update: $Date$
|
||||
# Version 1.0, latest version, documentation and bugtracker available at:
|
||||
# https://gitlab.lindenaar.net/scripts/dyndns
|
||||
#
|
||||
# Latest version and documentation on http://projects.lindenaar.net/p/dyndns
|
||||
# Copyright (c) 2013 Frederik Lindenaar
|
||||
#
|
||||
# Copyright (C) 2013 Frederik Lindenaar
|
||||
# This script is free software: you can redistribute and/or modify it under the
|
||||
# terms of version 3 of the GNU General Public License as published by the Free
|
||||
# Software Foundation, or (at your option) any later version of the license.
|
||||
#
|
||||
# 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.
|
||||
# This script 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
|
||||
# this program. If not, visit <http://www.gnu.org/licenses/> to download it.
|
||||
#
|
||||
|
||||
use strict;
|
||||
|
||||
Reference in New Issue
Block a user