Skip to content

Commit ad6358f

Browse files
committed
maint: update GPL license text and license header blocks
* COPYING: Update to the latest upstream license text from gnu.org. * doc/liboctave/gpl.texi: Likewise. * __alltohandles__.m, __default__input__.m, tfqmr.m: Update GPLv3 license header punctuation and formatting for consistency.
1 parent 431cc19 commit ad6358f

File tree

5 files changed

+22
-22
lines changed

5 files changed

+22
-22
lines changed

COPYING

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GNU GENERAL PUBLIC LICENSE
22
Version 3, 29 June 2007
33

4-
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
4+
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
55
Everyone is permitted to copy and distribute verbatim copies
66
of this license document, but changing it is not allowed.
77

@@ -671,4 +671,4 @@ into proprietary programs. If your program is a subroutine library, you
671671
may consider it more useful to permit linking proprietary applications with
672672
the library. If this is what you want to do, use the GNU Lesser General
673673
Public License instead of this License. But first, please read
674-
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
674+
<https://www.gnu.org/licenses/why-not-lgpl.html>.

doc/liboctave/gpl.texi

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
@center Version 3, 29 June 2007
2424

2525
@display
26-
Copyright @copyright{} 2007 Free Software Foundation, Inc. @url{http://fsf.org/}
26+
Copyright @copyright{} 2007 Free Software Foundation, Inc. @url{https://fsf.org/}
2727

2828
Everyone is permitted to copy and distribute verbatim copies of this
2929
license document, but changing it is not allowed.
@@ -641,12 +641,12 @@ later version.
641641
@item Disclaimer of Warranty.
642642

643643
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
644-
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
644+
APPLICABLE LAW@. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
645645
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM ``AS IS'' WITHOUT
646646
WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
647647
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
648-
A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND
649-
PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE
648+
A PARTICULAR PURPOSE@. THE ENTIRE RISK AS TO THE QUALITY AND
649+
PERFORMANCE OF THE PROGRAM IS WITH YOU@. SHOULD THE PROGRAM PROVE
650650
DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR
651651
CORRECTION.
652652

@@ -698,11 +698,11 @@ your option) any later version.
698698
699699
This program is distributed in the hope that it will be useful, but
700700
WITHOUT ANY WARRANTY; without even the implied warranty of
701-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
701+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE@. See the GNU
702702
General Public License for more details.
703703
704704
You should have received a copy of the GNU General Public License
705-
along with this program. If not, see @url{http://www.gnu.org/licenses/}.
705+
along with this program. If not, see @url{https://www.gnu.org/licenses/}.
706706
@end smallexample
707707

708708
Also add information on how to contact you by electronic and paper mail.
@@ -725,11 +725,11 @@ use an ``about box''.
725725
You should also get your employer (if you work as a programmer) or school,
726726
if any, to sign a ``copyright disclaimer'' for the program, if necessary.
727727
For more information on this, and how to apply and follow the GNU GPL, see
728-
@url{http://www.gnu.org/licenses/}.
728+
@url{https://www.gnu.org/licenses/}.
729729

730730
The GNU General Public License does not permit incorporating your
731731
program into proprietary programs. If your program is a subroutine
732732
library, you may consider it more useful to permit linking proprietary
733733
applications with the library. If this is what you want to do, use
734734
the GNU Lesser General Public License instead of this License. But
735-
first, please read @url{http://www.gnu.org/philosophy/why-not-lgpl.html}.
735+
first, please read @url{https://www.gnu.org/licenses/why-not-lgpl.html}.

scripts/sparse/private/__alltohandles__.m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
##
33
## This file is part of Octave.
44
##
5-
## Octave is free software; you can redistribute it and/or modify it
5+
## Octave is free software: you can redistribute it and/or modify it
66
## under the terms of the GNU General Public License as published by
7-
## the Free Software Foundation; either version 3 of the License, or
7+
## the Free Software Foundation, either version 3 of the License, or
88
## (at your option) any later version.
99
##
1010
## Octave is distributed in the hope that it will be useful, but
@@ -13,8 +13,8 @@
1313
## GNU General Public License for more details.
1414
##
1515
## You should have received a copy of the GNU General Public License
16-
## along with Octave; see the file COPYING. If not,
17-
## see <http://www.gnu.org/licenses/>.
16+
## along with Octave; see the file COPYING. If not, see
17+
## <https://www.gnu.org/licenses/>.
1818

1919
## -*- texinfo -*-
2020
## @deftypefn {} {[@var{Afun}, @var{M1fun}, @var{M2fun}] =} __alltohandles__ (@var{A}, @var{b}, @var{M1}, @var{M2}, @var{solver_name})

scripts/sparse/private/__default__input__.m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
##
33
## This file is part of Octave.
44
##
5-
## Octave is free software; you can redistribute it and/or modify it
5+
## Octave is free software: you can redistribute it and/or modify it
66
## under the terms of the GNU General Public License as published by
7-
## the Free Software Foundation; either version 3 of the License, or
7+
## the Free Software Foundation, either version 3 of the License, or
88
## (at your option) any later version.
99
##
1010
## Octave is distributed in the hope that it will be useful, but
@@ -13,8 +13,8 @@
1313
## GNU General Public License for more details.
1414
##
1515
## You should have received a copy of the GNU General Public License
16-
## along with Octave; see the file COPYING. If not,
17-
## see <http://www.gnu.org/licenses/>.
16+
## along with Octave; see the file COPYING. If not, see
17+
## <https://www.gnu.org/licenses/>.
1818

1919
## -*- texinfo -*-
2020
## @deftypefn {} {@var{[varargout]} =} __default__input__ (@var{def_val}, @var{varargin})

scripts/sparse/tfqmr.m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
##
33
## This file is part of Octave.
44
##
5-
## Octave is free software; you can redistribute it and/or modify it
5+
## Octave is free software: you can redistribute it and/or modify it
66
## under the terms of the GNU General Public License as published by
7-
## the Free Software Foundation; either version 3 of the License, or (at
8-
## your option) any later version.
7+
## the Free Software Foundation, either version 3 of the License, or
8+
## (at your option) any later version.
99
##
1010
## Octave is distributed in the hope that it will be useful, but
1111
## WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -14,7 +14,7 @@
1414
##
1515
## You should have received a copy of the GNU General Public License
1616
## along with Octave; see the file COPYING. If not, see
17-
## <http://www.gnu.org/licenses/>.
17+
## <https://www.gnu.org/licenses/>.
1818

1919
## -*- texinfo -*-
2020
## @deftypefn {} {@var{x} =} tfqmr (@var{A}, @var{b}, @var{tol}, @var{maxit}, @var{M1}, @var{M2}, @var{x0}, @dots{})

0 commit comments

Comments
 (0)