changeset 9973:cfeb0cd78e0a octave-forge

ga: add copyright notice to the release script
author slackydeb
date Thu, 05 Apr 2012 23:55:38 +0000
parents 3400d22a0960
children 7dc4c38c0272
files main/ga/devel/release
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/main/ga/devel/release	Thu Apr 05 23:55:19 2012 +0000
+++ b/main/ga/devel/release	Thu Apr 05 23:55:38 2012 +0000
@@ -1,5 +1,20 @@
 #! /bin/sh
 
+## Copyright (C) 2012 Luca Favatella <slackydeb@gmail.com>
+##
+## 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, see <http://www.gnu.org/licenses/>.
+
 ## Ease the preparation of Octave-Forge package and function
 ## reference, automating the steps described at:
 ##   http://octave.sourceforge.net/developers.html