changeset 11991:4af8f704c931 octave-forge

add copyright
author abarth93
date Tue, 30 Jul 2013 08:18:00 +0000
parents 06b8749dbbcc
children 6f80e9b5a5cb
files main/netcdf/INDEX main/netcdf/inst/test_netcdf.m main/netcdf/src/autogen.sh
diffstat 3 files changed, 19 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/main/netcdf/INDEX	Tue Jul 30 08:00:55 2013 +0000
+++ b/main/netcdf/INDEX	Tue Jul 30 08:18:00 2013 +0000
@@ -1,5 +1,6 @@
 netcdf >> NetCDF interface
 High-level functions
+ test_netcdf
  nccreate     
  ncdisp       
  ncinfo       
--- a/main/netcdf/inst/test_netcdf.m	Tue Jul 30 08:00:55 2013 +0000
+++ b/main/netcdf/inst/test_netcdf.m	Tue Jul 30 08:18:00 2013 +0000
@@ -1,3 +1,6 @@
+% test_netcdf
+% Test the netcdf interface
+
 function test_netcdf()
 
 import_netcdf
@@ -33,6 +36,21 @@
   end
 end
 
+%% Copyright (C) 2013 Alexander Barth
+%%
+%% 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/>.
 
 
 
+
--- a/main/netcdf/src/autogen.sh	Tue Jul 30 08:00:55 2013 +0000
+++ b/main/netcdf/src/autogen.sh	Tue Jul 30 08:18:00 2013 +0000
@@ -12,8 +12,6 @@
   echo "  \"\\\$prefix\" is \$prefix"
   echo "  \"\\\$exec_prefix\" is \$exec_prefix"
   AC_MSG_RESULT([\$STATUS_MSG
-
-find . -name NOINSTALL -print    # shows which toolboxes won't be installed
 ])
 EOF