changeset 28944:d39b09b4c5db

maint: Use identical Copyright text in scripts/. * setstr.m, expand_rel_paths.m, betainc.m, gammainc.m, gammaincinv.m: Use identical Copyright text in scripts/ directory.
author Rik <rik@octave.org>
date Thu, 15 Oct 2020 21:24:06 -0700
parents e3a337a57588
children 6e460773bdda
files scripts/legacy/setstr.m scripts/pkg/private/expand_rel_paths.m scripts/specfun/betainc.m scripts/specfun/gammainc.m scripts/specfun/gammaincinv.m
diffstat 5 files changed, 21 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/legacy/setstr.m	Thu Oct 15 19:56:54 2020 -0700
+++ b/scripts/legacy/setstr.m	Thu Oct 15 21:24:06 2020 -0700
@@ -7,19 +7,21 @@
 ##
 ## This file is part of Octave.
 ##
-## Octave is free software; you can redistribute it and/or modify it
+## 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
-## <http://www.gnu.org/licenses/>.
+## <https://www.gnu.org/licenses/>.
+##
+########################################################################
 
 ## -*- texinfo -*-
 ## @deftypefn {} {@var{s} =} setstr (@var{x})
--- a/scripts/pkg/private/expand_rel_paths.m	Thu Oct 15 19:56:54 2020 -0700
+++ b/scripts/pkg/private/expand_rel_paths.m	Thu Oct 15 21:24:06 2020 -0700
@@ -5,18 +5,23 @@
 ## See the file COPYRIGHT.md in the top-level directory of this
 ## distribution or <https://octave.org/copyright/>.
 ##
-## 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
+## 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 <https://www.gnu.org/licenses/>.
+## along with Octave; see the file COPYING.  If not, see
+## <https://www.gnu.org/licenses/>.
+##
+########################################################################
 
 ## -*- texinfo -*-
 ## @deftypefn {} {@var{pkg_list} =} expand_rel_paths (@var{pkg_list})
--- a/scripts/specfun/betainc.m	Thu Oct 15 19:56:54 2020 -0700
+++ b/scripts/specfun/betainc.m	Thu Oct 15 21:24:06 2020 -0700
@@ -9,7 +9,7 @@
 ##
 ## 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
+## 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
--- a/scripts/specfun/gammainc.m	Thu Oct 15 19:56:54 2020 -0700
+++ b/scripts/specfun/gammainc.m	Thu Oct 15 21:24:06 2020 -0700
@@ -9,7 +9,7 @@
 ##
 ## 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
+## 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
--- a/scripts/specfun/gammaincinv.m	Thu Oct 15 19:56:54 2020 -0700
+++ b/scripts/specfun/gammaincinv.m	Thu Oct 15 21:24:06 2020 -0700
@@ -9,7 +9,7 @@
 ##
 ## 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
+## 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