diff scripts/pkg/private/expand_rel_paths.m @ 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 3cac3ceb9629
children 7854d5752dd2
line wrap: on
line diff
--- 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})