diff options
Diffstat (limited to 'tools/check-doc')
-rwxr-xr-x | tools/check-doc | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/tools/check-doc b/tools/check-doc index 4b283fcea..8ac9a87ad 100755 --- a/tools/check-doc +++ b/tools/check-doc @@ -1,6 +1,24 @@ #!/bin/sh +# +# This file is part of Hercules. +# http://herc.ws - http://github.com/HerculesWS/Hercules +# +# Copyright (C) 2012-2015 Hercules Dev Team # checking-doc script by trojal # modified by lighta +# +# Hercules 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 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, see <http://www.gnu.org/licenses/>. case $1 in 'script') @@ -25,4 +43,3 @@ case $1 in echo "Usage: check-doc { script | atc | both }" ;; esac - |