Skip to content

Commit

Permalink
Add explicit license, using GPL version 3. No code changes in commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabacab committed Jul 2, 2010
1 parent 8ed8828 commit 698e617
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions git-archive-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,26 @@
# cd $GIT_DIR; git-archive-all.sh
#
# where $GIT_DIR is the root of your git superproject.
#
# License: GPL3
#
###############################################################################
#
# 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
#
###############################################################################

# DEBUGGING
set -e
Expand Down

0 comments on commit 698e617

Please sign in to comment.