Remove wrong license headers. Based on http://www.paulbourke.net/dataformats/tga/

master
Pierre Joye 2014-05-21 10:44:03 +00:00
parent 4b86e06937
commit f01ade71b9
1 changed files with 0 additions and 20 deletions

View File

@ -1,23 +1,3 @@
/*
* TGA Image read support
* Copyright (C) 2005 Andrew Ireland, Jon Keto, Michael Beal
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/
#ifndef __TGA_H
#define __TGA_H 1