diff scripts/ode/ode15s.m @ 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 63a12df71848
children 6e7bb85e32b8
line wrap: on
line diff
--- 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