# HG changeset patch # User John Tsiombikas # Date 1379779743 -10800 # Node ID 4ad71b558ab27a5147fa6803eba1f494b03d9096 # Parent 1f26cc6c6204ba59d5fb0a1a08721804a702bb28 foo diff -r 1f26cc6c6204 -r 4ad71b558ab2 src/mglimpl.h --- a/src/mglimpl.h Sat Sep 21 18:18:31 2013 +0300 +++ b/src/mglimpl.h Sat Sep 21 19:09:03 2013 +0300 @@ -1,20 +1,3 @@ -/* -256-color 3D graphics hack for real-mode DOS. -Copyright (C) 2011 John Tsiombikas - -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 3 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, see . -*/ #ifndef MGL_IMPL_H_ #define MGL_IMPL_H_