Changeset 809 for trunk/src/nc2struct.m


Ignore:
Timestamp:
Aug 13, 2014, 2:47:15 AM (10 years ago)
Author:
g7moreau
Message:
  • Add license
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/nc2struct.m

    r801 r809  
    3535%            representing time indices to select for each variable, the cell of other input variable names.
    3636
    37 %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
    38 %  Copyright 2008-2014, LEGI / CNRS UJF G-INP, Joel.Sommeria@legi.grenoble-inp.fr
    39 %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
     37%=======================================================================
     38% Copyright 2008-2014, LEGI UMR 5519 / CNRS UJF G-INP, Grenoble, France
     39%   http://www.legi.grenoble-inp.fr
     40%   Joel.Sommeria - Joel.Sommeria (A) legi.cnrs.fr
     41%
    4042%     This file is part of the toolbox UVMAT.
    41 % 
     43%
    4244%     UVMAT is free software; you can redistribute it and/or modify
    43 %     it under the terms of the GNU General Public License as published by
    44 %     the Free Software Foundation; either version 2 of the License, or
    45 %     (at your option) any later version.
    46 % 
     45%     it under the terms of the GNU General Public License as published
     46%     by the Free Software Foundation; either version 2 of the license,
     47%     or (at your option) any later version.
     48%
    4749%     UVMAT is distributed in the hope that it will be useful,
    4850%     but WITHOUT ANY WARRANTY; without even the implied warranty of
    4951%     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    50 %     GNU General Public License (file UVMAT/COPYING.txt) for more details.
    51 %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
     52%     GNU General Public License (see LICENSE.txt) for more details.
     53%=======================================================================
    5254   
    5355function [Data,var_detect,ichoice,errormsg]=nc2struct(nc,varargin)
Note: See TracChangeset for help on using the changeset viewer.