Skip to content

Commit bc007bc

Browse files
authored
Merge branch 'main' into feat/riscv64-wheels
2 parents 7f293c5 + 602acd5 commit bc007bc

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The Python Imaging Library (PIL) is
55

66
Pillow is the friendly PIL fork. It is
77

8-
Copyright © 2010 by Jeffrey A. Clark and contributors
8+
Copyright © 2010 by Jeffrey 'Alex' Clark and contributors
99

1010
Like PIL, Pillow is licensed under the open source MIT-CMU License:
1111

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Python Imaging Library (Fork)
88

9-
Pillow is the friendly PIL fork by [Jeffrey A. Clark and
9+
Pillow is the friendly PIL fork by [Jeffrey 'Alex' Clark and
1010
contributors](https://github.com/python-pillow/Pillow/graphs/contributors).
1111
PIL is the Python Imaging Library by Fredrik Lundh and contributors.
1212
As of 2019, Pillow development is

docs/COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The Python Imaging Library (PIL) is
55

66
Pillow is the friendly PIL fork. It is
77

8-
Copyright © 2010 by Jeffrey A. Clark and contributors
8+
Copyright © 2010 by Jeffrey 'Alex' Clark and contributors
99

1010
Like PIL, Pillow is licensed under the open source PIL
1111
Software License:

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
project = "Pillow (PIL Fork)"
5656
copyright = (
5757
"1995-2011 Fredrik Lundh and contributors, "
58-
"2010 Jeffrey A. Clark and contributors."
58+
"2010 Jeffrey 'Alex' Clark and contributors."
5959
)
60-
author = "Fredrik Lundh (PIL), Jeffrey A. Clark (Pillow)"
60+
author = "Fredrik Lundh (PIL), Jeffrey 'Alex' Clark (Pillow)"
6161

6262
# The version info for the project you're documenting, acts as replacement for
6363
# |version| and |release|, also used in various other places throughout the

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pillow
22
======
33

4-
Pillow is the friendly PIL fork by `Jeffrey A. Clark and contributors <https://github.com/python-pillow/Pillow/graphs/contributors>`_. PIL is the Python Imaging Library by Fredrik Lundh and contributors.
4+
Pillow is the friendly PIL fork by `Jeffrey 'Alex' Clark and contributors <https://github.com/python-pillow/Pillow/graphs/contributors>`_. PIL is the Python Imaging Library by Fredrik Lundh and contributors.
55

66
Pillow for enterprise is available via the Tidelift Subscription. `Learn more <https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=docs&utm_campaign=enterprise>`_.
77

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ keywords = [
1818
license = "MIT-CMU"
1919
license-files = [ "LICENSE" ]
2020
authors = [
21-
{ name = "Jeffrey A. Clark", email = "aclark@aclark.net" },
21+
{ name = "Jeffrey 'Alex' Clark", email = "aclark@aclark.net" },
2222
]
2323
requires-python = ">=3.10"
2424
classifiers = [

src/PIL/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Pillow (Fork of the Python Imaging Library)
22
3-
Pillow is the friendly PIL fork by Jeffrey A. Clark and contributors.
3+
Pillow is the friendly PIL fork by Jeffrey 'Alex' Clark and contributors.
44
https://github.com/python-pillow/Pillow/
55
66
Pillow is forked from PIL 1.1.7.

0 commit comments

Comments
 (0)