From 900d380721d186fa5828f779aa0f781727475ab0 Mon Sep 17 00:00:00 2001 From: Oliver Lipkau Date: Fri, 21 Aug 2026 19:08:08 +0200 Subject: [PATCH 1/2] docs: clarify copyright attribution --- LICENSE | 2 +- _includes/footer.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 4d05bae..37782e1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2017 AtlassianPS +Copyright (c) 2017 AtlassianPS contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/_includes/footer.html b/_includes/footer.html index d75c19d..d6167fe 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -6,7 +6,7 @@
- Copyright © {{ site.time | date: "%Y" }} AtlassianPS + Copyright © 2017 AtlassianPS contributors
From 2e74065d494e84f894199347e84e7b531bbf5218 Mon Sep 17 00:00:00 2001 From: Oliver Lipkau Date: Mon, 24 Aug 2026 13:48:19 +0200 Subject: [PATCH 2/2] fix: render current footer year --- _includes/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/footer.html b/_includes/footer.html index d6167fe..0de1664 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -6,7 +6,7 @@
- Copyright © 2017 AtlassianPS contributors + Copyright © 2017–{{ site.time | date: "%Y" }} AtlassianPS contributors