Skip to content

Commit

Permalink
Merge pull request #5796 from radarhere/https
Browse files Browse the repository at this point in the history
Changed URLs to https
  • Loading branch information
mergify[bot] committed Oct 27, 2021
2 parents ff1cb39 + 97ed2ec commit caa0deb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/PIL/ImageCms.py
Expand Up @@ -34,9 +34,9 @@
a Python / PIL interface to the littleCMS ICC Color Management System
Copyright (C) 2002-2003 Kevin Cazabon
kevin@cazabon.com
http://www.cazabon.com
https://www.cazabon.com
pyCMS home page: http://www.cazabon.com/pyCMS
pyCMS home page: https://www.cazabon.com/pyCMS
littleCMS home page: https://www.littlecms.com
(littleCMS is Copyright (C) 1998-2001 Marti Maria)
Expand Down
2 changes: 1 addition & 1 deletion src/PIL/ImageOps.py
Expand Up @@ -439,7 +439,7 @@ def fit(image, size, method=Image.BICUBIC, bleed=0.0, centering=(0.5, 0.5)):

# by Kevin Cazabon, Feb 17/2000
# kevin@cazabon.com
# http://www.cazabon.com
# https://www.cazabon.com

# ensure centering is mutable
centering = list(centering)
Expand Down
8 changes: 4 additions & 4 deletions src/_imagingcms.c
Expand Up @@ -3,14 +3,14 @@
* a Python / PIL interface to the littleCMS ICC Color Management System
* Copyright (C) 2002-2003 Kevin Cazabon
* kevin@cazabon.com
* http://www.cazabon.com
* https://www.cazabon.com
* Adapted/reworked for PIL by Fredrik Lundh
* Copyright (c) 2009 Fredrik Lundh
* Updated to LCMS2
* Copyright (c) 2013 Eric Soroos
*
* pyCMS home page: http://www.cazabon.com/pyCMS
* littleCMS home page: http://www.littlecms.com
* pyCMS home page: https://www.cazabon.com/pyCMS
* littleCMS home page: https://www.littlecms.com
* (littleCMS is Copyright (C) 1998-2001 Marti Maria)
*
* Originally released under LGPL. Graciously donated to PIL in
Expand All @@ -23,7 +23,7 @@ pyCMS\n\
a Python / PIL interface to the littleCMS ICC Color Management System\n\
Copyright (C) 2002-2003 Kevin Cazabon\n\
kevin@cazabon.com\n\
http://www.cazabon.com\n\
https://www.cazabon.com\n\
"

#define PY_SSIZE_T_CLEAN
Expand Down

0 comments on commit caa0deb

Please sign in to comment.