diff --git a/CMakeLists.txt b/CMakeLists.txt index f752552b6393f2ea3dbafd0c9dd6bd1c051ef08f..bfcfabab64f7a279d59ff30a3af3c16d08402956 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -386,7 +386,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 73c7e1fb00047fcf9d7d6ecaf4f16bf3101ab1fa..0ebb95db190e59bc2024cc24142697c1b9a4aa84 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,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