mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-10 16:22:22 +03:00
Update copyright
This commit is contained in:
parent
719a3ba709
commit
b883b64911
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user