# HG changeset patch # User Soren Hauberg # Date 1236536324 -3600 # Node ID 346fde2030b5a12fd83f9577b2bf2035c149f0d6 # Parent 2d0f8692a82e67610e4a63574dc9c614a79169de scripts/statistics/base/histc.m: update copyright notice to match the rest of Octave diff -r 2d0f8692a82e -r 346fde2030b5 scripts/statistics/base/histc.m --- a/scripts/statistics/base/histc.m Sun Mar 08 18:45:58 2009 +0100 +++ b/scripts/statistics/base/histc.m Sun Mar 08 19:18:44 2009 +0100 @@ -4,8 +4,8 @@ ## ## Octave 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 3, or (at your option) -## any later version. +## the Free Software Foundation; either version 3 of the License, or (at +## your option) any later version. ## ## Octave is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,9 +13,8 @@ ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License -## along with Octave; see the file COPYING. If not, write to the Free -## Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -## 02110-1301, USA. +## along with Octave; see the file COPYING. If not, see +## . ## -*- texinfo -*- ## @deftypefn {Function File} {@var{n} =} histc (@var{y}, @var{edges})