# HG changeset patch # User jwe # Date 1202110855 0 # Node ID 1e1e2608da7b828b6d7fb03cc4ddff60a01dc858 # Parent d98dea7d16b0ec4711ac2166afc37e35589db19c [project @ 2008-02-04 07:40:55 by jwe] diff --git a/scripts/miscellaneous/edit.m b/scripts/miscellaneous/edit.m --- a/scripts/miscellaneous/edit.m +++ b/scripts/miscellaneous/edit.m @@ -287,8 +287,8 @@ GNU General Public License for more details.\n\ \n\ You should have received a copy of the GNU General Public License\n\ -along with this program; if not, write to the Free Software\n\ -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\ +along with Octave; see the file COPYING. If not, see\n\ +.\ "); tail = strcat (author, "\n", revs); diff --git a/src/OPERATORS/op-class.cc b/src/OPERATORS/op-class.cc --- a/src/OPERATORS/op-class.cc +++ b/src/OPERATORS/op-class.cc @@ -6,8 +6,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 2, or (at your option) any -later version. +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 @@ -15,9 +15,8 @@ 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 +. */ diff --git a/src/ov-class.cc b/src/ov-class.cc --- a/src/ov-class.cc +++ b/src/ov-class.cc @@ -6,8 +6,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 2, or (at your option) any -later version. +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 @@ -15,9 +15,8 @@ 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 +. */ diff --git a/src/ov-class.h b/src/ov-class.h --- a/src/ov-class.h +++ b/src/ov-class.h @@ -6,8 +6,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 2, or (at your option) any -later version. +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 @@ -15,9 +15,8 @@ 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 +. */