fix copyright status (fixes #29)
* add COPYING file with the GPL text * update copyright information in DAVAdmin's files
This commit is contained in:
parent
745fe78599
commit
e1f334c66c
30 changed files with 915 additions and 233 deletions
19
Makefile
19
Makefile
|
@ -5,25 +5,24 @@
|
|||
# @license GPL
|
||||
# @package DAVAdmin
|
||||
#
|
||||
# Copyright (c) 2007 Jan Dittberner
|
||||
# Copyright (c) 2007, 2008 Jan Dittberner
|
||||
#
|
||||
# This file is part of DAVAdmin.
|
||||
#
|
||||
# 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.
|
||||
# DAVAdmin 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 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but
|
||||
# DAVAdmin 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., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
# 02110-1301 USA.
|
||||
VERSION := 0.2.1
|
||||
# along with DAVAdmin; if not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
VERSION := 0.3
|
||||
PROJECT := davadmin
|
||||
SRCFILES := $(wildcard admin/*.php)
|
||||
SRCFILES += $(wildcard admin/scripts/*.php)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue