From 5b20138d8307667577be92880dc37fdbe1194beb Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Wed, 7 Nov 2007 19:08:15 +0100 Subject: Licensing stuff: GPL and MIT Some parts GPL, some parts MIT. Common parts dual-licensed. --- git-rebase-subtree/git-rebase-subtree.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'git-rebase-subtree/git-rebase-subtree.in') 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}" -- cgit