changeset 24007:e8a74d95b4f3

maint: Use same format for Copyright statement throught code base. * toplev.cc, __ode15__.cc, getframe.m, edit.m, decic.m, ode15i.m, ode15s.m, check_default_input.m: Use common Copyright format.
author Rik <rik@octave.org>
date Tue, 05 Sep 2017 11:36:08 -0700
parents d21de523dbce
children 6e7bb85e32b8
files libinterp/corefcn/toplev.cc libinterp/dldfcn/__ode15__.cc scripts/image/getframe.m scripts/miscellaneous/edit.m scripts/ode/decic.m scripts/ode/ode15i.m scripts/ode/ode15s.m scripts/ode/private/check_default_input.m
diffstat 8 files changed, 33 insertions(+), 28 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/toplev.cc	Tue Sep 05 11:03:52 2017 -0700
+++ b/libinterp/corefcn/toplev.cc	Tue Sep 05 11:36:08 2017 -0700
@@ -76,8 +76,8 @@
 {
   octave_stdout << "\n" << octave_name_version_and_copyright () << "\n\
 \n\
-GNU Octave is free software; you can redistribute it and/or modify\n\
-it under the terms of the GNU General Public License as published by\n\
+GNU Octave is free software; you can redistribute it and/or modify it\n\
+under the terms of the GNU General Public License as published by\n\
 the Free Software Foundation; either version 3 of the License, or\n\
 (at your option) any later version.\n\
 \n\
@@ -87,7 +87,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 GNU Octave.  If not, see <http://www.gnu.org/licenses/>.\n\
+along with GNU Octave; see the file COPYING.  If not, see\n\
+<http://www.gnu.org/licenses/>.\n\
 \n";
 
   return ovl ();
--- a/libinterp/dldfcn/__ode15__.cc	Tue Sep 05 11:03:52 2017 -0700
+++ b/libinterp/dldfcn/__ode15__.cc	Tue Sep 05 11:36:08 2017 -0700
@@ -6,13 +6,13 @@
 
 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.
+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.
+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 Octave; see the file COPYING.  If not, see
--- a/scripts/image/getframe.m	Tue Sep 05 11:03:52 2017 -0700
+++ b/scripts/image/getframe.m	Tue Sep 05 11:36:08 2017 -0700
@@ -1,17 +1,20 @@
 ## Copyright (C) 2017 Pantxo Diribarne
 ##
-## This program is free software; you can redistribute it and/or modify it
+## This file is part of Octave.
+##
+## 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.
 ##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## 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, see <http://www.gnu.org/licenses/>.
+## along with Octave; see the file COPYING.  If not, see
+## <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
 ## @deftypefn  {} {@var{frame} =} getframe ()
--- a/scripts/miscellaneous/edit.m	Tue Sep 05 11:03:52 2017 -0700
+++ b/scripts/miscellaneous/edit.m	Tue Sep 05 11:36:08 2017 -0700
@@ -417,7 +417,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, see <http://www.gnu.org/licenses/>.\
+along with this program.  If not, see\n\
+<http://www.gnu.org/licenses/>.\
 ");
         tail = [author, "\n", revs];
 
--- a/scripts/ode/decic.m	Tue Sep 05 11:03:52 2017 -0700
+++ b/scripts/ode/decic.m	Tue Sep 05 11:36:08 2017 -0700
@@ -4,13 +4,13 @@
 ##
 ## 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.
+## 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.
+## 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 Octave; see the file COPYING.  If not, see
--- a/scripts/ode/ode15i.m	Tue Sep 05 11:03:52 2017 -0700
+++ b/scripts/ode/ode15i.m	Tue Sep 05 11:36:08 2017 -0700
@@ -4,13 +4,13 @@
 ##
 ## 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.
+## 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.
+## 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 Octave; see the file COPYING.  If not, see
--- a/scripts/ode/ode15s.m	Tue Sep 05 11:03:52 2017 -0700
+++ b/scripts/ode/ode15s.m	Tue Sep 05 11:36:08 2017 -0700
@@ -4,13 +4,13 @@
 ##
 ## 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.
+## 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.
+## 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 Octave; see the file COPYING.  If not, see
--- a/scripts/ode/private/check_default_input.m	Tue Sep 05 11:03:52 2017 -0700
+++ b/scripts/ode/private/check_default_input.m	Tue Sep 05 11:36:08 2017 -0700
@@ -4,13 +4,13 @@
 ##
 ## 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.
+## 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.
+## 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 Octave; see the file COPYING.  If not, see