summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-12-30 22:47:50 +0100
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-01-25 17:00:16 +0900
commit413bd225273b64c9086405d778c5eae2fa356934 (patch)
tree610373b1b8b71916146885323813fabbfa170471 /DOCS
parentccf8c42a424cce84a15fba72baf482f84d9bc628 (diff)
downloadmpv-413bd225273b64c9086405d778c5eae2fa356934.tar.bz2
mpv-413bd225273b64c9086405d778c5eae2fa356934.tar.xz
DOCS/client_api_examples: add an explicit license
IANAL, but we don't give a shit what you do with this code.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/client_api_examples/Copyright14
-rw-r--r--DOCS/client_api_examples/qtexample.cpp2
2 files changed, 14 insertions, 2 deletions
diff --git a/DOCS/client_api_examples/Copyright b/DOCS/client_api_examples/Copyright
new file mode 100644
index 0000000000..38d1891eb7
--- /dev/null
+++ b/DOCS/client_api_examples/Copyright
@@ -0,0 +1,14 @@
+All examples in this directory and its sub-directories are licensed
+under one of the following licenses:
+
+ WTFPL, ISC, Ms-PL, AGPLv3, BSD (any)
+
+Pick any license of your liking, and disregard the others.
+
+(The full text of each license is available on this website:
+ http://opensource.org/licenses/alphabetical )
+
+Additionally, you may consider the example code to be public domain.
+You are free to use any of the example code without further
+requirements or need for attribution.
+
diff --git a/DOCS/client_api_examples/qtexample.cpp b/DOCS/client_api_examples/qtexample.cpp
index bcda45ef9b..f44dfd29c1 100644
--- a/DOCS/client_api_examples/qtexample.cpp
+++ b/DOCS/client_api_examples/qtexample.cpp
@@ -1,5 +1,3 @@
-// License: pick one of: public domain, WTFPL, ISC, Ms-PL, AGPLv3
-
// This example can be built with: qmake && make
#include <clocale>