From 10e5f8e4d9a1abc48e23ef82aa62e8e3a2dacb64 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 23 Jan 2021 10:55:03 +1100 Subject: [PATCH] Removed CC0 notice --- docs/example/DdsImagePlugin.py | 4 ---- src/PIL/BlpImagePlugin.py | 4 ---- src/PIL/DdsImagePlugin.py | 4 ---- src/PIL/FtexImagePlugin.py | 4 ---- src/libImaging/BcnDecode.c | 4 ---- 5 files changed, 20 deletions(-) diff --git a/docs/example/DdsImagePlugin.py b/docs/example/DdsImagePlugin.py index 78aa3ce72..cf33a1af0 100644 --- a/docs/example/DdsImagePlugin.py +++ b/docs/example/DdsImagePlugin.py @@ -4,10 +4,6 @@ Jerome Leclanche Documentation: https://web.archive.org/web/20170802060935/http://oss.sgi.com/projects/ogl-sample/registry/EXT/texture_compression_s3tc.txt - -The contents of this file are hereby released in the public domain (CC0) -Full text of the CC0 license: - https://creativecommons.org/publicdomain/zero/1.0/ """ import struct diff --git a/src/PIL/BlpImagePlugin.py b/src/PIL/BlpImagePlugin.py index d5d7c0e05..617815582 100644 --- a/src/PIL/BlpImagePlugin.py +++ b/src/PIL/BlpImagePlugin.py @@ -2,10 +2,6 @@ Blizzard Mipmap Format (.blp) Jerome Leclanche -The contents of this file are hereby released in the public domain (CC0) -Full text of the CC0 license: - https://creativecommons.org/publicdomain/zero/1.0/ - BLP1 files, used mostly in Warcraft III, are not fully supported. All types of BLP2 files used in World of Warcraft are supported. diff --git a/src/PIL/DdsImagePlugin.py b/src/PIL/DdsImagePlugin.py index df2d0060c..21939e93e 100644 --- a/src/PIL/DdsImagePlugin.py +++ b/src/PIL/DdsImagePlugin.py @@ -4,10 +4,6 @@ Jerome Leclanche Documentation: https://web.archive.org/web/20170802060935/http://oss.sgi.com/projects/ogl-sample/registry/EXT/texture_compression_s3tc.txt - -The contents of this file are hereby released in the public domain (CC0) -Full text of the CC0 license: - https://creativecommons.org/publicdomain/zero/1.0/ """ import struct diff --git a/src/PIL/FtexImagePlugin.py b/src/PIL/FtexImagePlugin.py index 900661238..d765ec5d7 100644 --- a/src/PIL/FtexImagePlugin.py +++ b/src/PIL/FtexImagePlugin.py @@ -2,10 +2,6 @@ A Pillow loader for .ftc and .ftu files (FTEX) Jerome Leclanche -The contents of this file are hereby released in the public domain (CC0) -Full text of the CC0 license: - https://creativecommons.org/publicdomain/zero/1.0/ - Independence War 2: Edge Of Chaos - Texture File Format - 16 October 2001 The textures used for 3D objects in Independence War 2: Edge Of Chaos are in a diff --git a/src/libImaging/BcnDecode.c b/src/libImaging/BcnDecode.c index b6a4cbadc..120a55817 100644 --- a/src/libImaging/BcnDecode.c +++ b/src/libImaging/BcnDecode.c @@ -5,10 +5,6 @@ * * Format documentation: * https://web.archive.org/web/20170802060935/http://oss.sgi.com/projects/ogl-sample/registry/EXT/texture_compression_s3tc.txt - * - * The contents of this file are in the public domain (CC0) - * Full text of the CC0 license: - * https://creativecommons.org/publicdomain/zero/1.0/ */ #include "Imaging.h"