# HG changeset patch # User John W. Eaton # Date 1591929500 14400 # Node ID 0d56bfb63b903e4d969cda5395176aceb568611d # Parent ef8cf8dda0ba7707b1f361b86fe0594e10138771 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. diff -r ef8cf8dda0ba -r 0d56bfb63b90 scripts/legacy/@inline/argnames.m --- 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 . +## +## 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 +## . +## +######################################################################## + ## -*- texinfo -*- ## @deftypefn {} {} argnames (@var{fun}) ## Return a cell array of character strings containing the names of the diff -r ef8cf8dda0ba -r 0d56bfb63b90 scripts/legacy/@inline/char.m --- 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 . +## +## 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 +## . +## +######################################################################## + ## -*- texinfo -*- ## @deftypefn {} {} char (@var{fun}) ## Return a character string representing the inline function @var{fun}. diff -r ef8cf8dda0ba -r 0d56bfb63b90 scripts/legacy/@inline/formula.m --- 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 . +## +## 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 +## . +## +######################################################################## + ## -*- texinfo -*- ## @deftypefn {} {} formula (@var{fun}) ## Return a character string representing the inline function @var{fun}. diff -r ef8cf8dda0ba -r 0d56bfb63b90 scripts/legacy/@inline/vectorize.m --- 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 . +## +## 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 +## . +## +######################################################################## + ## -*- texinfo -*- ## @deftypefn {} {} vectorize (@var{fun}) ## Create a vectorized version of the inline function @var{fun} by