From 24742f5f55b03037cf1e6bed59016d1f52c42f5c Mon Sep 17 00:00:00 2001 From: Matt Wildoer Date: Wed, 14 Feb 2024 11:06:52 -0800 Subject: [PATCH 1/3] Add rightful author to the LICENSE --- LICENSE => LICENSE.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename LICENSE => LICENSE.j2 (94%) diff --git a/LICENSE b/LICENSE.j2 similarity index 94% rename from LICENSE rename to LICENSE.j2 index 59a4e86..d7e47ae 100644 --- a/LICENSE +++ b/LICENSE.j2 @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Timothee Peter +Copyright (c) 2023 {{globals().get("author", "ORIGINAL AUTHOR")}} Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From ac148ffc419b44008c4c01036f9423a3766475df Mon Sep 17 00:00:00 2001 From: Matt Wildoer Date: Wed, 14 Feb 2024 11:36:56 -0800 Subject: [PATCH 2/3] Use reference to globals dict --- LICENSE.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.j2 b/LICENSE.j2 index d7e47ae..101e77a 100644 --- a/LICENSE.j2 +++ b/LICENSE.j2 @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 {{globals().get("author", "ORIGINAL AUTHOR")}} +Copyright (c) 2023 {{template_globals.get("author", "ORIGINAL AUTHOR")}} Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 22cd27c9aa4fe9df8442ffbde4fcceb1f9bbf882 Mon Sep 17 00:00:00 2001 From: Matthew Wildoer Date: Wed, 14 Feb 2024 11:48:04 -0800 Subject: [PATCH 3/3] checkpoint --- LICENSE.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.j2 b/LICENSE.j2 index 101e77a..ff582db 100644 --- a/LICENSE.j2 +++ b/LICENSE.j2 @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 {{template_globals.get("author", "ORIGINAL AUTHOR")}} +Copyright (c) 2023 {{ author | default("ORIGINAL AUTHOR", true) }} Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal