From 92ddfe0bceb8e66fabce3ae127468153e7eb11e3 Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Sat, 25 Nov 2017 12:17:57 +0000 Subject: Don't duplicate license text in all source files If moving to dual-licensing, this text will be confusing. It's also a lot of noise. --- src/viewport.h | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'src/viewport.h') diff --git a/src/viewport.h b/src/viewport.h index 0006233..b1d8bf7 100644 --- a/src/viewport.h +++ b/src/viewport.h @@ -1,23 +1,6 @@ #ifndef IMV_VIEWPORT_H #define IMV_VIEWPORT_H -/* Copyright (c) imv authors - -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. -*/ - #include #include "texture.h" -- cgit v1.2.3