Update copyright

This commit is contained in:
REDxEYE 2022-08-10 03:30:42 +03:00
parent 719a3ba709
commit b883b64911

View File

@ -1,14 +1,15 @@
/* /*
* The Python Imaging Library * The Python Imaging Library.
* $Id$
* *
* encoder for DXTn-compressed data * decoder for packed bitfields (converts to floating point)
* *
* Format documentation: * history:
* https://web.archive.org/web/20170802060935/http://oss.sgi.com/projects/ogl-sample/registry/EXT/texture_compression_s3tc.txt * 22-08-11 Initial implementation
* *
* The contents of this file are in the public domain (CC0) * Copyright (c) REDxEYE 2022.
* Full text of the CC0 license: *
* https://creativecommons.org/publicdomain/zero/1.0/ * See the README file for information on usage and redistribution.
*/ */
#include "Imaging.h" #include "Imaging.h"