-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCOPYING
More file actions
73 lines (54 loc) · 2.86 KB
/
Copy pathCOPYING
File metadata and controls
73 lines (54 loc) · 2.86 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
THIRD PARTY LIBRARIES
---------------------
glQuery-samples uses some third party libraries that are NOT in the public
domain. You may find the relevant open source licenses for each of these in the
licenses/ folder.
This includes:
* SceneJS
* MIT License: licenses/LICENSE-scenejs-mit
* GPL2 License: licenses/LICENSE-scenejs-gpl2
* three.js
* MIT License: licenses/LICENSE-threejs-mit
THIRD PARTY SAMPLES
-------------------
glQuery-samples include the following third party samples and assets that are
NOT in the public domain. You may find the appropriate licenses for each of
these in their respective paths.
GLQUERY-SAMPLES IS PUBLIC DOMAIN SOFTWARE
-----------------------------------------
glQuery-samples is open source software released into the public domain using
the CC0 dedication. For the formal legal code please read
licenses/LEGALCODE-cc0-1.0.
Note that CC0 is approved by the Free Software Foundation and is fully
compatible with the GPL and other permissive open source software licenses such
as the MIT license. In countries where a public domain dedication cannot
be recognized legally, the CC0 dedication provides an extremely permissive
open source license.
Here's a quick human readable summary of the CC0 dedication from the Creative
Commons website, http://creativecommons.org/publicdomain/zero/1.0/
No Copyright:
The person who associated a work with this deed has dedicated the work to
the public domain by waiving all of his or her rights to the work worldwide
under copyright law, including all related and neighboring rights, to the
extent allowed by law.
You can copy, modify, distribute and perform the work, even for commercial
purposes, all without asking permission.
Other Information:
* In no way are the patent or trademark rights of any person affected by
CC0, nor are the rights that other persons may have in the work or in how
the work is used, such as publicity or privacy rights.
* Unless expressly stated otherwise, the person who associated a work with
this deed makes no warranties about the work, and disclaims liability for
all uses of the work, to the fullest extent permitted by applicable law.
* When using or citing the work, you should not imply endorsement by the
author or the affirmer.
MAKING MODIFICATIONS
--------------------
If you would like to retain copyright on your modifications to glQuery-samples then
we advise you to please first delete the licenses/LEGALCODE-cc0-1.0 and COPYING
files in order to avoid any confusion. When distributing your work you should
also consider modifying the header (from src/header.js) that is added to the
distribution files. This will let people know that you do not to wish to
dedicate your own changes to the public domain.
The glQuery-samples team will not accept any pull requests or patches that are not
fully released into the public domain.