Skip to content

Commit 5d4ad17

Browse files
committed
Update LGPL to latest 2.1 version
This mostly replaces the FSF physical address with their web site.
1 parent 52d3162 commit 5d4ad17

527 files changed

Lines changed: 1343 additions & 1586 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

COPYING

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
GNU LESSER GENERAL PUBLIC LICENSE
2-
Version 2.1, February 1999
1+
GNU LESSER GENERAL PUBLIC LICENSE
2+
Version 2.1, February 1999
33

44
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
5-
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
5+
<https://fsf.org/>
66
Everyone is permitted to copy and distribute verbatim copies
77
of this license document, but changing it is not allowed.
88

99
[This is the first released version of the Lesser GPL. It also counts
1010
as the successor of the GNU Library Public License, version 2, hence
1111
the version number 2.1.]
1212

13-
Preamble
13+
Preamble
1414

1515
The licenses for most software are designed to take away your
1616
freedom to share and change it. By contrast, the GNU General Public
@@ -112,7 +112,7 @@ modification follow. Pay close attention to the difference between a
112112
former contains code derived from the library, whereas the latter must
113113
be combined with the library in order to run.
114114

115-
GNU LESSER GENERAL PUBLIC LICENSE
115+
GNU LESSER GENERAL PUBLIC LICENSE
116116
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
117117

118118
0. This License Agreement applies to any software library or other
@@ -146,7 +146,7 @@ such a program is covered only if its contents constitute a work based
146146
on the Library (independent of the use of the Library in a tool for
147147
writing it). Whether that is true depends on what the Library does
148148
and what the program that uses the Library does.
149-
149+
150150
1. You may copy and distribute verbatim copies of the Library's
151151
complete source code as you receive it, in any medium, provided that
152152
you conspicuously and appropriately publish on each copy an
@@ -432,7 +432,7 @@ decision will be guided by the two goals of preserving the free status
432432
of all derivatives of our free software and of promoting the sharing
433433
and reuse of software generally.
434434

435-
NO WARRANTY
435+
NO WARRANTY
436436

437437
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
438438
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
@@ -455,7 +455,7 @@ FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
455455
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
456456
DAMAGES.
457457

458-
END OF TERMS AND CONDITIONS
458+
END OF TERMS AND CONDITIONS
459459

460460
How to Apply These Terms to Your New Libraries
461461

@@ -484,8 +484,7 @@ convey the exclusion of warranty; and each file should have at least the
484484
Lesser General Public License for more details.
485485

486486
You should have received a copy of the GNU Lesser General Public
487-
License along with this library; if not, write to the Free Software
488-
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
487+
License along with this library; if not, see <https://www.gnu.org/licenses/>.
489488

490489
Also add information on how to contact you by electronic and paper mail.
491490

@@ -496,9 +495,7 @@ necessary. Here is a sample; alter the names:
496495
Yoyodyne, Inc., hereby disclaims all copyright interest in the
497496
library `Frob' (a library for tweaking knobs) written by James Random Hacker.
498497

499-
<signature of Ty Coon>, 1 April 1990
500-
Ty Coon, President of Vice
498+
<signature of Moe Ghoul>, 1 April 1990
499+
Moe Ghoul, President of Vice
501500

502501
That's all there is to it!
503-
504-

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
317317
Lesser General Public License for more details.
318318

319319
You should have received a copy of the GNU Lesser General Public
320-
License along with this library; if not, write to the Free Software
321-
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
322-
02110-1301 USA
320+
License along with this library; if not, see <https://www.gnu.org/licenses/>.
323321

324322
Feedback and bug reports
325323
------------------------

online_check/check.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
# Lesser General Public License for more details.
1515
#
1616
# You should have received a copy of the GNU Lesser General Public
17-
# License along with this library; if not, write to the Free Software
18-
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19-
# 02110-1301 USA
17+
# License along with this library; if not, see <https://www.gnu.org/licenses/>.
2018
*/
2119

2220
$(document).ready(function () {

online_check/stdnum.wsgi

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
# Lesser General Public License for more details.
1414
#
1515
# You should have received a copy of the GNU Lesser General Public
16-
# License along with this library; if not, write to the Free Software
17-
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18-
# 02110-1301 USA
16+
# License along with this library; if not, see <https://www.gnu.org/licenses/>.
1917

2018
"""Simple WSGI application to check numbers."""
2119

scripts/check_headers.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
# Lesser General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU Lesser General Public
18-
# License along with this library; if not, write to the Free Software
19-
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
20-
# 02110-1301 USA
18+
# License along with this library; if not, see <https://www.gnu.org/licenses/>.
2119

2220
"""This script checks that all source files have licensing information."""
2321

@@ -48,9 +46,7 @@
4846
[# ]*Lesser General Public License for more details.
4947
[# ]*
5048
[# ]*You should have received a copy of the GNU Lesser General Public
51-
[# ]*License along with this library; if not, write to the Free Software
52-
[# ]*Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
53-
[# ]*02110-1301 USA
49+
[# ]*License along with this library; if not, see <https://www.gnu.org/licenses/>.
5450
''').strip(), re.MULTILINE)
5551

5652

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
# Lesser General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU Lesser General Public
18-
# License along with this library; if not, write to the Free Software
19-
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
20-
# 02110-1301 USA
18+
# License along with this library; if not, see <https://www.gnu.org/licenses/>.
2119

2220
"""python-stdnum installation script."""
2321

stdnum/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
# Lesser General Public License for more details.
1515
#
1616
# You should have received a copy of the GNU Lesser General Public
17-
# License along with this library; if not, write to the Free Software
18-
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19-
# 02110-1301 USA
17+
# License along with this library; if not, see <https://www.gnu.org/licenses/>.
2018

2119
"""Parse, validate and reformat standard numbers and codes.
2220

stdnum/ad/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
# Lesser General Public License for more details.
1515
#
1616
# You should have received a copy of the GNU Lesser General Public
17-
# License along with this library; if not, write to the Free Software
18-
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19-
# 02110-1301 USA
17+
# License along with this library; if not, see <https://www.gnu.org/licenses/>.
2018

2119
"""Collection of Andorran numbers."""
2220

stdnum/ad/nrt.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
# Lesser General Public License for more details.
1515
#
1616
# You should have received a copy of the GNU Lesser General Public
17-
# License along with this library; if not, write to the Free Software
18-
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19-
# 02110-1301 USA
17+
# License along with this library; if not, see <https://www.gnu.org/licenses/>.
2018

2119
"""NRT (Número de Registre Tributari, Andorra tax number).
2220

stdnum/al/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
# Lesser General Public License for more details.
1515
#
1616
# You should have received a copy of the GNU Lesser General Public
17-
# License along with this library; if not, write to the Free Software
18-
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19-
# 02110-1301 USA
17+
# License along with this library; if not, see <https://www.gnu.org/licenses/>.
2018

2119
"""Collection of Albanian numbers."""
2220

0 commit comments

Comments
 (0)