From 00f6ac7d1df24a9784f602219615f0955ee0270c Mon Sep 17 00:00:00 2001
From: Kubat <mael.martin31@gmail.com>
Date: Tue, 11 Oct 2022 19:06:24 +0200
Subject: [PATCH] MISC: Update licences' years

---
 CMakeLists.txt                        | 2 +-
 LICENSE                               | 2 +-
 README.md                             | 5 +++++
 {utils/scripts => src/main}/kagari.py | 0
 4 files changed, 7 insertions(+), 2 deletions(-)
 rename {utils/scripts => src/main}/kagari.py (100%)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d921ea67..e09acd20 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 37b9c8bc..62726403 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 6beb801c..7f7fd794 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
-- 
GitLab