Skip to content

Commit 728c201

Browse files
authored
Merge pull request #327 from bgilbert/fsf
Sync LGPLv2.1 text with FSF; remove FSF mailing address
2 parents 8fabf27 + a107b17 commit 728c201

16 files changed

+19
-35
lines changed

COPYING.LESSER

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
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

@@ -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,7 +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!

doc/jekyll_fix.py

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

2120
# Sphinx hardcodes that certain output paths have names starting with

examples/deepzoom/deepzoom_multiserver.py

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

2221
from __future__ import annotations

examples/deepzoom/deepzoom_server.py

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

2221
from __future__ import annotations

examples/deepzoom/deepzoom_tile.py

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

2221
"""An example program to generate a Deep Zoom directory tree from a slide."""

openslide/__init__.py

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

2120
"""A library for reading whole-slide images.

openslide/_convert.c

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

2019
#include <Python.h>

openslide/_convert.pyi

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

2019
from typing import Protocol

openslide/_version.py

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

2019
"""The openslide package version.

openslide/deepzoom.py

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

2019
"""Support for Deep Zoom images.

openslide/lowlevel.py

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

2120
"""

tests/common.py

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

2019
from __future__ import annotations

tests/test_base.py

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

2019
from __future__ import annotations

tests/test_deepzoom.py

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

2019
from __future__ import annotations

tests/test_imageslide.py

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

2019
from __future__ import annotations

tests/test_openslide.py

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

2019
from __future__ import annotations

0 commit comments

Comments
 (0)