mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +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:
 | 
			
		||||
 *   https://web.archive.org/web/20170802060935/http://oss.sgi.com/projects/ogl-sample/registry/EXT/texture_compression_s3tc.txt
 | 
			
		||||
 * history:
 | 
			
		||||
 * 22-08-11 Initial implementation
 | 
			
		||||
 *
 | 
			
		||||
 * The contents of this file are in the public domain (CC0)
 | 
			
		||||
 * Full text of the CC0 license:
 | 
			
		||||
 *   https://creativecommons.org/publicdomain/zero/1.0/
 | 
			
		||||
 * Copyright (c) REDxEYE 2022.
 | 
			
		||||
 *
 | 
			
		||||
 * See the README file for information on usage and redistribution.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include "Imaging.h"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user