changeset 30376:c23dafed5ffd stable

maint: Use same Copyright code block in all files. * jupyter_notebook.m, make_rel_paths.m, octave-svgconvert.cc: Use same Copyright code block in all files.
author Rik <rik@octave.org>
date Fri, 26 Nov 2021 17:39:45 -0800
parents 2d3d1369b88b
children 26f2daafa270
files scripts/miscellaneous/jupyter_notebook.m scripts/pkg/private/make_rel_paths.m src/octave-svgconvert.cc
diffstat 3 files changed, 19 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/miscellaneous/jupyter_notebook.m	Fri Nov 26 16:19:38 2021 -0800
+++ b/scripts/miscellaneous/jupyter_notebook.m	Fri Nov 26 17:39:45 2021 -0800
@@ -1,19 +1,25 @@
+########################################################################
+##
 ## Copyright (C) 2021 The Octave Project Developers
 ##
-## This program is free software: you can redistribute it and/or modify it
+## See the file COPYRIGHT.md in the top-level directory of this
+## distribution or <https://octave.org/copyright/>.
+##
+## 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
+## 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
+## along with Octave; see the file COPYING.  If not, see
 ## <https://www.gnu.org/licenses/>.
-
+##
+########################################################################
 
 classdef jupyter_notebook < handle
 
--- a/scripts/pkg/private/make_rel_paths.m	Fri Nov 26 16:19:38 2021 -0800
+++ b/scripts/pkg/private/make_rel_paths.m	Fri Nov 26 17:39:45 2021 -0800
@@ -5,18 +5,21 @@
 ## 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
+## 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,
+## 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} =} make_rel_paths (@var{pkg_list})
--- a/src/octave-svgconvert.cc	Fri Nov 26 16:19:38 2021 -0800
+++ b/src/octave-svgconvert.cc	Fri Nov 26 17:39:45 2021 -0800
@@ -7,9 +7,9 @@
 //
 // 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
+// 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
@@ -19,7 +19,7 @@
 //
 // 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/>.
 //
 ////////////////////////////////////////////////////////////////////////