# HG changeset patch # User Mike Miller # Date 1521093943 25200 # Node ID 655dfe391ec2ef95cad5799040cde4d46d808f62 # Parent a3eb0d7460422daa1de6591cb656629ad8ddd9fa maint: reformat GPLv3 license header blocks for consistency * repelem.m, humps.m, camlookat.m, camorbit.m, campos.m, camroll.m, camtarget.m, camup.m, camva.m, camzoom.m, corrcoef.m, untabify.m: Reformat GPLv3 license header for consistency. diff -r a3eb0d746042 -r 655dfe391ec2 scripts/general/repelem.m --- a/scripts/general/repelem.m Wed Mar 14 22:49:19 2018 -0700 +++ b/scripts/general/repelem.m Wed Mar 14 23:05:43 2018 -0700 @@ -13,8 +13,8 @@ ## 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 . +## along with Octave; see the file COPYING. If not, see +## . ## -*- texinfo -*- ## @deftypefn {} {@var{xxx} =} repelem (@var{x}, @var{R}) diff -r a3eb0d746042 -r 655dfe391ec2 scripts/optimization/humps.m --- a/scripts/optimization/humps.m Wed Mar 14 22:49:19 2018 -0700 +++ b/scripts/optimization/humps.m Wed Mar 14 23:05:43 2018 -0700 @@ -13,8 +13,8 @@ ## 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 . +## along with Octave; see the file COPYING. If not, see +## . ## Author: Nicholas R. Jankowski diff -r a3eb0d746042 -r 655dfe391ec2 scripts/plot/appearance/camlookat.m --- a/scripts/plot/appearance/camlookat.m Wed Mar 14 22:49:19 2018 -0700 +++ b/scripts/plot/appearance/camlookat.m Wed Mar 14 23:05:43 2018 -0700 @@ -4,17 +4,17 @@ ## ## 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. ## -## This software 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. +## 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 software; see the file COPYING. -## If not, see . +## You should have received a copy of the GNU General Public License +## along with Octave; see the file COPYING. If not, see +## . ## -*- texinfo -*- ## @deftypefn {} {} camlookat () diff -r a3eb0d746042 -r 655dfe391ec2 scripts/plot/appearance/camorbit.m --- a/scripts/plot/appearance/camorbit.m Wed Mar 14 22:49:19 2018 -0700 +++ b/scripts/plot/appearance/camorbit.m Wed Mar 14 23:05:43 2018 -0700 @@ -4,17 +4,17 @@ ## ## 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. ## -## This software 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. +## 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 software; see the file COPYING. -## If not, see . +## You should have received a copy of the GNU General Public License +## along with Octave; see the file COPYING. If not, see +## . ## -*- texinfo -*- ## @deftypefn {} {} camorbit (@var{theta}, @var{phi}) diff -r a3eb0d746042 -r 655dfe391ec2 scripts/plot/appearance/campos.m --- a/scripts/plot/appearance/campos.m Wed Mar 14 22:49:19 2018 -0700 +++ b/scripts/plot/appearance/campos.m Wed Mar 14 23:05:43 2018 -0700 @@ -4,17 +4,17 @@ ## ## 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. ## -## This software 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. +## 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 software; see the file COPYING. -## If not, see . +## You should have received a copy of the GNU General Public License +## along with Octave; see the file COPYING. If not, see +## . ## -*- texinfo -*- ## @deftypefn {} {@var{P} =} campos () diff -r a3eb0d746042 -r 655dfe391ec2 scripts/plot/appearance/camroll.m --- a/scripts/plot/appearance/camroll.m Wed Mar 14 22:49:19 2018 -0700 +++ b/scripts/plot/appearance/camroll.m Wed Mar 14 23:05:43 2018 -0700 @@ -4,17 +4,17 @@ ## ## 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. ## -## This software 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. +## 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 software; see the file COPYING. -## If not, see . +## You should have received a copy of the GNU General Public License +## along with Octave; see the file COPYING. If not, see +## . ## -*- texinfo -*- ## @deftypefn {} {} camroll (@var{theta}) diff -r a3eb0d746042 -r 655dfe391ec2 scripts/plot/appearance/camtarget.m --- a/scripts/plot/appearance/camtarget.m Wed Mar 14 22:49:19 2018 -0700 +++ b/scripts/plot/appearance/camtarget.m Wed Mar 14 23:05:43 2018 -0700 @@ -4,17 +4,17 @@ ## ## 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. ## -## This software 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. +## 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 software; see the file COPYING. -## If not, see . +## You should have received a copy of the GNU General Public License +## along with Octave; see the file COPYING. If not, see +## . ## -*- texinfo -*- ## @deftypefn {} {@var{T} =} camtarget () diff -r a3eb0d746042 -r 655dfe391ec2 scripts/plot/appearance/camup.m --- a/scripts/plot/appearance/camup.m Wed Mar 14 22:49:19 2018 -0700 +++ b/scripts/plot/appearance/camup.m Wed Mar 14 23:05:43 2018 -0700 @@ -4,17 +4,17 @@ ## ## 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. ## -## This software 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. +## 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 software; see the file COPYING. -## If not, see . +## You should have received a copy of the GNU General Public License +## along with Octave; see the file COPYING. If not, see +## . ## -*- texinfo -*- ## @deftypefn {} {@var{up} =} camup () diff -r a3eb0d746042 -r 655dfe391ec2 scripts/plot/appearance/camva.m --- a/scripts/plot/appearance/camva.m Wed Mar 14 22:49:19 2018 -0700 +++ b/scripts/plot/appearance/camva.m Wed Mar 14 23:05:43 2018 -0700 @@ -4,17 +4,17 @@ ## ## 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. ## -## This software 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. +## 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 software; see the file COPYING. -## If not, see . +## You should have received a copy of the GNU General Public License +## along with Octave; see the file COPYING. If not, see +## . ## -*- texinfo -*- ## @deftypefn {} {@var{a} =} camva () diff -r a3eb0d746042 -r 655dfe391ec2 scripts/plot/appearance/camzoom.m --- a/scripts/plot/appearance/camzoom.m Wed Mar 14 22:49:19 2018 -0700 +++ b/scripts/plot/appearance/camzoom.m Wed Mar 14 23:05:43 2018 -0700 @@ -4,17 +4,17 @@ ## ## 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. ## -## This software 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. +## 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 software; see the file COPYING. -## If not, see . +## You should have received a copy of the GNU General Public License +## along with Octave; see the file COPYING. If not, see +## . ## -*- texinfo -*- ## @deftypefn {} {} camzoom (@var{zf}) diff -r a3eb0d746042 -r 655dfe391ec2 scripts/statistics/corrcoef.m --- a/scripts/statistics/corrcoef.m Wed Mar 14 22:49:19 2018 -0700 +++ b/scripts/statistics/corrcoef.m Wed Mar 14 23:05:43 2018 -0700 @@ -6,7 +6,6 @@ ## 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. -## 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 diff -r a3eb0d746042 -r 655dfe391ec2 scripts/strings/untabify.m --- a/scripts/strings/untabify.m Wed Mar 14 22:49:19 2018 -0700 +++ b/scripts/strings/untabify.m Wed Mar 14 23:05:43 2018 -0700 @@ -7,8 +7,8 @@ ## 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 +## 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. ##