diff options
author | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2007-11-07 19:08:15 +0100 |
---|---|---|
committer | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2007-11-07 19:08:40 +0100 |
commit | 5b20138d8307667577be92880dc37fdbe1194beb (patch) | |
tree | dc6cef1d77054a50feb53f526001871c74b77595 /git-rebase-subtree/git-rebase-subtree.in | |
parent | 2392a6c57e4fb2cdb816da10f3b8d0fa9573f8ed (diff) | |
download | ndim-git-utils-5b20138d8307667577be92880dc37fdbe1194beb.tar.gz ndim-git-utils-5b20138d8307667577be92880dc37fdbe1194beb.tar.xz ndim-git-utils-5b20138d8307667577be92880dc37fdbe1194beb.zip |
Licensing stuff: GPL and MIT
Some parts GPL, some parts MIT. Common parts dual-licensed.
Diffstat (limited to 'git-rebase-subtree/git-rebase-subtree.in')
-rw-r--r-- | git-rebase-subtree/git-rebase-subtree.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/git-rebase-subtree/git-rebase-subtree.in b/git-rebase-subtree/git-rebase-subtree.in index d2422ab..1798942 100644 --- a/git-rebase-subtree/git-rebase-subtree.in +++ b/git-rebase-subtree/git-rebase-subtree.in @@ -1,5 +1,20 @@ #!/bin/sh +# git-rebase-subtree - rebase "subtree of branches" in one go +# Copyright (C) 2007 Hans Ulrich Niedermann # +# 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 2 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, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA unset CDPATH SED="${SED-sed}" |