Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
doc: move LICENSE to root
Browse files Browse the repository at this point in the history
as voted in the meeting
  • Loading branch information
Markus Raab committed May 17, 2017
1 parent 8b6e42a commit 6785e9f
Show file tree
Hide file tree
Showing 803 changed files with 802 additions and 802 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ And in terms of quality, we want:

## Facts and Features

* Elektra uses the [BSD licence](doc/LICENSE.md).
* Elektra uses the [BSD licence](LICENSE.md).
* Elektra implements an [API](http://doc.libelektra.org/api/latest/html/) to fully access a global key database.
* Elektra can be thought of a [virtual file system for configuration](/doc/BIGPICTURE.md).
* Elektra supports mounting of existing configuration files into the global key database.
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/benchmarks.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <benchmarks.h>
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/benchmarks.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#ifndef BENCHMARKS_H
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/cmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <benchmarks.h>
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/createkeys.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <benchmarks.h>
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/large.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <benchmarks.h>
Expand Down
2 changes: 1 addition & 1 deletion doc/CODING.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Files should start with:
*
* @brief <short statement about the content of the file>
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

\endverbatim
Expand Down
2 changes: 1 addition & 1 deletion doc/help/elektra-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Please start by reading [here](/.github/CONTRIBUTING.md).

## What is the Elektra’s license?

[New BSD license](/doc/LICENSE.md) which allows us to have plugins link against GPL
[New BSD license](/LICENSE.md) which allows us to have plugins link against GPL
and GPL-incompatible libraries. If you compile Elektra, e.g., with GPL plugins, the
result is GPL.

Expand Down
2 changes: 1 addition & 1 deletion doc/markdownlinkconverter/markdownlinkconverter.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <ctype.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/basename.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <kdb.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/cascading.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <kdb.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/external/cmake/application.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <kdb.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/external/pkgconfig/application.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <kdb.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/functional.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <kdb.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/hello.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <kdb.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/iterate.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief some possibilites how to iterate ver a KeySet in an elegant way.
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <kdb.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/kdbget.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <kdb.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/kdbget_error.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <kdb.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/kdbintro.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <kdb.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/kdbopen.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <kdb.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/kdbset.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <kdb.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/keyCopy.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <kdb.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/keyMeta.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <kdb.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/keyName.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <assert.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/keyNew.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

// clang-format off
Expand Down
2 changes: 1 addition & 1 deletion examples/keyNewExample.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <kdb.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/keyset.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <assert.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/ksCut.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <kdb.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/ksLookupPop.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <kdb.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/ksNew.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <kdb.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/ksNewExample.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <kdb.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/meta.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <kdb.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/namespace.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <kdbproposal.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/reference.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <kdb.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/set_key.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* kdb rm user/sw/MyApp/Tests/TestKey1
*
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <kdb.h>
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/cpp/benchmarks/benchmark_sync.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <kdbthread.hpp>
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/cpp/benchmarks/benchmark_thread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <kdbthread.hpp>
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/cpp/examples/cpp_cascading.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <iostream>
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/cpp/examples/cpp_example_dup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <keyset.hpp>
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/cpp/examples/cpp_example_get.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <kdb.hpp>
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/cpp/examples/cpp_example_hello.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <key.hpp>
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/cpp/examples/cpp_example_hierarchy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <keyset.hpp>
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/cpp/examples/cpp_example_io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <kdb.hpp>
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/cpp/examples/cpp_example_iter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @brief
*
* @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org)
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/

#include <keyset.hpp>
Expand Down
Loading

0 comments on commit 6785e9f

Please sign in to comment.