diff options
author | Michael Adam <obnox@samba.org> | 2009-05-12 22:59:35 +0200 |
---|---|---|
committer | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2009-05-13 16:12:58 +1000 |
commit | 179d911826bf3c628d72835b24cb43a74b5d50eb (patch) | |
tree | f76ba178e56e0614c641e1a342eabdbb5555d254 /ctdb/packaging | |
parent | b1701e09dfa3a1b494c766f2b3e36f6499d61ce9 (diff) | |
download | samba-179d911826bf3c628d72835b24cb43a74b5d50eb.tar.gz samba-179d911826bf3c628d72835b24cb43a74b5d50eb.tar.xz samba-179d911826bf3c628d72835b24cb43a74b5d50eb.zip |
maketarball.sh: add GPL license header
Michael
(This used to be ctdb commit 13270a011016bf20bbf721f6d083b2f113fdbc79)
Diffstat (limited to 'ctdb/packaging')
-rwxr-xr-x | ctdb/packaging/maketarball.sh | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ctdb/packaging/maketarball.sh b/ctdb/packaging/maketarball.sh index 2cb16092da..18e57a2721 100755 --- a/ctdb/packaging/maketarball.sh +++ b/ctdb/packaging/maketarball.sh @@ -1,10 +1,28 @@ #!/bin/sh # +# maketarball.sh - create a tarball from the git branch HEAD +# # Copyright (C) Michael Adam 2009 # +# 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/>. +# + +# # Create CTDB source tarball of the current git branch HEAD. # The version is extracted from the spec file... # The first extra argument will be added as an additional version. +# DIRNAME=$(dirname $0) TOPDIR=${DIRNAME}/.. |