diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-12-16 14:05:24 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-12-16 14:05:24 -0500 |
commit | f2cefd132d6157e117b833e28824bebc5aa93d19 (patch) | |
tree | 9d5500d3fe0492ceae9a0d697f82da945e60140f /doc | |
parent | tests/revdeppaxtest: no longer require python module to be installed (diff) | |
download | elfix-f2cefd132d6157e117b833e28824bebc5aa93d19.tar.gz elfix-f2cefd132d6157e117b833e28824bebc5aa93d19.tar.bz2 elfix-f2cefd132d6157e117b833e28824bebc5aa93d19.zip |
ChangeLog, TODO, README, Copyright Notices: updated
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/make.sh | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/make.sh b/doc/make.sh index 07af7bd..bf29d22 100755 --- a/doc/make.sh +++ b/doc/make.sh @@ -1,4 +1,21 @@ #!/bin/sh +# +# make.sh: this file is part of the elfix package +# Copyright (C) 2011 Anthony G. Basile +# +# 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 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/>. +# #Run this on developer side, and distribute troff #in case the end user doesn't have pod2man |