diff --git a/doc/LICENSE.md b/LICENSE.md similarity index 100% rename from doc/LICENSE.md rename to LICENSE.md diff --git a/README.md b/README.md index ebb8a589e72..1b36e14b660 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/benchmarks/benchmarks.c b/benchmarks/benchmarks.c index 75394e000e1..659a67bcfd0 100644 --- a/benchmarks/benchmarks.c +++ b/benchmarks/benchmarks.c @@ -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 diff --git a/benchmarks/benchmarks.h b/benchmarks/benchmarks.h index 0908a5a88a4..d15e026430f 100644 --- a/benchmarks/benchmarks.h +++ b/benchmarks/benchmarks.h @@ -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 diff --git a/benchmarks/cmp.c b/benchmarks/cmp.c index b85f8ef646c..b7ae4b37ba1 100644 --- a/benchmarks/cmp.c +++ b/benchmarks/cmp.c @@ -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 diff --git a/benchmarks/createkeys.c b/benchmarks/createkeys.c index 0bcb8877f13..d92b839f555 100644 --- a/benchmarks/createkeys.c +++ b/benchmarks/createkeys.c @@ -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 diff --git a/benchmarks/large.c b/benchmarks/large.c index 45d28931e82..a0e63eada8f 100644 --- a/benchmarks/large.c +++ b/benchmarks/large.c @@ -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 diff --git a/doc/CODING.md b/doc/CODING.md index 4dee7fed405..cee53e21181 100644 --- a/doc/CODING.md +++ b/doc/CODING.md @@ -184,7 +184,7 @@ Files should start with: * * @brief * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ \endverbatim diff --git a/doc/help/elektra-faq.md b/doc/help/elektra-faq.md index 48b61e856c3..384c8b5c4e9 100644 --- a/doc/help/elektra-faq.md +++ b/doc/help/elektra-faq.md @@ -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. diff --git a/doc/markdownlinkconverter/markdownlinkconverter.c b/doc/markdownlinkconverter/markdownlinkconverter.c index 83a8f286375..f500ab72479 100644 --- a/doc/markdownlinkconverter/markdownlinkconverter.c +++ b/doc/markdownlinkconverter/markdownlinkconverter.c @@ -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 diff --git a/examples/basename.c b/examples/basename.c index 837f6f06079..0ba5410badc 100644 --- a/examples/basename.c +++ b/examples/basename.c @@ -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 diff --git a/examples/cascading.c b/examples/cascading.c index 400d80d8115..4aab31d9039 100644 --- a/examples/cascading.c +++ b/examples/cascading.c @@ -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 diff --git a/examples/external/cmake/application.c b/examples/external/cmake/application.c index e72ebd8681f..18ea6c18bbc 100644 --- a/examples/external/cmake/application.c +++ b/examples/external/cmake/application.c @@ -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 diff --git a/examples/external/pkgconfig/application.c b/examples/external/pkgconfig/application.c index 3b10b56b946..e41ae6c2f05 100644 --- a/examples/external/pkgconfig/application.c +++ b/examples/external/pkgconfig/application.c @@ -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 diff --git a/examples/functional.c b/examples/functional.c index 245d823d883..781960a31e7 100644 --- a/examples/functional.c +++ b/examples/functional.c @@ -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 diff --git a/examples/hello.c b/examples/hello.c index 47052442ffd..4982cf52e6b 100644 --- a/examples/hello.c +++ b/examples/hello.c @@ -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 diff --git a/examples/iterate.c b/examples/iterate.c index fa6f0347fb5..5b88c622ad5 100644 --- a/examples/iterate.c +++ b/examples/iterate.c @@ -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 diff --git a/examples/kdbget.c b/examples/kdbget.c index 08c1c1b3b9e..79bbbc34fd7 100644 --- a/examples/kdbget.c +++ b/examples/kdbget.c @@ -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 diff --git a/examples/kdbget_error.c b/examples/kdbget_error.c index 3ab6dc3c8ec..a9a9d32aed7 100644 --- a/examples/kdbget_error.c +++ b/examples/kdbget_error.c @@ -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 diff --git a/examples/kdbintro.c b/examples/kdbintro.c index 54ee7a8c7c4..f3c837d4546 100644 --- a/examples/kdbintro.c +++ b/examples/kdbintro.c @@ -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 diff --git a/examples/kdbopen.c b/examples/kdbopen.c index 05a5fb58531..a3beb423e37 100644 --- a/examples/kdbopen.c +++ b/examples/kdbopen.c @@ -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 diff --git a/examples/kdbset.c b/examples/kdbset.c index 5bae2e403d5..8ef9a8aed39 100644 --- a/examples/kdbset.c +++ b/examples/kdbset.c @@ -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 diff --git a/examples/keyCopy.c b/examples/keyCopy.c index c897023321f..9958efdae3a 100644 --- a/examples/keyCopy.c +++ b/examples/keyCopy.c @@ -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 diff --git a/examples/keyMeta.c b/examples/keyMeta.c index 837219acc73..90349a3512d 100644 --- a/examples/keyMeta.c +++ b/examples/keyMeta.c @@ -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 diff --git a/examples/keyName.c b/examples/keyName.c index cb23b8e3886..84172592b41 100644 --- a/examples/keyName.c +++ b/examples/keyName.c @@ -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 diff --git a/examples/keyNew.c b/examples/keyNew.c index 8ab8824f15d..d663c55a99e 100644 --- a/examples/keyNew.c +++ b/examples/keyNew.c @@ -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 diff --git a/examples/keyNewExample.c b/examples/keyNewExample.c index 6d2870448bb..4b6f71a4222 100644 --- a/examples/keyNewExample.c +++ b/examples/keyNewExample.c @@ -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 diff --git a/examples/keyset.c b/examples/keyset.c index 107f0466745..9dae6e9f572 100644 --- a/examples/keyset.c +++ b/examples/keyset.c @@ -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 diff --git a/examples/ksCut.c b/examples/ksCut.c index 62c202f6e2a..9606a58eff3 100644 --- a/examples/ksCut.c +++ b/examples/ksCut.c @@ -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 diff --git a/examples/ksLookupPop.c b/examples/ksLookupPop.c index e7532cb3a33..f8b6726de3a 100644 --- a/examples/ksLookupPop.c +++ b/examples/ksLookupPop.c @@ -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 diff --git a/examples/ksNew.c b/examples/ksNew.c index 6756fe94596..764d8395aac 100644 --- a/examples/ksNew.c +++ b/examples/ksNew.c @@ -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 diff --git a/examples/ksNewExample.c b/examples/ksNewExample.c index a289d70352d..35184ea5229 100644 --- a/examples/ksNewExample.c +++ b/examples/ksNewExample.c @@ -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 diff --git a/examples/meta.c b/examples/meta.c index 3c2fcf17ef5..85ae97a54c2 100644 --- a/examples/meta.c +++ b/examples/meta.c @@ -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 diff --git a/examples/namespace.c b/examples/namespace.c index 2b2346a73b5..de403122dec 100644 --- a/examples/namespace.c +++ b/examples/namespace.c @@ -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 diff --git a/examples/reference.c b/examples/reference.c index 7fcad3c5ab8..5c5c2f05285 100644 --- a/examples/reference.c +++ b/examples/reference.c @@ -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 diff --git a/examples/set_key.c b/examples/set_key.c index 265da2ed0b5..779f15b1242 100644 --- a/examples/set_key.c +++ b/examples/set_key.c @@ -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 diff --git a/src/bindings/cpp/benchmarks/benchmark_sync.cpp b/src/bindings/cpp/benchmarks/benchmark_sync.cpp index f9fbd8d133b..7ba4396fce1 100644 --- a/src/bindings/cpp/benchmarks/benchmark_sync.cpp +++ b/src/bindings/cpp/benchmarks/benchmark_sync.cpp @@ -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 diff --git a/src/bindings/cpp/benchmarks/benchmark_thread.cpp b/src/bindings/cpp/benchmarks/benchmark_thread.cpp index f18eb0a00f8..c77727994af 100644 --- a/src/bindings/cpp/benchmarks/benchmark_thread.cpp +++ b/src/bindings/cpp/benchmarks/benchmark_thread.cpp @@ -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 diff --git a/src/bindings/cpp/examples/cpp_cascading.cpp b/src/bindings/cpp/examples/cpp_cascading.cpp index 876cb18a777..fb79fe165aa 100644 --- a/src/bindings/cpp/examples/cpp_cascading.cpp +++ b/src/bindings/cpp/examples/cpp_cascading.cpp @@ -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 diff --git a/src/bindings/cpp/examples/cpp_example_dup.cpp b/src/bindings/cpp/examples/cpp_example_dup.cpp index af1024ee14b..1211614eeb8 100644 --- a/src/bindings/cpp/examples/cpp_example_dup.cpp +++ b/src/bindings/cpp/examples/cpp_example_dup.cpp @@ -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 diff --git a/src/bindings/cpp/examples/cpp_example_get.cpp b/src/bindings/cpp/examples/cpp_example_get.cpp index c968edd69b7..8b5b0d0b716 100644 --- a/src/bindings/cpp/examples/cpp_example_get.cpp +++ b/src/bindings/cpp/examples/cpp_example_get.cpp @@ -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 diff --git a/src/bindings/cpp/examples/cpp_example_hello.cpp b/src/bindings/cpp/examples/cpp_example_hello.cpp index 9fc76ec50ed..a31b2334346 100644 --- a/src/bindings/cpp/examples/cpp_example_hello.cpp +++ b/src/bindings/cpp/examples/cpp_example_hello.cpp @@ -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 diff --git a/src/bindings/cpp/examples/cpp_example_hierarchy.cpp b/src/bindings/cpp/examples/cpp_example_hierarchy.cpp index 00b15a44f2a..7a8e62c017f 100644 --- a/src/bindings/cpp/examples/cpp_example_hierarchy.cpp +++ b/src/bindings/cpp/examples/cpp_example_hierarchy.cpp @@ -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 diff --git a/src/bindings/cpp/examples/cpp_example_io.cpp b/src/bindings/cpp/examples/cpp_example_io.cpp index ecae046eaeb..162ede99be6 100644 --- a/src/bindings/cpp/examples/cpp_example_io.cpp +++ b/src/bindings/cpp/examples/cpp_example_io.cpp @@ -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 diff --git a/src/bindings/cpp/examples/cpp_example_iter.cpp b/src/bindings/cpp/examples/cpp_example_iter.cpp index 9ab8b250274..135982cc0be 100644 --- a/src/bindings/cpp/examples/cpp_example_iter.cpp +++ b/src/bindings/cpp/examples/cpp_example_iter.cpp @@ -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 diff --git a/src/bindings/cpp/examples/cpp_example_iter_name.cpp b/src/bindings/cpp/examples/cpp_example_iter_name.cpp index ee642c001cb..a3f6d20fb62 100644 --- a/src/bindings/cpp/examples/cpp_example_iter_name.cpp +++ b/src/bindings/cpp/examples/cpp_example_iter_name.cpp @@ -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 diff --git a/src/bindings/cpp/examples/cpp_example_ks.cpp b/src/bindings/cpp/examples/cpp_example_ks.cpp index f4e5065fb3f..1bd04429412 100644 --- a/src/bindings/cpp/examples/cpp_example_ks.cpp +++ b/src/bindings/cpp/examples/cpp_example_ks.cpp @@ -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 diff --git a/src/bindings/cpp/examples/cpp_example_ordering.cpp b/src/bindings/cpp/examples/cpp_example_ordering.cpp index ecaa7a4a0a9..2e38553349f 100644 --- a/src/bindings/cpp/examples/cpp_example_ordering.cpp +++ b/src/bindings/cpp/examples/cpp_example_ordering.cpp @@ -10,7 +10,7 @@ * * It is easy to create any other data structure, with any properties * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/src/bindings/cpp/examples/cpp_example_set.cpp b/src/bindings/cpp/examples/cpp_example_set.cpp index 503217f1380..d04087822c9 100644 --- a/src/bindings/cpp/examples/cpp_example_set.cpp +++ b/src/bindings/cpp/examples/cpp_example_set.cpp @@ -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 diff --git a/src/bindings/cpp/examples/cpp_example_userexception.cpp b/src/bindings/cpp/examples/cpp_example_userexception.cpp index f5efbd1e87b..2799aff4820 100644 --- a/src/bindings/cpp/examples/cpp_example_userexception.cpp +++ b/src/bindings/cpp/examples/cpp_example_userexception.cpp @@ -22,7 +22,7 @@ * files! * * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/src/bindings/cpp/examples/cpp_example_userio.cpp b/src/bindings/cpp/examples/cpp_example_userio.cpp index 924efb226ba..4e7d69768aa 100644 --- a/src/bindings/cpp/examples/cpp_example_userio.cpp +++ b/src/bindings/cpp/examples/cpp_example_userio.cpp @@ -12,7 +12,7 @@ * The output operators of Key and KeySet can be redefined without any * macro by simply not including \ and \. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #define USER_DEFINED_IO diff --git a/src/bindings/cpp/include/kdb.hpp b/src/bindings/cpp/include/kdb.hpp index e6d65f895bb..9b4fb5f1914 100644 --- a/src/bindings/cpp/include/kdb.hpp +++ b/src/bindings/cpp/include/kdb.hpp @@ -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 ELEKTRA_KDB_HPP diff --git a/src/bindings/cpp/include/kdbcontext.hpp b/src/bindings/cpp/include/kdbcontext.hpp index e93e654da85..3669cfcf83f 100644 --- a/src/bindings/cpp/include/kdbcontext.hpp +++ b/src/bindings/cpp/include/kdbcontext.hpp @@ -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 ELEKTRA_KDBCONTEXT_HPP diff --git a/src/bindings/cpp/include/kdbexcept.hpp b/src/bindings/cpp/include/kdbexcept.hpp index 50c181bb3bb..367a6475d05 100644 --- a/src/bindings/cpp/include/kdbexcept.hpp +++ b/src/bindings/cpp/include/kdbexcept.hpp @@ -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 ELEKTRA_KDB_EXCEPT_HPP diff --git a/src/bindings/cpp/include/kdbio.hpp b/src/bindings/cpp/include/kdbio.hpp index 1a4ec2f4876..e74b8cf9911 100644 --- a/src/bindings/cpp/include/kdbio.hpp +++ b/src/bindings/cpp/include/kdbio.hpp @@ -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 ELEKTRA_KDB_IO_HPP diff --git a/src/bindings/cpp/include/kdbplugin.hpp b/src/bindings/cpp/include/kdbplugin.hpp index e0e53e81e8d..3c3fe0138f7 100644 --- a/src/bindings/cpp/include/kdbplugin.hpp +++ b/src/bindings/cpp/include/kdbplugin.hpp @@ -16,7 +16,7 @@ typedef Delegator YPC; // then e.g. YPC::open(handle, errorKey); * @endcode * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/bindings/cpp/include/kdbthread.hpp b/src/bindings/cpp/include/kdbthread.hpp index 33f5eb8157a..25696dabf40 100644 --- a/src/bindings/cpp/include/kdbthread.hpp +++ b/src/bindings/cpp/include/kdbthread.hpp @@ -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 ELEKTRA_KDBTHREAD_HPP diff --git a/src/bindings/cpp/include/kdbtimer.hpp b/src/bindings/cpp/include/kdbtimer.hpp index 0f79114bfd4..46838d750b3 100644 --- a/src/bindings/cpp/include/kdbtimer.hpp +++ b/src/bindings/cpp/include/kdbtimer.hpp @@ -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 diff --git a/src/bindings/cpp/include/kdbvalue.hpp b/src/bindings/cpp/include/kdbvalue.hpp index 1369e94fc85..e16bbe2595b 100644 --- a/src/bindings/cpp/include/kdbvalue.hpp +++ b/src/bindings/cpp/include/kdbvalue.hpp @@ -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 ELEKTRA_KDBVALUE_HPP diff --git a/src/bindings/cpp/include/key.hpp b/src/bindings/cpp/include/key.hpp index b25378aae44..ae5252497e1 100644 --- a/src/bindings/cpp/include/key.hpp +++ b/src/bindings/cpp/include/key.hpp @@ -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 ELEKTRA_KEY_HPP diff --git a/src/bindings/cpp/include/keyexcept.hpp b/src/bindings/cpp/include/keyexcept.hpp index 0bd57fd003d..f43c9bf7116 100644 --- a/src/bindings/cpp/include/keyexcept.hpp +++ b/src/bindings/cpp/include/keyexcept.hpp @@ -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 ELEKTRA_KEY_EXCEPT_HPP diff --git a/src/bindings/cpp/include/keyio.hpp b/src/bindings/cpp/include/keyio.hpp index ef35105beff..3f559f838ed 100644 --- a/src/bindings/cpp/include/keyio.hpp +++ b/src/bindings/cpp/include/keyio.hpp @@ -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 ELEKTRA_KEY_IO_HPP diff --git a/src/bindings/cpp/include/keyset.hpp b/src/bindings/cpp/include/keyset.hpp index cc5c66bd212..150336107ec 100644 --- a/src/bindings/cpp/include/keyset.hpp +++ b/src/bindings/cpp/include/keyset.hpp @@ -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 ELEKTRA_KEYSET_HPP diff --git a/src/bindings/cpp/include/keysetget.hpp b/src/bindings/cpp/include/keysetget.hpp index 92573d22219..5bd3c0c4cdc 100644 --- a/src/bindings/cpp/include/keysetget.hpp +++ b/src/bindings/cpp/include/keysetget.hpp @@ -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 ELEKTRA_KEYSETGET_HPP diff --git a/src/bindings/cpp/include/keysetio.hpp b/src/bindings/cpp/include/keysetio.hpp index 40ec1c00257..556869f7869 100644 --- a/src/bindings/cpp/include/keysetio.hpp +++ b/src/bindings/cpp/include/keysetio.hpp @@ -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 ELEKTRA_KEYSET_IO_HPP diff --git a/src/bindings/cpp/tests/testcpp_contextual_basic.cpp b/src/bindings/cpp/tests/testcpp_contextual_basic.cpp index 4a22ff3a398..87a67ce6fc1 100644 --- a/src/bindings/cpp/tests/testcpp_contextual_basic.cpp +++ b/src/bindings/cpp/tests/testcpp_contextual_basic.cpp @@ -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 "kdbconfig.h" diff --git a/src/bindings/cpp/tests/testcpp_contextual_nocontext.cpp b/src/bindings/cpp/tests/testcpp_contextual_nocontext.cpp index c027492487c..4d73f333a93 100644 --- a/src/bindings/cpp/tests/testcpp_contextual_nocontext.cpp +++ b/src/bindings/cpp/tests/testcpp_contextual_nocontext.cpp @@ -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 "kdbconfig.h" diff --git a/src/bindings/cpp/tests/testcpp_contextual_policy.cpp b/src/bindings/cpp/tests/testcpp_contextual_policy.cpp index 5af705ed364..b8eb6b89723 100644 --- a/src/bindings/cpp/tests/testcpp_contextual_policy.cpp +++ b/src/bindings/cpp/tests/testcpp_contextual_policy.cpp @@ -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 diff --git a/src/bindings/cpp/tests/testcpp_contextual_thread.cpp b/src/bindings/cpp/tests/testcpp_contextual_thread.cpp index a205643b0e4..32446535099 100644 --- a/src/bindings/cpp/tests/testcpp_contextual_thread.cpp +++ b/src/bindings/cpp/tests/testcpp_contextual_thread.cpp @@ -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 diff --git a/src/bindings/cpp/tests/testcpp_contextual_update.cpp b/src/bindings/cpp/tests/testcpp_contextual_update.cpp index 39cd1de0ea1..c9c82e5ce9f 100644 --- a/src/bindings/cpp/tests/testcpp_contextual_update.cpp +++ b/src/bindings/cpp/tests/testcpp_contextual_update.cpp @@ -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 diff --git a/src/bindings/cpp/tests/testcpp_iter.cpp b/src/bindings/cpp/tests/testcpp_iter.cpp index cdca8adbeb3..4fc4a8dc319 100644 --- a/src/bindings/cpp/tests/testcpp_iter.cpp +++ b/src/bindings/cpp/tests/testcpp_iter.cpp @@ -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 diff --git a/src/bindings/cpp/tests/testcpp_iter_name.cpp b/src/bindings/cpp/tests/testcpp_iter_name.cpp index b5aff56f634..c74350fe0c0 100644 --- a/src/bindings/cpp/tests/testcpp_iter_name.cpp +++ b/src/bindings/cpp/tests/testcpp_iter_name.cpp @@ -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 diff --git a/src/bindings/cpp/tests/testcpp_kdb.cpp b/src/bindings/cpp/tests/testcpp_kdb.cpp index dfa7c2cc053..d284302fbf4 100644 --- a/src/bindings/cpp/tests/testcpp_kdb.cpp +++ b/src/bindings/cpp/tests/testcpp_kdb.cpp @@ -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 diff --git a/src/bindings/cpp/tests/testcpp_key.cpp b/src/bindings/cpp/tests/testcpp_key.cpp index 1f6aa7a263a..219960c8554 100644 --- a/src/bindings/cpp/tests/testcpp_key.cpp +++ b/src/bindings/cpp/tests/testcpp_key.cpp @@ -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 diff --git a/src/bindings/cpp/tests/testcpp_keyio.cpp b/src/bindings/cpp/tests/testcpp_keyio.cpp index 464adc60ea7..b9dafec7fbb 100644 --- a/src/bindings/cpp/tests/testcpp_keyio.cpp +++ b/src/bindings/cpp/tests/testcpp_keyio.cpp @@ -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 diff --git a/src/bindings/cpp/tests/testcpp_ks.cpp b/src/bindings/cpp/tests/testcpp_ks.cpp index 07cf3f85b53..9cb65e8b9ce 100644 --- a/src/bindings/cpp/tests/testcpp_ks.cpp +++ b/src/bindings/cpp/tests/testcpp_ks.cpp @@ -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 diff --git a/src/bindings/cpp/tests/testcpp_ksget.cpp b/src/bindings/cpp/tests/testcpp_ksget.cpp index 0951c4b2b6a..1381545ad83 100644 --- a/src/bindings/cpp/tests/testcpp_ksget.cpp +++ b/src/bindings/cpp/tests/testcpp_ksget.cpp @@ -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 diff --git a/src/bindings/cpp/tests/testcpp_meta.cpp b/src/bindings/cpp/tests/testcpp_meta.cpp index b8069f8a277..1904aea1b5e 100644 --- a/src/bindings/cpp/tests/testcpp_meta.cpp +++ b/src/bindings/cpp/tests/testcpp_meta.cpp @@ -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 diff --git a/src/bindings/cpp/tests/tests.cpp b/src/bindings/cpp/tests/tests.cpp index f38e150de4a..dc56e3d36fc 100644 --- a/src/bindings/cpp/tests/tests.cpp +++ b/src/bindings/cpp/tests/tests.cpp @@ -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 diff --git a/src/bindings/cpp/tests/tests.hpp b/src/bindings/cpp/tests/tests.hpp index 5cbfa4c8cf3..a2c66d045c8 100644 --- a/src/bindings/cpp/tests/tests.hpp +++ b/src/bindings/cpp/tests/tests.hpp @@ -3,7 +3,7 @@ * * @brief Some common functions in use for testing framework * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef KDB_TESTS_HPP diff --git a/src/bindings/glib/tests/testglib_kdb.c b/src/bindings/glib/tests/testglib_kdb.c index b088e82ea86..9bd6becf47d 100644 --- a/src/bindings/glib/tests/testglib_kdb.c +++ b/src/bindings/glib/tests/testglib_kdb.c @@ -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 "gelektra-kdb.h" diff --git a/src/bindings/glib/tests/testglib_key.c b/src/bindings/glib/tests/testglib_key.c index e9376118b15..d651ebed8c0 100644 --- a/src/bindings/glib/tests/testglib_key.c +++ b/src/bindings/glib/tests/testglib_key.c @@ -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 "gelektra-key.h" diff --git a/src/bindings/glib/tests/testglib_keyset.c b/src/bindings/glib/tests/testglib_keyset.c index 6e5bbf3a289..55acf30e070 100644 --- a/src/bindings/glib/tests/testglib_keyset.c +++ b/src/bindings/glib/tests/testglib_keyset.c @@ -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 "gelektra-keyset.h" diff --git a/src/bindings/intercept/env/benchmarks/benchmark_getenv.cpp b/src/bindings/intercept/env/benchmarks/benchmark_getenv.cpp index 73713866587..37e4f50e3f6 100644 --- a/src/bindings/intercept/env/benchmarks/benchmark_getenv.cpp +++ b/src/bindings/intercept/env/benchmarks/benchmark_getenv.cpp @@ -3,7 +3,7 @@ * * @brief benchmark for getenv * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/bindings/intercept/env/examples/getenv.c b/src/bindings/intercept/env/examples/getenv.c index 8594095928d..528114bc7ce 100644 --- a/src/bindings/intercept/env/examples/getenv.c +++ b/src/bindings/intercept/env/examples/getenv.c @@ -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 diff --git a/src/bindings/intercept/env/include/kdbgetenv.h b/src/bindings/intercept/env/include/kdbgetenv.h index f3a301a358b..c035257293f 100644 --- a/src/bindings/intercept/env/include/kdbgetenv.h +++ b/src/bindings/intercept/env/include/kdbgetenv.h @@ -3,7 +3,7 @@ * * @brief Header for the getenv library * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/bindings/intercept/env/src/getenv.cpp b/src/bindings/intercept/env/src/getenv.cpp index d2b8b19525a..ccd99f8eec2 100644 --- a/src/bindings/intercept/env/src/getenv.cpp +++ b/src/bindings/intercept/env/src/getenv.cpp @@ -8,7 +8,7 @@ * 1.) bootstrapping in pre-main phase when no allocation is possible * 2.) bootstrapping when elektra modules use getenv() * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/bindings/intercept/env/tests/main.cpp b/src/bindings/intercept/env/tests/main.cpp index 5466dc82621..2266209d200 100644 --- a/src/bindings/intercept/env/tests/main.cpp +++ b/src/bindings/intercept/env/tests/main.cpp @@ -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 diff --git a/src/bindings/intercept/env/tests/test_context.cpp b/src/bindings/intercept/env/tests/test_context.cpp index 0a31f462e02..1fab18e9cb4 100644 --- a/src/bindings/intercept/env/tests/test_context.cpp +++ b/src/bindings/intercept/env/tests/test_context.cpp @@ -3,7 +3,7 @@ * * @brief Tests for the getenv library (context part) * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/bindings/intercept/env/tests/test_fork.cpp b/src/bindings/intercept/env/tests/test_fork.cpp index 77dcdaf4684..b59243659e0 100644 --- a/src/bindings/intercept/env/tests/test_fork.cpp +++ b/src/bindings/intercept/env/tests/test_fork.cpp @@ -3,7 +3,7 @@ * * @brief Tests for the getenv library * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/bindings/intercept/env/tests/test_getenv.cpp b/src/bindings/intercept/env/tests/test_getenv.cpp index 84535371927..2f8404fd4da 100644 --- a/src/bindings/intercept/env/tests/test_getenv.cpp +++ b/src/bindings/intercept/env/tests/test_getenv.cpp @@ -3,7 +3,7 @@ * * @brief Tests for the getenv library * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/bindings/swig/common.i b/src/bindings/swig/common.i index 2a869546a93..0c252480d7c 100644 --- a/src/bindings/swig/common.i +++ b/src/bindings/swig/common.i @@ -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 "attribute.i" diff --git a/src/bindings/swig/lua/kdb.i b/src/bindings/swig/lua/kdb.i index 38a9b8fcd4e..662f996f79c 100644 --- a/src/bindings/swig/lua/kdb.i +++ b/src/bindings/swig/lua/kdb.i @@ -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) */ %module kdb diff --git a/src/bindings/swig/python/kdb.i b/src/bindings/swig/python/kdb.i index 2f4e79f1c6a..8a94c661715 100644 --- a/src/bindings/swig/python/kdb.i +++ b/src/bindings/swig/python/kdb.i @@ -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) */ %module kdb diff --git a/src/bindings/swig/python2/kdb.i b/src/bindings/swig/python2/kdb.i index 09997ba236d..e4777da9d18 100644 --- a/src/bindings/swig/python2/kdb.i +++ b/src/bindings/swig/python2/kdb.i @@ -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) */ %module kdb diff --git a/src/bindings/swig/ruby/examples/ruby_example_application.rb b/src/bindings/swig/ruby/examples/ruby_example_application.rb index a5f9f4eb565..f1178813261 100755 --- a/src/bindings/swig/ruby/examples/ruby_example_application.rb +++ b/src/bindings/swig/ruby/examples/ruby_example_application.rb @@ -4,7 +4,7 @@ # # @brief example Ruby application to illustrate usage of Elektra’s Ruby bindings # -# @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) +# @copyright BSD License (see LICENSE.md or https://www.libelektra.org) # # # This example is a simple command line application, which illustrates the most diff --git a/src/bindings/swig/ruby/examples/ruby_example_keys.rb b/src/bindings/swig/ruby/examples/ruby_example_keys.rb index 4a07a33e3d9..8a3cbfc9e67 100755 --- a/src/bindings/swig/ruby/examples/ruby_example_keys.rb +++ b/src/bindings/swig/ruby/examples/ruby_example_keys.rb @@ -4,7 +4,7 @@ # # @brief example Ruby application to illustrate usage of Elektras Ruby bindings # -# @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) +# @copyright BSD License (see LICENSE.md or https://www.libelektra.org) # # # This example illustrates the Kdb::Key aspects of Elektras Ruby bindings. diff --git a/src/bindings/swig/ruby/examples/ruby_example_keyset.rb b/src/bindings/swig/ruby/examples/ruby_example_keyset.rb index a3a64dc7d76..64da81e6296 100755 --- a/src/bindings/swig/ruby/examples/ruby_example_keyset.rb +++ b/src/bindings/swig/ruby/examples/ruby_example_keyset.rb @@ -4,7 +4,7 @@ # # @brief example Ruby application to illustrate usage of Elektras Ruby bindings # -# @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) +# @copyright BSD License (see LICENSE.md or https://www.libelektra.org) # # # This example illustrates the Kdb::KeySet aspects of Elektras Ruby bindings. diff --git a/src/bindings/swig/ruby/examples/tools/kdb_simple.rb b/src/bindings/swig/ruby/examples/tools/kdb_simple.rb index ea66aa9f82c..34686b4af08 100755 --- a/src/bindings/swig/ruby/examples/tools/kdb_simple.rb +++ b/src/bindings/swig/ruby/examples/tools/kdb_simple.rb @@ -4,7 +4,7 @@ # # @brief minimal kdb tool written Rub # -# @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) +# @copyright BSD License (see LICENSE.md or https://www.libelektra.org) # # # This example is a simple 'kdb' replacement to show some function of the diff --git a/src/bindings/swig/ruby/kdb.i b/src/bindings/swig/ruby/kdb.i index 8c88a333b96..95c3d28cf87 100644 --- a/src/bindings/swig/ruby/kdb.i +++ b/src/bindings/swig/ruby/kdb.i @@ -3,7 +3,7 @@ * * @brief Swig interface file for KDB Ruby bindings * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ %feature("autodoc", "3"); diff --git a/src/bindings/swig/ruby/kdb.rb b/src/bindings/swig/ruby/kdb.rb index 1ee5b9a7f04..f1fe03d57f2 100644 --- a/src/bindings/swig/ruby/kdb.rb +++ b/src/bindings/swig/ruby/kdb.rb @@ -4,7 +4,7 @@ # # @brief main module for kdb # -# @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) +# @copyright BSD License (see LICENSE.md or https://www.libelektra.org) # # This module is an extension to the SWIG created wrapper to libelektra # diff --git a/src/bindings/swig/ruby/kdbtools.i b/src/bindings/swig/ruby/kdbtools.i index 9b55f890f69..cff673680ac 100644 --- a/src/bindings/swig/ruby/kdbtools.i +++ b/src/bindings/swig/ruby/kdbtools.i @@ -3,7 +3,7 @@ * * @brief Swig interface file for KDB Ruby bindings * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ %feature("autodoc", "3"); diff --git a/src/bindings/swig/ruby/kdbtools.rb b/src/bindings/swig/ruby/kdbtools.rb index 04a28ecafc1..d9a1235693b 100644 --- a/src/bindings/swig/ruby/kdbtools.rb +++ b/src/bindings/swig/ruby/kdbtools.rb @@ -4,7 +4,7 @@ # # @brief main module for kdbtools # -# @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) +# @copyright BSD License (see LICENSE.md or https://www.libelektra.org) # # This module is an extension to the SWIG created wrapper to libelektra tools # diff --git a/src/bindings/swig/ruby/tests/test_helper.rb b/src/bindings/swig/ruby/tests/test_helper.rb index 2fc06d27c5e..fb302e1c2d1 100644 --- a/src/bindings/swig/ruby/tests/test_helper.rb +++ b/src/bindings/swig/ruby/tests/test_helper.rb @@ -5,7 +5,7 @@ # # @brief helper class for unit test cases # -# @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) +# @copyright BSD License (see LICENSE.md or https://www.libelektra.org) # require 'test/unit' diff --git a/src/bindings/swig/ruby/tests/testruby_kdb.rb b/src/bindings/swig/ruby/tests/testruby_kdb.rb index c516fccf799..773a8c99842 100755 --- a/src/bindings/swig/ruby/tests/testruby_kdb.rb +++ b/src/bindings/swig/ruby/tests/testruby_kdb.rb @@ -4,7 +4,7 @@ # # @brief unit test cases for Kdb::KDB # -# @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) +# @copyright BSD License (see LICENSE.md or https://www.libelektra.org) # require 'kdb' diff --git a/src/bindings/swig/ruby/tests/testruby_key.rb b/src/bindings/swig/ruby/tests/testruby_key.rb index 6ccf70fe3f1..8e5ff0a91cf 100644 --- a/src/bindings/swig/ruby/tests/testruby_key.rb +++ b/src/bindings/swig/ruby/tests/testruby_key.rb @@ -5,7 +5,7 @@ # # @brief unit test cases for Kdb::Key # -# @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) +# @copyright BSD License (see LICENSE.md or https://www.libelektra.org) # require 'kdb' diff --git a/src/bindings/swig/ruby/tests/testruby_keyset.rb b/src/bindings/swig/ruby/tests/testruby_keyset.rb index 5b2478305d4..19cee202e52 100644 --- a/src/bindings/swig/ruby/tests/testruby_keyset.rb +++ b/src/bindings/swig/ruby/tests/testruby_keyset.rb @@ -4,7 +4,7 @@ # # @brief unit test cases for Kdb::KeySet # -# @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) +# @copyright BSD License (see LICENSE.md or https://www.libelektra.org) # require 'kdb' diff --git a/src/bindings/swig/ruby/tests/testruby_tools_backendbuilder.rb b/src/bindings/swig/ruby/tests/testruby_tools_backendbuilder.rb index 55056833d09..5ba0fb72d46 100644 --- a/src/bindings/swig/ruby/tests/testruby_tools_backendbuilder.rb +++ b/src/bindings/swig/ruby/tests/testruby_tools_backendbuilder.rb @@ -4,7 +4,7 @@ # # @brief unit test cases for Kdbtools::BackendBuilder and friends # -# @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) +# @copyright BSD License (see LICENSE.md or https://www.libelektra.org) # require 'kdbtools' diff --git a/src/bindings/swig/ruby/tests/testruby_tools_backendparser.rb b/src/bindings/swig/ruby/tests/testruby_tools_backendparser.rb index 6613aac5ada..89a9a25fbaf 100644 --- a/src/bindings/swig/ruby/tests/testruby_tools_backendparser.rb +++ b/src/bindings/swig/ruby/tests/testruby_tools_backendparser.rb @@ -4,7 +4,7 @@ # # @brief unit test cases for Kdbtools.parse_arguments # -# @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) +# @copyright BSD License (see LICENSE.md or https://www.libelektra.org) # require 'kdbtools' diff --git a/src/bindings/swig/ruby/tests/testruby_tools_modules.rb b/src/bindings/swig/ruby/tests/testruby_tools_modules.rb index 975ace60e71..c90ef682e3d 100644 --- a/src/bindings/swig/ruby/tests/testruby_tools_modules.rb +++ b/src/bindings/swig/ruby/tests/testruby_tools_modules.rb @@ -4,7 +4,7 @@ # # @brief unit test cases for Kdbtools::Modules # -# @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) +# @copyright BSD License (see LICENSE.md or https://www.libelektra.org) # require 'kdbtools' diff --git a/src/bindings/swig/ruby/tests/testruby_tools_plugindatabase.rb b/src/bindings/swig/ruby/tests/testruby_tools_plugindatabase.rb index 5bdc6b295c4..a483e5be6f1 100644 --- a/src/bindings/swig/ruby/tests/testruby_tools_plugindatabase.rb +++ b/src/bindings/swig/ruby/tests/testruby_tools_plugindatabase.rb @@ -4,7 +4,7 @@ # # @brief unit test cases for Kdbtools::PluginDatabase and friends # -# @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) +# @copyright BSD License (see LICENSE.md or https://www.libelektra.org) # require 'kdbtools' diff --git a/src/bindings/swig/ruby/tests/testruby_tools_pluginspec.rb b/src/bindings/swig/ruby/tests/testruby_tools_pluginspec.rb index 6050793f609..30a5955ff08 100644 --- a/src/bindings/swig/ruby/tests/testruby_tools_pluginspec.rb +++ b/src/bindings/swig/ruby/tests/testruby_tools_pluginspec.rb @@ -4,7 +4,7 @@ # # @brief unit test cases for Kdbtools::PluginSpec # -# @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) +# @copyright BSD License (see LICENSE.md or https://www.libelektra.org) # require 'kdbtools' diff --git a/src/bindings/swig/ruby/tests/testruby_tools_specreader.rb b/src/bindings/swig/ruby/tests/testruby_tools_specreader.rb index dc5d8be64a2..04017d15c70 100644 --- a/src/bindings/swig/ruby/tests/testruby_tools_specreader.rb +++ b/src/bindings/swig/ruby/tests/testruby_tools_specreader.rb @@ -4,7 +4,7 @@ # # @brief unit test cases for Kdbtools::SpecReader and friends # -# @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) +# @copyright BSD License (see LICENSE.md or https://www.libelektra.org) # require 'kdbtools' diff --git a/src/error/exporterrors.cpp b/src/error/exporterrors.cpp index 4285e33dae6..1efdb1e4559 100644 --- a/src/error/exporterrors.cpp +++ b/src/error/exporterrors.cpp @@ -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 "parser.hpp" diff --git a/src/error/exporttranslations.cpp b/src/error/exporttranslations.cpp index 12842300142..64fa4a7c965 100644 --- a/src/error/exporttranslations.cpp +++ b/src/error/exporttranslations.cpp @@ -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 "parser.hpp" diff --git a/src/error/parser.cpp b/src/error/parser.cpp index 61040af4ab3..78a1b7a63c2 100644 --- a/src/error/parser.cpp +++ b/src/error/parser.cpp @@ -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 "parser.hpp" diff --git a/src/error/parser.hpp b/src/error/parser.hpp index 71631661f9b..7c03ec2ab05 100644 --- a/src/error/parser.hpp +++ b/src/error/parser.hpp @@ -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 PARSER_HPP diff --git a/src/include/kdb.h.in b/src/include/kdb.h.in index 66f0bc62874..a961227df36 100644 --- a/src/include/kdb.h.in +++ b/src/include/kdb.h.in @@ -3,7 +3,7 @@ * * @brief Exported methods of the Library * - * @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 diff --git a/src/include/kdbassert.h b/src/include/kdbassert.h index 90564aea13a..835eabcaa4e 100644 --- a/src/include/kdbassert.h +++ b/src/include/kdbassert.h @@ -3,7 +3,7 @@ * * @brief Assertions macros. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/src/include/kdbconfig.h.in b/src/include/kdbconfig.h.in index e23bdff21af..f593650c02e 100644 --- a/src/include/kdbconfig.h.in +++ b/src/include/kdbconfig.h.in @@ -3,7 +3,7 @@ * * @brief Build system configuration * - * @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 diff --git a/src/include/kdbextension.h b/src/include/kdbextension.h index 34f67500f83..65d4a79738d 100644 --- a/src/include/kdbextension.h +++ b/src/include/kdbextension.h @@ -3,7 +3,7 @@ * * @brief Extension functionality. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef KDBEXTENSION_H diff --git a/src/include/kdbhelper.h b/src/include/kdbhelper.h index 5d4926c9150..248cc19ca64 100644 --- a/src/include/kdbhelper.h +++ b/src/include/kdbhelper.h @@ -6,7 +6,7 @@ * Should be always preferred. * Can be used for profiling and tracing. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef KDB_HELPER diff --git a/src/include/kdbinternal.h b/src/include/kdbinternal.h index 8e3fafb210f..87017200e6e 100644 --- a/src/include/kdbinternal.h +++ b/src/include/kdbinternal.h @@ -3,7 +3,7 @@ * * @brief Includes most internal header files. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef KDBINTERNAL_H diff --git a/src/include/kdblogger.h b/src/include/kdblogger.h index e68f2611caa..0cf92dfab0a 100644 --- a/src/include/kdblogger.h +++ b/src/include/kdblogger.h @@ -3,7 +3,7 @@ * * @brief Logger Interface * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef KDBLOGGER_H diff --git a/src/include/kdbmacros.h b/src/include/kdbmacros.h index 4a0dbc4ac07..3f9b310522f 100644 --- a/src/include/kdbmacros.h +++ b/src/include/kdbmacros.h @@ -5,7 +5,7 @@ * * Macros start with ELEKTRA_ and are uppercase. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ diff --git a/src/include/kdbmeta.h b/src/include/kdbmeta.h index e299e701c94..4c4540d5305 100644 --- a/src/include/kdbmeta.h +++ b/src/include/kdbmeta.h @@ -5,7 +5,7 @@ * * These functions might be removed in a later version. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef KDBMETA_H diff --git a/src/include/kdbmodule.h b/src/include/kdbmodule.h index 8570920e2bb..cc268382607 100644 --- a/src/include/kdbmodule.h +++ b/src/include/kdbmodule.h @@ -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 KDBMODULE_H diff --git a/src/include/kdbobsolete.h b/src/include/kdbobsolete.h index 8d6bb6b5124..3b5a1437a29 100644 --- a/src/include/kdbobsolete.h +++ b/src/include/kdbobsolete.h @@ -6,7 +6,7 @@ * Do not use them the functions are to be removed next major * release. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef KDBOBSOLETE_H diff --git a/src/include/kdbos.h b/src/include/kdbos.h index a241ba39786..d02a34ed48b 100644 --- a/src/include/kdbos.h +++ b/src/include/kdbos.h @@ -39,7 +39,7 @@ * Go ahead and write a #ifdef block for your operating system * when the POSIX defaults are not ok * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef KDBOS_H diff --git a/src/include/kdbplugin.h b/src/include/kdbplugin.h index 2958c8e140e..affca2c6de9 100644 --- a/src/include/kdbplugin.h +++ b/src/include/kdbplugin.h @@ -3,7 +3,7 @@ * * @brief Methods for plugin programing. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef KDBPLUGIN_H diff --git a/src/include/kdbprivate.h b/src/include/kdbprivate.h index 1267e2b2e99..b264a134b0b 100644 --- a/src/include/kdbprivate.h +++ b/src/include/kdbprivate.h @@ -3,7 +3,7 @@ * * @brief Private declarations. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef KDBPRIVATE_H diff --git a/src/include/kdbproposal.h b/src/include/kdbproposal.h index aafcfbdc525..10b9294757a 100644 --- a/src/include/kdbproposal.h +++ b/src/include/kdbproposal.h @@ -5,7 +5,7 @@ * * These functions are likely not API/ABI stable. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef KDBPROPOSAL_H diff --git a/src/include/kdbtypes.h b/src/include/kdbtypes.h index 3912b4bd8f3..024bca8e260 100644 --- a/src/include/kdbtypes.h +++ b/src/include/kdbtypes.h @@ -16,7 +16,7 @@ * * This files defines mappings to C89, C++03 and C++11. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef KDBTYPES_H diff --git a/src/include/kdbversion.h.in b/src/include/kdbversion.h.in index 643ac2cbb46..0745066c0fd 100644 --- a/src/include/kdbversion.h.in +++ b/src/include/kdbversion.h.in @@ -3,7 +3,7 @@ * * @brief A plugin which returns version information. * - * @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 diff --git a/src/libs/ease/array.c b/src/libs/ease/array.c index f5c2c40612a..fb68e272111 100644 --- a/src/libs/ease/array.c +++ b/src/libs/ease/array.c @@ -3,7 +3,7 @@ * * @brief Array methods. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #define __STDC_FORMAT_MACROS diff --git a/src/libs/ease/functional.c b/src/libs/ease/functional.c index 668ade83260..c7a66b4ec71 100644 --- a/src/libs/ease/functional.c +++ b/src/libs/ease/functional.c @@ -3,7 +3,7 @@ * * @brief Functional helper. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #define __STDC_FORMAT_MACROS diff --git a/src/libs/ease/keyname.c b/src/libs/ease/keyname.c index 3c331032caf..6755c41bdc3 100644 --- a/src/libs/ease/keyname.c +++ b/src/libs/ease/keyname.c @@ -3,7 +3,7 @@ * * @brief Methods for accessing key names. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/src/libs/elektra/backend.c b/src/libs/elektra/backend.c index 13149fdc887..f1078613bfa 100644 --- a/src/libs/elektra/backend.c +++ b/src/libs/elektra/backend.c @@ -3,7 +3,7 @@ * * @brief Everything related to a backend. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifdef HAVE_KDBCONFIG_H diff --git a/src/libs/elektra/exportsymbols.c b/src/libs/elektra/exportsymbols.c index 42bfe96cc95..83a8960b412 100644 --- a/src/libs/elektra/exportsymbols.c +++ b/src/libs/elektra/exportsymbols.c @@ -3,7 +3,7 @@ * * @brief Export symbols tool. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/src/libs/elektra/internal.c b/src/libs/elektra/internal.c index a26aa2d5b27..72f5f1b2797 100644 --- a/src/libs/elektra/internal.c +++ b/src/libs/elektra/internal.c @@ -3,7 +3,7 @@ * * @brief Internal methods for Elektra. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifdef HAVE_KDBCONFIG_H diff --git a/src/libs/elektra/kdb.c b/src/libs/elektra/kdb.c index 61fbef3fa6e..6635d8dce7d 100644 --- a/src/libs/elektra/kdb.c +++ b/src/libs/elektra/kdb.c @@ -3,7 +3,7 @@ * * @brief Low level functions for access the Key Database. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ diff --git a/src/libs/elektra/kdbenum.c b/src/libs/elektra/kdbenum.c index 798ccb056a8..63befba4168 100644 --- a/src/libs/elektra/kdbenum.c +++ b/src/libs/elektra/kdbenum.c @@ -6,7 +6,7 @@ * They are duplicated here to document them. * * - * @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 diff --git a/src/libs/elektra/key.c b/src/libs/elektra/key.c index 7b438ae15ee..10adedb0aee 100644 --- a/src/libs/elektra/key.c +++ b/src/libs/elektra/key.c @@ -3,7 +3,7 @@ * * @brief Methods for Key manipulation. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ diff --git a/src/libs/elektra/keyhelpers.c b/src/libs/elektra/keyhelpers.c index 80339faef69..942113e84b4 100644 --- a/src/libs/elektra/keyhelpers.c +++ b/src/libs/elektra/keyhelpers.c @@ -3,7 +3,7 @@ * * @brief Helpers for key manipulation. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifdef HAVE_KDBCONFIG_H diff --git a/src/libs/elektra/keymeta.c b/src/libs/elektra/keymeta.c index 46bd6e64f8c..7df515e1382 100644 --- a/src/libs/elektra/keymeta.c +++ b/src/libs/elektra/keymeta.c @@ -3,7 +3,7 @@ * * @brief Methods to do various operations on Key metadata. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ /*************************************************************************** diff --git a/src/libs/elektra/keyname.c b/src/libs/elektra/keyname.c index 39f519342b1..8f2af4bd86b 100644 --- a/src/libs/elektra/keyname.c +++ b/src/libs/elektra/keyname.c @@ -3,7 +3,7 @@ * * @brief Methods for Key name manipulation. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ /** @class doxygenNamespaces diff --git a/src/libs/elektra/keyset.c b/src/libs/elektra/keyset.c index ff8afd22d4c..353a792ec29 100644 --- a/src/libs/elektra/keyset.c +++ b/src/libs/elektra/keyset.c @@ -3,7 +3,7 @@ * * @brief Methods for key sets. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifdef HAVE_KDBCONFIG_H diff --git a/src/libs/elektra/keytest.c b/src/libs/elektra/keytest.c index 9d10a0def15..881de849b66 100644 --- a/src/libs/elektra/keytest.c +++ b/src/libs/elektra/keytest.c @@ -3,7 +3,7 @@ * * @brief Methods for making tests * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ diff --git a/src/libs/elektra/keyvalue.c b/src/libs/elektra/keyvalue.c index f7e4e19d4e5..e908cffe7c9 100644 --- a/src/libs/elektra/keyvalue.c +++ b/src/libs/elektra/keyvalue.c @@ -3,7 +3,7 @@ * * @brief Methods for Key value manipulation. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ diff --git a/src/libs/elektra/log.c b/src/libs/elektra/log.c index 9a8febfc2f3..f35597f028a 100644 --- a/src/libs/elektra/log.c +++ b/src/libs/elektra/log.c @@ -6,7 +6,7 @@ * If you often change the file, you might want to set CMAKE_LINK_DEPENDS_NO_SHARED * to avoid relinking everything. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ // XXX (marks places for configuration) diff --git a/src/libs/elektra/mount.c b/src/libs/elektra/mount.c index 613846b5947..302f4c2c3e0 100644 --- a/src/libs/elektra/mount.c +++ b/src/libs/elektra/mount.c @@ -3,7 +3,7 @@ * * @brief Interna of mount functionality. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifdef HAVE_KDBCONFIG_H diff --git a/src/libs/elektra/nolog.c b/src/libs/elektra/nolog.c index b10668b3e88..c3b2cc2627f 100644 --- a/src/libs/elektra/nolog.c +++ b/src/libs/elektra/nolog.c @@ -3,7 +3,7 @@ * * @brief C99-compatible Fake Logger Implementation * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/src/libs/elektra/opmphm.c b/src/libs/elektra/opmphm.c index 5e6b05f4a9c..570aef3e12d 100644 --- a/src/libs/elektra/opmphm.c +++ b/src/libs/elektra/opmphm.c @@ -3,7 +3,7 @@ * * @brief The Order Preserving Minimal Perfect Hash Map. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ diff --git a/src/libs/elektra/owner.c b/src/libs/elektra/owner.c index 1c0c8d1b2f3..c74c66e1e77 100644 --- a/src/libs/elektra/owner.c +++ b/src/libs/elektra/owner.c @@ -3,7 +3,7 @@ * * @brief Obsolete owner methods. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/src/libs/elektra/plugin.c b/src/libs/elektra/plugin.c index fcdbd991970..e902426352c 100644 --- a/src/libs/elektra/plugin.c +++ b/src/libs/elektra/plugin.c @@ -3,7 +3,7 @@ * * @brief Interna of plugin functionality. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifdef HAVE_KDBCONFIG_H diff --git a/src/libs/elektra/proposal.c b/src/libs/elektra/proposal.c index cc358e118fc..cbecd643691 100644 --- a/src/libs/elektra/proposal.c +++ b/src/libs/elektra/proposal.c @@ -3,7 +3,7 @@ * * @brief Implementation of proposed API enhancements. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/elektra/split.c b/src/libs/elektra/split.c index 61fcc09809c..c33b30a7de1 100644 --- a/src/libs/elektra/split.c +++ b/src/libs/elektra/split.c @@ -3,7 +3,7 @@ * * @brief Interna of splitting functionality. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifdef HAVE_KDBCONFIG_H diff --git a/src/libs/elektra/trie.c b/src/libs/elektra/trie.c index 6c39d81dba7..817b061597a 100644 --- a/src/libs/elektra/trie.c +++ b/src/libs/elektra/trie.c @@ -3,7 +3,7 @@ * * @brief Interna of trie functionality. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifdef HAVE_KDBCONFIG_H diff --git a/src/libs/loader/dl.c b/src/libs/loader/dl.c index 609d65e1d56..fcb1eda168a 100644 --- a/src/libs/loader/dl.c +++ b/src/libs/loader/dl.c @@ -3,7 +3,7 @@ * * @brief Loading modules under linux. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) The name of the module will be libname. A .so will be appended. diff --git a/src/libs/loader/static.c b/src/libs/loader/static.c index 5de3495bd26..95f27f85565 100644 --- a/src/libs/loader/static.c +++ b/src/libs/loader/static.c @@ -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) */ #ifdef HAVE_KDBCONFIG_H diff --git a/src/libs/meta/meta.c b/src/libs/meta/meta.c index 62d98704d7f..9b4ebd4a7b0 100644 --- a/src/libs/meta/meta.c +++ b/src/libs/meta/meta.c @@ -3,7 +3,7 @@ * * @brief Methods for metadata manipulation. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/src/libs/plugin/plugin.c b/src/libs/plugin/plugin.c index 28e62f49122..c2da1456347 100644 --- a/src/libs/plugin/plugin.c +++ b/src/libs/plugin/plugin.c @@ -3,7 +3,7 @@ * * @brief Access plugin handle. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifdef HAVE_KDBCONFIG_H diff --git a/src/libs/proposal/proposal.c b/src/libs/proposal/proposal.c index d5d48c9f52e..5bdfeb806ca 100644 --- a/src/libs/proposal/proposal.c +++ b/src/libs/proposal/proposal.c @@ -3,7 +3,7 @@ * * @brief Implementation of proposed API enhancements. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/benchmarks/benchmark_plugins.cpp b/src/libs/tools/benchmarks/benchmark_plugins.cpp index c177cc9ee87..35a86c25750 100644 --- a/src/libs/tools/benchmarks/benchmark_plugins.cpp +++ b/src/libs/tools/benchmarks/benchmark_plugins.cpp @@ -3,7 +3,7 @@ * * @brief benchmark for getenv * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/examples/backend.cpp b/src/libs/tools/examples/backend.cpp index 48563926ee0..fd8f63d6724 100644 --- a/src/libs/tools/examples/backend.cpp +++ b/src/libs/tools/examples/backend.cpp @@ -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 diff --git a/src/libs/tools/examples/merging.cpp b/src/libs/tools/examples/merging.cpp index 8788a80f5d1..68ae84c5098 100644 --- a/src/libs/tools/examples/merging.cpp +++ b/src/libs/tools/examples/merging.cpp @@ -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 diff --git a/src/libs/tools/include/backend.hpp b/src/libs/tools/include/backend.hpp index ca4ec4f3e23..63b1310b489 100644 --- a/src/libs/tools/include/backend.hpp +++ b/src/libs/tools/include/backend.hpp @@ -3,7 +3,7 @@ * * @brief Implements a way to deal with a backend * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/include/backendbuilder.hpp b/src/libs/tools/include/backendbuilder.hpp index d7dbe7fb205..b8f06cc0857 100644 --- a/src/libs/tools/include/backendbuilder.hpp +++ b/src/libs/tools/include/backendbuilder.hpp @@ -3,7 +3,7 @@ * * @brief Implements a way to build backends * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/include/backendparser.hpp b/src/libs/tools/include/backendparser.hpp index b941eb3ef57..607974a38fc 100644 --- a/src/libs/tools/include/backendparser.hpp +++ b/src/libs/tools/include/backendparser.hpp @@ -3,7 +3,7 @@ * * @brief Implements ways to parse backends * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/include/backends.hpp b/src/libs/tools/include/backends.hpp index 2bbc0c71cb5..9fe5a7c67fc 100644 --- a/src/libs/tools/include/backends.hpp +++ b/src/libs/tools/include/backends.hpp @@ -3,7 +3,7 @@ * * @brief Allows one to list all available backends * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/include/helper/comparison.hpp b/src/libs/tools/include/helper/comparison.hpp index 585fe681379..8f51b2fe03b 100644 --- a/src/libs/tools/include/helper/comparison.hpp +++ b/src/libs/tools/include/helper/comparison.hpp @@ -3,7 +3,7 @@ * * @brief Comparison helper functions * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/include/helper/keyhelper.hpp b/src/libs/tools/include/helper/keyhelper.hpp index 859340ce61f..ef13e6d25e5 100644 --- a/src/libs/tools/include/helper/keyhelper.hpp +++ b/src/libs/tools/include/helper/keyhelper.hpp @@ -3,7 +3,7 @@ * * @brief Key helper functions * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/include/merging/automergeconfiguration.hpp b/src/libs/tools/include/merging/automergeconfiguration.hpp index 356047430bf..53c4cc96c4a 100644 --- a/src/libs/tools/include/merging/automergeconfiguration.hpp +++ b/src/libs/tools/include/merging/automergeconfiguration.hpp @@ -3,7 +3,7 @@ * * @brief A configuration for a simple automerge * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/include/merging/automergestrategy.hpp b/src/libs/tools/include/merging/automergestrategy.hpp index bfd3bf65438..8b616531591 100644 --- a/src/libs/tools/include/merging/automergestrategy.hpp +++ b/src/libs/tools/include/merging/automergestrategy.hpp @@ -3,7 +3,7 @@ * * @brief A strategy for taking the value of * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ #ifndef AUTOMERGESTRATEGY_HPP_ diff --git a/src/libs/tools/include/merging/importmergeconfiguration.hpp b/src/libs/tools/include/merging/importmergeconfiguration.hpp index a9e0e86b015..b1b3afb7d99 100644 --- a/src/libs/tools/include/merging/importmergeconfiguration.hpp +++ b/src/libs/tools/include/merging/importmergeconfiguration.hpp @@ -3,7 +3,7 @@ * * @brief A configuration for a simple automerge and guaranteed conflict resolution by one side * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/include/merging/interactivemergestrategy.hpp b/src/libs/tools/include/merging/interactivemergestrategy.hpp index 6fb3f3684df..4f2d822874e 100644 --- a/src/libs/tools/include/merging/interactivemergestrategy.hpp +++ b/src/libs/tools/include/merging/interactivemergestrategy.hpp @@ -3,7 +3,7 @@ * * @brief Interactive merge strategy asking for user input at each step * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/include/merging/mergeconfiguration.hpp b/src/libs/tools/include/merging/mergeconfiguration.hpp index dbc10bffa76..f318091ecb7 100644 --- a/src/libs/tools/include/merging/mergeconfiguration.hpp +++ b/src/libs/tools/include/merging/mergeconfiguration.hpp @@ -3,7 +3,7 @@ * * @brief Base class for defining preconfigured merge configurations * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/include/merging/mergeconflict.hpp b/src/libs/tools/include/merging/mergeconflict.hpp index 8f834fb4797..d6348b0e158 100644 --- a/src/libs/tools/include/merging/mergeconflict.hpp +++ b/src/libs/tools/include/merging/mergeconflict.hpp @@ -3,7 +3,7 @@ * * @brief Models a merge conflict * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/include/merging/mergeconflictstrategy.hpp b/src/libs/tools/include/merging/mergeconflictstrategy.hpp index 3d09fe936e6..2db21c791c5 100644 --- a/src/libs/tools/include/merging/mergeconflictstrategy.hpp +++ b/src/libs/tools/include/merging/mergeconflictstrategy.hpp @@ -3,7 +3,7 @@ * * @brief Interface for a MergeConflictStrategy * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/include/merging/mergeresult.hpp b/src/libs/tools/include/merging/mergeresult.hpp index 22a9df7a633..b5471b93868 100644 --- a/src/libs/tools/include/merging/mergeresult.hpp +++ b/src/libs/tools/include/merging/mergeresult.hpp @@ -3,7 +3,7 @@ * * @brief Class modelling the result of a three way merge * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/include/merging/mergetask.hpp b/src/libs/tools/include/merging/mergetask.hpp index cc0c648db6f..512e4853121 100644 --- a/src/libs/tools/include/merging/mergetask.hpp +++ b/src/libs/tools/include/merging/mergetask.hpp @@ -3,7 +3,7 @@ * * @brief Models a merge task * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/include/merging/mergingkdb.hpp b/src/libs/tools/include/merging/mergingkdb.hpp index 0fd372f4665..53fb9fd7bac 100644 --- a/src/libs/tools/include/merging/mergingkdb.hpp +++ b/src/libs/tools/include/merging/mergingkdb.hpp @@ -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 KDBMERGE_HPP_ diff --git a/src/libs/tools/include/merging/metamergestrategy.hpp b/src/libs/tools/include/merging/metamergestrategy.hpp index 0126321f5f7..fcb75f40e1b 100644 --- a/src/libs/tools/include/merging/metamergestrategy.hpp +++ b/src/libs/tools/include/merging/metamergestrategy.hpp @@ -3,7 +3,7 @@ * * @brief Applies a MergeConflictStrategy on the metakeys * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/include/merging/newkeystrategy.hpp b/src/libs/tools/include/merging/newkeystrategy.hpp index 3fa2fa17b4d..5693769e9fd 100644 --- a/src/libs/tools/include/merging/newkeystrategy.hpp +++ b/src/libs/tools/include/merging/newkeystrategy.hpp @@ -3,7 +3,7 @@ * * @brief A strategy which always takes the value from one side * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/include/merging/onesidemergeconfiguration.hpp b/src/libs/tools/include/merging/onesidemergeconfiguration.hpp index 2edc2572ca0..b399455ec74 100644 --- a/src/libs/tools/include/merging/onesidemergeconfiguration.hpp +++ b/src/libs/tools/include/merging/onesidemergeconfiguration.hpp @@ -3,7 +3,7 @@ * * @brief A configuration for a simple automerge and guaranteed conflict resolution by one side * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/include/merging/onesidestrategy.hpp b/src/libs/tools/include/merging/onesidestrategy.hpp index 39f62b35b9c..7ef767c9576 100644 --- a/src/libs/tools/include/merging/onesidestrategy.hpp +++ b/src/libs/tools/include/merging/onesidestrategy.hpp @@ -3,7 +3,7 @@ * * @brief A strategy which always takes the value from one side * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/include/merging/onesidevaluestrategy.hpp b/src/libs/tools/include/merging/onesidevaluestrategy.hpp index 8cc5dc8a9df..76adf6bfeb3 100644 --- a/src/libs/tools/include/merging/onesidevaluestrategy.hpp +++ b/src/libs/tools/include/merging/onesidevaluestrategy.hpp @@ -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 ONESIDEVALUESTRATEGY_HPP_ diff --git a/src/libs/tools/include/merging/overwritemergeconfiguration.hpp b/src/libs/tools/include/merging/overwritemergeconfiguration.hpp index 286364b2be6..853821cf7f8 100644 --- a/src/libs/tools/include/merging/overwritemergeconfiguration.hpp +++ b/src/libs/tools/include/merging/overwritemergeconfiguration.hpp @@ -3,7 +3,7 @@ * * @brief A configuration for a simple automerge and guaranteed conflict resolution by one side * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/include/merging/threewaymerge.hpp b/src/libs/tools/include/merging/threewaymerge.hpp index 83ae64ac103..0df6ff433ad 100644 --- a/src/libs/tools/include/merging/threewaymerge.hpp +++ b/src/libs/tools/include/merging/threewaymerge.hpp @@ -3,7 +3,7 @@ * * @brief Implements a way to build and deal with a backend * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/include/modules.hpp b/src/libs/tools/include/modules.hpp index 40fd475666b..e0cca060faf 100644 --- a/src/libs/tools/include/modules.hpp +++ b/src/libs/tools/include/modules.hpp @@ -3,7 +3,7 @@ * * @brief Allows one to load plugins * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/include/plugin.hpp b/src/libs/tools/include/plugin.hpp index 04ad03c94bf..d41083ea04b 100644 --- a/src/libs/tools/include/plugin.hpp +++ b/src/libs/tools/include/plugin.hpp @@ -3,7 +3,7 @@ * * @brief Header file of plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/include/plugindatabase.hpp b/src/libs/tools/include/plugindatabase.hpp index 37135d3ec2d..af734dc8a04 100644 --- a/src/libs/tools/include/plugindatabase.hpp +++ b/src/libs/tools/include/plugindatabase.hpp @@ -3,7 +3,7 @@ * * @brief Interface to all plugins * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/include/plugins.hpp b/src/libs/tools/include/plugins.hpp index 7976cd2f6e3..c3f9cdd8821 100644 --- a/src/libs/tools/include/plugins.hpp +++ b/src/libs/tools/include/plugins.hpp @@ -3,7 +3,7 @@ * * @brief Implementation of get/set and error plugins * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/include/pluginspec.hpp b/src/libs/tools/include/pluginspec.hpp index 675fa20656a..b88ad059a8c 100644 --- a/src/libs/tools/include/pluginspec.hpp +++ b/src/libs/tools/include/pluginspec.hpp @@ -3,7 +3,7 @@ * * @brief Interface to specify which plugin is meant * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/include/specreader.hpp b/src/libs/tools/include/specreader.hpp index b92fded7969..f0a1d19e993 100644 --- a/src/libs/tools/include/specreader.hpp +++ b/src/libs/tools/include/specreader.hpp @@ -3,7 +3,7 @@ * * @brief Implements a way to read spec for mounting purposes * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/include/toolexcept.hpp b/src/libs/tools/include/toolexcept.hpp index 104665bd6fb..819a956d381 100644 --- a/src/libs/tools/include/toolexcept.hpp +++ b/src/libs/tools/include/toolexcept.hpp @@ -3,7 +3,7 @@ * * @brief Implementation of all exceptions elektratools library might throw * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/src/backend.cpp b/src/libs/tools/src/backend.cpp index 03fa42ec61d..d13e6b46f14 100644 --- a/src/libs/tools/src/backend.cpp +++ b/src/libs/tools/src/backend.cpp @@ -3,7 +3,7 @@ * * @brief Implementation of backend * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/src/backendbuilder.cpp b/src/libs/tools/src/backendbuilder.cpp index 0cbc94e59a3..58646c24178 100644 --- a/src/libs/tools/src/backendbuilder.cpp +++ b/src/libs/tools/src/backendbuilder.cpp @@ -3,7 +3,7 @@ * * @brief Implementation of backend builder * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/src/backendparser.cpp b/src/libs/tools/src/backendparser.cpp index 75fe4d2f0ab..fc2791277ac 100644 --- a/src/libs/tools/src/backendparser.cpp +++ b/src/libs/tools/src/backendparser.cpp @@ -3,7 +3,7 @@ * * @brief Tests for the Backend parser class * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/src/backends.cpp b/src/libs/tools/src/backends.cpp index 3e96fec1304..24ccbbf78e3 100644 --- a/src/libs/tools/src/backends.cpp +++ b/src/libs/tools/src/backends.cpp @@ -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 diff --git a/src/libs/tools/src/helper/comparison.cpp b/src/libs/tools/src/helper/comparison.cpp index dad5709fed6..5d00bcab129 100644 --- a/src/libs/tools/src/helper/comparison.cpp +++ b/src/libs/tools/src/helper/comparison.cpp @@ -3,7 +3,7 @@ * * @brief Comparison helper functions * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/src/helper/keyhelper.cpp b/src/libs/tools/src/helper/keyhelper.cpp index 881279ee571..d4113c48a03 100644 --- a/src/libs/tools/src/helper/keyhelper.cpp +++ b/src/libs/tools/src/helper/keyhelper.cpp @@ -3,7 +3,7 @@ * * @brief Key helper functions * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/src/merging/automergeconfiguration.cpp b/src/libs/tools/src/merging/automergeconfiguration.cpp index ad2ed985ebc..0c48661dac1 100644 --- a/src/libs/tools/src/merging/automergeconfiguration.cpp +++ b/src/libs/tools/src/merging/automergeconfiguration.cpp @@ -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 diff --git a/src/libs/tools/src/merging/automergestrategy.cpp b/src/libs/tools/src/merging/automergestrategy.cpp index 4c9bf59c076..929ce6f366e 100644 --- a/src/libs/tools/src/merging/automergestrategy.cpp +++ b/src/libs/tools/src/merging/automergestrategy.cpp @@ -3,7 +3,7 @@ * * @brief Implementation of AutoMergeStrategy * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/src/merging/importmergeconfiguration.cpp b/src/libs/tools/src/merging/importmergeconfiguration.cpp index 2a9c69b0c9d..4b8bac32404 100644 --- a/src/libs/tools/src/merging/importmergeconfiguration.cpp +++ b/src/libs/tools/src/merging/importmergeconfiguration.cpp @@ -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 diff --git a/src/libs/tools/src/merging/interactivemergestrategy.cpp b/src/libs/tools/src/merging/interactivemergestrategy.cpp index 560aa9db958..c4092bf356d 100644 --- a/src/libs/tools/src/merging/interactivemergestrategy.cpp +++ b/src/libs/tools/src/merging/interactivemergestrategy.cpp @@ -3,7 +3,7 @@ * * @brief Implementation of InteractiveMergeStrategy * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/src/merging/mergeconflictstrategy.cpp b/src/libs/tools/src/merging/mergeconflictstrategy.cpp index cc9c68af10d..6f69478e29d 100644 --- a/src/libs/tools/src/merging/mergeconflictstrategy.cpp +++ b/src/libs/tools/src/merging/mergeconflictstrategy.cpp @@ -3,7 +3,7 @@ * * @brief Implementation of MergeConflictStrategy * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/src/merging/mergeresult.cpp b/src/libs/tools/src/merging/mergeresult.cpp index 179cabbe351..1fdb1b243ca 100644 --- a/src/libs/tools/src/merging/mergeresult.cpp +++ b/src/libs/tools/src/merging/mergeresult.cpp @@ -3,7 +3,7 @@ * * @brief Implementation of MergeResult * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/src/merging/mergingkdb.cpp b/src/libs/tools/src/merging/mergingkdb.cpp index 586aa77c334..6b37e73d7a2 100644 --- a/src/libs/tools/src/merging/mergingkdb.cpp +++ b/src/libs/tools/src/merging/mergingkdb.cpp @@ -3,7 +3,7 @@ * * @brief Implementation of MergeResult * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/src/merging/metamergestrategy.cpp b/src/libs/tools/src/merging/metamergestrategy.cpp index 1e08770d92d..6fa31cee4a1 100644 --- a/src/libs/tools/src/merging/metamergestrategy.cpp +++ b/src/libs/tools/src/merging/metamergestrategy.cpp @@ -3,7 +3,7 @@ * * @brief Implementation of MetaMergeStrategy * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/src/merging/newkeystrategy.cpp b/src/libs/tools/src/merging/newkeystrategy.cpp index ca496ab0c1d..34a037103a6 100644 --- a/src/libs/tools/src/merging/newkeystrategy.cpp +++ b/src/libs/tools/src/merging/newkeystrategy.cpp @@ -3,7 +3,7 @@ * * @brief Implementation of OneSideStrategy * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/src/merging/onesidemergeconfiguration.cpp b/src/libs/tools/src/merging/onesidemergeconfiguration.cpp index 2fc43dc6907..40ce5ef2b58 100644 --- a/src/libs/tools/src/merging/onesidemergeconfiguration.cpp +++ b/src/libs/tools/src/merging/onesidemergeconfiguration.cpp @@ -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 diff --git a/src/libs/tools/src/merging/onesidestrategy.cpp b/src/libs/tools/src/merging/onesidestrategy.cpp index 1fe32111473..b6196e3d293 100644 --- a/src/libs/tools/src/merging/onesidestrategy.cpp +++ b/src/libs/tools/src/merging/onesidestrategy.cpp @@ -3,7 +3,7 @@ * * @brief Implementation of OneSideStrategy * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/src/merging/onesidevaluestrategy.cpp b/src/libs/tools/src/merging/onesidevaluestrategy.cpp index 1c3538ade35..d7527b46724 100644 --- a/src/libs/tools/src/merging/onesidevaluestrategy.cpp +++ b/src/libs/tools/src/merging/onesidevaluestrategy.cpp @@ -3,7 +3,7 @@ * * @brief Implementation of OneSideStrategy * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/src/merging/overwritemergeconfiguration.cpp b/src/libs/tools/src/merging/overwritemergeconfiguration.cpp index 9b83ad09667..1b38730700b 100644 --- a/src/libs/tools/src/merging/overwritemergeconfiguration.cpp +++ b/src/libs/tools/src/merging/overwritemergeconfiguration.cpp @@ -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 diff --git a/src/libs/tools/src/merging/threewaymerge.cpp b/src/libs/tools/src/merging/threewaymerge.cpp index 53fd0251900..88642f47f86 100644 --- a/src/libs/tools/src/merging/threewaymerge.cpp +++ b/src/libs/tools/src/merging/threewaymerge.cpp @@ -3,7 +3,7 @@ * * @brief Implementation of ThreeWayMerge * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/src/modules.cpp b/src/libs/tools/src/modules.cpp index cb630d7b257..2f2ee861625 100644 --- a/src/libs/tools/src/modules.cpp +++ b/src/libs/tools/src/modules.cpp @@ -3,7 +3,7 @@ * * @brief Implementation of module loading * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/src/plugin.cpp b/src/libs/tools/src/plugin.cpp index 78b472c3591..e33a8bf0ed6 100644 --- a/src/libs/tools/src/plugin.cpp +++ b/src/libs/tools/src/plugin.cpp @@ -3,7 +3,7 @@ * * @brief Implementation of plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/src/plugindatabase.cpp b/src/libs/tools/src/plugindatabase.cpp index fda0204b0a0..ecd26f8fb9c 100644 --- a/src/libs/tools/src/plugindatabase.cpp +++ b/src/libs/tools/src/plugindatabase.cpp @@ -3,7 +3,7 @@ * * @brief Implementation of PluginDatabase(s) * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/src/plugins.cpp b/src/libs/tools/src/plugins.cpp index d3460b43c46..e74c7dcd9d6 100644 --- a/src/libs/tools/src/plugins.cpp +++ b/src/libs/tools/src/plugins.cpp @@ -3,7 +3,7 @@ * * @brief Implementation of set/get/error plugins * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/src/pluginspec.cpp b/src/libs/tools/src/pluginspec.cpp index 564e860c72f..feb4b84f637 100644 --- a/src/libs/tools/src/pluginspec.cpp +++ b/src/libs/tools/src/pluginspec.cpp @@ -3,7 +3,7 @@ * * @brief Implementation of plugin spec * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/tests/mergetestutils.cpp b/src/libs/tools/tests/mergetestutils.cpp index 2be12b804e0..89ad55205db 100644 --- a/src/libs/tools/tests/mergetestutils.cpp +++ b/src/libs/tools/tests/mergetestutils.cpp @@ -3,7 +3,7 @@ * * @brief Implements a helper class for merge related tests * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/tests/testtool_automergestrategy.cpp b/src/libs/tools/tests/testtool_automergestrategy.cpp index 8cfb183914d..af758bfea9a 100644 --- a/src/libs/tools/tests/testtool_automergestrategy.cpp +++ b/src/libs/tools/tests/testtool_automergestrategy.cpp @@ -3,7 +3,7 @@ * * @brief Tests for the AutoMergeStrategy * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/tests/testtool_backend.cpp b/src/libs/tools/tests/testtool_backend.cpp index 066e9cfe7db..83fa38db9ce 100644 --- a/src/libs/tools/tests/testtool_backend.cpp +++ b/src/libs/tools/tests/testtool_backend.cpp @@ -3,7 +3,7 @@ * * @brief Tests for the Backend class * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/tests/testtool_backendbuilder.cpp b/src/libs/tools/tests/testtool_backendbuilder.cpp index f05a224730b..3f7d2e58049 100644 --- a/src/libs/tools/tests/testtool_backendbuilder.cpp +++ b/src/libs/tools/tests/testtool_backendbuilder.cpp @@ -3,7 +3,7 @@ * * @brief Tests for the Backend builder class * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/tests/testtool_backendparser.cpp b/src/libs/tools/tests/testtool_backendparser.cpp index 1b2fc171382..c2389ec37e4 100644 --- a/src/libs/tools/tests/testtool_backendparser.cpp +++ b/src/libs/tools/tests/testtool_backendparser.cpp @@ -3,7 +3,7 @@ * * @brief Tests for the Backend parser class * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/tests/testtool_comparison.cpp b/src/libs/tools/tests/testtool_comparison.cpp index 1259182d521..5914fcb7900 100644 --- a/src/libs/tools/tests/testtool_comparison.cpp +++ b/src/libs/tools/tests/testtool_comparison.cpp @@ -3,7 +3,7 @@ * * @brief Tests for the comparison helper * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/tests/testtool_keyhelper.cpp b/src/libs/tools/tests/testtool_keyhelper.cpp index 6f106f65c82..f1d790aa7d4 100644 --- a/src/libs/tools/tests/testtool_keyhelper.cpp +++ b/src/libs/tools/tests/testtool_keyhelper.cpp @@ -3,7 +3,7 @@ * * @brief Tests for the key helper * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/tests/testtool_mergecases.cpp b/src/libs/tools/tests/testtool_mergecases.cpp index 42ca6c31dff..d245cc3441a 100644 --- a/src/libs/tools/tests/testtool_mergecases.cpp +++ b/src/libs/tools/tests/testtool_mergecases.cpp @@ -3,7 +3,7 @@ * * @brief Tests for the ThreeWayMerge * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/tests/testtool_mergeresult.cpp b/src/libs/tools/tests/testtool_mergeresult.cpp index 21ad4aea4bb..30c859fc106 100644 --- a/src/libs/tools/tests/testtool_mergeresult.cpp +++ b/src/libs/tools/tests/testtool_mergeresult.cpp @@ -3,7 +3,7 @@ * * @brief Tests for the Mergeresult class * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/tests/testtool_mergingkdb.cpp b/src/libs/tools/tests/testtool_mergingkdb.cpp index b284c88fb72..c00fc5fc760 100644 --- a/src/libs/tools/tests/testtool_mergingkdb.cpp +++ b/src/libs/tools/tests/testtool_mergingkdb.cpp @@ -3,7 +3,7 @@ * * @brief Tests for MergingKDB * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/tests/testtool_metamergestrategy.cpp b/src/libs/tools/tests/testtool_metamergestrategy.cpp index bb99c9ff8ba..015535bce55 100644 --- a/src/libs/tools/tests/testtool_metamergestrategy.cpp +++ b/src/libs/tools/tests/testtool_metamergestrategy.cpp @@ -3,7 +3,7 @@ * * @brief Tests for the MetaMergeStrategy * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/tests/testtool_newkeystrategy.cpp b/src/libs/tools/tests/testtool_newkeystrategy.cpp index 63215d8c246..90c581a95c9 100644 --- a/src/libs/tools/tests/testtool_newkeystrategy.cpp +++ b/src/libs/tools/tests/testtool_newkeystrategy.cpp @@ -3,7 +3,7 @@ * * @brief Tests for the NewKeyStrategy * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/tests/testtool_onesidestrategy.cpp b/src/libs/tools/tests/testtool_onesidestrategy.cpp index 3b2d0a694f7..67f10a46852 100644 --- a/src/libs/tools/tests/testtool_onesidestrategy.cpp +++ b/src/libs/tools/tests/testtool_onesidestrategy.cpp @@ -3,7 +3,7 @@ * * @brief Tests for the OneSideStrategy * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/tests/testtool_plugindatabase.cpp b/src/libs/tools/tests/testtool_plugindatabase.cpp index 928559a5965..ed250672c27 100644 --- a/src/libs/tools/tests/testtool_plugindatabase.cpp +++ b/src/libs/tools/tests/testtool_plugindatabase.cpp @@ -3,7 +3,7 @@ * * @brief Tests for the plugindatabase class and implementations of it * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/tests/testtool_pluginspec.cpp b/src/libs/tools/tests/testtool_pluginspec.cpp index 917b4bb39d7..7dc9ab8d3b2 100644 --- a/src/libs/tools/tests/testtool_pluginspec.cpp +++ b/src/libs/tools/tests/testtool_pluginspec.cpp @@ -3,7 +3,7 @@ * * @brief Tests for the pluginspec class * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/tests/testtool_samemountpoint.cpp b/src/libs/tools/tests/testtool_samemountpoint.cpp index 99f02f5bec3..723350182b2 100644 --- a/src/libs/tools/tests/testtool_samemountpoint.cpp +++ b/src/libs/tools/tests/testtool_samemountpoint.cpp @@ -3,7 +3,7 @@ * * @brief Tests for the Backend class * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/tests/testtool_specreader.cpp b/src/libs/tools/tests/testtool_specreader.cpp index 93ec608ecd0..998aed0d2d0 100644 --- a/src/libs/tools/tests/testtool_specreader.cpp +++ b/src/libs/tools/tests/testtool_specreader.cpp @@ -3,7 +3,7 @@ * * @brief Tests for the spec readerclass * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/libs/tools/tests/testtool_umount.cpp b/src/libs/tools/tests/testtool_umount.cpp index 251ba54ec98..08652d5139e 100644 --- a/src/libs/tools/tests/testtool_umount.cpp +++ b/src/libs/tools/tests/testtool_umount.cpp @@ -3,7 +3,7 @@ * * @brief Tests for the umount * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/augeas/aug.h b/src/plugins/augeas/aug.h index ecf070151d1..36faefe5802 100644 --- a/src/plugins/augeas/aug.h +++ b/src/plugins/augeas/aug.h @@ -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 ELEKTRA_PLUGIN_augeas_H diff --git a/src/plugins/augeas/augeas.c b/src/plugins/augeas/augeas.c index f27571ee6ee..b9656b5dee3 100644 --- a/src/plugins/augeas/augeas.c +++ b/src/plugins/augeas/augeas.c @@ -3,7 +3,7 @@ * * @brief A plugin that makes use of libaugeas to read and write configuration files * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/augeas/contract.h b/src/plugins/augeas/contract.h index c6af5359e38..68f8afc5fc9 100644 --- a/src/plugins/augeas/contract.h +++ b/src/plugins/augeas/contract.h @@ -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 CONTRACT_H_ diff --git a/src/plugins/augeas/testaugeas.c b/src/plugins/augeas/testaugeas.c index 4ce59ec0ae3..c4a4ab8c8b1 100644 --- a/src/plugins/augeas/testaugeas.c +++ b/src/plugins/augeas/testaugeas.c @@ -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 diff --git a/src/plugins/augeas/testmod_augeas.c b/src/plugins/augeas/testmod_augeas.c index ebf6fdc4d9d..6a88f1a74c6 100644 --- a/src/plugins/augeas/testmod_augeas.c +++ b/src/plugins/augeas/testmod_augeas.c @@ -3,7 +3,7 @@ * * @brief A plugin that makes use of libaugeas to read and write configuration files * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/base64/base64.c b/src/plugins/base64/base64.c index 7092ef074d5..18a56d9b871 100644 --- a/src/plugins/base64/base64.c +++ b/src/plugins/base64/base64.c @@ -3,7 +3,7 @@ * * @brief filter plugin for the Base64 encoding * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/base64/base64.h b/src/plugins/base64/base64.h index 1b599a53073..ed317753f5c 100644 --- a/src/plugins/base64/base64.h +++ b/src/plugins/base64/base64.h @@ -3,7 +3,7 @@ * * @brief filter plugin for the Base64 encoding * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/base64/contract.h b/src/plugins/base64/contract.h index 3231c946d79..bfa0d52be97 100644 --- a/src/plugins/base64/contract.h +++ b/src/plugins/base64/contract.h @@ -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) */ keyNew ("system/elektra/modules/" ELEKTRA_PLUGIN_NAME, KEY_VALUE, "base64 plugin waits for your orders", KEY_END), diff --git a/src/plugins/base64/testmod_base64.c b/src/plugins/base64/testmod_base64.c index 4dc53d7bdd9..b2c9c237ae1 100644 --- a/src/plugins/base64/testmod_base64.c +++ b/src/plugins/base64/testmod_base64.c @@ -3,7 +3,7 @@ * * @brief test suite for the fcrypt plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/blockresolver/blockresolver.c b/src/plugins/blockresolver/blockresolver.c index 120c9df712b..87d34a749ae 100644 --- a/src/plugins/blockresolver/blockresolver.c +++ b/src/plugins/blockresolver/blockresolver.c @@ -3,7 +3,7 @@ * * @brief Source for blockresolver plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/blockresolver/blockresolver.h b/src/plugins/blockresolver/blockresolver.h index 9ca059204ac..5d4e7648070 100644 --- a/src/plugins/blockresolver/blockresolver.h +++ b/src/plugins/blockresolver/blockresolver.h @@ -3,7 +3,7 @@ * * @brief Header for blockresolver plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/blockresolver/testmod_blockresolver.c b/src/plugins/blockresolver/testmod_blockresolver.c index 054714489be..de065a8d54c 100644 --- a/src/plugins/blockresolver/testmod_blockresolver.c +++ b/src/plugins/blockresolver/testmod_blockresolver.c @@ -3,7 +3,7 @@ * * @brief Tests for blockresolver plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/boolean/boolean.c b/src/plugins/boolean/boolean.c index d48bfd5423a..c5035ba533d 100644 --- a/src/plugins/boolean/boolean.c +++ b/src/plugins/boolean/boolean.c @@ -3,7 +3,7 @@ * * @brief Source for boolean plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/boolean/boolean.h b/src/plugins/boolean/boolean.h index d04c55b5919..0fb495ed37d 100644 --- a/src/plugins/boolean/boolean.h +++ b/src/plugins/boolean/boolean.h @@ -3,7 +3,7 @@ * * @brief Header for boolean plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/boolean/testmod_boolean.c b/src/plugins/boolean/testmod_boolean.c index 0d7aa0eea10..d85dc971c0d 100644 --- a/src/plugins/boolean/testmod_boolean.c +++ b/src/plugins/boolean/testmod_boolean.c @@ -4,7 +4,7 @@ * * @brief Tests for boolean plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/c/c.c b/src/plugins/c/c.c index cf1875338c7..6593c796ce3 100644 --- a/src/plugins/c/c.c +++ b/src/plugins/c/c.c @@ -3,7 +3,7 @@ * * @brief Source for c plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/c/c.h b/src/plugins/c/c.h index dac784d7e00..f0f4b9446da 100644 --- a/src/plugins/c/c.h +++ b/src/plugins/c/c.h @@ -3,7 +3,7 @@ * * @brief Header for c plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/cachefilter/cachefilter.c b/src/plugins/cachefilter/cachefilter.c index c9c31e762fe..6aeff9f9216 100644 --- a/src/plugins/cachefilter/cachefilter.c +++ b/src/plugins/cachefilter/cachefilter.c @@ -3,7 +3,7 @@ * * @brief Source for cachefilter plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/cachefilter/cachefilter.h b/src/plugins/cachefilter/cachefilter.h index 15c84c45080..28826dcdfed 100644 --- a/src/plugins/cachefilter/cachefilter.h +++ b/src/plugins/cachefilter/cachefilter.h @@ -3,7 +3,7 @@ * * @brief Header for cachefilter plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/cachefilter/testmod_cachefilter.c b/src/plugins/cachefilter/testmod_cachefilter.c index 7df6b53aa86..dcaf4edac0f 100644 --- a/src/plugins/cachefilter/testmod_cachefilter.c +++ b/src/plugins/cachefilter/testmod_cachefilter.c @@ -3,7 +3,7 @@ * * @brief Tests for cachefilter plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/ccode/ccode.c b/src/plugins/ccode/ccode.c index 39857e88de3..6aa3c65cdeb 100644 --- a/src/plugins/ccode/ccode.c +++ b/src/plugins/ccode/ccode.c @@ -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 "ccode.h" diff --git a/src/plugins/ccode/ccode.h b/src/plugins/ccode/ccode.h index 29318bbd2fb..c9f14f3988d 100644 --- a/src/plugins/ccode/ccode.h +++ b/src/plugins/ccode/ccode.h @@ -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 ELEKTRA_PLUGIN_CCODE_H diff --git a/src/plugins/ccode/testmod_ccode.c b/src/plugins/ccode/testmod_ccode.c index 094a4aad9db..dbd2b69795c 100644 --- a/src/plugins/ccode/testmod_ccode.c +++ b/src/plugins/ccode/testmod_ccode.c @@ -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) */ #ifdef HAVE_KDBCONFIG_H diff --git a/src/plugins/conditionals/conditionals.c b/src/plugins/conditionals/conditionals.c index c6e7631f394..481859fed0d 100644 --- a/src/plugins/conditionals/conditionals.c +++ b/src/plugins/conditionals/conditionals.c @@ -3,7 +3,7 @@ * * @brief Source for conditionals plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/conditionals/conditionals.h b/src/plugins/conditionals/conditionals.h index 8bba895e8ac..b1041a2a684 100644 --- a/src/plugins/conditionals/conditionals.h +++ b/src/plugins/conditionals/conditionals.h @@ -3,7 +3,7 @@ * * @brief Header for conditionals plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/conditionals/testmod_conditionals.c b/src/plugins/conditionals/testmod_conditionals.c index b78aa9729e7..7b343bbd3ad 100644 --- a/src/plugins/conditionals/testmod_conditionals.c +++ b/src/plugins/conditionals/testmod_conditionals.c @@ -3,7 +3,7 @@ * * @brief Tests for conditionals plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/constants/constants.c.in b/src/plugins/constants/constants.c.in index f2bc78b17fe..b32a00f0975 100644 --- a/src/plugins/constants/constants.c.in +++ b/src/plugins/constants/constants.c.in @@ -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 diff --git a/src/plugins/counter/counter.c b/src/plugins/counter/counter.c index 28b36dfa0bb..8461917b76b 100644 --- a/src/plugins/counter/counter.c +++ b/src/plugins/counter/counter.c @@ -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 HAVE_KDBCONFIG diff --git a/src/plugins/counter/counter.h b/src/plugins/counter/counter.h index f51de1a6230..207d712ba3f 100644 --- a/src/plugins/counter/counter.h +++ b/src/plugins/counter/counter.h @@ -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 ELEKTRA_PLUGIN_COUNTER_H diff --git a/src/plugins/crypto/botan_operations.cpp b/src/plugins/crypto/botan_operations.cpp index ba1a4aa1b2e..9c7de0e3371 100644 --- a/src/plugins/crypto/botan_operations.cpp +++ b/src/plugins/crypto/botan_operations.cpp @@ -3,7 +3,7 @@ * * @brief cryptographic interface using the Botan library * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/crypto/botan_operations.h b/src/plugins/crypto/botan_operations.h index d4ea1e5a5c1..e2b66e22ae5 100644 --- a/src/plugins/crypto/botan_operations.h +++ b/src/plugins/crypto/botan_operations.h @@ -3,7 +3,7 @@ * * @brief cryptographic interface using the Botan library * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/crypto/compile_botan.cpp b/src/plugins/crypto/compile_botan.cpp index e04da1f697f..30d79caa8bf 100644 --- a/src/plugins/crypto/compile_botan.cpp +++ b/src/plugins/crypto/compile_botan.cpp @@ -3,7 +3,7 @@ * * @brief compilation test for checking if the Botan library is available. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/crypto/compile_gcrypt.c b/src/plugins/crypto/compile_gcrypt.c index 8b822ab865f..6f9b1938d54 100644 --- a/src/plugins/crypto/compile_gcrypt.c +++ b/src/plugins/crypto/compile_gcrypt.c @@ -3,7 +3,7 @@ * * @brief tests if compilation works (include and build paths set correct, etc...) * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/crypto/compile_openssl.c b/src/plugins/crypto/compile_openssl.c index 82f32a92984..ae13380054d 100644 --- a/src/plugins/crypto/compile_openssl.c +++ b/src/plugins/crypto/compile_openssl.c @@ -3,7 +3,7 @@ * * @brief tests if compilation works (include and build paths set correct, etc...) * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/crypto/contract.h b/src/plugins/crypto/contract.h index 0fd2b94e46b..91c4887194b 100644 --- a/src/plugins/crypto/contract.h +++ b/src/plugins/crypto/contract.h @@ -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) */ keyNew ("system/elektra/modules/" ELEKTRA_PLUGIN_NAME, KEY_VALUE, "crypto plugin waits for your orders", KEY_END), diff --git a/src/plugins/crypto/crypto.c b/src/plugins/crypto/crypto.c index 3f37cc077c4..70eea644a2b 100644 --- a/src/plugins/crypto/crypto.c +++ b/src/plugins/crypto/crypto.c @@ -3,7 +3,7 @@ * * @brief filter plugin providing cryptographic operations * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/crypto/crypto.h b/src/plugins/crypto/crypto.h index 99e8cef016a..3654a78fd3b 100644 --- a/src/plugins/crypto/crypto.h +++ b/src/plugins/crypto/crypto.h @@ -3,7 +3,7 @@ * * @brief filter plugin providing cryptographic operations * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/crypto/gcrypt_operations.c b/src/plugins/crypto/gcrypt_operations.c index 77f10295398..ad7808deee6 100644 --- a/src/plugins/crypto/gcrypt_operations.c +++ b/src/plugins/crypto/gcrypt_operations.c @@ -3,7 +3,7 @@ * * @brief cryptographic interface using the gcrypt library * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/crypto/gcrypt_operations.h b/src/plugins/crypto/gcrypt_operations.h index eb15d8c944e..24af1ccff16 100644 --- a/src/plugins/crypto/gcrypt_operations.h +++ b/src/plugins/crypto/gcrypt_operations.h @@ -3,7 +3,7 @@ * * @brief cryptographic interface using the gcrypt library * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/crypto/gpg.c b/src/plugins/crypto/gpg.c index 95a4b1663e1..02e10b95efc 100644 --- a/src/plugins/crypto/gpg.c +++ b/src/plugins/crypto/gpg.c @@ -3,7 +3,7 @@ * * @brief module for calling the GPG binary * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/crypto/gpg.h b/src/plugins/crypto/gpg.h index af741050731..c60cd717fa6 100644 --- a/src/plugins/crypto/gpg.h +++ b/src/plugins/crypto/gpg.h @@ -3,7 +3,7 @@ * * @brief module for calling the GPG binary * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/crypto/helper.c b/src/plugins/crypto/helper.c index 4bbc2ca1171..4282e3f3787 100644 --- a/src/plugins/crypto/helper.c +++ b/src/plugins/crypto/helper.c @@ -3,7 +3,7 @@ * * @brief helper functions for the crypto plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/crypto/helper.h b/src/plugins/crypto/helper.h index a182798d240..7c40f936bf8 100644 --- a/src/plugins/crypto/helper.h +++ b/src/plugins/crypto/helper.h @@ -3,7 +3,7 @@ * * @brief helper functions for the crypto plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/crypto/openssl_operations.c b/src/plugins/crypto/openssl_operations.c index 254853cb398..27194e3d6c5 100644 --- a/src/plugins/crypto/openssl_operations.c +++ b/src/plugins/crypto/openssl_operations.c @@ -3,7 +3,7 @@ * * @brief cryptographic interface using the libcrypto library (part of the OpenSSL project) * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/crypto/openssl_operations.h b/src/plugins/crypto/openssl_operations.h index 1c715f53f8e..e867d9c08bb 100644 --- a/src/plugins/crypto/openssl_operations.h +++ b/src/plugins/crypto/openssl_operations.h @@ -3,7 +3,7 @@ * * @brief cryptographic interface using the libcrypto library (part of the OpenSSL project) * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/crypto/test_internals.h b/src/plugins/crypto/test_internals.h index 5b24af77ee4..d209152ce74 100644 --- a/src/plugins/crypto/test_internals.h +++ b/src/plugins/crypto/test_internals.h @@ -4,7 +4,7 @@ * @brief test suite for the crypto plugin. * Contains shared functions for all compile variants. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/crypto/testmod_crypto_botan.c b/src/plugins/crypto/testmod_crypto_botan.c index 3830163dc50..68aca67d070 100644 --- a/src/plugins/crypto/testmod_crypto_botan.c +++ b/src/plugins/crypto/testmod_crypto_botan.c @@ -3,7 +3,7 @@ * * @brief test suite for the crypto plugin (Botan compile variant) * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/crypto/testmod_crypto_gcrypt.c b/src/plugins/crypto/testmod_crypto_gcrypt.c index 0559fc8e44f..a9c8d2a330e 100644 --- a/src/plugins/crypto/testmod_crypto_gcrypt.c +++ b/src/plugins/crypto/testmod_crypto_gcrypt.c @@ -3,7 +3,7 @@ * * @brief test suite for the crypto plugin (gcrypt compile variant) * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/crypto/testmod_crypto_openssl.c b/src/plugins/crypto/testmod_crypto_openssl.c index 4edf4dd3dce..a4418f11fe5 100644 --- a/src/plugins/crypto/testmod_crypto_openssl.c +++ b/src/plugins/crypto/testmod_crypto_openssl.c @@ -3,7 +3,7 @@ * * @brief test suite for the crypto plugin (OpenSSL compile variant) * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/csvstorage/csvstorage.c b/src/plugins/csvstorage/csvstorage.c index d5cfd282d71..5d4d158bb6f 100644 --- a/src/plugins/csvstorage/csvstorage.c +++ b/src/plugins/csvstorage/csvstorage.c @@ -3,7 +3,7 @@ * * @brief Source for csvstorage plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/csvstorage/csvstorage.h b/src/plugins/csvstorage/csvstorage.h index 281918358e8..2751feab554 100644 --- a/src/plugins/csvstorage/csvstorage.h +++ b/src/plugins/csvstorage/csvstorage.h @@ -3,7 +3,7 @@ * * @brief Header for csvstorage plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/csvstorage/testmod_csvstorage.c b/src/plugins/csvstorage/testmod_csvstorage.c index 6253f85f3d2..c75a5e63aac 100644 --- a/src/plugins/csvstorage/testmod_csvstorage.c +++ b/src/plugins/csvstorage/testmod_csvstorage.c @@ -3,7 +3,7 @@ * * @brief Tests for csvstorage plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/curlget/curlget.c b/src/plugins/curlget/curlget.c index 8ee6bf02fc2..c0254a8a282 100644 --- a/src/plugins/curlget/curlget.c +++ b/src/plugins/curlget/curlget.c @@ -3,7 +3,7 @@ * * @brief Source for curlget plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/curlget/curlget.h b/src/plugins/curlget/curlget.h index 7ed3a967653..3a0066751ad 100644 --- a/src/plugins/curlget/curlget.h +++ b/src/plugins/curlget/curlget.h @@ -3,7 +3,7 @@ * * @brief Header for curlget plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/curlget/testmod_curlget.c b/src/plugins/curlget/testmod_curlget.c index abb776a9ee2..19567d8450b 100644 --- a/src/plugins/curlget/testmod_curlget.c +++ b/src/plugins/curlget/testmod_curlget.c @@ -3,7 +3,7 @@ * * @brief Tests for curlget plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/date/date.c b/src/plugins/date/date.c index ac27d343d4d..e074edba318 100644 --- a/src/plugins/date/date.c +++ b/src/plugins/date/date.c @@ -3,7 +3,7 @@ * * @brief Source for date plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/date/date.h b/src/plugins/date/date.h index 0913070a142..99ec0c193f0 100644 --- a/src/plugins/date/date.h +++ b/src/plugins/date/date.h @@ -3,7 +3,7 @@ * * @brief Header for date plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/date/testmod_date.c b/src/plugins/date/testmod_date.c index 7cae4bac7b0..2e62ad8fbed 100644 --- a/src/plugins/date/testmod_date.c +++ b/src/plugins/date/testmod_date.c @@ -3,7 +3,7 @@ * * @brief Tests for date plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/dbus/dbus.c b/src/plugins/dbus/dbus.c index fa8aefd03c4..64accb98039 100644 --- a/src/plugins/dbus/dbus.c +++ b/src/plugins/dbus/dbus.c @@ -3,7 +3,7 @@ * * @brief Source for dbus plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/dbus/dbus.h b/src/plugins/dbus/dbus.h index 384516677dc..88e46e53968 100644 --- a/src/plugins/dbus/dbus.h +++ b/src/plugins/dbus/dbus.h @@ -3,7 +3,7 @@ * * @brief Source for dbus plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/dbus/receivemessage.c b/src/plugins/dbus/receivemessage.c index b62841c6ccf..b75eff21233 100644 --- a/src/plugins/dbus/receivemessage.c +++ b/src/plugins/dbus/receivemessage.c @@ -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 "dbus.h" diff --git a/src/plugins/dbus/sendmessage.c b/src/plugins/dbus/sendmessage.c index 0e7ee03d1d4..6bb2a98431f 100644 --- a/src/plugins/dbus/sendmessage.c +++ b/src/plugins/dbus/sendmessage.c @@ -3,7 +3,7 @@ * * @brief Source for dbus plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/dbus/testmod_dbus.c b/src/plugins/dbus/testmod_dbus.c index 6331d0a54cc..3607da207a2 100644 --- a/src/plugins/dbus/testmod_dbus.c +++ b/src/plugins/dbus/testmod_dbus.c @@ -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 "dbus.h" diff --git a/src/plugins/desktop/desktop.c b/src/plugins/desktop/desktop.c index ec5f2df7288..17aea3adb8d 100644 --- a/src/plugins/desktop/desktop.c +++ b/src/plugins/desktop/desktop.c @@ -3,7 +3,7 @@ * * @brief Source for desktop plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/desktop/desktop.h b/src/plugins/desktop/desktop.h index e276f461a73..7a8d511505f 100644 --- a/src/plugins/desktop/desktop.h +++ b/src/plugins/desktop/desktop.h @@ -3,7 +3,7 @@ * * @brief Header for desktop plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/doc/doc.c b/src/plugins/doc/doc.c index 410f941187a..2dcc1518b6b 100644 --- a/src/plugins/doc/doc.c +++ b/src/plugins/doc/doc.c @@ -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 "doc.h" diff --git a/src/plugins/doc/doc.h b/src/plugins/doc/doc.h index 3cc5cce9812..91a4b5bac46 100644 --- a/src/plugins/doc/doc.h +++ b/src/plugins/doc/doc.h @@ -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 DOC_H diff --git a/src/plugins/dpkg/dpkg.c b/src/plugins/dpkg/dpkg.c index 8f75b0f43ac..5a60929de99 100644 --- a/src/plugins/dpkg/dpkg.c +++ b/src/plugins/dpkg/dpkg.c @@ -3,7 +3,7 @@ * * @brief Source for dpkg plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/dpkg/dpkg.h b/src/plugins/dpkg/dpkg.h index 6579eb89344..39a0aee9bcd 100644 --- a/src/plugins/dpkg/dpkg.h +++ b/src/plugins/dpkg/dpkg.h @@ -3,7 +3,7 @@ * * @brief Header for dpkg plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/dump/dump.cpp b/src/plugins/dump/dump.cpp index 85863fb59f6..f458ecb0e59 100644 --- a/src/plugins/dump/dump.cpp +++ b/src/plugins/dump/dump.cpp @@ -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 "dump.hpp" diff --git a/src/plugins/dump/dump.hpp b/src/plugins/dump/dump.hpp index b3cc343d10b..4a6dfa17506 100644 --- a/src/plugins/dump/dump.hpp +++ b/src/plugins/dump/dump.hpp @@ -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 diff --git a/src/plugins/dump/testmod_dump.c b/src/plugins/dump/testmod_dump.c index b8d444e4d8d..8aa2e8a798e 100644 --- a/src/plugins/dump/testmod_dump.c +++ b/src/plugins/dump/testmod_dump.c @@ -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) */ #ifdef HAVE_KDBCONFIG_H diff --git a/src/plugins/enum/enum.c b/src/plugins/enum/enum.c index 3b7e0374564..f090903df23 100644 --- a/src/plugins/enum/enum.c +++ b/src/plugins/enum/enum.c @@ -3,7 +3,7 @@ * * @brief Source for enum plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/enum/enum.h b/src/plugins/enum/enum.h index 36b5fb1da12..f12de1d7b87 100644 --- a/src/plugins/enum/enum.h +++ b/src/plugins/enum/enum.h @@ -3,7 +3,7 @@ * * @brief Header for enum plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/enum/testmod_enum.c b/src/plugins/enum/testmod_enum.c index 4cf19b8ebe2..4069daa0016 100644 --- a/src/plugins/enum/testmod_enum.c +++ b/src/plugins/enum/testmod_enum.c @@ -3,7 +3,7 @@ * * @brief Tests for enum plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/error/error.c b/src/plugins/error/error.c index 90a31ca64c9..6fdb17f9d61 100644 --- a/src/plugins/error/error.c +++ b/src/plugins/error/error.c @@ -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 "error.h" diff --git a/src/plugins/error/error.h b/src/plugins/error/error.h index 291e4465c96..36d50c12998 100644 --- a/src/plugins/error/error.h +++ b/src/plugins/error/error.h @@ -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 diff --git a/src/plugins/fcrypt/contract.h b/src/plugins/fcrypt/contract.h index f6bd3456110..bf913c799f7 100644 --- a/src/plugins/fcrypt/contract.h +++ b/src/plugins/fcrypt/contract.h @@ -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) */ keyNew ("system/elektra/modules/" ELEKTRA_PLUGIN_NAME, KEY_VALUE, "fcrypt plugin waits for your orders", KEY_END), diff --git a/src/plugins/fcrypt/fcrypt.c b/src/plugins/fcrypt/fcrypt.c index 0810aef7938..60e8d25756d 100644 --- a/src/plugins/fcrypt/fcrypt.c +++ b/src/plugins/fcrypt/fcrypt.c @@ -3,7 +3,7 @@ * * @brief filter plugin providing cryptographic operations * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/fcrypt/fcrypt.h b/src/plugins/fcrypt/fcrypt.h index 7e707d15cba..bb27d4faa45 100644 --- a/src/plugins/fcrypt/fcrypt.h +++ b/src/plugins/fcrypt/fcrypt.h @@ -3,7 +3,7 @@ * * @brief filter plugin providing cryptographic operations * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/fcrypt/testmod_fcrypt.c b/src/plugins/fcrypt/testmod_fcrypt.c index 12f5e1602a4..ea704732b12 100644 --- a/src/plugins/fcrypt/testmod_fcrypt.c +++ b/src/plugins/fcrypt/testmod_fcrypt.c @@ -3,7 +3,7 @@ * * @brief test suite for the fcrypt plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/file/file.c b/src/plugins/file/file.c index 3b1ffb2b12f..9e605e60534 100644 --- a/src/plugins/file/file.c +++ b/src/plugins/file/file.c @@ -3,7 +3,7 @@ * * @brief Source for file plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/file/file.h b/src/plugins/file/file.h index 551dde2a224..3a6a1ced245 100644 --- a/src/plugins/file/file.h +++ b/src/plugins/file/file.h @@ -3,7 +3,7 @@ * * @brief Header for file plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/file/testmod_file.c b/src/plugins/file/testmod_file.c index 865cb3950d1..729f506e624 100644 --- a/src/plugins/file/testmod_file.c +++ b/src/plugins/file/testmod_file.c @@ -3,7 +3,7 @@ * * @brief Tests for file plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/filecheck/filecheck.c b/src/plugins/filecheck/filecheck.c index 88944214445..2b3828158e8 100644 --- a/src/plugins/filecheck/filecheck.c +++ b/src/plugins/filecheck/filecheck.c @@ -3,7 +3,7 @@ * * @brief Source for filecheck plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/filecheck/filecheck.h b/src/plugins/filecheck/filecheck.h index 74537ab3c11..dddc4ac94ad 100644 --- a/src/plugins/filecheck/filecheck.h +++ b/src/plugins/filecheck/filecheck.h @@ -3,7 +3,7 @@ * * @brief Header for filecheck plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/filecheck/testmod_filecheck.c b/src/plugins/filecheck/testmod_filecheck.c index 9db16b4f272..fb45be34b0e 100644 --- a/src/plugins/filecheck/testmod_filecheck.c +++ b/src/plugins/filecheck/testmod_filecheck.c @@ -3,7 +3,7 @@ * * @brief Tests for filecheck plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/fstab/fstab.c b/src/plugins/fstab/fstab.c index 1a1a9256fec..c63384d8520 100644 --- a/src/plugins/fstab/fstab.c +++ b/src/plugins/fstab/fstab.c @@ -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 "fstab.h" diff --git a/src/plugins/fstab/fstab.h b/src/plugins/fstab/fstab.h index b12266730b3..80f1445624a 100644 --- a/src/plugins/fstab/fstab.h +++ b/src/plugins/fstab/fstab.h @@ -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 FSTAB_H diff --git a/src/plugins/fstab/testmntent.c b/src/plugins/fstab/testmntent.c index 2b874eb4a40..b69ec68671e 100644 --- a/src/plugins/fstab/testmntent.c +++ b/src/plugins/fstab/testmntent.c @@ -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 diff --git a/src/plugins/fstab/testmod_fstab.c b/src/plugins/fstab/testmod_fstab.c index 53556ecbe31..de9c6feca32 100644 --- a/src/plugins/fstab/testmod_fstab.c +++ b/src/plugins/fstab/testmod_fstab.c @@ -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) */ #ifdef HAVE_KDBCONFIG_H diff --git a/src/plugins/gitresolver/gitresolver.c b/src/plugins/gitresolver/gitresolver.c index 4b1cab81164..5b9a0c9275d 100644 --- a/src/plugins/gitresolver/gitresolver.c +++ b/src/plugins/gitresolver/gitresolver.c @@ -3,7 +3,7 @@ * * @brief Source for gitresolver plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/gitresolver/gitresolver.h b/src/plugins/gitresolver/gitresolver.h index 60d702545b1..0b5b2a3897e 100644 --- a/src/plugins/gitresolver/gitresolver.h +++ b/src/plugins/gitresolver/gitresolver.h @@ -3,7 +3,7 @@ * * @brief Header for gitresolver plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/glob/contract.h b/src/plugins/glob/contract.h index cd2707cf071..6fc51bf9dc0 100644 --- a/src/plugins/glob/contract.h +++ b/src/plugins/glob/contract.h @@ -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 CONTRACT_H_ diff --git a/src/plugins/glob/glob.c b/src/plugins/glob/glob.c index e557d32f522..36bdb6f5279 100644 --- a/src/plugins/glob/glob.c +++ b/src/plugins/glob/glob.c @@ -3,7 +3,7 @@ * * @brief A plugin that converts keys to metakeys and vice versa * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/glob/glob.h b/src/plugins/glob/glob.h index f4d032ad5a1..7564be3de0c 100644 --- a/src/plugins/glob/glob.h +++ b/src/plugins/glob/glob.h @@ -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 ELEKTRA_PLUGIN_GLOB_H diff --git a/src/plugins/glob/testmod_glob.c b/src/plugins/glob/testmod_glob.c index 02765059dd5..ed8615dac32 100644 --- a/src/plugins/glob/testmod_glob.c +++ b/src/plugins/glob/testmod_glob.c @@ -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) */ #ifdef HAVE_KDBCONFIG_H diff --git a/src/plugins/hexcode/hexcode.c b/src/plugins/hexcode/hexcode.c index 8c13d2b8e13..cb8314c2f31 100644 --- a/src/plugins/hexcode/hexcode.c +++ b/src/plugins/hexcode/hexcode.c @@ -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 "hexcode.h" diff --git a/src/plugins/hexcode/hexcode.h b/src/plugins/hexcode/hexcode.h index c6afcbbe05e..4979ab2c0ba 100644 --- a/src/plugins/hexcode/hexcode.h +++ b/src/plugins/hexcode/hexcode.h @@ -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 ELEKTRA_PLUGIN_HEXCODE_H diff --git a/src/plugins/hexcode/testmod_hexcode.c b/src/plugins/hexcode/testmod_hexcode.c index 3002bf9ad6d..70a7025edaa 100644 --- a/src/plugins/hexcode/testmod_hexcode.c +++ b/src/plugins/hexcode/testmod_hexcode.c @@ -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) */ #ifdef HAVE_KDBCONFIG_H diff --git a/src/plugins/hidden/hidden.c b/src/plugins/hidden/hidden.c index 42b8b56cd15..9cd9d2367ea 100644 --- a/src/plugins/hidden/hidden.c +++ b/src/plugins/hidden/hidden.c @@ -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 "hidden.h" diff --git a/src/plugins/hidden/hidden.h b/src/plugins/hidden/hidden.h index 6bb5f007b4b..b8657edde73 100644 --- a/src/plugins/hidden/hidden.h +++ b/src/plugins/hidden/hidden.h @@ -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 ELEKTRA_PLUGIN_HIDDEN_H diff --git a/src/plugins/hosts/contract.h b/src/plugins/hosts/contract.h index 24400b5d824..3969c9aa1bb 100644 --- a/src/plugins/hosts/contract.h +++ b/src/plugins/hosts/contract.h @@ -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 CONTRACT_HOSTS_H_ diff --git a/src/plugins/hosts/hosts-get.c b/src/plugins/hosts/hosts-get.c index c0fc06d4b92..f0b9e063c5b 100644 --- a/src/plugins/hosts/hosts-get.c +++ b/src/plugins/hosts/hosts-get.c @@ -3,7 +3,7 @@ * * @brief Contains the get direction of the hosts plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/hosts/hosts-set.c b/src/plugins/hosts/hosts-set.c index 5e6f559eda1..fb9804ec4ae 100644 --- a/src/plugins/hosts/hosts-set.c +++ b/src/plugins/hosts/hosts-set.c @@ -3,7 +3,7 @@ * * @brief Contains the set direction of the hosts plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/hosts/hosts.h b/src/plugins/hosts/hosts.h index 64a656abc8f..b60d7a224e9 100644 --- a/src/plugins/hosts/hosts.h +++ b/src/plugins/hosts/hosts.h @@ -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 diff --git a/src/plugins/hosts/keymetaformatting.c b/src/plugins/hosts/keymetaformatting.c index 5af46bca1be..9427f09f2ec 100644 --- a/src/plugins/hosts/keymetaformatting.c +++ b/src/plugins/hosts/keymetaformatting.c @@ -3,7 +3,7 @@ * * @brief Utility functions for comment metakeys * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/hosts/keymetaformatting.h b/src/plugins/hosts/keymetaformatting.h index 081a65b77e8..dd4261fbc33 100644 --- a/src/plugins/hosts/keymetaformatting.h +++ b/src/plugins/hosts/keymetaformatting.h @@ -3,7 +3,7 @@ * * @brief Utility functions for comment metakeys * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/hosts/testmod_hosts.c b/src/plugins/hosts/testmod_hosts.c index 989553cc04b..3efdac15ee4 100644 --- a/src/plugins/hosts/testmod_hosts.c +++ b/src/plugins/hosts/testmod_hosts.c @@ -3,7 +3,7 @@ * * @brief Tests for the hosts plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/iconv/conv.h b/src/plugins/iconv/conv.h index 3c81014ebde..130595092e2 100644 --- a/src/plugins/iconv/conv.h +++ b/src/plugins/iconv/conv.h @@ -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 diff --git a/src/plugins/iconv/data_latin1.c b/src/plugins/iconv/data_latin1.c index 4e161ff94e4..681b3646232 100644 --- a/src/plugins/iconv/data_latin1.c +++ b/src/plugins/iconv/data_latin1.c @@ -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 diff --git a/src/plugins/iconv/data_utf8.c b/src/plugins/iconv/data_utf8.c index c6fc4f222db..873e26cf5a8 100644 --- a/src/plugins/iconv/data_utf8.c +++ b/src/plugins/iconv/data_utf8.c @@ -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 diff --git a/src/plugins/iconv/iconv.c b/src/plugins/iconv/iconv.c index 7817843f156..759f6215d0c 100644 --- a/src/plugins/iconv/iconv.c +++ b/src/plugins/iconv/iconv.c @@ -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 "conv.h" diff --git a/src/plugins/iconv/testmod_iconv.c b/src/plugins/iconv/testmod_iconv.c index fa5d19634f9..5430831b1af 100644 --- a/src/plugins/iconv/testmod_iconv.c +++ b/src/plugins/iconv/testmod_iconv.c @@ -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) */ #ifdef HAVE_KDBCONFIG_H diff --git a/src/plugins/ini/contract.h b/src/plugins/ini/contract.h index 388312cb51f..c66d909102d 100644 --- a/src/plugins/ini/contract.h +++ b/src/plugins/ini/contract.h @@ -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 CONTRACT_H_ diff --git a/src/plugins/ini/ini.c b/src/plugins/ini/ini.c index d7f593cda5c..e068310f3f5 100644 --- a/src/plugins/ini/ini.c +++ b/src/plugins/ini/ini.c @@ -3,7 +3,7 @@ * * @brief A plugin for reading and writing ini files * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/ini/ini.h b/src/plugins/ini/ini.h index 6ca4ba63060..edd28013a3d 100644 --- a/src/plugins/ini/ini.h +++ b/src/plugins/ini/ini.h @@ -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 ELEKTRA_PLUGIN_INI_H diff --git a/src/plugins/ini/testmod_ini.c b/src/plugins/ini/testmod_ini.c index 64643422ac9..98b7b19df7f 100644 --- a/src/plugins/ini/testmod_ini.c +++ b/src/plugins/ini/testmod_ini.c @@ -3,7 +3,7 @@ * * @brief Tests for the ini plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/iterate/iterate.c b/src/plugins/iterate/iterate.c index 61cca386f97..0db327792da 100644 --- a/src/plugins/iterate/iterate.c +++ b/src/plugins/iterate/iterate.c @@ -3,7 +3,7 @@ * * @brief Source for iterate plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/iterate/iterate.h b/src/plugins/iterate/iterate.h index e39bd2200d6..61b3d968bd2 100644 --- a/src/plugins/iterate/iterate.h +++ b/src/plugins/iterate/iterate.h @@ -3,7 +3,7 @@ * * @brief Header for iterate plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/iterate/testmod_iterate.c b/src/plugins/iterate/testmod_iterate.c index 0a6efbf84cd..5010ede2594 100644 --- a/src/plugins/iterate/testmod_iterate.c +++ b/src/plugins/iterate/testmod_iterate.c @@ -3,7 +3,7 @@ * * @brief Tests for iterate plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/jni/jni.c b/src/plugins/jni/jni.c index f68e761dae3..66cfd8b7250 100644 --- a/src/plugins/jni/jni.c +++ b/src/plugins/jni/jni.c @@ -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 HAVE_KDBCONFIG diff --git a/src/plugins/jni/testmod_jni.c b/src/plugins/jni/testmod_jni.c index dee57b5e50a..a6aa7426bb6 100644 --- a/src/plugins/jni/testmod_jni.c +++ b/src/plugins/jni/testmod_jni.c @@ -3,7 +3,7 @@ * * @brief tests for jni module * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/jni/testmod_jni.h.in b/src/plugins/jni/testmod_jni.h.in index d0efce455b9..11e3b8b1d09 100644 --- a/src/plugins/jni/testmod_jni.h.in +++ b/src/plugins/jni/testmod_jni.h.in @@ -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 TESTMOD_JNI_H_IN diff --git a/src/plugins/journald/journald.c b/src/plugins/journald/journald.c index d999f9e98f3..a3150d63a36 100644 --- a/src/plugins/journald/journald.c +++ b/src/plugins/journald/journald.c @@ -3,7 +3,7 @@ * * @brief A plugin which logs write operations and errors via the native journald interface * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/journald/journald.h b/src/plugins/journald/journald.h index 60426d1087e..883061aec47 100644 --- a/src/plugins/journald/journald.h +++ b/src/plugins/journald/journald.h @@ -3,7 +3,7 @@ * * @brief A plugin which logs write operations and errors via the native journald interface * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/keytometa/contract.h b/src/plugins/keytometa/contract.h index 3af9a74a61f..2704782ada0 100644 --- a/src/plugins/keytometa/contract.h +++ b/src/plugins/keytometa/contract.h @@ -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 CONTRACT_H_ diff --git a/src/plugins/keytometa/keytometa.c b/src/plugins/keytometa/keytometa.c index 5b1fbf1c605..42f19c19eb3 100644 --- a/src/plugins/keytometa/keytometa.c +++ b/src/plugins/keytometa/keytometa.c @@ -3,7 +3,7 @@ * * @brief A plugin that converts keys to metakeys and vice versa * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/keytometa/keytometa.h b/src/plugins/keytometa/keytometa.h index f6e1801fa0b..beb00676292 100644 --- a/src/plugins/keytometa/keytometa.h +++ b/src/plugins/keytometa/keytometa.h @@ -3,7 +3,7 @@ * * @brief A plugin that makes use of libaugeas to read and write configuration files * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/keytometa/testmod_keytometa.c b/src/plugins/keytometa/testmod_keytometa.c index 64738258c9b..c35bc8e7d7a 100644 --- a/src/plugins/keytometa/testmod_keytometa.c +++ b/src/plugins/keytometa/testmod_keytometa.c @@ -3,7 +3,7 @@ * * @brief A plugin that makes use of libaugeas to read and write configuration files * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/line/line.c b/src/plugins/line/line.c index 5ad00289d36..d3f4f227a63 100644 --- a/src/plugins/line/line.c +++ b/src/plugins/line/line.c @@ -2,7 +2,7 @@ * @file * * @brief A plugin that reads configuration files and saves keys on a line by line basis * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/line/line.h b/src/plugins/line/line.h index 690f920a32f..1b6d59cc3ac 100644 --- a/src/plugins/line/line.h +++ b/src/plugins/line/line.h @@ -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 ELEKTRA_PLUGIN_LINE_H diff --git a/src/plugins/line/testgetline.c b/src/plugins/line/testgetline.c index 35bbeabcea6..c67ca0c3553 100644 --- a/src/plugins/line/testgetline.c +++ b/src/plugins/line/testgetline.c @@ -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 diff --git a/src/plugins/line/testmod_line.c b/src/plugins/line/testmod_line.c index 44bb2397270..f4da7e2e61c 100644 --- a/src/plugins/line/testmod_line.c +++ b/src/plugins/line/testmod_line.c @@ -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) */ #ifdef HAVE_KDBCONFIG_H diff --git a/src/plugins/lineendings/lineendings.c b/src/plugins/lineendings/lineendings.c index 32832e17b39..e88645dd315 100644 --- a/src/plugins/lineendings/lineendings.c +++ b/src/plugins/lineendings/lineendings.c @@ -3,7 +3,7 @@ * * @brief Source for lineendings plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/lineendings/lineendings.h b/src/plugins/lineendings/lineendings.h index 390d124cc3c..7b90a489a36 100644 --- a/src/plugins/lineendings/lineendings.h +++ b/src/plugins/lineendings/lineendings.h @@ -3,7 +3,7 @@ * * @brief Header for lineendings plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/lineendings/testmod_lineendings.c b/src/plugins/lineendings/testmod_lineendings.c index 5f0943880d0..c4dc79523f2 100644 --- a/src/plugins/lineendings/testmod_lineendings.c +++ b/src/plugins/lineendings/testmod_lineendings.c @@ -3,7 +3,7 @@ * * @brief Tests for lineendings plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/list/list.c b/src/plugins/list/list.c index e2515537829..09b083e1b75 100644 --- a/src/plugins/list/list.c +++ b/src/plugins/list/list.c @@ -3,7 +3,7 @@ * * @brief Source for list plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/list/list.h b/src/plugins/list/list.h index cea13a5f9ac..cc71d645e98 100644 --- a/src/plugins/list/list.h +++ b/src/plugins/list/list.h @@ -3,7 +3,7 @@ * * @brief Header for list plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/list/testmod_list.c b/src/plugins/list/testmod_list.c index 22a3654f1b2..944c6ca820b 100644 --- a/src/plugins/list/testmod_list.c +++ b/src/plugins/list/testmod_list.c @@ -3,7 +3,7 @@ * * @brief Tests for list plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/logchange/logchange.c b/src/plugins/logchange/logchange.c index 244b38ed80c..92234638091 100644 --- a/src/plugins/logchange/logchange.c +++ b/src/plugins/logchange/logchange.c @@ -3,7 +3,7 @@ * * @brief Source for logchange plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/logchange/logchange.h b/src/plugins/logchange/logchange.h index 3ac5e24aee5..ab638ad4be2 100644 --- a/src/plugins/logchange/logchange.h +++ b/src/plugins/logchange/logchange.h @@ -3,7 +3,7 @@ * * @brief Header for logchange plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/lua/lua.cpp b/src/plugins/lua/lua.cpp index 0e56c3e621c..a6c70d46bd7 100644 --- a/src/plugins/lua/lua.cpp +++ b/src/plugins/lua/lua.cpp @@ -3,7 +3,7 @@ * * @brief Plugin which acts as proxy and calls other plugins written in lua * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/lua/lua.hpp b/src/plugins/lua/lua.hpp index 910159abbca..024709a678c 100644 --- a/src/plugins/lua/lua.hpp +++ b/src/plugins/lua/lua.hpp @@ -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 ELEKTRA_PLUGIN_LUA_H diff --git a/src/plugins/lua/testmod_lua.c b/src/plugins/lua/testmod_lua.c index f1227a161f8..13199919e95 100644 --- a/src/plugins/lua/testmod_lua.c +++ b/src/plugins/lua/testmod_lua.c @@ -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 diff --git a/src/plugins/mathcheck/floathelper.c b/src/plugins/mathcheck/floathelper.c index a4c7e1f567c..ec4d3dacf5b 100644 --- a/src/plugins/mathcheck/floathelper.c +++ b/src/plugins/mathcheck/floathelper.c @@ -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 diff --git a/src/plugins/mathcheck/floathelper.h b/src/plugins/mathcheck/floathelper.h index ede8192fc39..4ffedec691d 100644 --- a/src/plugins/mathcheck/floathelper.h +++ b/src/plugins/mathcheck/floathelper.h @@ -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 // for ssize_t included within kdbos.h diff --git a/src/plugins/mathcheck/mathcheck.c b/src/plugins/mathcheck/mathcheck.c index dd66db6495a..90d29c0f158 100644 --- a/src/plugins/mathcheck/mathcheck.c +++ b/src/plugins/mathcheck/mathcheck.c @@ -3,7 +3,7 @@ * * @brief Source for mathcheck plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/mathcheck/mathcheck.h b/src/plugins/mathcheck/mathcheck.h index 32ff9bef7d5..dfc7ac1b7fd 100644 --- a/src/plugins/mathcheck/mathcheck.h +++ b/src/plugins/mathcheck/mathcheck.h @@ -3,7 +3,7 @@ * * @brief Header for calculate plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/mathcheck/testmod_mathcheck.c b/src/plugins/mathcheck/testmod_mathcheck.c index 53724153dc7..b611baffbec 100644 --- a/src/plugins/mathcheck/testmod_mathcheck.c +++ b/src/plugins/mathcheck/testmod_mathcheck.c @@ -3,7 +3,7 @@ * * @brief Tests for mathcheck plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/mini/mini.c b/src/plugins/mini/mini.c index 986be62fa6f..37f78da648d 100644 --- a/src/plugins/mini/mini.c +++ b/src/plugins/mini/mini.c @@ -3,7 +3,7 @@ * * @brief Source for mini plugin * - * @copyright BSD License (see doc/LICENSE.md or http://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or http://www.libelektra.org) * */ diff --git a/src/plugins/mini/mini.h b/src/plugins/mini/mini.h index 2dc61101102..2d8a8099b2d 100644 --- a/src/plugins/mini/mini.h +++ b/src/plugins/mini/mini.h @@ -3,7 +3,7 @@ * * @brief Header for mini plugin * - * @copyright BSD License (see doc/LICENSE.md or http://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or http://www.libelektra.org) * */ diff --git a/src/plugins/mini/testmod_mini.c b/src/plugins/mini/testmod_mini.c index 3debd006288..6603e0350a8 100644 --- a/src/plugins/mini/testmod_mini.c +++ b/src/plugins/mini/testmod_mini.c @@ -3,7 +3,7 @@ * * @brief Tests for mini plugin * - * @copyright BSD License (see doc/LICENSE.md or http://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or http://www.libelektra.org) * */ diff --git a/src/plugins/mozprefs/mozprefs.c b/src/plugins/mozprefs/mozprefs.c index bec2a21a456..38c6c44a3c7 100644 --- a/src/plugins/mozprefs/mozprefs.c +++ b/src/plugins/mozprefs/mozprefs.c @@ -3,7 +3,7 @@ * * @brief Source for mozprefs plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/mozprefs/mozprefs.h b/src/plugins/mozprefs/mozprefs.h index e7aff362db1..aca685878cd 100644 --- a/src/plugins/mozprefs/mozprefs.h +++ b/src/plugins/mozprefs/mozprefs.h @@ -3,7 +3,7 @@ * * @brief Header for mozprefs plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/mozprefs/testmod_mozprefs.c b/src/plugins/mozprefs/testmod_mozprefs.c index 9c3fd5fb1ec..3388e687e4b 100644 --- a/src/plugins/mozprefs/testmod_mozprefs.c +++ b/src/plugins/mozprefs/testmod_mozprefs.c @@ -3,7 +3,7 @@ * * @brief Tests for mozprefs plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/multifile/multifile.c b/src/plugins/multifile/multifile.c index aa491293a3c..0dc7e81fc2b 100644 --- a/src/plugins/multifile/multifile.c +++ b/src/plugins/multifile/multifile.c @@ -3,7 +3,7 @@ * * @brief Source for multifile plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/multifile/multifile.h b/src/plugins/multifile/multifile.h index a7550e1b76e..e6521715c5a 100644 --- a/src/plugins/multifile/multifile.h +++ b/src/plugins/multifile/multifile.h @@ -3,7 +3,7 @@ * * @brief Header for multifile plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/network/network.c b/src/plugins/network/network.c index a2e6e1f3cf7..86d666e2409 100644 --- a/src/plugins/network/network.c +++ b/src/plugins/network/network.c @@ -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 "network.h" diff --git a/src/plugins/network/network.h b/src/plugins/network/network.h index 5f42c30c92d..3877fb28ad4 100644 --- a/src/plugins/network/network.h +++ b/src/plugins/network/network.h @@ -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 ELEKTRA_PLUGIN_NETWORK_H diff --git a/src/plugins/network/testmod_network.c b/src/plugins/network/testmod_network.c index d547e1f72f7..d0ea1c02c53 100644 --- a/src/plugins/network/testmod_network.c +++ b/src/plugins/network/testmod_network.c @@ -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) */ #ifdef HAVE_KDBCONFIG_H diff --git a/src/plugins/ni/ni.c b/src/plugins/ni/ni.c index 7db1db40956..425a6efd184 100644 --- a/src/plugins/ni/ni.c +++ b/src/plugins/ni/ni.c @@ -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 "ni.h" diff --git a/src/plugins/ni/ni.h b/src/plugins/ni/ni.h index d51146ad747..9553eb38ce6 100644 --- a/src/plugins/ni/ni.h +++ b/src/plugins/ni/ni.h @@ -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 ELEKTRA_PLUGIN_NI_H diff --git a/src/plugins/noresolver/noresolver.c b/src/plugins/noresolver/noresolver.c index a71a21c2db0..5d8f542c93c 100644 --- a/src/plugins/noresolver/noresolver.c +++ b/src/plugins/noresolver/noresolver.c @@ -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 HAVE_KDBCONFIG diff --git a/src/plugins/noresolver/noresolver.h b/src/plugins/noresolver/noresolver.h index e81b018b62a..dc04adcfffc 100644 --- a/src/plugins/noresolver/noresolver.h +++ b/src/plugins/noresolver/noresolver.h @@ -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 ELEKTRA_PLUGIN_NORESOLVER_H diff --git a/src/plugins/null/null.c b/src/plugins/null/null.c index ccf23ea192b..b794c59a4e3 100644 --- a/src/plugins/null/null.c +++ b/src/plugins/null/null.c @@ -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 "null.h" diff --git a/src/plugins/null/null.h b/src/plugins/null/null.h index 9105935e078..e2c7dfa781b 100644 --- a/src/plugins/null/null.h +++ b/src/plugins/null/null.h @@ -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 ELEKTRA_PLUGIN_NULL_H diff --git a/src/plugins/passwd/passwd.c b/src/plugins/passwd/passwd.c index bd0805331ed..a146cb22e6a 100644 --- a/src/plugins/passwd/passwd.c +++ b/src/plugins/passwd/passwd.c @@ -3,7 +3,7 @@ * * @brief Source for passwd plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/passwd/passwd.h b/src/plugins/passwd/passwd.h index a24aa3c7d9a..ebe68cfca08 100644 --- a/src/plugins/passwd/passwd.h +++ b/src/plugins/passwd/passwd.h @@ -3,7 +3,7 @@ * * @brief Header for passwd plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/passwd/testmod_passwd.c b/src/plugins/passwd/testmod_passwd.c index e3bdc6b8ef9..4cf025d41ee 100644 --- a/src/plugins/passwd/testmod_passwd.c +++ b/src/plugins/passwd/testmod_passwd.c @@ -3,7 +3,7 @@ * * @brief Tests for passwd plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/path/path.c b/src/plugins/path/path.c index b1c742cbd36..214c7572449 100644 --- a/src/plugins/path/path.c +++ b/src/plugins/path/path.c @@ -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 "path.h" diff --git a/src/plugins/path/path.h b/src/plugins/path/path.h index c9317edcd45..d00dce90981 100644 --- a/src/plugins/path/path.h +++ b/src/plugins/path/path.h @@ -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 ELEKTRA_PLUGIN_PATH_H diff --git a/src/plugins/profile/profile.c b/src/plugins/profile/profile.c index bf5b4600aad..65ce0af999a 100644 --- a/src/plugins/profile/profile.c +++ b/src/plugins/profile/profile.c @@ -3,7 +3,7 @@ * * @brief Source for profile plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/profile/profile.h b/src/plugins/profile/profile.h index c1145944cda..b7842e948a2 100644 --- a/src/plugins/profile/profile.h +++ b/src/plugins/profile/profile.h @@ -3,7 +3,7 @@ * * @brief Header for profile plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/profile/testmod_profile.c b/src/plugins/profile/testmod_profile.c index 2b1afa4a2fb..988387b6fb0 100644 --- a/src/plugins/profile/testmod_profile.c +++ b/src/plugins/profile/testmod_profile.c @@ -3,7 +3,7 @@ * * @brief Tests for profile plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/python/python.cpp b/src/plugins/python/python.cpp index e1a00243007..416213d7129 100644 --- a/src/plugins/python/python.cpp +++ b/src/plugins/python/python.cpp @@ -3,7 +3,7 @@ * * @brief Plugin which acts as proxy and calls other plugins written in python * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/python/python.hpp b/src/plugins/python/python.hpp index 48fe8cb4676..8e127d4f86c 100644 --- a/src/plugins/python/python.hpp +++ b/src/plugins/python/python.hpp @@ -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 ELEKTRA_PLUGIN_PYTHON_H diff --git a/src/plugins/python/testmod_python.c b/src/plugins/python/testmod_python.c index 99557cf7ef1..e527b2bd59f 100644 --- a/src/plugins/python/testmod_python.c +++ b/src/plugins/python/testmod_python.c @@ -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 diff --git a/src/plugins/python2/python.cpp b/src/plugins/python2/python.cpp index 6f1b346c66a..7eed7c44689 100644 --- a/src/plugins/python2/python.cpp +++ b/src/plugins/python2/python.cpp @@ -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 "../python/python.cpp" diff --git a/src/plugins/python2/python.hpp b/src/plugins/python2/python.hpp index e3b326bc46c..ab923b91947 100644 --- a/src/plugins/python2/python.hpp +++ b/src/plugins/python2/python.hpp @@ -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 "../python/python.hpp" diff --git a/src/plugins/python2/testmod_python2.c b/src/plugins/python2/testmod_python2.c index 8a933ab1ca1..b5077adba44 100644 --- a/src/plugins/python2/testmod_python2.c +++ b/src/plugins/python2/testmod_python2.c @@ -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 "../python/testmod_python.c" diff --git a/src/plugins/range/range.c b/src/plugins/range/range.c index 88e6538c9b5..97036eeacd9 100644 --- a/src/plugins/range/range.c +++ b/src/plugins/range/range.c @@ -3,7 +3,7 @@ * * @brief Source for range plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/range/range.h b/src/plugins/range/range.h index 684d67dce9f..6dbfe0f6c9e 100644 --- a/src/plugins/range/range.h +++ b/src/plugins/range/range.h @@ -3,7 +3,7 @@ * * @brief Header for range plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/range/testmod_range.c b/src/plugins/range/testmod_range.c index 017839de49c..351ff4b7260 100644 --- a/src/plugins/range/testmod_range.c +++ b/src/plugins/range/testmod_range.c @@ -3,7 +3,7 @@ * * @brief Tests for range plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/regexstore/regexstore.cpp b/src/plugins/regexstore/regexstore.cpp index 48509988346..5529d6a3c80 100644 --- a/src/plugins/regexstore/regexstore.cpp +++ b/src/plugins/regexstore/regexstore.cpp @@ -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 HAVE_KDBCONFIG diff --git a/src/plugins/regexstore/regexstore.h b/src/plugins/regexstore/regexstore.h index 49821f8ac36..9bfd9bdbf6c 100644 --- a/src/plugins/regexstore/regexstore.h +++ b/src/plugins/regexstore/regexstore.h @@ -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 ELEKTRA_PLUGIN_REGEXSTORE_H diff --git a/src/plugins/rename/contract.h b/src/plugins/rename/contract.h index 5c7fec06296..bf64d313376 100644 --- a/src/plugins/rename/contract.h +++ b/src/plugins/rename/contract.h @@ -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 CONTRACT_RENAME_H_ diff --git a/src/plugins/rename/rename.c b/src/plugins/rename/rename.c index 128bd795764..c838bb7b6b5 100644 --- a/src/plugins/rename/rename.c +++ b/src/plugins/rename/rename.c @@ -3,7 +3,7 @@ * * @brief A plugin that converts keys to metakeys and vice versa * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/rename/rename.h b/src/plugins/rename/rename.h index afebffd6537..a2e5d9a2fd1 100644 --- a/src/plugins/rename/rename.h +++ b/src/plugins/rename/rename.h @@ -3,7 +3,7 @@ * * @brief A plugin that makes use of libaugeas to read and write configuration files * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/rename/testmod_rename.c b/src/plugins/rename/testmod_rename.c index 85895a5f69a..27366357138 100644 --- a/src/plugins/rename/testmod_rename.c +++ b/src/plugins/rename/testmod_rename.c @@ -3,7 +3,7 @@ * * @brief A plugin that makes use of libaugeas to read and write configuration files * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/required/required.c b/src/plugins/required/required.c index 720a88a97ca..8fd045c0730 100644 --- a/src/plugins/required/required.c +++ b/src/plugins/required/required.c @@ -3,7 +3,7 @@ * * @brief Source for required plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/required/required.h b/src/plugins/required/required.h index 5934194f46e..908e8505716 100644 --- a/src/plugins/required/required.h +++ b/src/plugins/required/required.h @@ -3,7 +3,7 @@ * * @brief Header for required plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/resolver/contract.h b/src/plugins/resolver/contract.h index 14494f4c8fb..c233991fb40 100644 --- a/src/plugins/resolver/contract.h +++ b/src/plugins/resolver/contract.h @@ -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 diff --git a/src/plugins/resolver/filename.c b/src/plugins/resolver/filename.c index aa13ab430a3..0c8902f63cd 100644 --- a/src/plugins/resolver/filename.c +++ b/src/plugins/resolver/filename.c @@ -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 "resolver.h" diff --git a/src/plugins/resolver/resolver.c b/src/plugins/resolver/resolver.c index e8def291d66..9234ddc4ced 100644 --- a/src/plugins/resolver/resolver.c +++ b/src/plugins/resolver/resolver.c @@ -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 "resolver.h" diff --git a/src/plugins/resolver/resolver.h b/src/plugins/resolver/resolver.h index 8aba3afa5ac..28718fc52ad 100644 --- a/src/plugins/resolver/resolver.h +++ b/src/plugins/resolver/resolver.h @@ -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 PLUGIN_RESOLVER_H diff --git a/src/plugins/resolver/testmod_resolver.c b/src/plugins/resolver/testmod_resolver.c index e1d38c693bb..baf122a7f3d 100644 --- a/src/plugins/resolver/testmod_resolver.c +++ b/src/plugins/resolver/testmod_resolver.c @@ -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 diff --git a/src/plugins/semlock/semlock.c b/src/plugins/semlock/semlock.c index ee7818787a0..1f90de859b3 100644 --- a/src/plugins/semlock/semlock.c +++ b/src/plugins/semlock/semlock.c @@ -3,7 +3,7 @@ * * @brief Source for semlock plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/semlock/semlock.h b/src/plugins/semlock/semlock.h index f1a8110ddc3..8ee931d8431 100644 --- a/src/plugins/semlock/semlock.h +++ b/src/plugins/semlock/semlock.h @@ -3,7 +3,7 @@ * * @brief Header for semlock plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/semlock/testmod_semlock.c b/src/plugins/semlock/testmod_semlock.c index aa1dd75a28f..6f2023761e4 100644 --- a/src/plugins/semlock/testmod_semlock.c +++ b/src/plugins/semlock/testmod_semlock.c @@ -3,7 +3,7 @@ * * @brief Tests for semlock plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/shell/shell.c b/src/plugins/shell/shell.c index 675b64e5723..134c9fbf92b 100644 --- a/src/plugins/shell/shell.c +++ b/src/plugins/shell/shell.c @@ -3,7 +3,7 @@ * * @brief Source for shell plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/shell/shell.h b/src/plugins/shell/shell.h index d7fc7bb4032..ea2182bddb7 100644 --- a/src/plugins/shell/shell.h +++ b/src/plugins/shell/shell.h @@ -3,7 +3,7 @@ * * @brief Header for shell plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/simpleini/simpleini.c b/src/plugins/simpleini/simpleini.c index 678a0bde263..3eac664f416 100644 --- a/src/plugins/simpleini/simpleini.c +++ b/src/plugins/simpleini/simpleini.c @@ -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) */ #define _GNU_SOURCE diff --git a/src/plugins/simpleini/simpleini.h b/src/plugins/simpleini/simpleini.h index 6c9e844ec3d..6adec467f5e 100644 --- a/src/plugins/simpleini/simpleini.h +++ b/src/plugins/simpleini/simpleini.h @@ -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 ELEKTRA_PLUGIN_SIMPLEINI_H diff --git a/src/plugins/simpleini/testmod_simpleini.c b/src/plugins/simpleini/testmod_simpleini.c index 3979566e028..643632b17f0 100644 --- a/src/plugins/simpleini/testmod_simpleini.c +++ b/src/plugins/simpleini/testmod_simpleini.c @@ -3,7 +3,7 @@ * * @brief Tests for simpleini plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/simplespeclang/simplespeclang.cpp b/src/plugins/simplespeclang/simplespeclang.cpp index 34e23c8341f..785b3b14736 100644 --- a/src/plugins/simplespeclang/simplespeclang.cpp +++ b/src/plugins/simplespeclang/simplespeclang.cpp @@ -3,7 +3,7 @@ * * @brief Source for simplespeclang plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/simplespeclang/simplespeclang.hpp b/src/plugins/simplespeclang/simplespeclang.hpp index 293ad7d8d84..f49f69be584 100644 --- a/src/plugins/simplespeclang/simplespeclang.hpp +++ b/src/plugins/simplespeclang/simplespeclang.hpp @@ -3,7 +3,7 @@ * * @brief Header for simplespeclang plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/spec/spec.c b/src/plugins/spec/spec.c index 2e63b82c4ce..c1556e88db6 100644 --- a/src/plugins/spec/spec.c +++ b/src/plugins/spec/spec.c @@ -3,7 +3,7 @@ * * @brief Source for spec plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/spec/spec.h b/src/plugins/spec/spec.h index d9d86101101..48ae646840c 100644 --- a/src/plugins/spec/spec.h +++ b/src/plugins/spec/spec.h @@ -3,7 +3,7 @@ * * @brief Header for spec plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/struct/checker.cpp b/src/plugins/struct/checker.cpp index 4fe57b51293..836c0eaea43 100644 --- a/src/plugins/struct/checker.cpp +++ b/src/plugins/struct/checker.cpp @@ -3,7 +3,7 @@ * * @brief Sourcefile of Struct checker * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/struct/checker.hpp b/src/plugins/struct/checker.hpp index b732d62e4bb..38c52d6daae 100644 --- a/src/plugins/struct/checker.hpp +++ b/src/plugins/struct/checker.hpp @@ -3,7 +3,7 @@ * * @brief Headerfile of Struct checker * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/struct/factory.hpp b/src/plugins/struct/factory.hpp index 7acc287e992..e4cbdbb9fcd 100644 --- a/src/plugins/struct/factory.hpp +++ b/src/plugins/struct/factory.hpp @@ -3,7 +3,7 @@ * * @brief Headerfile of Struct checker * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/struct/struct.cpp b/src/plugins/struct/struct.cpp index 1d8be5d6ae9..2506de26377 100644 --- a/src/plugins/struct/struct.cpp +++ b/src/plugins/struct/struct.cpp @@ -3,7 +3,7 @@ * * @brief Implementation of Struct checker * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/struct/struct.hpp b/src/plugins/struct/struct.hpp index 727e7e82c24..dfc8629511b 100644 --- a/src/plugins/struct/struct.hpp +++ b/src/plugins/struct/struct.hpp @@ -3,7 +3,7 @@ * * @brief Headerfile of Struct checker * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/sync/sync.c b/src/plugins/sync/sync.c index c21a2f5eede..8c1d7695743 100644 --- a/src/plugins/sync/sync.c +++ b/src/plugins/sync/sync.c @@ -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 HAVE_KDBCONFIG diff --git a/src/plugins/sync/sync.h b/src/plugins/sync/sync.h index de536bddcd5..2e5bd923f82 100644 --- a/src/plugins/sync/sync.h +++ b/src/plugins/sync/sync.h @@ -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 ELEKTRA_PLUGIN_SYNC_H diff --git a/src/plugins/syslog/log.h b/src/plugins/syslog/log.h index 06a5e8a9c23..85e1c345bd1 100644 --- a/src/plugins/syslog/log.h +++ b/src/plugins/syslog/log.h @@ -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 diff --git a/src/plugins/syslog/syslog.c b/src/plugins/syslog/syslog.c index d480be62f16..44f254948d2 100644 --- a/src/plugins/syslog/syslog.c +++ b/src/plugins/syslog/syslog.c @@ -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 HAVE_KDBCONFIG diff --git a/src/plugins/tcl/action.cpp b/src/plugins/tcl/action.cpp index 4befd9c30f4..df88414b1a2 100644 --- a/src/plugins/tcl/action.cpp +++ b/src/plugins/tcl/action.cpp @@ -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 diff --git a/src/plugins/tcl/action.hpp b/src/plugins/tcl/action.hpp index 1665ecc6ea3..153e5427098 100644 --- a/src/plugins/tcl/action.hpp +++ b/src/plugins/tcl/action.hpp @@ -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 ACTION_HPP diff --git a/src/plugins/tcl/printer.cpp b/src/plugins/tcl/printer.cpp index 341c7d9b342..5675789670e 100644 --- a/src/plugins/tcl/printer.cpp +++ b/src/plugins/tcl/printer.cpp @@ -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 "printer.hpp" diff --git a/src/plugins/tcl/printer.hpp b/src/plugins/tcl/printer.hpp index dcd9c00d33b..e1ba68f0e00 100644 --- a/src/plugins/tcl/printer.hpp +++ b/src/plugins/tcl/printer.hpp @@ -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 PRINTER_HPP diff --git a/src/plugins/tcl/tcl.cpp b/src/plugins/tcl/tcl.cpp index 3eab886d3b8..59e79fd761e 100644 --- a/src/plugins/tcl/tcl.cpp +++ b/src/plugins/tcl/tcl.cpp @@ -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 "tcl.hpp" diff --git a/src/plugins/tcl/tcl.hpp b/src/plugins/tcl/tcl.hpp index 9fb63d1ff80..e242fb9aa42 100644 --- a/src/plugins/tcl/tcl.hpp +++ b/src/plugins/tcl/tcl.hpp @@ -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 ELEKTRA_PLUGIN_TCL_H diff --git a/src/plugins/template/template.c b/src/plugins/template/template.c index f8f7e71791b..59ebe613183 100644 --- a/src/plugins/template/template.c +++ b/src/plugins/template/template.c @@ -3,7 +3,7 @@ * * @brief Source for template plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/template/template.h b/src/plugins/template/template.h index 83c221e03d9..d4fe78dd8ca 100644 --- a/src/plugins/template/template.h +++ b/src/plugins/template/template.h @@ -3,7 +3,7 @@ * * @brief Header for template plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/template/testmod_template.c b/src/plugins/template/testmod_template.c index 37e221aeae2..dcb2fd908a4 100644 --- a/src/plugins/template/testmod_template.c +++ b/src/plugins/template/testmod_template.c @@ -3,7 +3,7 @@ * * @brief Tests for template plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/timeofday/timeofday.c b/src/plugins/timeofday/timeofday.c index f9586e8def8..403fbd5c1c8 100644 --- a/src/plugins/timeofday/timeofday.c +++ b/src/plugins/timeofday/timeofday.c @@ -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 diff --git a/src/plugins/timeofday/timeofday.h b/src/plugins/timeofday/timeofday.h index 0aa693074b6..76a8f441163 100644 --- a/src/plugins/timeofday/timeofday.h +++ b/src/plugins/timeofday/timeofday.h @@ -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 diff --git a/src/plugins/tracer/tracer.c b/src/plugins/tracer/tracer.c index 0b418ee2a5e..1a3d76c259e 100644 --- a/src/plugins/tracer/tracer.c +++ b/src/plugins/tracer/tracer.c @@ -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 HAVE_KDBCONFIG diff --git a/src/plugins/tracer/tracer.h b/src/plugins/tracer/tracer.h index 51e1e8d7f50..15aeaa9f003 100644 --- a/src/plugins/tracer/tracer.h +++ b/src/plugins/tracer/tracer.h @@ -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 diff --git a/src/plugins/type/testmod_type.cpp b/src/plugins/type/testmod_type.cpp index c5584bc49f5..d6e328d61be 100644 --- a/src/plugins/type/testmod_type.cpp +++ b/src/plugins/type/testmod_type.cpp @@ -3,7 +3,7 @@ * * @brief Tests for data type checker * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/type/type.cpp b/src/plugins/type/type.cpp index f955323cfd2..04d8ba840fd 100644 --- a/src/plugins/type/type.cpp +++ b/src/plugins/type/type.cpp @@ -3,7 +3,7 @@ * * @brief Implementation of entry points * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/type/type.hpp b/src/plugins/type/type.hpp index ca607087a99..d617b7858ca 100644 --- a/src/plugins/type/type.hpp +++ b/src/plugins/type/type.hpp @@ -3,7 +3,7 @@ * * @brief Header file for entry points * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/type/type_checker.hpp b/src/plugins/type/type_checker.hpp index 833c1be4a07..50c9b401836 100644 --- a/src/plugins/type/type_checker.hpp +++ b/src/plugins/type/type_checker.hpp @@ -3,7 +3,7 @@ * * @brief Implementation of data type checker * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/type/types.cpp b/src/plugins/type/types.cpp index cb784379bde..63378d875c6 100644 --- a/src/plugins/type/types.cpp +++ b/src/plugins/type/types.cpp @@ -3,7 +3,7 @@ * * @brief Only a destructor * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/type/types.hpp b/src/plugins/type/types.hpp index 1ec1b1c0b25..6fd93db2fea 100644 --- a/src/plugins/type/types.hpp +++ b/src/plugins/type/types.hpp @@ -3,7 +3,7 @@ * * @brief Implementation of data types * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/plugins/uname/testmod_uname.c b/src/plugins/uname/testmod_uname.c index af39ed93a3d..6d7a4004dfd 100644 --- a/src/plugins/uname/testmod_uname.c +++ b/src/plugins/uname/testmod_uname.c @@ -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) */ #ifdef HAVE_KDBCONFIG_H diff --git a/src/plugins/uname/testuname.c b/src/plugins/uname/testuname.c index 194d747e442..3e7d6004596 100644 --- a/src/plugins/uname/testuname.c +++ b/src/plugins/uname/testuname.c @@ -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 diff --git a/src/plugins/uname/uname.c b/src/plugins/uname/uname.c index 8382eb2feca..67a7e1cf610 100644 --- a/src/plugins/uname/uname.c +++ b/src/plugins/uname/uname.c @@ -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 "uname.h" diff --git a/src/plugins/uname/uname.h b/src/plugins/uname/uname.h index 9e8efdc7644..c9955fd125c 100644 --- a/src/plugins/uname/uname.h +++ b/src/plugins/uname/uname.h @@ -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 UNAME_H diff --git a/src/plugins/validation/lookupre.c b/src/plugins/validation/lookupre.c index 6296b752132..f591beefeb2 100644 --- a/src/plugins/validation/lookupre.c +++ b/src/plugins/validation/lookupre.c @@ -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 "validation.h" diff --git a/src/plugins/validation/testmod_validation.c b/src/plugins/validation/testmod_validation.c index d9c022ab9ab..139f12fe986 100644 --- a/src/plugins/validation/testmod_validation.c +++ b/src/plugins/validation/testmod_validation.c @@ -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) */ #ifdef HAVE_KDBCONFIG_H diff --git a/src/plugins/validation/validation.c b/src/plugins/validation/validation.c index 9964d708404..6be8180199f 100644 --- a/src/plugins/validation/validation.c +++ b/src/plugins/validation/validation.c @@ -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 HAVE_KDBCONFIG diff --git a/src/plugins/validation/validation.h b/src/plugins/validation/validation.h index 9562eaeef71..fea68bb88f1 100644 --- a/src/plugins/validation/validation.h +++ b/src/plugins/validation/validation.h @@ -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 ELEKTRA_PLUGIN_VALIDATION_H diff --git a/src/plugins/wresolver/wresolver.c b/src/plugins/wresolver/wresolver.c index 019e6ed1f76..7e14c2bb55d 100644 --- a/src/plugins/wresolver/wresolver.c +++ b/src/plugins/wresolver/wresolver.c @@ -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 HAVE_KDBCONFIG diff --git a/src/plugins/wresolver/wresolver.h b/src/plugins/wresolver/wresolver.h index 2b0fe2c8b63..c523281bc1b 100644 --- a/src/plugins/wresolver/wresolver.h +++ b/src/plugins/wresolver/wresolver.h @@ -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 ELEKTRA_PLUGIN_WRESOLVER_H diff --git a/src/plugins/xerces/deserializer.cpp b/src/plugins/xerces/deserializer.cpp index d7379f0c104..276179416af 100644 --- a/src/plugins/xerces/deserializer.cpp +++ b/src/plugins/xerces/deserializer.cpp @@ -3,7 +3,7 @@ * * @brief deserialization implementation for xerces plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include "deserializer.hpp" diff --git a/src/plugins/xerces/deserializer.hpp b/src/plugins/xerces/deserializer.hpp index 45285b0e4e1..a6b0c2c592e 100644 --- a/src/plugins/xerces/deserializer.hpp +++ b/src/plugins/xerces/deserializer.hpp @@ -3,7 +3,7 @@ * * @brief deserialization logic for xerces plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef ELEKTRA_PLUGIN_XERCES_DESERIALIZER_H diff --git a/src/plugins/xerces/serializer.cpp b/src/plugins/xerces/serializer.cpp index d4ca601c482..74974c1ef10 100644 --- a/src/plugins/xerces/serializer.cpp +++ b/src/plugins/xerces/serializer.cpp @@ -3,7 +3,7 @@ * * @brief serialization implementation for xerces plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include "serializer.hpp" diff --git a/src/plugins/xerces/serializer.hpp b/src/plugins/xerces/serializer.hpp index 1c6b6985c0e..6c988c23e1d 100644 --- a/src/plugins/xerces/serializer.hpp +++ b/src/plugins/xerces/serializer.hpp @@ -3,7 +3,7 @@ * * @brief serialization logic for xerces plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef ELEKTRA_PLUGIN_XERCES_SERIALIZER_H diff --git a/src/plugins/xerces/testmod_xerces.c b/src/plugins/xerces/testmod_xerces.c index 52db3ef8009..bf6500775be 100644 --- a/src/plugins/xerces/testmod_xerces.c +++ b/src/plugins/xerces/testmod_xerces.c @@ -3,7 +3,7 @@ * * @brief Tests for xerces plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/src/plugins/xerces/util.hpp b/src/plugins/xerces/util.hpp index 20975dfe0f3..b0ba5b627b3 100644 --- a/src/plugins/xerces/util.hpp +++ b/src/plugins/xerces/util.hpp @@ -6,7 +6,7 @@ * Provides unique pointers that act as a bridge between XMLCh and std::string * Provides a general XercesPluginException * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef ELEKTRA_PLUGIN_XERCES_UTIL_H diff --git a/src/plugins/xerces/xerces.cpp b/src/plugins/xerces/xerces.cpp index 3ce348683c4..e7e6dfb07f7 100644 --- a/src/plugins/xerces/xerces.cpp +++ b/src/plugins/xerces/xerces.cpp @@ -3,7 +3,7 @@ * * @brief Plugin enables storage to xml files via the Xerces library * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include "xerces.hpp" diff --git a/src/plugins/xerces/xerces.hpp b/src/plugins/xerces/xerces.hpp index 875644f4afa..380c5533504 100644 --- a/src/plugins/xerces/xerces.hpp +++ b/src/plugins/xerces/xerces.hpp @@ -3,7 +3,7 @@ * * @brief Header for xerces plugin * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef ELEKTRA_PLUGIN_XERCES_H diff --git a/src/plugins/xmltool/kdbtools.c b/src/plugins/xmltool/kdbtools.c index 9116cc9516b..a4a5350ed58 100644 --- a/src/plugins/xmltool/kdbtools.c +++ b/src/plugins/xmltool/kdbtools.c @@ -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 diff --git a/src/plugins/xmltool/kdbtools.h b/src/plugins/xmltool/kdbtools.h index 8622b66ef21..676f2d0a81d 100644 --- a/src/plugins/xmltool/kdbtools.h +++ b/src/plugins/xmltool/kdbtools.h @@ -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 KDBTOOLS_H diff --git a/src/plugins/xmltool/kscompare.c b/src/plugins/xmltool/kscompare.c index 41864835da8..064655ded38 100644 --- a/src/plugins/xmltool/kscompare.c +++ b/src/plugins/xmltool/kscompare.c @@ -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 "xmltool.h" diff --git a/src/plugins/xmltool/stream.c b/src/plugins/xmltool/stream.c index 2c479ecb431..c9b25f49b41 100644 --- a/src/plugins/xmltool/stream.c +++ b/src/plugins/xmltool/stream.c @@ -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 "xmltool.h" diff --git a/src/plugins/xmltool/testmod_xmltool.c b/src/plugins/xmltool/testmod_xmltool.c index ecb082f0db7..bae2e53d321 100644 --- a/src/plugins/xmltool/testmod_xmltool.c +++ b/src/plugins/xmltool/testmod_xmltool.c @@ -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 diff --git a/src/plugins/xmltool/xmltool.c b/src/plugins/xmltool/xmltool.c index 568d0573c01..86b531ad8ac 100644 --- a/src/plugins/xmltool/xmltool.c +++ b/src/plugins/xmltool/xmltool.c @@ -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 "xmltool.h" diff --git a/src/plugins/xmltool/xmltool.h b/src/plugins/xmltool/xmltool.h index 810644784a6..5dd43666cf5 100644 --- a/src/plugins/xmltool/xmltool.h +++ b/src/plugins/xmltool/xmltool.h @@ -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 ELEKTRA_PLUGIN_XMLTOOL_H diff --git a/src/plugins/yajl/iterator.c b/src/plugins/yajl/iterator.c index 9d23a3e372a..5b791d13527 100644 --- a/src/plugins/yajl/iterator.c +++ b/src/plugins/yajl/iterator.c @@ -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 "iterator.h" diff --git a/src/plugins/yajl/iterator.h b/src/plugins/yajl/iterator.h index 49508c6de02..cf59c8c69d9 100644 --- a/src/plugins/yajl/iterator.h +++ b/src/plugins/yajl/iterator.h @@ -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 ELEKTRA_PLUGIN_YAJL_ITERATOR_H diff --git a/src/plugins/yajl/name.c b/src/plugins/yajl/name.c index 694fa01569d..7682dfbd031 100644 --- a/src/plugins/yajl/name.c +++ b/src/plugins/yajl/name.c @@ -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 "name.h" diff --git a/src/plugins/yajl/name.h b/src/plugins/yajl/name.h index fec91aabae0..eead6fa4a12 100644 --- a/src/plugins/yajl/name.h +++ b/src/plugins/yajl/name.h @@ -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 ELEKTRA_PLUGIN_YAJL_NAME_H diff --git a/src/plugins/yajl/testmod_yajl.c b/src/plugins/yajl/testmod_yajl.c index af9aa38986b..0a065869d1e 100644 --- a/src/plugins/yajl/testmod_yajl.c +++ b/src/plugins/yajl/testmod_yajl.c @@ -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 "iterator.h" diff --git a/src/plugins/yajl/yajl.c b/src/plugins/yajl/yajl.c index 1416cb7a1a2..0488676020e 100644 --- a/src/plugins/yajl/yajl.c +++ b/src/plugins/yajl/yajl.c @@ -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 "yajl.h" diff --git a/src/plugins/yajl/yajl.h.in b/src/plugins/yajl/yajl.h.in index d15cffb0f11..8967ef9d676 100644 --- a/src/plugins/yajl/yajl.h.in +++ b/src/plugins/yajl/yajl.h.in @@ -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 diff --git a/src/plugins/yajl/yajl_gen.c b/src/plugins/yajl/yajl_gen.c index 435d1811c2e..7ee73e8cdc4 100644 --- a/src/plugins/yajl/yajl_gen.c +++ b/src/plugins/yajl/yajl_gen.c @@ -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 "yajl_gen.h" diff --git a/src/plugins/yajl/yajl_gen.h b/src/plugins/yajl/yajl_gen.h index 6fcb25e7400..f7558e122ab 100644 --- a/src/plugins/yajl/yajl_gen.h +++ b/src/plugins/yajl/yajl_gen.h @@ -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 YAJL_GEN_H diff --git a/src/plugins/yajl/yajl_gen_close.c b/src/plugins/yajl/yajl_gen_close.c index 526b8994c81..ee656d621c0 100644 --- a/src/plugins/yajl/yajl_gen_close.c +++ b/src/plugins/yajl/yajl_gen_close.c @@ -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 "yajl_gen.h" diff --git a/src/plugins/yajl/yajl_gen_open.c b/src/plugins/yajl/yajl_gen_open.c index eaf974fca26..65fc67d1dce 100644 --- a/src/plugins/yajl/yajl_gen_open.c +++ b/src/plugins/yajl/yajl_gen_open.c @@ -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 "yajl_gen.h" diff --git a/src/plugins/yajl/yajl_parse.c b/src/plugins/yajl/yajl_parse.c index 3da420f8670..275ec9ad9c5 100644 --- a/src/plugins/yajl/yajl_parse.c +++ b/src/plugins/yajl/yajl_parse.c @@ -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 "yajl.h" diff --git a/src/tools/gen/template/context_dynamic.hpp b/src/tools/gen/template/context_dynamic.hpp index 25c5b410035..83a091f9137 100644 --- a/src/tools/gen/template/context_dynamic.hpp +++ b/src/tools/gen/template/context_dynamic.hpp @@ -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) */ #compiler-settings diff --git a/src/tools/gen/template/context_static.hpp b/src/tools/gen/template/context_static.hpp index 6754d553466..a9f60e23b66 100644 --- a/src/tools/gen/template/context_static.hpp +++ b/src/tools/gen/template/context_static.hpp @@ -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) */ #compiler-settings diff --git a/src/tools/gen/template/genopt.c b/src/tools/gen/template/genopt.c index a12a8e5b0aa..5c7bca92429 100644 --- a/src/tools/gen/template/genopt.c +++ b/src/tools/gen/template/genopt.c @@ -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) */ #compiler-settings diff --git a/src/tools/gen/template/genopt.h b/src/tools/gen/template/genopt.h index 6ce80eb2b9f..c831e006375 100644 --- a/src/tools/gen/template/genopt.h +++ b/src/tools/gen/template/genopt.h @@ -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) */ #compiler-settings diff --git a/src/tools/gen/template/nested.hpp b/src/tools/gen/template/nested.hpp index 82ac4c5135f..6ae489727db 100644 --- a/src/tools/gen/template/nested.hpp +++ b/src/tools/gen/template/nested.hpp @@ -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) */ #compiler-settings diff --git a/src/tools/gen/template/template.h b/src/tools/gen/template/template.h index 8b0138808dc..90ea9302fd5 100644 --- a/src/tools/gen/template/template.h +++ b/src/tools/gen/template/template.h @@ -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) */ #compiler-settings diff --git a/src/tools/gen/template/template.hpp b/src/tools/gen/template/template.hpp index 06d70484366..a3269412794 100644 --- a/src/tools/gen/template/template.hpp +++ b/src/tools/gen/template/template.hpp @@ -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) */ #compiler-settings diff --git a/src/tools/gen/tests/editor_context.cpp b/src/tools/gen/tests/editor_context.cpp index e877f652384..e4670d30bb9 100644 --- a/src/tools/gen/tests/editor_context.cpp +++ b/src/tools/gen/tests/editor_context.cpp @@ -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 "editor_context.hpp" diff --git a/src/tools/gen/tests/lift.c b/src/tools/gen/tests/lift.c index 09ad1c4f737..37571c176ce 100644 --- a/src/tools/gen/tests/lift.c +++ b/src/tools/gen/tests/lift.c @@ -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 "lift.h" diff --git a/src/tools/gen/tests/lift.cpp b/src/tools/gen/tests/lift.cpp index 4bcffc6ea08..9af8cdc86b9 100644 --- a/src/tools/gen/tests/lift.cpp +++ b/src/tools/gen/tests/lift.cpp @@ -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 "lift.hpp" diff --git a/src/tools/gen/tests/lift_context.cpp b/src/tools/gen/tests/lift_context.cpp index d2a9f875b1e..3a17f562373 100644 --- a/src/tools/gen/tests/lift_context.cpp +++ b/src/tools/gen/tests/lift_context.cpp @@ -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 "lift_context_dynamic.hpp" diff --git a/src/tools/gen/tests/lift_nested.cpp b/src/tools/gen/tests/lift_nested.cpp index 47f989447d8..3cd7f99bb75 100644 --- a/src/tools/gen/tests/lift_nested.cpp +++ b/src/tools/gen/tests/lift_nested.cpp @@ -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 "lift_nested.hpp" diff --git a/src/tools/gen/tests/visit_context.cpp b/src/tools/gen/tests/visit_context.cpp index 89f77230618..11388f6f5a3 100644 --- a/src/tools/gen/tests/visit_context.cpp +++ b/src/tools/gen/tests/visit_context.cpp @@ -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 "visit_context.hpp" diff --git a/src/tools/gen/util/util.c b/src/tools/gen/util/util.c index d36ad1cf5b6..fa0ad2e7ff5 100644 --- a/src/tools/gen/util/util.c +++ b/src/tools/gen/util/util.c @@ -14,7 +14,7 @@ This is how a static method would work to allow shared code: @def header(filename) /** @file * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * * \warning this is a generated file, do not modify it * \warning this is a prototype and not production code diff --git a/src/tools/gen/util/util.cpp b/src/tools/gen/util/util.cpp index 851a0f8b192..b4e2eef4279 100644 --- a/src/tools/gen/util/util.cpp +++ b/src/tools/gen/util/util.cpp @@ -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 diff --git a/src/tools/kdb/ansicolors.cpp b/src/tools/kdb/ansicolors.cpp index 1a9a59f23f3..d4ea859269e 100644 --- a/src/tools/kdb/ansicolors.cpp +++ b/src/tools/kdb/ansicolors.cpp @@ -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 "ansicolors.hpp" diff --git a/src/tools/kdb/ansicolors.hpp b/src/tools/kdb/ansicolors.hpp index 390e0a27e9e..da076f09824 100644 --- a/src/tools/kdb/ansicolors.hpp +++ b/src/tools/kdb/ansicolors.hpp @@ -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 ANSI_COLORS_HPP diff --git a/src/tools/kdb/check.cpp b/src/tools/kdb/check.cpp index 5a7c933419c..ea574287fc4 100644 --- a/src/tools/kdb/check.cpp +++ b/src/tools/kdb/check.cpp @@ -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 diff --git a/src/tools/kdb/check.hpp b/src/tools/kdb/check.hpp index 53e1906e5c6..61bce1c53a5 100644 --- a/src/tools/kdb/check.hpp +++ b/src/tools/kdb/check.hpp @@ -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 CHECK_HPP diff --git a/src/tools/kdb/cmdline.cpp b/src/tools/kdb/cmdline.cpp index d98ea55006c..9736b12bfab 100644 --- a/src/tools/kdb/cmdline.cpp +++ b/src/tools/kdb/cmdline.cpp @@ -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 diff --git a/src/tools/kdb/cmdline.hpp b/src/tools/kdb/cmdline.hpp index 0db296495d3..8bd55921ca8 100644 --- a/src/tools/kdb/cmdline.hpp +++ b/src/tools/kdb/cmdline.hpp @@ -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 CMDLINE_HPP diff --git a/src/tools/kdb/coloredkdbio.hpp b/src/tools/kdb/coloredkdbio.hpp index 1cfd98b8011..fd3abc74e6a 100644 --- a/src/tools/kdb/coloredkdbio.hpp +++ b/src/tools/kdb/coloredkdbio.hpp @@ -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 ELEKTRA_KDB_IO_HPP diff --git a/src/tools/kdb/command.cpp b/src/tools/kdb/command.cpp index 1206963ea3b..0b36d0b288a 100644 --- a/src/tools/kdb/command.cpp +++ b/src/tools/kdb/command.cpp @@ -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 diff --git a/src/tools/kdb/command.hpp b/src/tools/kdb/command.hpp index f705dc2de7a..b6f87f2c0ee 100644 --- a/src/tools/kdb/command.hpp +++ b/src/tools/kdb/command.hpp @@ -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 COMMAND_HPP diff --git a/src/tools/kdb/complete.cpp b/src/tools/kdb/complete.cpp index 3ecf86b637c..bc9a914ff80 100644 --- a/src/tools/kdb/complete.cpp +++ b/src/tools/kdb/complete.cpp @@ -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 "complete.hpp" diff --git a/src/tools/kdb/complete.hpp b/src/tools/kdb/complete.hpp index 5cecb401e5d..62cc4efd3ac 100644 --- a/src/tools/kdb/complete.hpp +++ b/src/tools/kdb/complete.hpp @@ -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 COMPLETE_H diff --git a/src/tools/kdb/convert.cpp b/src/tools/kdb/convert.cpp index d60d12fe809..9a63881c194 100644 --- a/src/tools/kdb/convert.cpp +++ b/src/tools/kdb/convert.cpp @@ -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 diff --git a/src/tools/kdb/convert.hpp b/src/tools/kdb/convert.hpp index 7b31353a6aa..9e2ba42d6f9 100644 --- a/src/tools/kdb/convert.hpp +++ b/src/tools/kdb/convert.hpp @@ -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 CONVERT_HPP diff --git a/src/tools/kdb/cp.cpp b/src/tools/kdb/cp.cpp index 78b0d0aabdb..0d134f25567 100644 --- a/src/tools/kdb/cp.cpp +++ b/src/tools/kdb/cp.cpp @@ -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 diff --git a/src/tools/kdb/cp.hpp b/src/tools/kdb/cp.hpp index a7f8cdc1156..fe4c735a624 100644 --- a/src/tools/kdb/cp.hpp +++ b/src/tools/kdb/cp.hpp @@ -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 CP_HPP diff --git a/src/tools/kdb/export.cpp b/src/tools/kdb/export.cpp index ddd1ade894d..ebcfa8092f5 100644 --- a/src/tools/kdb/export.cpp +++ b/src/tools/kdb/export.cpp @@ -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 diff --git a/src/tools/kdb/export.hpp b/src/tools/kdb/export.hpp index ead4bacc1bc..6d3317bef93 100644 --- a/src/tools/kdb/export.hpp +++ b/src/tools/kdb/export.hpp @@ -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 EXPORT_H diff --git a/src/tools/kdb/external.cpp b/src/tools/kdb/external.cpp index d0ddaec23d6..a5e6a07406f 100644 --- a/src/tools/kdb/external.cpp +++ b/src/tools/kdb/external.cpp @@ -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 "kdbconfig.h" diff --git a/src/tools/kdb/external.hpp b/src/tools/kdb/external.hpp index b5233e6e271..abb354dfb7c 100644 --- a/src/tools/kdb/external.hpp +++ b/src/tools/kdb/external.hpp @@ -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 EXTERNAL_HPP diff --git a/src/tools/kdb/factory.hpp b/src/tools/kdb/factory.hpp index 5efb26e18c4..35352811fbb 100644 --- a/src/tools/kdb/factory.hpp +++ b/src/tools/kdb/factory.hpp @@ -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 FACTORY_HPP diff --git a/src/tools/kdb/file.cpp b/src/tools/kdb/file.cpp index 5088140c13b..b8012c24d62 100644 --- a/src/tools/kdb/file.cpp +++ b/src/tools/kdb/file.cpp @@ -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 diff --git a/src/tools/kdb/file.hpp b/src/tools/kdb/file.hpp index 6be82595735..8e65ab79535 100644 --- a/src/tools/kdb/file.hpp +++ b/src/tools/kdb/file.hpp @@ -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 FILE_HPP diff --git a/src/tools/kdb/fstab.cpp b/src/tools/kdb/fstab.cpp index 14a7a4462cf..bc49a13efd0 100644 --- a/src/tools/kdb/fstab.cpp +++ b/src/tools/kdb/fstab.cpp @@ -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 diff --git a/src/tools/kdb/fstab.hpp b/src/tools/kdb/fstab.hpp index 1dad93297b5..90f6f6ddbf2 100644 --- a/src/tools/kdb/fstab.hpp +++ b/src/tools/kdb/fstab.hpp @@ -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 FSTAB_HPP diff --git a/src/tools/kdb/get.cpp b/src/tools/kdb/get.cpp index 2618bc5c666..6ecba1a53e4 100644 --- a/src/tools/kdb/get.cpp +++ b/src/tools/kdb/get.cpp @@ -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 diff --git a/src/tools/kdb/get.hpp b/src/tools/kdb/get.hpp index b8a8cb86a1c..3bc51ad326d 100644 --- a/src/tools/kdb/get.hpp +++ b/src/tools/kdb/get.hpp @@ -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 GET_HPP diff --git a/src/tools/kdb/globalmount.cpp b/src/tools/kdb/globalmount.cpp index 6e14886451f..597d3bffea3 100644 --- a/src/tools/kdb/globalmount.cpp +++ b/src/tools/kdb/globalmount.cpp @@ -3,7 +3,7 @@ * * @brief source file of spec mount command * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/tools/kdb/globalmount.hpp b/src/tools/kdb/globalmount.hpp index 1c181fdf9fd..f392aa35334 100644 --- a/src/tools/kdb/globalmount.hpp +++ b/src/tools/kdb/globalmount.hpp @@ -3,7 +3,7 @@ * * @brief header file of spec mount command * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/tools/kdb/import.cpp b/src/tools/kdb/import.cpp index 85241a1ff05..f2afdc41c4e 100644 --- a/src/tools/kdb/import.cpp +++ b/src/tools/kdb/import.cpp @@ -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 diff --git a/src/tools/kdb/import.hpp b/src/tools/kdb/import.hpp index 4329cdea90d..83ade527eeb 100644 --- a/src/tools/kdb/import.hpp +++ b/src/tools/kdb/import.hpp @@ -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 IMPORT_HPP diff --git a/src/tools/kdb/info.cpp b/src/tools/kdb/info.cpp index 22237123dd9..4e5f0014f81 100644 --- a/src/tools/kdb/info.cpp +++ b/src/tools/kdb/info.cpp @@ -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 diff --git a/src/tools/kdb/info.hpp b/src/tools/kdb/info.hpp index 2157b6187d5..f1722d34ba3 100644 --- a/src/tools/kdb/info.hpp +++ b/src/tools/kdb/info.hpp @@ -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 INFO_HPP diff --git a/src/tools/kdb/list.cpp b/src/tools/kdb/list.cpp index ecc7e587fc5..2ed695693dc 100644 --- a/src/tools/kdb/list.cpp +++ b/src/tools/kdb/list.cpp @@ -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 diff --git a/src/tools/kdb/list.hpp b/src/tools/kdb/list.hpp index f1b7dc1401a..2ba9983aed0 100644 --- a/src/tools/kdb/list.hpp +++ b/src/tools/kdb/list.hpp @@ -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 LIST_H diff --git a/src/tools/kdb/listcommands.cpp b/src/tools/kdb/listcommands.cpp index 57387dafda2..1c06a3887d8 100644 --- a/src/tools/kdb/listcommands.cpp +++ b/src/tools/kdb/listcommands.cpp @@ -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 diff --git a/src/tools/kdb/listcommands.hpp b/src/tools/kdb/listcommands.hpp index 6546aa9a351..cd2b80abf60 100644 --- a/src/tools/kdb/listcommands.hpp +++ b/src/tools/kdb/listcommands.hpp @@ -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 LIST_COMMANDS_H diff --git a/src/tools/kdb/ls.cpp b/src/tools/kdb/ls.cpp index 6524ba5ace3..82d0c4cd724 100644 --- a/src/tools/kdb/ls.cpp +++ b/src/tools/kdb/ls.cpp @@ -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 diff --git a/src/tools/kdb/ls.hpp b/src/tools/kdb/ls.hpp index 01dc5885ade..fcf938d641c 100644 --- a/src/tools/kdb/ls.hpp +++ b/src/tools/kdb/ls.hpp @@ -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 LS_H diff --git a/src/tools/kdb/main.cpp b/src/tools/kdb/main.cpp index b637387f5f9..81582d3a74a 100644 --- a/src/tools/kdb/main.cpp +++ b/src/tools/kdb/main.cpp @@ -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 diff --git a/src/tools/kdb/merge.cpp b/src/tools/kdb/merge.cpp index 702b44136bc..49f688dace5 100644 --- a/src/tools/kdb/merge.cpp +++ b/src/tools/kdb/merge.cpp @@ -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 diff --git a/src/tools/kdb/merge.hpp b/src/tools/kdb/merge.hpp index 94ea7945933..5fe64ca799e 100644 --- a/src/tools/kdb/merge.hpp +++ b/src/tools/kdb/merge.hpp @@ -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 MERGE_HPP diff --git a/src/tools/kdb/mergehelper.cpp b/src/tools/kdb/mergehelper.cpp index 8bf124c31b8..1f8bb8e2217 100644 --- a/src/tools/kdb/mergehelper.cpp +++ b/src/tools/kdb/mergehelper.cpp @@ -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 diff --git a/src/tools/kdb/mergehelper.hpp b/src/tools/kdb/mergehelper.hpp index c41f3000a4e..4b27ca65b9b 100644 --- a/src/tools/kdb/mergehelper.hpp +++ b/src/tools/kdb/mergehelper.hpp @@ -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 MERGEHELPER_HPP_ diff --git a/src/tools/kdb/metaget.cpp b/src/tools/kdb/metaget.cpp index d634334bb9b..842a996d993 100644 --- a/src/tools/kdb/metaget.cpp +++ b/src/tools/kdb/metaget.cpp @@ -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 diff --git a/src/tools/kdb/metaget.hpp b/src/tools/kdb/metaget.hpp index acd56415d1b..c1f5c24d957 100644 --- a/src/tools/kdb/metaget.hpp +++ b/src/tools/kdb/metaget.hpp @@ -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 METAGET_HPP diff --git a/src/tools/kdb/metals.cpp b/src/tools/kdb/metals.cpp index c2f1189d222..ef94f9e7378 100644 --- a/src/tools/kdb/metals.cpp +++ b/src/tools/kdb/metals.cpp @@ -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 diff --git a/src/tools/kdb/metals.hpp b/src/tools/kdb/metals.hpp index bd1bbc3d002..1bd33de35dc 100644 --- a/src/tools/kdb/metals.hpp +++ b/src/tools/kdb/metals.hpp @@ -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 METALS_H diff --git a/src/tools/kdb/metaremove.cpp b/src/tools/kdb/metaremove.cpp index 2764d7d0dc4..006e80ca0b7 100644 --- a/src/tools/kdb/metaremove.cpp +++ b/src/tools/kdb/metaremove.cpp @@ -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 diff --git a/src/tools/kdb/metaremove.hpp b/src/tools/kdb/metaremove.hpp index 343013a4ca8..a148c8e5f06 100644 --- a/src/tools/kdb/metaremove.hpp +++ b/src/tools/kdb/metaremove.hpp @@ -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 METAREMOVE_HPP diff --git a/src/tools/kdb/metaset.cpp b/src/tools/kdb/metaset.cpp index f591f71a3ea..cd375e9f38c 100644 --- a/src/tools/kdb/metaset.cpp +++ b/src/tools/kdb/metaset.cpp @@ -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 diff --git a/src/tools/kdb/metaset.hpp b/src/tools/kdb/metaset.hpp index e07aa81ea2c..bdc0e5a4e37 100644 --- a/src/tools/kdb/metaset.hpp +++ b/src/tools/kdb/metaset.hpp @@ -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 METASET_HPP diff --git a/src/tools/kdb/mount.cpp b/src/tools/kdb/mount.cpp index af464054112..08d9bc9e1a3 100644 --- a/src/tools/kdb/mount.cpp +++ b/src/tools/kdb/mount.cpp @@ -3,7 +3,7 @@ * * @brief source file of mount command * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/tools/kdb/mount.hpp b/src/tools/kdb/mount.hpp index 4e27cc0d5d6..accedb81879 100644 --- a/src/tools/kdb/mount.hpp +++ b/src/tools/kdb/mount.hpp @@ -3,7 +3,7 @@ * * @brief header file of mount command * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/tools/kdb/mountbase.cpp b/src/tools/kdb/mountbase.cpp index d12cde9baa4..c19786bec79 100644 --- a/src/tools/kdb/mountbase.cpp +++ b/src/tools/kdb/mountbase.cpp @@ -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 diff --git a/src/tools/kdb/mountbase.hpp b/src/tools/kdb/mountbase.hpp index ad3e84f15f1..9a3e2e4bd70 100644 --- a/src/tools/kdb/mountbase.hpp +++ b/src/tools/kdb/mountbase.hpp @@ -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 MOUNTBASE_HPP_ diff --git a/src/tools/kdb/mv.cpp b/src/tools/kdb/mv.cpp index 7501b633702..ed0f714dafd 100644 --- a/src/tools/kdb/mv.cpp +++ b/src/tools/kdb/mv.cpp @@ -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 diff --git a/src/tools/kdb/mv.hpp b/src/tools/kdb/mv.hpp index f944eb7b86f..a0edb01bb84 100644 --- a/src/tools/kdb/mv.hpp +++ b/src/tools/kdb/mv.hpp @@ -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 MV_HPP diff --git a/src/tools/kdb/remount.cpp b/src/tools/kdb/remount.cpp index ab3fb90580b..0e455fc4291 100644 --- a/src/tools/kdb/remount.cpp +++ b/src/tools/kdb/remount.cpp @@ -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 diff --git a/src/tools/kdb/remount.hpp b/src/tools/kdb/remount.hpp index a1e46753044..68a7c89d73f 100644 --- a/src/tools/kdb/remount.hpp +++ b/src/tools/kdb/remount.hpp @@ -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 REMOUNT_HPP_ diff --git a/src/tools/kdb/rename.hpp b/src/tools/kdb/rename.hpp index 04ca24ee58d..2c3e03c3577 100644 --- a/src/tools/kdb/rename.hpp +++ b/src/tools/kdb/rename.hpp @@ -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 diff --git a/src/tools/kdb/rm.cpp b/src/tools/kdb/rm.cpp index bf366af9af0..d36dd91c65f 100644 --- a/src/tools/kdb/rm.cpp +++ b/src/tools/kdb/rm.cpp @@ -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 diff --git a/src/tools/kdb/rm.hpp b/src/tools/kdb/rm.hpp index 3c72029384f..7b5b9736353 100644 --- a/src/tools/kdb/rm.hpp +++ b/src/tools/kdb/rm.hpp @@ -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 REMOVE_HPP diff --git a/src/tools/kdb/set.cpp b/src/tools/kdb/set.cpp index 7e1d5fe340b..5ce49b912b7 100644 --- a/src/tools/kdb/set.cpp +++ b/src/tools/kdb/set.cpp @@ -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 diff --git a/src/tools/kdb/set.hpp b/src/tools/kdb/set.hpp index 4b6f85f6ee2..23bc50ebc82 100644 --- a/src/tools/kdb/set.hpp +++ b/src/tools/kdb/set.hpp @@ -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 SET_HPP diff --git a/src/tools/kdb/sget.cpp b/src/tools/kdb/sget.cpp index 5c08f6b46da..abdfdb734b1 100644 --- a/src/tools/kdb/sget.cpp +++ b/src/tools/kdb/sget.cpp @@ -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 diff --git a/src/tools/kdb/sget.hpp b/src/tools/kdb/sget.hpp index d8ac2eae3f6..b5501c43839 100644 --- a/src/tools/kdb/sget.hpp +++ b/src/tools/kdb/sget.hpp @@ -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 SHELL_GET_HPP diff --git a/src/tools/kdb/shell.cpp b/src/tools/kdb/shell.cpp index 70906485c19..19b8d65b5d8 100644 --- a/src/tools/kdb/shell.cpp +++ b/src/tools/kdb/shell.cpp @@ -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 diff --git a/src/tools/kdb/shell.hpp b/src/tools/kdb/shell.hpp index c50d5f7c9fa..f78c2f679b0 100644 --- a/src/tools/kdb/shell.hpp +++ b/src/tools/kdb/shell.hpp @@ -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 SHELL_HPP diff --git a/src/tools/kdb/specmount.cpp b/src/tools/kdb/specmount.cpp index 1625bbf5575..b251f94bf50 100644 --- a/src/tools/kdb/specmount.cpp +++ b/src/tools/kdb/specmount.cpp @@ -3,7 +3,7 @@ * * @brief source file of spec mount command * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/tools/kdb/specmount.hpp b/src/tools/kdb/specmount.hpp index 3a03f4659b4..9100428b55f 100644 --- a/src/tools/kdb/specmount.hpp +++ b/src/tools/kdb/specmount.hpp @@ -3,7 +3,7 @@ * * @brief header file of spec mount command * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/src/tools/kdb/test.cpp b/src/tools/kdb/test.cpp index 542138dccef..97d4252e8ff 100644 --- a/src/tools/kdb/test.cpp +++ b/src/tools/kdb/test.cpp @@ -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 diff --git a/src/tools/kdb/test.hpp b/src/tools/kdb/test.hpp index a118efef598..9671761be3e 100644 --- a/src/tools/kdb/test.hpp +++ b/src/tools/kdb/test.hpp @@ -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 TEST_H diff --git a/src/tools/kdb/umount.cpp b/src/tools/kdb/umount.cpp index 383988e0322..b672d4a0edd 100644 --- a/src/tools/kdb/umount.cpp +++ b/src/tools/kdb/umount.cpp @@ -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 diff --git a/src/tools/kdb/umount.hpp b/src/tools/kdb/umount.hpp index 89acaa113da..15c2ee4b53b 100644 --- a/src/tools/kdb/umount.hpp +++ b/src/tools/kdb/umount.hpp @@ -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 UMOUNT_HPP diff --git a/src/tools/kdb/validation.cpp b/src/tools/kdb/validation.cpp index 96ae3cfdff8..cecdf013c1b 100644 --- a/src/tools/kdb/validation.cpp +++ b/src/tools/kdb/validation.cpp @@ -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 diff --git a/src/tools/kdb/validation.hpp b/src/tools/kdb/validation.hpp index ec5150c7d6d..a7e79c4becb 100644 --- a/src/tools/kdb/validation.hpp +++ b/src/tools/kdb/validation.hpp @@ -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 VALIDATION_HPP diff --git a/src/tools/qt-gui/src/QQuickThemeIconProvider.cpp b/src/tools/qt-gui/src/QQuickThemeIconProvider.cpp index c1e26fab902..e154190e86b 100644 --- a/src/tools/qt-gui/src/QQuickThemeIconProvider.cpp +++ b/src/tools/qt-gui/src/QQuickThemeIconProvider.cpp @@ -4,7 +4,7 @@ * @brief XDG QQuickImageProvider (original source from http://gitlab.unique-conception.org/qt-libraries/lib-qt-qml-tricks) * @author Gabriel Rauter (rauter.gabriel@gmail.com) * @author Thomas Boutroue (thebootroo@gmail.com) - * @copyright relicenced under BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright relicenced under BSD License (see LICENSE.md or https://www.libelektra.org) */ #include "QQuickThemeIconProvider.hpp" diff --git a/src/tools/qt-gui/src/QQuickThemeIconProvider.hpp b/src/tools/qt-gui/src/QQuickThemeIconProvider.hpp index 94a992b2a2f..d9ebc591614 100644 --- a/src/tools/qt-gui/src/QQuickThemeIconProvider.hpp +++ b/src/tools/qt-gui/src/QQuickThemeIconProvider.hpp @@ -4,7 +4,7 @@ * @brief XDG QQuickImageProvider (original source from http://gitlab.unique-conception.org/qt-libraries/lib-qt-qml-tricks) * @author Gabriel Rauter (rauter.gabriel@gmail.com) * @author Thomas Boutroue (thebootroo@gmail.com) - * @copyright relicenced under BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright relicenced under BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef QQUICKTHEMEICONPROVIDER_H diff --git a/src/tools/qt-gui/src/confignode.cpp b/src/tools/qt-gui/src/confignode.cpp index 0ea6fa9aab8..02cea7cb32a 100644 --- a/src/tools/qt-gui/src/confignode.cpp +++ b/src/tools/qt-gui/src/confignode.cpp @@ -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 "confignode.hpp" diff --git a/src/tools/qt-gui/src/confignode.hpp b/src/tools/qt-gui/src/confignode.hpp index fd9c78f5020..68be6a57503 100644 --- a/src/tools/qt-gui/src/confignode.hpp +++ b/src/tools/qt-gui/src/confignode.hpp @@ -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 CONFIGNODE_H diff --git a/src/tools/qt-gui/src/copykeycommand.cpp b/src/tools/qt-gui/src/copykeycommand.cpp index d37b36902b1..d77441cfbce 100644 --- a/src/tools/qt-gui/src/copykeycommand.cpp +++ b/src/tools/qt-gui/src/copykeycommand.cpp @@ -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 "copykeycommand.hpp" diff --git a/src/tools/qt-gui/src/copykeycommand.hpp b/src/tools/qt-gui/src/copykeycommand.hpp index 230232ddaae..172127cdc75 100644 --- a/src/tools/qt-gui/src/copykeycommand.hpp +++ b/src/tools/qt-gui/src/copykeycommand.hpp @@ -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 COPYKEYCOMMAND_H diff --git a/src/tools/qt-gui/src/cutkeycommand.cpp b/src/tools/qt-gui/src/cutkeycommand.cpp index 0ade31d2b5a..de3aefbae37 100644 --- a/src/tools/qt-gui/src/cutkeycommand.cpp +++ b/src/tools/qt-gui/src/cutkeycommand.cpp @@ -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 "cutkeycommand.hpp" diff --git a/src/tools/qt-gui/src/cutkeycommand.hpp b/src/tools/qt-gui/src/cutkeycommand.hpp index 5e7e4e8499d..bd738c5e67f 100644 --- a/src/tools/qt-gui/src/cutkeycommand.hpp +++ b/src/tools/qt-gui/src/cutkeycommand.hpp @@ -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 CUTKEYCOMMAND_H diff --git a/src/tools/qt-gui/src/datacontainer.cpp b/src/tools/qt-gui/src/datacontainer.cpp index e85effbf1a8..6450b4b2a5d 100644 --- a/src/tools/qt-gui/src/datacontainer.cpp +++ b/src/tools/qt-gui/src/datacontainer.cpp @@ -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 "datacontainer.hpp" diff --git a/src/tools/qt-gui/src/datacontainer.hpp b/src/tools/qt-gui/src/datacontainer.hpp index 8656fc45cff..a63a6ac2992 100644 --- a/src/tools/qt-gui/src/datacontainer.hpp +++ b/src/tools/qt-gui/src/datacontainer.hpp @@ -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 DATACONTAINER_HPP diff --git a/src/tools/qt-gui/src/deletekeycommand.cpp b/src/tools/qt-gui/src/deletekeycommand.cpp index c777941af53..e0df368db34 100644 --- a/src/tools/qt-gui/src/deletekeycommand.cpp +++ b/src/tools/qt-gui/src/deletekeycommand.cpp @@ -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 "deletekeycommand.hpp" diff --git a/src/tools/qt-gui/src/deletekeycommand.hpp b/src/tools/qt-gui/src/deletekeycommand.hpp index b814dcab4a1..d36792c9fd1 100644 --- a/src/tools/qt-gui/src/deletekeycommand.hpp +++ b/src/tools/qt-gui/src/deletekeycommand.hpp @@ -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 DELETEKEYCOMMAND_HPP diff --git a/src/tools/qt-gui/src/editkeycommand.cpp b/src/tools/qt-gui/src/editkeycommand.cpp index c34800a01d0..928a58338db 100644 --- a/src/tools/qt-gui/src/editkeycommand.cpp +++ b/src/tools/qt-gui/src/editkeycommand.cpp @@ -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 "editkeycommand.hpp" diff --git a/src/tools/qt-gui/src/editkeycommand.hpp b/src/tools/qt-gui/src/editkeycommand.hpp index 42ca9cad961..41d9ca90caf 100644 --- a/src/tools/qt-gui/src/editkeycommand.hpp +++ b/src/tools/qt-gui/src/editkeycommand.hpp @@ -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 EDITKEYCOMMAND_HPP diff --git a/src/tools/qt-gui/src/findvisitor.cpp b/src/tools/qt-gui/src/findvisitor.cpp index 0835ba5fdd8..84012209ea8 100644 --- a/src/tools/qt-gui/src/findvisitor.cpp +++ b/src/tools/qt-gui/src/findvisitor.cpp @@ -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 "findvisitor.hpp" diff --git a/src/tools/qt-gui/src/findvisitor.hpp b/src/tools/qt-gui/src/findvisitor.hpp index 2b853e70d45..b6a5f3b6ecc 100644 --- a/src/tools/qt-gui/src/findvisitor.hpp +++ b/src/tools/qt-gui/src/findvisitor.hpp @@ -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 FINDVISITOR_HPP diff --git a/src/tools/qt-gui/src/guibackend.cpp b/src/tools/qt-gui/src/guibackend.cpp index 6a29628979d..c541a37d465 100644 --- a/src/tools/qt-gui/src/guibackend.cpp +++ b/src/tools/qt-gui/src/guibackend.cpp @@ -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 "guibackend.hpp" diff --git a/src/tools/qt-gui/src/guibackend.hpp b/src/tools/qt-gui/src/guibackend.hpp index 1b1b300931d..d787d8577ea 100644 --- a/src/tools/qt-gui/src/guibackend.hpp +++ b/src/tools/qt-gui/src/guibackend.hpp @@ -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 GUIBACKEND_HPP diff --git a/src/tools/qt-gui/src/guisettings.cpp b/src/tools/qt-gui/src/guisettings.cpp index db0c478352a..4d8ba1896c2 100644 --- a/src/tools/qt-gui/src/guisettings.cpp +++ b/src/tools/qt-gui/src/guisettings.cpp @@ -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 "guisettings.hpp" diff --git a/src/tools/qt-gui/src/guisettings.hpp b/src/tools/qt-gui/src/guisettings.hpp index 540aabe9dff..3ddddf360c9 100644 --- a/src/tools/qt-gui/src/guisettings.hpp +++ b/src/tools/qt-gui/src/guisettings.hpp @@ -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 GUISETTINGS_HPP diff --git a/src/tools/qt-gui/src/importconfigurationcommand.cpp b/src/tools/qt-gui/src/importconfigurationcommand.cpp index 6fae732423a..5801feb45a6 100644 --- a/src/tools/qt-gui/src/importconfigurationcommand.cpp +++ b/src/tools/qt-gui/src/importconfigurationcommand.cpp @@ -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 "importconfigurationcommand.hpp" diff --git a/src/tools/qt-gui/src/importconfigurationcommand.hpp b/src/tools/qt-gui/src/importconfigurationcommand.hpp index b17856cec94..09d488d9aca 100644 --- a/src/tools/qt-gui/src/importconfigurationcommand.hpp +++ b/src/tools/qt-gui/src/importconfigurationcommand.hpp @@ -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 IMPORTCONFIGURATIONCOMMAND_H diff --git a/src/tools/qt-gui/src/keysetvisitor.cpp b/src/tools/qt-gui/src/keysetvisitor.cpp index 4183840bf8a..6f8a279b7b9 100644 --- a/src/tools/qt-gui/src/keysetvisitor.cpp +++ b/src/tools/qt-gui/src/keysetvisitor.cpp @@ -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 "keysetvisitor.hpp" diff --git a/src/tools/qt-gui/src/keysetvisitor.hpp b/src/tools/qt-gui/src/keysetvisitor.hpp index 8b8d1c780fa..94b5ea1e3d9 100644 --- a/src/tools/qt-gui/src/keysetvisitor.hpp +++ b/src/tools/qt-gui/src/keysetvisitor.hpp @@ -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 KEYSETVISITOR_HPP diff --git a/src/tools/qt-gui/src/main.cpp b/src/tools/qt-gui/src/main.cpp index a1ea4a86188..8cfcdddbfaf 100644 --- a/src/tools/qt-gui/src/main.cpp +++ b/src/tools/qt-gui/src/main.cpp @@ -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 diff --git a/src/tools/qt-gui/src/newkeycommand.cpp b/src/tools/qt-gui/src/newkeycommand.cpp index 4e783e08d9e..0096e274efa 100644 --- a/src/tools/qt-gui/src/newkeycommand.cpp +++ b/src/tools/qt-gui/src/newkeycommand.cpp @@ -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 "newkeycommand.hpp" diff --git a/src/tools/qt-gui/src/newkeycommand.hpp b/src/tools/qt-gui/src/newkeycommand.hpp index ff2f73785ff..ffe2fda9d42 100644 --- a/src/tools/qt-gui/src/newkeycommand.hpp +++ b/src/tools/qt-gui/src/newkeycommand.hpp @@ -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 NEWKEYCOMMAND_HPP diff --git a/src/tools/qt-gui/src/printvisitor.cpp b/src/tools/qt-gui/src/printvisitor.cpp index f71c35190b3..7d52a36547e 100644 --- a/src/tools/qt-gui/src/printvisitor.cpp +++ b/src/tools/qt-gui/src/printvisitor.cpp @@ -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 "printvisitor.hpp" diff --git a/src/tools/qt-gui/src/printvisitor.hpp b/src/tools/qt-gui/src/printvisitor.hpp index c7d6cd780d3..949cc99c533 100644 --- a/src/tools/qt-gui/src/printvisitor.hpp +++ b/src/tools/qt-gui/src/printvisitor.hpp @@ -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 PRINTVISITOR_HPP diff --git a/src/tools/qt-gui/src/treeviewmodel.cpp b/src/tools/qt-gui/src/treeviewmodel.cpp index c692f5584a5..7a531988cc8 100644 --- a/src/tools/qt-gui/src/treeviewmodel.cpp +++ b/src/tools/qt-gui/src/treeviewmodel.cpp @@ -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 "treeviewmodel.hpp" diff --git a/src/tools/qt-gui/src/treeviewmodel.hpp b/src/tools/qt-gui/src/treeviewmodel.hpp index 8033728133a..86b6362166b 100644 --- a/src/tools/qt-gui/src/treeviewmodel.hpp +++ b/src/tools/qt-gui/src/treeviewmodel.hpp @@ -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 TREEVIEWMODEL_H diff --git a/src/tools/qt-gui/src/undomanager.cpp b/src/tools/qt-gui/src/undomanager.cpp index 7ca61427b6f..f1925c01b61 100644 --- a/src/tools/qt-gui/src/undomanager.cpp +++ b/src/tools/qt-gui/src/undomanager.cpp @@ -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 "undomanager.hpp" diff --git a/src/tools/qt-gui/src/undomanager.hpp b/src/tools/qt-gui/src/undomanager.hpp index b9217945efc..254d4e70d7e 100644 --- a/src/tools/qt-gui/src/undomanager.hpp +++ b/src/tools/qt-gui/src/undomanager.hpp @@ -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 UNDOMANAGER_HPP diff --git a/src/tools/qt-gui/src/visitor.hpp b/src/tools/qt-gui/src/visitor.hpp index ed9bb67bb9d..57a24c246d7 100644 --- a/src/tools/qt-gui/src/visitor.hpp +++ b/src/tools/qt-gui/src/visitor.hpp @@ -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 VISITOR_H diff --git a/src/tools/qt-gui/unittest/confignodetest.cpp b/src/tools/qt-gui/unittest/confignodetest.cpp index c713a8620ab..cf4cf1c3a67 100644 --- a/src/tools/qt-gui/unittest/confignodetest.cpp +++ b/src/tools/qt-gui/unittest/confignodetest.cpp @@ -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 "confignodetest.hpp" diff --git a/src/tools/qt-gui/unittest/confignodetest.hpp b/src/tools/qt-gui/unittest/confignodetest.hpp index 27b1d934251..c74356556fc 100644 --- a/src/tools/qt-gui/unittest/confignodetest.hpp +++ b/src/tools/qt-gui/unittest/confignodetest.hpp @@ -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 CONFIGNODETEST_HPP diff --git a/src/tools/qt-gui/unittest/treeviewtest.cpp b/src/tools/qt-gui/unittest/treeviewtest.cpp index 0de91db9027..35e63a3f8db 100644 --- a/src/tools/qt-gui/unittest/treeviewtest.cpp +++ b/src/tools/qt-gui/unittest/treeviewtest.cpp @@ -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 "treeviewtest.hpp" diff --git a/src/tools/qt-gui/unittest/treeviewtest.hpp b/src/tools/qt-gui/unittest/treeviewtest.hpp index 57a79bf882c..1df76ceab50 100644 --- a/src/tools/qt-gui/unittest/treeviewtest.hpp +++ b/src/tools/qt-gui/unittest/treeviewtest.hpp @@ -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 TREEVIEWTEST_HPP diff --git a/src/tools/race/race.c b/src/tools/race/race.c index 693e95c7de1..fc97dc58432 100644 --- a/src/tools/race/race.c +++ b/src/tools/race/race.c @@ -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 diff --git a/src/tools/rest-backend/authentication_application.cpp b/src/tools/rest-backend/authentication_application.cpp index 6106ddabb86..4e1e1b83674 100644 --- a/src/tools/rest-backend/authentication_application.cpp +++ b/src/tools/rest-backend/authentication_application.cpp @@ -3,7 +3,7 @@ * * @brief cppcms controller implementation managing authentication resources * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/src/tools/rest-backend/authentication_application.hpp b/src/tools/rest-backend/authentication_application.hpp index ebc632a9287..b1d3a521adf 100644 --- a/src/tools/rest-backend/authentication_application.hpp +++ b/src/tools/rest-backend/authentication_application.hpp @@ -3,7 +3,7 @@ * * @brief header for cppcms controller managing authentication resources * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef ELEKTRA_REST_AUTHENTICATIONAPP_HPP diff --git a/src/tools/rest-backend/benchmarks/testdata.cpp b/src/tools/rest-backend/benchmarks/testdata.cpp index c8b2ee14948..41e07b6e50d 100644 --- a/src/tools/rest-backend/benchmarks/testdata.cpp +++ b/src/tools/rest-backend/benchmarks/testdata.cpp @@ -3,7 +3,7 @@ * * @brief implementation of test data generator functions * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/src/tools/rest-backend/benchmarks/testdata.hpp b/src/tools/rest-backend/benchmarks/testdata.hpp index 1acef6220f3..33216bbdcc9 100644 --- a/src/tools/rest-backend/benchmarks/testdata.hpp +++ b/src/tools/rest-backend/benchmarks/testdata.hpp @@ -3,7 +3,7 @@ * * @brief test data generator functions * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef ELEKTRA_REST_BENCHMARK_TESTDATA_HPP diff --git a/src/tools/rest-backend/benchmarks/timer.hpp b/src/tools/rest-backend/benchmarks/timer.hpp index d560ab4e940..cd127daaef5 100644 --- a/src/tools/rest-backend/benchmarks/timer.hpp +++ b/src/tools/rest-backend/benchmarks/timer.hpp @@ -3,7 +3,7 @@ * * @brief timer class that can be utilized to measure timings in benchmarks * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef ELEKTRA_REST_BENCHMARK_TIMER_HPP diff --git a/src/tools/rest-backend/config.cpp b/src/tools/rest-backend/config.cpp index f710f177d2c..7eee799fb3d 100644 --- a/src/tools/rest-backend/config.cpp +++ b/src/tools/rest-backend/config.cpp @@ -3,7 +3,7 @@ * * @brief configuration helper functions * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/src/tools/rest-backend/config.hpp.in b/src/tools/rest-backend/config.hpp.in index 9080a71034e..24d00cae21c 100644 --- a/src/tools/rest-backend/config.hpp.in +++ b/src/tools/rest-backend/config.hpp.in @@ -3,7 +3,7 @@ * * @brief configuration header containing compile-time constants * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef ELEKTRA_REST_CONFIG_HPP diff --git a/src/tools/rest-backend/conversion_application.cpp b/src/tools/rest-backend/conversion_application.cpp index 15260f4cf9d..102d0382de8 100644 --- a/src/tools/rest-backend/conversion_application.cpp +++ b/src/tools/rest-backend/conversion_application.cpp @@ -3,7 +3,7 @@ * * @brief cppcms controller implementation managing snippet conversion resources * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/src/tools/rest-backend/conversion_application.hpp b/src/tools/rest-backend/conversion_application.hpp index 7abc1445d57..a44a9620509 100644 --- a/src/tools/rest-backend/conversion_application.hpp +++ b/src/tools/rest-backend/conversion_application.hpp @@ -3,7 +3,7 @@ * * @brief header for cppcms controller managing snippet conversion resources * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef ELEKTRA_REST_CONVERSIONAPP_HPP diff --git a/src/tools/rest-backend/crypto.cpp b/src/tools/rest-backend/crypto.cpp index 439ea1be6d1..28da00fc00b 100644 --- a/src/tools/rest-backend/crypto.cpp +++ b/src/tools/rest-backend/crypto.cpp @@ -3,7 +3,7 @@ * * @brief cryptographic helper functions * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/src/tools/rest-backend/crypto.hpp b/src/tools/rest-backend/crypto.hpp index a131d949172..fa0b4ddcbc2 100644 --- a/src/tools/rest-backend/crypto.hpp +++ b/src/tools/rest-backend/crypto.hpp @@ -3,7 +3,7 @@ * * @brief header for cryptographic helper functions * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef ELEKTRA_REST_CRYPTO_HPP diff --git a/src/tools/rest-backend/database_application.cpp b/src/tools/rest-backend/database_application.cpp index 5d991680840..4d124f9c9b3 100644 --- a/src/tools/rest-backend/database_application.cpp +++ b/src/tools/rest-backend/database_application.cpp @@ -3,7 +3,7 @@ * * @brief cppcms controller implementation managing snippet entry resources * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/src/tools/rest-backend/database_application.hpp b/src/tools/rest-backend/database_application.hpp index f3519ffec9e..fdc38a8388a 100644 --- a/src/tools/rest-backend/database_application.hpp +++ b/src/tools/rest-backend/database_application.hpp @@ -3,7 +3,7 @@ * * @brief header for cppcms controller managing snippet entry resources * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef ELEKTRA_REST_DATABASEAPP_HPP diff --git a/src/tools/rest-backend/exceptions.hpp b/src/tools/rest-backend/exceptions.hpp index 75921c6a281..b16da010379 100644 --- a/src/tools/rest-backend/exceptions.hpp +++ b/src/tools/rest-backend/exceptions.hpp @@ -3,7 +3,7 @@ * * @brief exceptions used in the REST backend * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef ELEKTRA_REST_EXCEPTIONS_HPP diff --git a/src/tools/rest-backend/kdb_includes.hpp b/src/tools/rest-backend/kdb_includes.hpp index 51dc2b4dabf..ded1ce5f4a2 100644 --- a/src/tools/rest-backend/kdb_includes.hpp +++ b/src/tools/rest-backend/kdb_includes.hpp @@ -3,7 +3,7 @@ * * @brief common elektra/kdb includes * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef ELEKTRA_INCLUDES_HPP diff --git a/src/tools/rest-backend/main.cpp b/src/tools/rest-backend/main.cpp index 6544ac97f4f..d2c0697f2d8 100644 --- a/src/tools/rest-backend/main.cpp +++ b/src/tools/rest-backend/main.cpp @@ -3,7 +3,7 @@ * * @brief application main file - entry point * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/src/tools/rest-backend/model_configformat.hpp b/src/tools/rest-backend/model_configformat.hpp index 818f5172640..39298a9d560 100644 --- a/src/tools/rest-backend/model_configformat.hpp +++ b/src/tools/rest-backend/model_configformat.hpp @@ -3,7 +3,7 @@ * * @brief model for configuration + format * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef ELEKTRA_REST_MODEL_CONFIGFORMAT_HPP diff --git a/src/tools/rest-backend/model_entry.hpp b/src/tools/rest-backend/model_entry.hpp index 5346b246a43..cf86a29f7b9 100644 --- a/src/tools/rest-backend/model_entry.hpp +++ b/src/tools/rest-backend/model_entry.hpp @@ -3,7 +3,7 @@ * * @brief model for snippet entry * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef ELEKTRA_REST_MODEL_ENTRY_HPP diff --git a/src/tools/rest-backend/model_importedconfig.hpp b/src/tools/rest-backend/model_importedconfig.hpp index 0ce02326a95..bdbd7c53cba 100644 --- a/src/tools/rest-backend/model_importedconfig.hpp +++ b/src/tools/rest-backend/model_importedconfig.hpp @@ -3,7 +3,7 @@ * * @brief model for internal (elektra based) representation of snippet * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef ELEKTRA_REST_MODEL_IMPORTEDCONFIG_HPP diff --git a/src/tools/rest-backend/model_user.hpp b/src/tools/rest-backend/model_user.hpp index 84bc2ece4c2..4436435003a 100644 --- a/src/tools/rest-backend/model_user.hpp +++ b/src/tools/rest-backend/model_user.hpp @@ -3,7 +3,7 @@ * * @brief model for user * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef ELEKTRA_REST_MODEL_USER_HPP diff --git a/src/tools/rest-backend/root_application.cpp b/src/tools/rest-backend/root_application.cpp index 49aeae2f253..5e7695caa95 100644 --- a/src/tools/rest-backend/root_application.cpp +++ b/src/tools/rest-backend/root_application.cpp @@ -3,7 +3,7 @@ * * @brief cppcms controller managing global resources * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/src/tools/rest-backend/root_application.hpp b/src/tools/rest-backend/root_application.hpp index 837cef6c975..cb8b9de62d7 100644 --- a/src/tools/rest-backend/root_application.hpp +++ b/src/tools/rest-backend/root_application.hpp @@ -3,7 +3,7 @@ * * @brief header for cppcms controller implementation managing global resources * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef ELEKTRA_REST_ROOTAPP_HPP diff --git a/src/tools/rest-backend/service.hpp b/src/tools/rest-backend/service.hpp index 8c1e9fcb330..a524e9a43ff 100644 --- a/src/tools/rest-backend/service.hpp +++ b/src/tools/rest-backend/service.hpp @@ -3,7 +3,7 @@ * * @brief header for the service classes * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef ELEKTRA_REST_SERVICE_HPP diff --git a/src/tools/rest-backend/service_config.cpp b/src/tools/rest-backend/service_config.cpp index 513f67f8439..7168ace1287 100644 --- a/src/tools/rest-backend/service_config.cpp +++ b/src/tools/rest-backend/service_config.cpp @@ -3,7 +3,7 @@ * * @brief implementation of the config service class * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/src/tools/rest-backend/service_convert.cpp b/src/tools/rest-backend/service_convert.cpp index 4e7aea2e922..430cfc72ba6 100644 --- a/src/tools/rest-backend/service_convert.cpp +++ b/src/tools/rest-backend/service_convert.cpp @@ -3,7 +3,7 @@ * * @brief implementation of the conversion service class * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/src/tools/rest-backend/service_search.cpp b/src/tools/rest-backend/service_search.cpp index f9d085678ac..67cff18129f 100644 --- a/src/tools/rest-backend/service_search.cpp +++ b/src/tools/rest-backend/service_search.cpp @@ -3,7 +3,7 @@ * * @brief implementation of the search service class * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/src/tools/rest-backend/service_storage.cpp b/src/tools/rest-backend/service_storage.cpp index 6fd226f4404..3202b8d9828 100644 --- a/src/tools/rest-backend/service_storage.cpp +++ b/src/tools/rest-backend/service_storage.cpp @@ -3,7 +3,7 @@ * * @brief implementation of the storage service class * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/src/tools/rest-backend/singleton.hpp b/src/tools/rest-backend/singleton.hpp index 81b965e4149..eccf3b7f0dd 100644 --- a/src/tools/rest-backend/singleton.hpp +++ b/src/tools/rest-backend/singleton.hpp @@ -3,7 +3,7 @@ * * @brief header-only singleton class template * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef ELEKTRA_REST_TEMPLATE_SINGLETON_HPP diff --git a/src/tools/rest-backend/tests/test_model_configformat.cpp b/src/tools/rest-backend/tests/test_model_configformat.cpp index 2932eaf949e..afe81d49837 100644 --- a/src/tools/rest-backend/tests/test_model_configformat.cpp +++ b/src/tools/rest-backend/tests/test_model_configformat.cpp @@ -3,7 +3,7 @@ * * @brief tests for the configformat model * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/src/tools/rest-backend/tests/test_model_entry.cpp b/src/tools/rest-backend/tests/test_model_entry.cpp index 88182279a2c..c708cf9cca7 100644 --- a/src/tools/rest-backend/tests/test_model_entry.cpp +++ b/src/tools/rest-backend/tests/test_model_entry.cpp @@ -3,7 +3,7 @@ * * @brief tests for the entry model * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/src/tools/rest-backend/tests/test_model_pluginformat.cpp b/src/tools/rest-backend/tests/test_model_pluginformat.cpp index 69b8a529bd3..4eacfe95019 100644 --- a/src/tools/rest-backend/tests/test_model_pluginformat.cpp +++ b/src/tools/rest-backend/tests/test_model_pluginformat.cpp @@ -3,7 +3,7 @@ * * @brief tests for the pluginformat model * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/src/tools/rest-backend/tests/test_model_user.cpp b/src/tools/rest-backend/tests/test_model_user.cpp index 67bd22fe431..fc8d20bf8ef 100644 --- a/src/tools/rest-backend/tests/test_model_user.cpp +++ b/src/tools/rest-backend/tests/test_model_user.cpp @@ -3,7 +3,7 @@ * * @brief tests for the user model * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/src/tools/rest-backend/tests/test_service_configengine.cpp b/src/tools/rest-backend/tests/test_service_configengine.cpp index 9a6ae47ea99..41908206acb 100644 --- a/src/tools/rest-backend/tests/test_service_configengine.cpp +++ b/src/tools/rest-backend/tests/test_service_configengine.cpp @@ -3,7 +3,7 @@ * * @brief tests for the config service * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/src/tools/rest-backend/tests/test_service_convertengine.cpp b/src/tools/rest-backend/tests/test_service_convertengine.cpp index 20b318c0f62..be7721ae353 100644 --- a/src/tools/rest-backend/tests/test_service_convertengine.cpp +++ b/src/tools/rest-backend/tests/test_service_convertengine.cpp @@ -3,7 +3,7 @@ * * @brief tests for the convert service * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/src/tools/rest-backend/tests/test_service_searchengine.cpp b/src/tools/rest-backend/tests/test_service_searchengine.cpp index 49b75327340..3817c565e86 100644 --- a/src/tools/rest-backend/tests/test_service_searchengine.cpp +++ b/src/tools/rest-backend/tests/test_service_searchengine.cpp @@ -3,7 +3,7 @@ * * @brief tests for the search service * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/src/tools/rest-backend/tests/test_service_storageengine.cpp b/src/tools/rest-backend/tests/test_service_storageengine.cpp index e18705b25c5..af4acd2cfa8 100644 --- a/src/tools/rest-backend/tests/test_service_storageengine.cpp +++ b/src/tools/rest-backend/tests/test_service_storageengine.cpp @@ -3,7 +3,7 @@ * * @brief tests for the storage service * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/src/tools/rest-backend/tests/test_utils_crypto.cpp b/src/tools/rest-backend/tests/test_utils_crypto.cpp index f781e7eec53..dfafde30644 100644 --- a/src/tools/rest-backend/tests/test_utils_crypto.cpp +++ b/src/tools/rest-backend/tests/test_utils_crypto.cpp @@ -3,7 +3,7 @@ * * @brief tests for the configformat model * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/src/tools/rest-backend/user_application.cpp b/src/tools/rest-backend/user_application.cpp index b2788333b0c..acf22f0ec22 100644 --- a/src/tools/rest-backend/user_application.cpp +++ b/src/tools/rest-backend/user_application.cpp @@ -3,7 +3,7 @@ * * @brief cppcms controller implementation managing user resources * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/src/tools/rest-backend/user_application.hpp b/src/tools/rest-backend/user_application.hpp index c57a7ec52b0..fa69f708960 100644 --- a/src/tools/rest-backend/user_application.hpp +++ b/src/tools/rest-backend/user_application.hpp @@ -3,7 +3,7 @@ * * @brief header for cppcms controller managing user resources * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef ELEKTRA_REST_USERAPP_HPP diff --git a/src/tools/rest-frontend/resources/structure.json.in b/src/tools/rest-frontend/resources/structure.json.in index 161c75d698e..1e277008b76 100644 --- a/src/tools/rest-frontend/resources/structure.json.in +++ b/src/tools/rest-frontend/resources/structure.json.in @@ -171,7 +171,7 @@ "name": "License", "type": "staticfile", "options": { - "path": "doc/LICENSE.md" + "path": "LICENSE.md" } }, { diff --git a/src/tools/web/client/css/main.css b/src/tools/web/client/css/main.css index 924d18228c8..80cac4a2673 100644 --- a/src/tools/web/client/css/main.css +++ b/src/tools/web/client/css/main.css @@ -3,7 +3,7 @@ * * @brief main stylesheet for the elektra-web client application * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ @font-face { diff --git a/src/tools/web/client/css/react-treeview.css b/src/tools/web/client/css/react-treeview.css index 9806d125c4c..b41ceb9ffad 100644 --- a/src/tools/web/client/css/react-treeview.css +++ b/src/tools/web/client/css/react-treeview.css @@ -3,7 +3,7 @@ * * @brief stylesheet for the treeview in the elektra-web client application * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ /* the tree node's style */ diff --git a/src/tools/web/client/src/actions/clusters.js b/src/tools/web/client/src/actions/clusters.js index a141bacc9e4..2fc905184fa 100644 --- a/src/tools/web/client/src/actions/clusters.js +++ b/src/tools/web/client/src/actions/clusters.js @@ -3,7 +3,7 @@ * * @brief cluster specific actions * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import { thunkCreator, parseJSONResponse } from './utils' diff --git a/src/tools/web/client/src/actions/container.js b/src/tools/web/client/src/actions/container.js index 699c94e2147..9ee3f41d20d 100644 --- a/src/tools/web/client/src/actions/container.js +++ b/src/tools/web/client/src/actions/container.js @@ -3,7 +3,7 @@ * * @brief container (main overview) specific actions * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ export const ADD_INSTANCE = 'ADD_INSTANCE' diff --git a/src/tools/web/client/src/actions/index.js b/src/tools/web/client/src/actions/index.js index a4628686c05..b8463cf226b 100644 --- a/src/tools/web/client/src/actions/index.js +++ b/src/tools/web/client/src/actions/index.js @@ -3,7 +3,7 @@ * * @brief exports all available actions so they can be imported from ./actions * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ export { diff --git a/src/tools/web/client/src/actions/instances.js b/src/tools/web/client/src/actions/instances.js index f95f97e9237..3f5fd9b5b69 100644 --- a/src/tools/web/client/src/actions/instances.js +++ b/src/tools/web/client/src/actions/instances.js @@ -3,7 +3,7 @@ * * @brief instance specific actions * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import { thunkCreator, parseJSONResponse } from './utils' diff --git a/src/tools/web/client/src/actions/kdb.js b/src/tools/web/client/src/actions/kdb.js index 1472a5a4595..bbba778af39 100644 --- a/src/tools/web/client/src/actions/kdb.js +++ b/src/tools/web/client/src/actions/kdb.js @@ -3,7 +3,7 @@ * * @brief Elektra key database (kdb) specific actions, used in the tree view * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import { thunkCreator, encodePath, parseJSONResponse } from './utils' diff --git a/src/tools/web/client/src/actions/router.js b/src/tools/web/client/src/actions/router.js index 673083f89d2..02c901278e8 100644 --- a/src/tools/web/client/src/actions/router.js +++ b/src/tools/web/client/src/actions/router.js @@ -3,7 +3,7 @@ * * @brief router specific actions * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import { thunkCreator, parseJSONResponse } from './utils' diff --git a/src/tools/web/client/src/actions/utils.js b/src/tools/web/client/src/actions/utils.js index 53b6c7a5b4f..2af28366db3 100644 --- a/src/tools/web/client/src/actions/utils.js +++ b/src/tools/web/client/src/actions/utils.js @@ -3,7 +3,7 @@ * * @brief utility functions used in multiple actions * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ // create a promise handler that: diff --git a/src/tools/web/client/src/components/App.jsx b/src/tools/web/client/src/components/App.jsx index a1c5ebed523..ef8749f0adf 100644 --- a/src/tools/web/client/src/components/App.jsx +++ b/src/tools/web/client/src/components/App.jsx @@ -6,7 +6,7 @@ * it renders the overview page or the configuration page, depending on the * router state. it also renders the DevTools sidebar in development mode. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import React from 'react' diff --git a/src/tools/web/client/src/components/ClusterCard.jsx b/src/tools/web/client/src/components/ClusterCard.jsx index dedf917c662..8a076476a05 100644 --- a/src/tools/web/client/src/components/ClusterCard.jsx +++ b/src/tools/web/client/src/components/ClusterCard.jsx @@ -3,7 +3,7 @@ * * @brief this is the representation of a cluster in the main overview * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import React from 'react' diff --git a/src/tools/web/client/src/components/Configuration.jsx b/src/tools/web/client/src/components/Configuration.jsx index bef1dfa6c5b..56c5aedb78b 100644 --- a/src/tools/web/client/src/components/Configuration.jsx +++ b/src/tools/web/client/src/components/Configuration.jsx @@ -6,7 +6,7 @@ * it renders the interactive tree view and the CreateKey component to be able * to create new keys in the Elektra key database * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import React from 'react' diff --git a/src/tools/web/client/src/components/Container.jsx b/src/tools/web/client/src/components/Container.jsx index 8a32dac6cbf..1995ad63917 100644 --- a/src/tools/web/client/src/components/Container.jsx +++ b/src/tools/web/client/src/components/Container.jsx @@ -6,7 +6,7 @@ * it's a grid container showing clusters first, then instances. it also renders * the CreateInstanceCard when the user presses the "create instance" button. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import React from 'react' diff --git a/src/tools/web/client/src/components/CreateInstanceCard.jsx b/src/tools/web/client/src/components/CreateInstanceCard.jsx index 9e2c059a070..06c26fa0101 100644 --- a/src/tools/web/client/src/components/CreateInstanceCard.jsx +++ b/src/tools/web/client/src/components/CreateInstanceCard.jsx @@ -8,7 +8,7 @@ * are used to create the instance. once the instance is saved, it turns into a * normal InstanceCard * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import React from 'react' diff --git a/src/tools/web/client/src/components/CreateKey.jsx b/src/tools/web/client/src/components/CreateKey.jsx index d50ff7571ca..293b379816c 100644 --- a/src/tools/web/client/src/components/CreateKey.jsx +++ b/src/tools/web/client/src/components/CreateKey.jsx @@ -3,7 +3,7 @@ * * @brief this component is used to create a new key on the configuration page * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import React from 'react' diff --git a/src/tools/web/client/src/components/ErrorSnackbar.jsx b/src/tools/web/client/src/components/ErrorSnackbar.jsx index dc4ddce2fbc..29fe5fc464a 100644 --- a/src/tools/web/client/src/components/ErrorSnackbar.jsx +++ b/src/tools/web/client/src/components/ErrorSnackbar.jsx @@ -3,7 +3,7 @@ * * @brief shows errors in a small notification on the bottom of the UI * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import React from 'react' diff --git a/src/tools/web/client/src/components/InstanceCard.jsx b/src/tools/web/client/src/components/InstanceCard.jsx index 7b1b9a1b764..7450d618430 100644 --- a/src/tools/web/client/src/components/InstanceCard.jsx +++ b/src/tools/web/client/src/components/InstanceCard.jsx @@ -3,7 +3,7 @@ * * @brief this is the representation of an instance in the main overview * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import React from 'react' diff --git a/src/tools/web/client/src/components/Menu.jsx b/src/tools/web/client/src/components/Menu.jsx index 1f5bc4e90c0..377550d23a8 100644 --- a/src/tools/web/client/src/components/Menu.jsx +++ b/src/tools/web/client/src/components/Menu.jsx @@ -6,7 +6,7 @@ * it shows the current page and, if on the overview page, it will show buttons * to create clusters and instances * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import React from 'react' diff --git a/src/tools/web/client/src/components/TreeItem.jsx b/src/tools/web/client/src/components/TreeItem.jsx index 4613a727e1e..815cd3684b7 100644 --- a/src/tools/web/client/src/components/TreeItem.jsx +++ b/src/tools/web/client/src/components/TreeItem.jsx @@ -6,7 +6,7 @@ * can have a text field to change the value, it also provides other operations * (like deleting keys) * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import React from 'react' diff --git a/src/tools/web/client/src/components/TreeView.jsx b/src/tools/web/client/src/components/TreeView.jsx index aaa6a0c9d47..bd3e9de6d4c 100644 --- a/src/tools/web/client/src/components/TreeView.jsx +++ b/src/tools/web/client/src/components/TreeView.jsx @@ -8,7 +8,7 @@ * nodes with values (via `valueField`) * - adjusted css class names * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import React, { PropTypes } from 'react' diff --git a/src/tools/web/client/src/containers/ConnectedApp.js b/src/tools/web/client/src/containers/ConnectedApp.js index 8fda05dd903..07032907bad 100644 --- a/src/tools/web/client/src/containers/ConnectedApp.js +++ b/src/tools/web/client/src/containers/ConnectedApp.js @@ -5,7 +5,7 @@ * * by mapping redux state and action creators to its properties * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import { connect } from 'react-redux' diff --git a/src/tools/web/client/src/containers/ConnectedClusterCard.js b/src/tools/web/client/src/containers/ConnectedClusterCard.js index 24c11116d92..bf26cb58778 100644 --- a/src/tools/web/client/src/containers/ConnectedClusterCard.js +++ b/src/tools/web/client/src/containers/ConnectedClusterCard.js @@ -5,7 +5,7 @@ * * by mapping redux state and action creators to its properties * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import { connect } from 'react-redux' diff --git a/src/tools/web/client/src/containers/ConnectedConfiguration.js b/src/tools/web/client/src/containers/ConnectedConfiguration.js index 82b7e5c4b50..e4c34017b48 100644 --- a/src/tools/web/client/src/containers/ConnectedConfiguration.js +++ b/src/tools/web/client/src/containers/ConnectedConfiguration.js @@ -5,7 +5,7 @@ * * by mapping redux state and action creators to its properties * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import { connect } from 'react-redux' diff --git a/src/tools/web/client/src/containers/ConnectedContainer.js b/src/tools/web/client/src/containers/ConnectedContainer.js index a3ebc326cda..6b14a223d75 100644 --- a/src/tools/web/client/src/containers/ConnectedContainer.js +++ b/src/tools/web/client/src/containers/ConnectedContainer.js @@ -5,7 +5,7 @@ * * by mapping redux state and action creators to its properties * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import { connect } from 'react-redux' diff --git a/src/tools/web/client/src/containers/ConnectedCreateInstanceCard.js b/src/tools/web/client/src/containers/ConnectedCreateInstanceCard.js index f914a7b746b..f30116ab964 100644 --- a/src/tools/web/client/src/containers/ConnectedCreateInstanceCard.js +++ b/src/tools/web/client/src/containers/ConnectedCreateInstanceCard.js @@ -5,7 +5,7 @@ * * by mapping redux state and action creators to its properties * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import { connect } from 'react-redux' diff --git a/src/tools/web/client/src/containers/ConnectedErrorSnackbar.js b/src/tools/web/client/src/containers/ConnectedErrorSnackbar.js index 5ec7baa3426..e3f9ea9d74d 100644 --- a/src/tools/web/client/src/containers/ConnectedErrorSnackbar.js +++ b/src/tools/web/client/src/containers/ConnectedErrorSnackbar.js @@ -5,7 +5,7 @@ * * by mapping redux state and action creators to its properties * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import { connect } from 'react-redux' diff --git a/src/tools/web/client/src/containers/ConnectedInstanceCard.js b/src/tools/web/client/src/containers/ConnectedInstanceCard.js index 8d2cde29635..a2e8e717b49 100644 --- a/src/tools/web/client/src/containers/ConnectedInstanceCard.js +++ b/src/tools/web/client/src/containers/ConnectedInstanceCard.js @@ -5,7 +5,7 @@ * * by mapping redux state and action creators to its properties * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import { connect } from 'react-redux' diff --git a/src/tools/web/client/src/containers/ConnectedMenu.js b/src/tools/web/client/src/containers/ConnectedMenu.js index 64a944d95a3..90611de02ba 100644 --- a/src/tools/web/client/src/containers/ConnectedMenu.js +++ b/src/tools/web/client/src/containers/ConnectedMenu.js @@ -5,7 +5,7 @@ * * by mapping redux state and action creators to its properties * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import { connect } from 'react-redux' diff --git a/src/tools/web/client/src/containers/DevTools.js b/src/tools/web/client/src/containers/DevTools.js index b9b35a70a64..46d7ac1993f 100644 --- a/src/tools/web/client/src/containers/DevTools.js +++ b/src/tools/web/client/src/containers/DevTools.js @@ -3,7 +3,7 @@ * * @brief create redux devtools (sidebar in development mode) * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import React from 'react' diff --git a/src/tools/web/client/src/index.js b/src/tools/web/client/src/index.js index 40811abb72a..d2492861740 100644 --- a/src/tools/web/client/src/index.js +++ b/src/tools/web/client/src/index.js @@ -5,7 +5,7 @@ * * here we fetch all data and initialize redux and react * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import React from 'react' diff --git a/src/tools/web/client/src/reducers/clusters.js b/src/tools/web/client/src/reducers/clusters.js index 5b8c184edbf..5a5fb4a4452 100644 --- a/src/tools/web/client/src/reducers/clusters.js +++ b/src/tools/web/client/src/reducers/clusters.js @@ -3,7 +3,7 @@ * * @brief handle actions related to clusters * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import { diff --git a/src/tools/web/client/src/reducers/container.js b/src/tools/web/client/src/reducers/container.js index e0dde4a22e4..9a2417b8d0e 100644 --- a/src/tools/web/client/src/reducers/container.js +++ b/src/tools/web/client/src/reducers/container.js @@ -3,7 +3,7 @@ * * @brief handle actions in the main overview (container of instances/clusters) * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import { diff --git a/src/tools/web/client/src/reducers/error.js b/src/tools/web/client/src/reducers/error.js index fe663ada085..982d924fca4 100644 --- a/src/tools/web/client/src/reducers/error.js +++ b/src/tools/web/client/src/reducers/error.js @@ -5,7 +5,7 @@ * * they will be shown in a small notification at the bottom of the UI * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import { diff --git a/src/tools/web/client/src/reducers/index.js b/src/tools/web/client/src/reducers/index.js index 105a1fb01a7..9426bf27722 100644 --- a/src/tools/web/client/src/reducers/index.js +++ b/src/tools/web/client/src/reducers/index.js @@ -3,7 +3,7 @@ * * @brief this combines all reducers into one tree * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import { combineReducers } from 'redux' diff --git a/src/tools/web/client/src/reducers/instances.js b/src/tools/web/client/src/reducers/instances.js index d0b4aa042a8..16ab196f4e5 100644 --- a/src/tools/web/client/src/reducers/instances.js +++ b/src/tools/web/client/src/reducers/instances.js @@ -3,7 +3,7 @@ * * @brief handle actions related to instances * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import { diff --git a/src/tools/web/client/src/reducers/kdb.js b/src/tools/web/client/src/reducers/kdb.js index 5fdb39f311b..6ee3d614c93 100644 --- a/src/tools/web/client/src/reducers/kdb.js +++ b/src/tools/web/client/src/reducers/kdb.js @@ -3,7 +3,7 @@ * * @brief handle actions related to operations on the Elektra key database (kdb) * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import { GET_KEY_SUCCESS, SET_KEY_REQUEST, DELETE_KEY_REQUEST } from '../actions' diff --git a/src/tools/web/client/src/router.js b/src/tools/web/client/src/router.js index 416de0cb55a..ac6bd94e4de 100644 --- a/src/tools/web/client/src/router.js +++ b/src/tools/web/client/src/router.js @@ -3,7 +3,7 @@ * * @brief a small router implementation using redux * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import { diff --git a/src/tools/web/client/src/store.js b/src/tools/web/client/src/store.js index 10f5e407b6a..83cdb38067f 100644 --- a/src/tools/web/client/src/store.js +++ b/src/tools/web/client/src/store.js @@ -3,7 +3,7 @@ * * @brief initialize the redux store * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import { createStore, applyMiddleware, compose } from 'redux' diff --git a/src/tools/web/client/webpack.config.js b/src/tools/web/client/webpack.config.js index 75f4e7b7902..0cbfa2cb100 100644 --- a/src/tools/web/client/webpack.config.js +++ b/src/tools/web/client/webpack.config.js @@ -3,7 +3,7 @@ * * @brief configuration file for webpack (used to build the application) * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ var webpack = require('webpack') diff --git a/src/tools/web/clusterd/src/app.js b/src/tools/web/clusterd/src/app.js index 9521d428351..7dae6b82940 100644 --- a/src/tools/web/clusterd/src/app.js +++ b/src/tools/web/clusterd/src/app.js @@ -3,7 +3,7 @@ * * @brief this is where the express app is created and modules/routes loaded * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import express from 'express' diff --git a/src/tools/web/clusterd/src/config.js b/src/tools/web/clusterd/src/config.js index d3264661fd8..f4908ac9cec 100644 --- a/src/tools/web/clusterd/src/config.js +++ b/src/tools/web/clusterd/src/config.js @@ -3,7 +3,7 @@ * * @brief configuration for clusterd, can be adjusted with environment variables * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import { getSingleInstanceOption } from './db' diff --git a/src/tools/web/clusterd/src/connector.js b/src/tools/web/clusterd/src/connector.js index bc5c661d3a6..ab3d12a2380 100644 --- a/src/tools/web/clusterd/src/connector.js +++ b/src/tools/web/clusterd/src/connector.js @@ -3,7 +3,7 @@ * * @brief exports function stubs to access elektrad remotely * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import fetch from 'node-fetch' diff --git a/src/tools/web/clusterd/src/db/clusters.js b/src/tools/web/clusterd/src/db/clusters.js index 3b491320b3f..256bc8a4ac3 100644 --- a/src/tools/web/clusterd/src/db/clusters.js +++ b/src/tools/web/clusterd/src/db/clusters.js @@ -3,7 +3,7 @@ * * @brief exports database operations regarding clusters * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import kdb from '../../../kdb' diff --git a/src/tools/web/clusterd/src/db/config.js b/src/tools/web/clusterd/src/db/config.js index 520c0c8a04c..62dd2cc7c71 100644 --- a/src/tools/web/clusterd/src/db/config.js +++ b/src/tools/web/clusterd/src/db/config.js @@ -3,7 +3,7 @@ * * @brief exports database operations regarding configuration options * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import kdb from '../../../kdb' diff --git a/src/tools/web/clusterd/src/db/index.js b/src/tools/web/clusterd/src/db/index.js index 1d3f90c454e..f9228b476bd 100644 --- a/src/tools/web/clusterd/src/db/index.js +++ b/src/tools/web/clusterd/src/db/index.js @@ -5,7 +5,7 @@ * * this exports database functions from other files * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ export { diff --git a/src/tools/web/clusterd/src/db/instances.js b/src/tools/web/clusterd/src/db/instances.js index 696bef45b2b..09a36e547d3 100644 --- a/src/tools/web/clusterd/src/db/instances.js +++ b/src/tools/web/clusterd/src/db/instances.js @@ -3,7 +3,7 @@ * * @brief exports database operations regarding instances * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import kdb from '../../../kdb' diff --git a/src/tools/web/clusterd/src/db/utils.js b/src/tools/web/clusterd/src/db/utils.js index e2b5e3092b1..b932451dc59 100644 --- a/src/tools/web/clusterd/src/db/utils.js +++ b/src/tools/web/clusterd/src/db/utils.js @@ -3,7 +3,7 @@ * * @brief utility functions used in the database layer * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ export { v4 as generateId } from 'node-uuid' diff --git a/src/tools/web/clusterd/src/index.js b/src/tools/web/clusterd/src/index.js index 10814f405b2..83dfa32ab0d 100644 --- a/src/tools/web/clusterd/src/index.js +++ b/src/tools/web/clusterd/src/index.js @@ -7,7 +7,7 @@ * error if that isn't the case. otherwise, it will show version information * from Elektra and initialize clusterd * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import makeLog from './log' diff --git a/src/tools/web/clusterd/src/log.js b/src/tools/web/clusterd/src/log.js index 4d0809fa874..caf457f5d45 100644 --- a/src/tools/web/clusterd/src/log.js +++ b/src/tools/web/clusterd/src/log.js @@ -7,7 +7,7 @@ * const { info, error } = makeLog('routes') * info('routes loaded!') // displays "clusterd:routes:info routes loaded!" * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import dude from 'debug-dude' diff --git a/src/tools/web/clusterd/src/routes/clusters.js b/src/tools/web/clusterd/src/routes/clusters.js index 796e1e85e20..5b8dbc589b1 100644 --- a/src/tools/web/clusterd/src/routes/clusters.js +++ b/src/tools/web/clusterd/src/routes/clusters.js @@ -3,7 +3,7 @@ * * @brief this exports a function that defines routes for the express app * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import makeLog from '../log' diff --git a/src/tools/web/clusterd/src/routes/index.js b/src/tools/web/clusterd/src/routes/index.js index 8fa64e3ebb2..7d8feac0171 100644 --- a/src/tools/web/clusterd/src/routes/index.js +++ b/src/tools/web/clusterd/src/routes/index.js @@ -6,7 +6,7 @@ * this exports a function that gets passed the express app as an argument, * which can be used to define routes * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import { successResponse, errorResponse } from './utils' diff --git a/src/tools/web/clusterd/src/routes/instances.js b/src/tools/web/clusterd/src/routes/instances.js index 1644ecdf1c5..1ea2d26fc9e 100644 --- a/src/tools/web/clusterd/src/routes/instances.js +++ b/src/tools/web/clusterd/src/routes/instances.js @@ -3,7 +3,7 @@ * * @brief this exports a function that defines routes for the express app * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import { APIError, successResponse, errorResponse, dontShowDB } from './utils' diff --git a/src/tools/web/clusterd/src/routes/utils.js b/src/tools/web/clusterd/src/routes/utils.js index d8adb95b7c1..5646f296db6 100644 --- a/src/tools/web/clusterd/src/routes/utils.js +++ b/src/tools/web/clusterd/src/routes/utils.js @@ -3,7 +3,7 @@ * * @brief utility functions used in routes * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import { ROOT_PATH } from '../config' diff --git a/src/tools/web/clusterd/src/serveClient.js b/src/tools/web/clusterd/src/serveClient.js index e2e98a34f47..52fe219beeb 100644 --- a/src/tools/web/clusterd/src/serveClient.js +++ b/src/tools/web/clusterd/src/serveClient.js @@ -7,7 +7,7 @@ * in development mode, this serves the client directly via webpack, this allows * for hot reloading (automatically update components that got changed) * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import makeLog from './log' diff --git a/src/tools/web/clusterd/src/versions.js b/src/tools/web/clusterd/src/versions.js index 88a23474d50..b7bfa7aa92e 100644 --- a/src/tools/web/clusterd/src/versions.js +++ b/src/tools/web/clusterd/src/versions.js @@ -6,7 +6,7 @@ * e.g. * { api: 1, elektra: { version: '0.8.19', major: 0, minor: 8, micro: 19 } } * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import { version } from '../package.json' diff --git a/src/tools/web/elektrad/src/app.js b/src/tools/web/elektrad/src/app.js index 87bfbd1a3c0..72f1f5e73dd 100644 --- a/src/tools/web/elektrad/src/app.js +++ b/src/tools/web/elektrad/src/app.js @@ -3,7 +3,7 @@ * * @brief this is where the express app is being created and modules and routes are loaded * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import express from 'express' diff --git a/src/tools/web/elektrad/src/config.js b/src/tools/web/elektrad/src/config.js index 1d2db7a4ced..d081b6169da 100644 --- a/src/tools/web/elektrad/src/config.js +++ b/src/tools/web/elektrad/src/config.js @@ -3,7 +3,7 @@ * * @brief configuration for elektrad, can be adjusted with environment variables * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ export const PORT = process.env.PORT || 33333 diff --git a/src/tools/web/elektrad/src/index.js b/src/tools/web/elektrad/src/index.js index fd84d261be3..cc863c3786b 100644 --- a/src/tools/web/elektrad/src/index.js +++ b/src/tools/web/elektrad/src/index.js @@ -7,7 +7,7 @@ * case. otherwise, it will show version information from Elektra and initialize * elektrad * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import makeLog from './log' diff --git a/src/tools/web/elektrad/src/log.js b/src/tools/web/elektrad/src/log.js index 7775068b8c8..e9ce82c52f6 100644 --- a/src/tools/web/elektrad/src/log.js +++ b/src/tools/web/elektrad/src/log.js @@ -7,7 +7,7 @@ * const { info, error } = makeLog('routes') * info('routes loaded!') // displays "elektrad:routes:info routes loaded!" * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import dude from 'debug-dude' diff --git a/src/tools/web/elektrad/src/routes/index.js b/src/tools/web/elektrad/src/routes/index.js index cdd17527935..1303037a5ac 100644 --- a/src/tools/web/elektrad/src/routes/index.js +++ b/src/tools/web/elektrad/src/routes/index.js @@ -6,7 +6,7 @@ * this exports a function that gets passed the express app as an argument, * which can be used to define routes * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import { successResponse, errorResponse } from './utils' diff --git a/src/tools/web/elektrad/src/routes/utils.js b/src/tools/web/elektrad/src/routes/utils.js index 599c6c62fba..4261ce292ae 100644 --- a/src/tools/web/elektrad/src/routes/utils.js +++ b/src/tools/web/elektrad/src/routes/utils.js @@ -3,7 +3,7 @@ * * @brief utility functions used in routes * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ export const prettyprint = (obj) => diff --git a/src/tools/web/elektrad/src/versions.js b/src/tools/web/elektrad/src/versions.js index 88a23474d50..b7bfa7aa92e 100644 --- a/src/tools/web/elektrad/src/versions.js +++ b/src/tools/web/elektrad/src/versions.js @@ -6,7 +6,7 @@ * e.g. * { api: 1, elektra: { version: '0.8.19', major: 0, minor: 8, micro: 19 } } * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ import { version } from '../package.json' diff --git a/src/tools/web/kdb.js b/src/tools/web/kdb.js index ba56f62df4e..204fd4fef3d 100644 --- a/src/tools/web/kdb.js +++ b/src/tools/web/kdb.js @@ -3,7 +3,7 @@ * * @brief small library to access Elektra’s kdb via node.js * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ const { exec } = require('child_process') diff --git a/tests/abi/testabi_key.c b/tests/abi/testabi_key.c index b2b007e004c..a0f4e61e28c 100644 --- a/tests/abi/testabi_key.c +++ b/tests/abi/testabi_key.c @@ -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 diff --git a/tests/abi/testabi_ks.c b/tests/abi/testabi_ks.c index 2bbec8b1a58..08d13c076a2 100644 --- a/tests/abi/testabi_ks.c +++ b/tests/abi/testabi_ks.c @@ -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 diff --git a/tests/abi/testabi_meta.c b/tests/abi/testabi_meta.c index 5215a7c609e..06823f49dfe 100644 --- a/tests/abi/testabi_meta.c +++ b/tests/abi/testabi_meta.c @@ -3,7 +3,7 @@ * * @brief Test suite for meta information. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/tests/abi/testabi_rel.c b/tests/abi/testabi_rel.c index 76463a6f3f4..6d4b2c59fa1 100644 --- a/tests/abi/testabi_rel.c +++ b/tests/abi/testabi_rel.c @@ -3,7 +3,7 @@ * * @brief Relation between keys. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/tests/cframework/tests.c b/tests/cframework/tests.c index 5e37a627bc9..e8782d62347 100644 --- a/tests/cframework/tests.c +++ b/tests/cframework/tests.c @@ -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 diff --git a/tests/cframework/tests.h b/tests/cframework/tests.h index a078b6d04dc..7f19c04241d 100644 --- a/tests/cframework/tests.h +++ b/tests/cframework/tests.h @@ -3,7 +3,7 @@ * * @brief Some common functions in use for testing framework. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef TESTS_H diff --git a/tests/cframework/tests_internal.h b/tests/cframework/tests_internal.h index 8142de30953..0aac26656b0 100644 --- a/tests/cframework/tests_internal.h +++ b/tests/cframework/tests_internal.h @@ -7,7 +7,7 @@ * and your test might not be ABI compatible with the next release. * * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #ifndef TESTS_INTERNAL_H diff --git a/tests/cframework/tests_plugin.h b/tests/cframework/tests_plugin.h index e031807640d..8138f04c105 100644 --- a/tests/cframework/tests_plugin.h +++ b/tests/cframework/tests_plugin.h @@ -6,7 +6,7 @@ * If you include this file you have full access to elektra's internals * and your test might not be ABI compatible with the next release. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/tests/ctest/test_args.c b/tests/ctest/test_args.c index 614235a0fa1..2b0628fb81a 100644 --- a/tests/ctest/test_args.c +++ b/tests/ctest/test_args.c @@ -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 diff --git a/tests/ctest/test_array.c b/tests/ctest/test_array.c index 76b2ebed94a..23410ea7137 100644 --- a/tests/ctest/test_array.c +++ b/tests/ctest/test_array.c @@ -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 diff --git a/tests/ctest/test_backend.c b/tests/ctest/test_backend.c index 3b5f2f44bbb..26cb9823a74 100644 --- a/tests/ctest/test_backend.c +++ b/tests/ctest/test_backend.c @@ -3,7 +3,7 @@ * * @brief Test cases for how to build a backend out of system/elektra/mountpoints/ * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include <../../src/libs/elektra/backend.c> diff --git a/tests/ctest/test_internal.c b/tests/ctest/test_internal.c index 6f52097675c..5f7d91dd972 100644 --- a/tests/ctest/test_internal.c +++ b/tests/ctest/test_internal.c @@ -3,7 +3,7 @@ * * @brief Test suite for internal data structures. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/tests/ctest/test_key.c b/tests/ctest/test_key.c index 6cc7161e729..9aa44c0bc21 100644 --- a/tests/ctest/test_key.c +++ b/tests/ctest/test_key.c @@ -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 diff --git a/tests/ctest/test_keyname.c b/tests/ctest/test_keyname.c index d031a9809bf..2a10d145021 100644 --- a/tests/ctest/test_keyname.c +++ b/tests/ctest/test_keyname.c @@ -3,7 +3,7 @@ * * @brief Test suite for Libease functions accessing key name data. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/tests/ctest/test_ks.c b/tests/ctest/test_ks.c index 0be569dfc07..4aadd04e256 100644 --- a/tests/ctest/test_ks.c +++ b/tests/ctest/test_ks.c @@ -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 diff --git a/tests/ctest/test_meta.c b/tests/ctest/test_meta.c index cd735118131..1a382e26ebd 100644 --- a/tests/ctest/test_meta.c +++ b/tests/ctest/test_meta.c @@ -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 diff --git a/tests/ctest/test_mount.c b/tests/ctest/test_mount.c index ae815449938..5191a36b9b4 100644 --- a/tests/ctest/test_mount.c +++ b/tests/ctest/test_mount.c @@ -3,7 +3,7 @@ * * @brief Test suite for mounting related issues. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include <../../src/libs/elektra/backend.c> diff --git a/tests/ctest/test_mountsplit.c b/tests/ctest/test_mountsplit.c index 9634f4df105..bdb4546b09e 100644 --- a/tests/ctest/test_mountsplit.c +++ b/tests/ctest/test_mountsplit.c @@ -3,7 +3,7 @@ * * @brief Test suite for split buildup during mount. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include <../../src/libs/elektra/backend.c> diff --git a/tests/ctest/test_namespace.c b/tests/ctest/test_namespace.c index e1ac5f67f77..d1e747ec9a8 100644 --- a/tests/ctest/test_namespace.c +++ b/tests/ctest/test_namespace.c @@ -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 diff --git a/tests/ctest/test_operation.c b/tests/ctest/test_operation.c index 674d2737230..54c1843144a 100644 --- a/tests/ctest/test_operation.c +++ b/tests/ctest/test_operation.c @@ -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 diff --git a/tests/ctest/test_opmphm_init.c b/tests/ctest/test_opmphm_init.c index d7c6f2a738b..db6c132f219 100644 --- a/tests/ctest/test_opmphm_init.c +++ b/tests/ctest/test_opmphm_init.c @@ -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) */ #define OPMPHM_TEST diff --git a/tests/ctest/test_opmphm_vheap.c b/tests/ctest/test_opmphm_vheap.c index 84414860ec5..c2e96cd0d7c 100644 --- a/tests/ctest/test_opmphm_vheap.c +++ b/tests/ctest/test_opmphm_vheap.c @@ -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 diff --git a/tests/ctest/test_opmphm_vstack.c b/tests/ctest/test_opmphm_vstack.c index 3f6b678114d..56b1f965e81 100644 --- a/tests/ctest/test_opmphm_vstack.c +++ b/tests/ctest/test_opmphm_vstack.c @@ -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 diff --git a/tests/ctest/test_order.c b/tests/ctest/test_order.c index c8d3ab4a29a..5c99b249cc3 100644 --- a/tests/ctest/test_order.c +++ b/tests/ctest/test_order.c @@ -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 diff --git a/tests/ctest/test_plugin.c b/tests/ctest/test_plugin.c index c34165f4d43..e059b2b4e66 100644 --- a/tests/ctest/test_plugin.c +++ b/tests/ctest/test_plugin.c @@ -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 diff --git a/tests/ctest/test_proposal.c b/tests/ctest/test_proposal.c index 68287164b15..ce484d903a8 100644 --- a/tests/ctest/test_proposal.c +++ b/tests/ctest/test_proposal.c @@ -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 diff --git a/tests/ctest/test_size.c b/tests/ctest/test_size.c index 586e5e81c6b..e6473047e80 100644 --- a/tests/ctest/test_size.c +++ b/tests/ctest/test_size.c @@ -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 diff --git a/tests/ctest/test_spec.c b/tests/ctest/test_spec.c index 95a30995e16..5c9e4159d77 100644 --- a/tests/ctest/test_spec.c +++ b/tests/ctest/test_spec.c @@ -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 diff --git a/tests/ctest/test_split.c b/tests/ctest/test_split.c index f17ecf088ed..a788fd65cf3 100644 --- a/tests/ctest/test_split.c +++ b/tests/ctest/test_split.c @@ -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 <../../src/libs/elektra/backend.c> diff --git a/tests/ctest/test_splitget.c b/tests/ctest/test_splitget.c index c876622d866..15172d97f88 100644 --- a/tests/ctest/test_splitget.c +++ b/tests/ctest/test_splitget.c @@ -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 <../../src/libs/elektra/backend.c> diff --git a/tests/ctest/test_splitset.c b/tests/ctest/test_splitset.c index b27b8770134..590a449519a 100644 --- a/tests/ctest/test_splitset.c +++ b/tests/ctest/test_splitset.c @@ -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 <../../src/libs/elektra/backend.c> diff --git a/tests/ctest/test_trie.c b/tests/ctest/test_trie.c index 493d8b0eefe..44b3d013cf8 100644 --- a/tests/ctest/test_trie.c +++ b/tests/ctest/test_trie.c @@ -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 <../../src/libs/elektra/backend.c> diff --git a/tests/ctest/test_utility.c b/tests/ctest/test_utility.c index 5ecb4cedfe0..9cfde574029 100644 --- a/tests/ctest/test_utility.c +++ b/tests/ctest/test_utility.c @@ -3,7 +3,7 @@ * * @brief Test suite for Libease functions accessing key name data. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include diff --git a/tests/data/data_allns.c b/tests/data/data_allns.c index 0feec6197a5..c4065aac223 100644 --- a/tests/data/data_allns.c +++ b/tests/data/data_allns.c @@ -3,7 +3,7 @@ * * @brief All valid and invalid namespaces, with meta and cascading. * - * @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 diff --git a/tests/data/data_copy.c b/tests/data/data_copy.c index 4fd2ae5d303..a8bebb989e4 100644 --- a/tests/data/data_copy.c +++ b/tests/data/data_copy.c @@ -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 diff --git a/tests/data/data_cut.c b/tests/data/data_cut.c index 16f1197c132..057a1cd5e8e 100644 --- a/tests/data/data_cut.c +++ b/tests/data/data_cut.c @@ -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 diff --git a/tests/data/data_dbelow.c b/tests/data/data_dbelow.c index 1b3766a55d9..49a722d3455 100644 --- a/tests/data/data_dbelow.c +++ b/tests/data/data_dbelow.c @@ -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 diff --git a/tests/data/data_escape.c b/tests/data/data_escape.c index 68b8b68c086..421bc634fd8 100644 --- a/tests/data/data_escape.c +++ b/tests/data/data_escape.c @@ -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 diff --git a/tests/data/data_filesys.c b/tests/data/data_filesys.c index daca056d648..28aad1fc608 100644 --- a/tests/data/data_filesys.c +++ b/tests/data/data_filesys.c @@ -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 diff --git a/tests/data/data_fstab-cmp.c b/tests/data/data_fstab-cmp.c index 3eb7b94a6c3..9b64a6cf796 100644 --- a/tests/data/data_fstab-cmp.c +++ b/tests/data/data_fstab-cmp.c @@ -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 diff --git a/tests/data/data_fstab.c b/tests/data/data_fstab.c index 3eb7b94a6c3..9b64a6cf796 100644 --- a/tests/data/data_fstab.c +++ b/tests/data/data_fstab.c @@ -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 diff --git a/tests/data/data_hosts.c b/tests/data/data_hosts.c index 605d661cb96..917a8b5dbb8 100644 --- a/tests/data/data_hosts.c +++ b/tests/data/data_hosts.c @@ -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 diff --git a/tests/data/data_key.c b/tests/data/data_key.c index 9b8e641eee0..57feb0b7e2b 100644 --- a/tests/data/data_key.c +++ b/tests/data/data_key.c @@ -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 diff --git a/tests/data/data_keyset.c b/tests/data/data_keyset.c index 25b0cf15dd3..9b27af2945c 100644 --- a/tests/data/data_keyset.c +++ b/tests/data/data_keyset.c @@ -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 diff --git a/tests/data/data_noescape.c b/tests/data/data_noescape.c index 1129f2278cf..c2b65411bab 100644 --- a/tests/data/data_noescape.c +++ b/tests/data/data_noescape.c @@ -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 diff --git a/tests/data/data_ns.c b/tests/data/data_ns.c index a3fba69d5ee..337bbace4bd 100644 --- a/tests/data/data_ns.c +++ b/tests/data/data_ns.c @@ -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 diff --git a/tests/data/data_nscut.c b/tests/data/data_nscut.c index 836ba05f45f..713b9a55767 100644 --- a/tests/data/data_nscut.c +++ b/tests/data/data_nscut.c @@ -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 diff --git a/tests/data/data_one.c b/tests/data/data_one.c index 603f866b6ad..fd7edd55c5e 100644 --- a/tests/data/data_one.c +++ b/tests/data/data_one.c @@ -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 diff --git a/tests/data/data_others.c b/tests/data/data_others.c index f5e548833be..b3bdb184227 100644 --- a/tests/data/data_others.c +++ b/tests/data/data_others.c @@ -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 diff --git a/tests/data/data_passwd.c b/tests/data/data_passwd.c index b94364f7c65..c152cd0b8bc 100644 --- a/tests/data/data_passwd.c +++ b/tests/data/data_passwd.c @@ -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 diff --git a/tests/gtest-framework/gtest/gtest-elektra.h b/tests/gtest-framework/gtest/gtest-elektra.h index 36513e1ce34..4de5fb08c41 100644 --- a/tests/gtest-framework/gtest/gtest-elektra.h +++ b/tests/gtest-framework/gtest/gtest-elektra.h @@ -3,7 +3,7 @@ * * @brief Common Elektra extensions for GTest * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/tests/kdb/testkdb_allplugins.cpp b/tests/kdb/testkdb_allplugins.cpp index 33e98ba368b..f03af84266a 100644 --- a/tests/kdb/testkdb_allplugins.cpp +++ b/tests/kdb/testkdb_allplugins.cpp @@ -3,7 +3,7 @@ * * @brief Tests for the Backend builder class * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/tests/kdb/testkdb_conflict.cpp b/tests/kdb/testkdb_conflict.cpp index 00ea6ab7acb..84a66d267e6 100644 --- a/tests/kdb/testkdb_conflict.cpp +++ b/tests/kdb/testkdb_conflict.cpp @@ -3,7 +3,7 @@ * * @brief Tests for KDB * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/tests/kdb/testkdb_error.cpp b/tests/kdb/testkdb_error.cpp index 565297a7f7b..b897d534938 100644 --- a/tests/kdb/testkdb_error.cpp +++ b/tests/kdb/testkdb_error.cpp @@ -3,7 +3,7 @@ * * @brief Tests for KDB * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/tests/kdb/testkdb_nested.cpp b/tests/kdb/testkdb_nested.cpp index 483e72afb24..b3977560952 100644 --- a/tests/kdb/testkdb_nested.cpp +++ b/tests/kdb/testkdb_nested.cpp @@ -3,7 +3,7 @@ * * @brief Tests for KDB * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/tests/kdb/testkdb_simple.cpp b/tests/kdb/testkdb_simple.cpp index da5d5b4e143..cc2480af840 100644 --- a/tests/kdb/testkdb_simple.cpp +++ b/tests/kdb/testkdb_simple.cpp @@ -3,7 +3,7 @@ * * @brief Tests for KDB * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) * */ diff --git a/tests/librt_test.c b/tests/librt_test.c index d161541a444..2f12ab87690 100644 --- a/tests/librt_test.c +++ b/tests/librt_test.c @@ -4,7 +4,7 @@ * @brief test if librt functionality is provided by the system. * Must only be invoked by CMake's try_compile function. * - * @copyright BSD License (see doc/LICENSE.md or https://www.libelektra.org) + * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include /* For O_* constants */