Sven gave permission for BSD3 distribution (nw)

This commit is contained in:
Miodrag Milanovic 2015-05-22 14:34:28 +02:00
parent 93e6ea7c7c
commit 2a52761339
11 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
// license:GPL2.0+
// license:BSD-3-Clause
// copyright-holders:Sven Gothel
#include <stdio.h> /* snprintf */
#include <stdlib.h> /* malloc */

View File

@ -1,4 +1,4 @@
// license:GPL2.0+
// license:BSD-3-Clause
// copyright-holders:Sven Gothel
#ifndef GL_SHADER_MGR_H

View File

@ -1,4 +1,4 @@
// license:GPL2.0+
// license:BSD-3-Clause
// copyright-holders:Sven Gothel
/***
*

View File

@ -1,4 +1,4 @@
// license:GPL2.0+
// license:BSD-3-Clause
// copyright-holders:Sven Gothel
/***
*

View File

@ -1,4 +1,4 @@
// license:GPL2.0+
// license:BSD-3-Clause
// copyright-holders:Sven Gothel
const char glsl_bilinear_idx16_lut_fsh_src[] =
"\n"

View File

@ -1,4 +1,4 @@
// license:GPL2.0+
// license:BSD-3-Clause
// copyright-holders:Sven Gothel
const char glsl_bilinear_rgb32_dir_fsh_src[] =
"\n"

View File

@ -1,4 +1,4 @@
// license:GPL2.0+
// license:BSD-3-Clause
// copyright-holders:Sven Gothel
const char glsl_bilinear_rgb32_lut_fsh_src[] =
"\n"

View File

@ -1,4 +1,4 @@
// license:GPL2.0+
// license:BSD-3-Clause
// copyright-holders:Sven Gothel
const char glsl_general_vsh_src[] =
"\n"

View File

@ -1,4 +1,4 @@
// license:GPL2.0+
// license:BSD-3-Clause
// copyright-holders:Sven Gothel
const char glsl_plain_idx16_lut_fsh_src[] =
"\n"

View File

@ -1,4 +1,4 @@
// license:GPL2.0+
// license:BSD-3-Clause
// copyright-holders:Sven Gothel
const char glsl_plain_rgb32_dir_fsh_src[] =
"\n"

View File

@ -1,4 +1,4 @@
// license:GPL2.0+
// license:BSD-3-Clause
// copyright-holders:Sven Gothel
const char glsl_plain_rgb32_lut_fsh_src[] =
"\n"