Update copyright year in the cgit footer template

Message ID 20190623104443.18587-1-michael.straube@posteo.de
State Accepted, archived
Headers show
Series Update copyright year in the cgit footer template | expand

Commit Message

Michael Straube June 23, 2019, 10:44 a.m. UTC
Signed-off-by: Michael Straube <michael.straube@posteo.de>
---
 web/template/cgit/footer.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Lukas Fleischer June 30, 2019, 12:55 p.m. UTC | #1
On Sun, 23 Jun 2019 at 06:44:43, Michael Straube wrote:
> Signed-off-by: Michael Straube <michael.straube@posteo.de>
> ---
>  web/template/cgit/footer.html | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Merged, thanks!

Patch

diff --git a/web/template/cgit/footer.html b/web/template/cgit/footer.html
index 6ceec28..1c0bf6f 100644
--- a/web/template/cgit/footer.html
+++ b/web/template/cgit/footer.html
@@ -1,6 +1,6 @@ 
 <div id="footer">
 	<p>
-		Copyright &copy; 2004-2018 aurweb Development Team &ndash;
+		Copyright &copy; 2004-2019 aurweb Development Team &ndash;
 		<strong>AUR packages are user produced content. Any use of the provided files is at your own risk.</strong>
 	</p>
 </div>