- Fixing r_voxel's license.

This commit is contained in:
Rachael Alexanderson 2017-03-09 19:34:33 -05:00 committed by Christoph Oelckers
parent bfd968a88c
commit bb1d29d491

View file

@ -6,21 +6,13 @@
// Copyright(c) 1998 - 2016 Randy Heit // Copyright(c) 1998 - 2016 Randy Heit
// All rights reserved. // All rights reserved.
// //
// This program is free software: you can redistribute it and/or modify // Draw a voxel slab. This function is taken from the Build Engine.
// it under the terms of the GNU Lesser 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, // "Build Engine & Tools" Copyright (c) 1993-1997 Ken Silverman
// but WITHOUT ANY WARRANTY; without even the implied warranty of // Ken Silverman's official web site: "http://www.advsys.net/ken"
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see http://www.gnu.org/licenses/
//
//--------------------------------------------------------------------------
// //
// Permission has been obtained to use this code under the terms of
// the GNU General Public License v3.0.
#include <stdlib.h> #include <stdlib.h>
#include "templates.h" #include "templates.h"