From 628f1dcb42e31669a89f7e934ea134a44006c201 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 30 Dec 2014 22:47:50 +0100 Subject: [PATCH] DOCS/client_api_examples: add an explicit license IANAL, but we don't give a shit what you do with this code. --- DOCS/client_api_examples/Copyright | 14 ++++++++++++++ DOCS/client_api_examples/qtexample.cpp | 2 -- 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 DOCS/client_api_examples/Copyright 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