Mercurial > hg > octave-lyh
diff 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 |
line wrap: on
line diff
--- a/scripts/statistics/base/histc.m +++ b/scripts/statistics/base/histc.m @@ -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 +## <http://www.gnu.org/licenses/>. ## -*- texinfo -*- ## @deftypefn {Function File} {@var{n} =} histc (@var{y}, @var{edges})