changeset 28459:0d56bfb63b90 stable

add copyright notices omitted from some @inline class methods * @inline/argnames.m, @inline/char.m, @inline/formula.m, @inline/vectorize.m: Add copyright notices to files.
author John W. Eaton <jwe@octave.org>
date Thu, 11 Jun 2020 22:38:20 -0400
parents ef8cf8dda0ba
children 565e7ed01b01 1ab57f86aac6
files scripts/legacy/@inline/argnames.m scripts/legacy/@inline/char.m scripts/legacy/@inline/formula.m scripts/legacy/@inline/vectorize.m
diffstat 4 files changed, 100 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/legacy/@inline/argnames.m	Thu Jun 11 22:35:28 2020 -0400
+++ b/scripts/legacy/@inline/argnames.m	Thu Jun 11 22:38:20 2020 -0400
@@ -1,3 +1,28 @@
+########################################################################
+##
+## Copyright (C) 2020 The Octave Project Developers
+##
+## See the file COPYRIGHT.md in the top-level directory of this
+## distribution or <https://octave.org/copyright/>.
+##
+## 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.
+##
+## 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 Octave; see the file COPYING.  If not, see
+## <https://www.gnu.org/licenses/>.
+##
+########################################################################
+
 ## -*- texinfo -*-
 ## @deftypefn {} {} argnames (@var{fun})
 ## Return a cell array of character strings containing the names of the
--- a/scripts/legacy/@inline/char.m	Thu Jun 11 22:35:28 2020 -0400
+++ b/scripts/legacy/@inline/char.m	Thu Jun 11 22:38:20 2020 -0400
@@ -1,3 +1,28 @@
+########################################################################
+##
+## Copyright (C) 2020 The Octave Project Developers
+##
+## See the file COPYRIGHT.md in the top-level directory of this
+## distribution or <https://octave.org/copyright/>.
+##
+## 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.
+##
+## 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 Octave; see the file COPYING.  If not, see
+## <https://www.gnu.org/licenses/>.
+##
+########################################################################
+
 ## -*- texinfo -*-
 ## @deftypefn {} {} char (@var{fun})
 ## Return a character string representing the inline function @var{fun}.
--- a/scripts/legacy/@inline/formula.m	Thu Jun 11 22:35:28 2020 -0400
+++ b/scripts/legacy/@inline/formula.m	Thu Jun 11 22:38:20 2020 -0400
@@ -1,3 +1,28 @@
+########################################################################
+##
+## Copyright (C) 2020 The Octave Project Developers
+##
+## See the file COPYRIGHT.md in the top-level directory of this
+## distribution or <https://octave.org/copyright/>.
+##
+## 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.
+##
+## 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 Octave; see the file COPYING.  If not, see
+## <https://www.gnu.org/licenses/>.
+##
+########################################################################
+
 ## -*- texinfo -*-
 ## @deftypefn {} {} formula (@var{fun})
 ## Return a character string representing the inline function @var{fun}.
--- a/scripts/legacy/@inline/vectorize.m	Thu Jun 11 22:35:28 2020 -0400
+++ b/scripts/legacy/@inline/vectorize.m	Thu Jun 11 22:38:20 2020 -0400
@@ -1,3 +1,28 @@
+########################################################################
+##
+## Copyright (C) 2020 The Octave Project Developers
+##
+## See the file COPYRIGHT.md in the top-level directory of this
+## distribution or <https://octave.org/copyright/>.
+##
+## 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.
+##
+## 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 Octave; see the file COPYING.  If not, see
+## <https://www.gnu.org/licenses/>.
+##
+########################################################################
+
 ## -*- texinfo -*-
 ## @deftypefn {} {} vectorize (@var{fun})
 ## Create a vectorized version of the inline function @var{fun} by