Add license information (#89)
This commit is contained in:
parent
93b21c8c49
commit
ec1d9f1039
1 changed files with 29 additions and 0 deletions
|
@ -1,4 +1,33 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
###############################################################################
|
||||
#
|
||||
# updateDMRIDs.sh
|
||||
#
|
||||
# Copyright (C) 2017 by Florian Wolters DF2ET
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
#
|
||||
###############################################################################
|
||||
#
|
||||
# 18/1/17 - This script is a "derivative work" of GPL version 2 code Copyright
|
||||
# by Tony Corbett G0WFV and is reproduced in this CC0 Universal licensed
|
||||
# project with the original authors' express consent.
|
||||
#
|
||||
###############################################################################
|
||||
|
||||
|
||||
# Full path to DMR ID file
|
||||
DMRIDFILE=/var/www/html/DMRIds.dat
|
||||
|
|
Loading…
Reference in a new issue