blob: 0eb0be3ec5281fd9bc5ee93984dd14a573890ea4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
The Humus demos don't have an explicit copyright license on the
shaders, but the C++ code that loads them has this for its license
text:
/* * * * * * * * * * * * * Author's note * * * * * * * * * * * *\
* _ _ _ _ _ _ _ _ _ _ _ _ *
* |_| |_| |_| |_| |_|_ _|_| |_| |_| _|_|_|_|_| *
* |_|_ _ _|_| |_| |_| |_|_|_|_|_| |_| |_| |_|_ _ _ *
* |_|_|_|_|_| |_| |_| |_| |_| |_| |_| |_| |_|_|_|_ *
* |_| |_| |_|_ _ _|_| |_| |_| |_|_ _ _|_| _ _ _ _|_| *
* |_| |_| |_|_|_| |_| |_| |_|_|_| |_|_|_|_| *
* *
* http://www.humus.name *
* *
* This file is a part of the work done by Humus. You are free to *
* use the code in any way you like, modified, unmodified or copied *
* into your own work. However, I expect you to respect these points: *
* - If you use this file and its contents unmodified, or use a major *
* part of this file, please credit the author and leave this note. *
* - For use in anything commercial, please request my approval. *
* - Share your work and ideas too as much as you can. *
* *
\* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*********** .---. .-"-. *******************\
* -------- * / ._. / <B4> ` \ * ---------------- *
* Author's * \_ (__\ \_<B0>v<B0>_/ * humus@rogers.com *
* note * // \\ // \\ * ICQ #47010716 *
* -------- * (( )) (( )) * ---------------- *
* ****--""---""-------""---""--**** ********\
* This file is a part of the work done by Humus. You are free to use *
* the code in any way you like, modified, unmodified or copy'n'pasted *
* into your own work. However, I expect you to respect these points: *
* @ If you use this file and its contents unmodified, or use a major *
* part of this file, please credit the author and leave this note. *
* @ For use in anything commercial, please request my approval. *
* @ Share your work and ideas too as much as you can. *
\*********************************************************************/
|