summaryrefslogtreecommitdiff
path: root/src/gd_tga.h
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2014-05-21 10:44:03 +0000
committerPierre Joye <pierre.php@gmail.com>2014-05-21 10:44:03 +0000
commitf01ade71b9333a00a1eb4159428e40243d0dd82b (patch)
treeacca6919e3909810365300c09df058177c02d4dd /src/gd_tga.h
parent4b86e06937bc5ff116be969137f8da9d1a7869d5 (diff)
downloadlibgd-f01ade71b9333a00a1eb4159428e40243d0dd82b.tar.gz
Remove wrong license headers. Based on http://www.paulbourke.net/dataformats/tga/
Diffstat (limited to 'src/gd_tga.h')
-rw-r--r--src/gd_tga.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/gd_tga.h b/src/gd_tga.h
index 5c535fd..297f3dc 100644
--- a/src/gd_tga.h
+++ b/src/gd_tga.h
@@ -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