mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
- Fixing r_voxel's license.
This commit is contained in:
parent
bfd968a88c
commit
bb1d29d491
1 changed files with 5 additions and 13 deletions
|
@ -6,21 +6,13 @@
|
|||
// Copyright(c) 1998 - 2016 Randy Heit
|
||||
// All rights reserved.
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// 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.
|
||||
// Draw a voxel slab. This function is taken from the Build Engine.
|
||||
//
|
||||
// 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 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/
|
||||
//
|
||||
//--------------------------------------------------------------------------
|
||||
// "Build Engine & Tools" Copyright (c) 1993-1997 Ken Silverman
|
||||
// Ken Silverman's official web site: "http://www.advsys.net/ken"
|
||||
//
|
||||
// Permission has been obtained to use this code under the terms of
|
||||
// the GNU General Public License v3.0.
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "templates.h"
|
||||
|
|
Loading…
Reference in a new issue