diff --git a/CMakeLists.txt b/CMakeLists.txt index d921ea67265a3d81b973598ed378fef2714e4901..e09acd20ab1dad41abc8e7b4b8845abef642273a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -383,7 +383,7 @@ install(TARGETS lektord lkt ) install(FILES - ${CMAKE_SOURCE_DIR}/utils/scripts/kagari.py # Install the kagary script + ${CMAKE_SOURCE_DIR}/src/main/kagari.py # Install the kagary script RENAME kagari # Get ride of the leading `.py` DESTINATION ${CMAKE_INSTALL_BINDIR} # In the bin dir PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ diff --git a/LICENSE b/LICENSE index 37b9c8bc0deac0b06f69cb2974715a8583fe8d34..62726403c88fc7fe49dccb7767807277f3afde31 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2019-2021 to Lektor contributors, refer to the CONTRIBUTORS file. +Copyright 2019-2022 to Lektor contributors, refer to the CONTRIBUTORS file. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/README.md b/README.md index 6beb801c253347b96c3810f2228224dbb32d9cc3..7f7fd794e71f5341001dfd304cc4e4ef688d6c13 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,11 @@ will be ignored and truncated. You may then get uncomprehensible errors. Please, refer to the [CONTRIBUTING](CONTRIBUTING.md) file. +## Licenses + +The lektord and related binaries and source code are under the ISC license. The +amadeus and related binaries abd siyrce code are under the MIT license. + ## MPD Lektor is almost MPD compatible, at least it uses the same protocol, which can diff --git a/utils/scripts/kagari.py b/src/main/kagari.py similarity index 100% rename from utils/scripts/kagari.py rename to src/main/kagari.py