# HG changeset patch # User jwe # Date 1196404837 0 # Node ID a3435f7017c44cf32ff64c15cc65bc89dc51744c # Parent 868101dc4404cd1f21c8da1d41558ebfb682093e [project @ 2007-11-30 06:40:37 by jwe] diff -r 868101dc4404 -r a3435f7017c4 scripts/plot/sphere.m --- a/scripts/plot/sphere.m Fri Nov 30 06:30:55 2007 +0000 +++ b/scripts/plot/sphere.m Fri Nov 30 06:40:37 2007 +0000 @@ -1,19 +1,20 @@ ## Copyright (C) 2007 Michael Goffioul ## -## This program 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 2 of the License, or -## (at your option) any later version. +## This file is part of Octave. ## -## This program is distributed in the hope that it will be useful, -## but WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -## GNU General Public License for more details. +## 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 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 +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +## General Public License for more details. ## ## You should have received a copy of the GNU General Public License -## along with this program; 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{x}, @var{y}, @var{z}] =} sphere (@var{n})