From: <sla...@us...> - 2012-04-05 23:55:45
|
Revision: 10159 http://octave.svn.sourceforge.net/octave/?rev=10159&view=rev Author: slackydeb Date: 2012-04-05 23:55:38 +0000 (Thu, 05 Apr 2012) Log Message: ----------- ga: add copyright notice to the release script Modified Paths: -------------- trunk/octave-forge/main/ga/devel/release Modified: trunk/octave-forge/main/ga/devel/release =================================================================== --- trunk/octave-forge/main/ga/devel/release 2012-04-05 23:55:19 UTC (rev 10158) +++ trunk/octave-forge/main/ga/devel/release 2012-04-05 23:55:38 UTC (rev 10159) @@ -1,5 +1,20 @@ #! /bin/sh +## Copyright (C) 2012 Luca Favatella <sla...@gm...> +## +## 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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |