Changed URLs to https

This commit is contained in:
Andrew Murray 2021-10-27 22:51:54 +11:00
parent ff1cb396d0
commit 97ed2ecd97
3 changed files with 7 additions and 7 deletions

View File

@ -34,9 +34,9 @@ pyCMS
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)

View File

@ -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)

View File

@ -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
@ -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