add gpl3 header to Makefile
This commit is contained in:
parent
4487f89fb1
commit
d617cbcb26
1 changed files with 22 additions and 4 deletions
26
Makefile
26
Makefile
|
@ -1,8 +1,25 @@
|
|||
#
|
||||
# ccollect
|
||||
# Nico Schottelius, Fri Jan 13 12:13:08 CET 2006
|
||||
# 2006-2008 Nico Schottelius (nico-ccollect at schottelius.org)
|
||||
#
|
||||
# This file is part of ccollect.
|
||||
#
|
||||
# ccollect 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.
|
||||
#
|
||||
# ccollect 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 ccollect. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
# Initially written on Fri Jan 13 12:13:08 CET 2006
|
||||
#
|
||||
# FIXME: add prefix-support?
|
||||
#
|
||||
|
||||
INSTALL=install
|
||||
CCOLLECT_SOURCE=ccollect.sh
|
||||
|
@ -35,9 +52,10 @@ docdir=${dir}/doc
|
|||
#
|
||||
MANDOCS = doc/man/ccollect.text \
|
||||
doc/man/ccollect_add_source.text \
|
||||
doc/man/ccollect_analyse_logs.text \
|
||||
doc/man/ccollect_delete_source.text \
|
||||
doc/man/ccollect-logwrapper.text \
|
||||
doc/man/list_ccollect_intervals.text
|
||||
doc/man/ccollect_logwrapper.text \
|
||||
doc/man/ccollect_list_intervals.text
|
||||
|
||||
DOCS = ${MANDOCS} doc/ccollect.text doc/ccollect-DE.text
|
||||
|
||||
|
|
Loading…
Reference in a new issue