diff options
author | wm4 <wm4@nowhere> | 2014-12-30 22:47:50 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-12-30 22:47:50 +0100 |
commit | 628f1dcb42e31669a89f7e934ea134a44006c201 (patch) | |
tree | 363f38d9963101975158b27ed8aab0bfa8cb14c3 /DOCS | |
parent | 38976703ca900cd07f10415637b95fa7bf99e738 (diff) |
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/Copyright | 14 | ||||
-rw-r--r-- | DOCS/client_api_examples/qtexample.cpp | 2 |
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 b527575dce..2b8bc15533 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> |