comparison scripts/strings/strsplit.m @ 11104:2c356a35d7f5

fix copyright notices
author John W. Eaton <jwe@octave.org>
date Sun, 17 Oct 2010 23:43:42 -0400
parents 579de77acd90
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
11103:d4fc294a19e4 11104:2c356a35d7f5
1 ## Copyright (C) 2009 Jaroslav Hajek 1 ## Copyright (C) 2009 Jaroslav Hajek
2 ## 2 ##
3 ## This program is free software; you can redistribute it and/or modify it 3 ## This file is part of Octave.
4 ##
5 ## Octave is free software; you can redistribute it and/or modify it
4 ## under the terms of the GNU General Public License as published by 6 ## under the terms of the GNU General Public License as published by
5 ## the Free Software Foundation; either version 3 of the License, or (at 7 ## the Free Software Foundation; either version 3 of the License, or (at
6 ## your option) any later version. 8 ## your option) any later version.
7 ## 9 ##
8 ## This program is distributed in the hope that it will be useful, but 10 ## Octave is distributed in the hope that it will be useful, but
9 ## WITHOUT ANY WARRANTY; without even the implied warranty of 11 ## WITHOUT ANY WARRANTY; without even the implied warranty of
10 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 ## General Public License for more details. 13 ## General Public License for more details.
12 ## 14 ##
13 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
14 ## along with this program; see the file COPYING. If not, see 16 ## along with Octave; see the file COPYING. If not, see
15 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
16 18
17 ## -*- texinfo -*- 19 ## -*- texinfo -*-
18 ## @deftypefn {Function File} {[@var{s}] =} strsplit (@var{p}, @var{sep}, @var{strip_empty}) 20 ## @deftypefn {Function File} {[@var{s}] =} strsplit (@var{p}, @var{sep}, @var{strip_empty})
19 ## Split a single string using one or more delimiters and return a cell 21 ## Split a single string using one or more delimiters and return a cell