Skip to content

Sync LGPLv2.1 text with FSF; remove FSF mailing address #327

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions COPYING.LESSER
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Version 2.1, February 1999

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

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

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

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

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

<signature of Ty Coon>, 1 April 1990
Ty Coon, President of Vice
<signature of Moe Ghoul>, 1 April 1990
Moe Ghoul, President of Vice

That's all there is to it!
3 changes: 1 addition & 2 deletions doc/jekyll_fix.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
# License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this library; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# along with this library. If not, see <https://www.gnu.org/licenses/>.
#

# Sphinx hardcodes that certain output paths have names starting with
Expand Down
3 changes: 1 addition & 2 deletions examples/deepzoom/deepzoom_multiserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
# License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this library; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# along with this library. If not, see <https://www.gnu.org/licenses/>.
#

from __future__ import annotations
Expand Down
3 changes: 1 addition & 2 deletions examples/deepzoom/deepzoom_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
# License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this library; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# along with this library. If not, see <https://www.gnu.org/licenses/>.
#

from __future__ import annotations
Expand Down
3 changes: 1 addition & 2 deletions examples/deepzoom/deepzoom_tile.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
# License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this library; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# along with this library. If not, see <https://www.gnu.org/licenses/>.
#

"""An example program to generate a Deep Zoom directory tree from a slide."""
Expand Down
3 changes: 1 addition & 2 deletions openslide/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
# License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this library; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# along with this library. If not, see <https://www.gnu.org/licenses/>.
#

"""A library for reading whole-slide images.
Expand Down
3 changes: 1 addition & 2 deletions openslide/_convert.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
* License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
* along with this library. If not, see <https://www.gnu.org/licenses/>.
*/

#include <Python.h>
Expand Down
3 changes: 1 addition & 2 deletions openslide/_convert.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
# License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this library; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# along with this library. If not, see <https://www.gnu.org/licenses/>.
#

from typing import Protocol
Expand Down
3 changes: 1 addition & 2 deletions openslide/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
# License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this library; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# along with this library. If not, see <https://www.gnu.org/licenses/>.
#

"""The openslide package version.
Expand Down
3 changes: 1 addition & 2 deletions openslide/deepzoom.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
# License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this library; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# along with this library. If not, see <https://www.gnu.org/licenses/>.
#

"""Support for Deep Zoom images.
Expand Down
3 changes: 1 addition & 2 deletions openslide/lowlevel.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
# License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this library; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# along with this library. If not, see <https://www.gnu.org/licenses/>.
#

"""
Expand Down
3 changes: 1 addition & 2 deletions tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
# License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this library; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# along with this library. If not, see <https://www.gnu.org/licenses/>.
#

from __future__ import annotations
Expand Down
3 changes: 1 addition & 2 deletions tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
# License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this library; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# along with this library. If not, see <https://www.gnu.org/licenses/>.
#

from __future__ import annotations
Expand Down
3 changes: 1 addition & 2 deletions tests/test_deepzoom.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
# License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this library; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# along with this library. If not, see <https://www.gnu.org/licenses/>.
#

from __future__ import annotations
Expand Down
3 changes: 1 addition & 2 deletions tests/test_imageslide.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
# License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this library; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# along with this library. If not, see <https://www.gnu.org/licenses/>.
#

from __future__ import annotations
Expand Down
3 changes: 1 addition & 2 deletions tests/test_openslide.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
# License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this library; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# along with this library. If not, see <https://www.gnu.org/licenses/>.
#

from __future__ import annotations
Expand Down
Loading