From efa4cfe001fca877a4f6aa9bfc9f6ef896ea671e Mon Sep 17 00:00:00 2001 From: Quentin Leblanc Date: Thu, 22 May 2025 17:28:47 +0200 Subject: [PATCH] notice valid --- NOTICE | 19 +++++++++++++++++++ src/NOTICE | 9 --------- 2 files changed, 19 insertions(+), 9 deletions(-) create mode 100644 NOTICE delete mode 100644 src/NOTICE diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000..7147e87 --- /dev/null +++ b/NOTICE @@ -0,0 +1,19 @@ +GoodRecipe +Copyright 2025 Quentin Leblanc + +This product includes software developed by Quentin Leblanc (https://git.quentin-leblanc.ch/quentin/GoodRecipe). + +**Attribution Requirement:** +When using, redistributing, or modifying this software, you must include a clear +citation to the original author in one of the following forms: + +1. In documentation, credits, or an "About" section: + "GoodRecipe by Quentin Leblanc, 2025. Available at https://git.quentin-leblanc.ch/quentin/GoodRecipe." + +2. In source code (if redistributed): + // This software includes GoodRecipe by Quentin Leblanc. See https://git.quentin-leblanc.ch/quentin/GoodRecipe. + +3. In academic or public-facing materials: + "This work uses GoodRecipe by Quentin Leblanc (https://git.quentin-leblanc.ch/quentin/GoodRecipe)." + +Failure to comply with these attribution terms violates this license. \ No newline at end of file diff --git a/src/NOTICE b/src/NOTICE deleted file mode 100644 index 7b52b2f..0000000 --- a/src/NOTICE +++ /dev/null @@ -1,9 +0,0 @@ -GoodRecipe -Copyright 2025 Quentin Leblanc - -This product includes software developed by Quentin Leblanc (https://git.quentin-leblanc.ch/quentin/GoodRecipe). - -**Attribution Requirement:** -When using, redistributing, or modifying this software, you must include a clear -citation to the original author in the form of: -"GoodRecipe by Quentin Leblanc, 2025. Available at https://git.quentin-leblanc.ch/quentin/GoodRecipe. \ No newline at end of file