changeset 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 c2099a4d12ea
files scripts/statistics/base/histc.m
diffstat 1 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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
+## <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {@var{n} =} histc (@var{y}, @var{edges})