aboutsummaryrefslogtreecommitdiff
path: root/src/viewport.h
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2017-11-25 12:17:57 +0000
committerHarry Jeffery <harry@exec64.co.uk>2017-11-25 12:17:57 +0000
commit92ddfe0bceb8e66fabce3ae127468153e7eb11e3 (patch)
treed4d10996a3436586a9148cc405f7536b0db6cf8f /src/viewport.h
parent8bad694c2a44eb6b7bca59e2eb77479a2e9ed50f (diff)
downloadimv-92ddfe0bceb8e66fabce3ae127468153e7eb11e3.tar.gz
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.
Diffstat (limited to 'src/viewport.h')
-rw-r--r--src/viewport.h17
1 files changed, 0 insertions, 17 deletions
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 <SDL2/SDL.h>
#include "texture.h"