summaryrefslogtreecommitdiffstats
path: root/DOCS/client_api_examples
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/client_api_examples')
-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 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>