comparison scripts/statistics/base/histc.m @ 8933:346fde2030b5

scripts/statistics/base/histc.m: update copyright notice to match the rest of Octave
author Soren Hauberg <hauberg@gmail.com>
date Sun, 08 Mar 2009 19:18:44 +0100
parents 2d0f8692a82e
children cae073411b03
comparison
equal deleted inserted replaced
8932:2d0f8692a82e 8933:346fde2030b5
2 ## 2 ##
3 ## This file is part of Octave. 3 ## This file is part of Octave.
4 ## 4 ##
5 ## Octave is free software; you can redistribute it and/or modify it 5 ## Octave is free software; you can redistribute it and/or modify it
6 ## 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
7 ## the Free Software Foundation; either version 3, or (at your option) 7 ## the Free Software Foundation; either version 3 of the License, or (at
8 ## any later version. 8 ## your option) any later version.
9 ## 9 ##
10 ## Octave is distributed in the hope that it will be useful, but 10 ## Octave is distributed in the hope that it will be useful, but
11 ## WITHOUT ANY WARRANTY; without even the implied warranty of 11 ## WITHOUT ANY WARRANTY; without even the implied warranty of
12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 ## General Public License for more details. 13 ## General Public License for more details.
14 ## 14 ##
15 ## 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
16 ## along with Octave; see the file COPYING. If not, write to the Free 16 ## along with Octave; see the file COPYING. If not, see
17 ## Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 17 ## <http://www.gnu.org/licenses/>.
18 ## 02110-1301, USA.
19 18
20 ## -*- texinfo -*- 19 ## -*- texinfo -*-
21 ## @deftypefn {Function File} {@var{n} =} histc (@var{y}, @var{edges}) 20 ## @deftypefn {Function File} {@var{n} =} histc (@var{y}, @var{edges})
22 ## @deftypefnx {Function File} {@var{n} =} histc (@var{y}, @var{edges}, @var{dim}) 21 ## @deftypefnx {Function File} {@var{n} =} histc (@var{y}, @var{edges}, @var{dim})
23 ## @deftypefnx {Function File} {[@var{n}, @var{idx}] =} histc (...) 22 ## @deftypefnx {Function File} {[@var{n}, @var{idx}] =} histc (...)