diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2007-10-21 21:08:55 -0500 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2007-10-21 21:08:55 -0500 |
commit | 0b7d43615be10f99f5a98fedc3bc323d0f4e76b8 (patch) | |
tree | e4929f50fa8fbbde5b4b710bd84047e4f63153b3 /makechrootpkg | |
parent | 34ee028d046c1df50fd075dade02ed178b8ed54a (diff) | |
download | devtools32-0b7d43615be10f99f5a98fedc3bc323d0f4e76b8.tar.xz |
Added GPL headers
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'makechrootpkg')
-rwxr-xr-x | makechrootpkg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/makechrootpkg b/makechrootpkg index 2077823..05f63a9 100755 --- a/makechrootpkg +++ b/makechrootpkg @@ -1,4 +1,12 @@ #!/bin/sh +# 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; version 2 of the License. +# +# 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. FORCE="n" RUN="" |