diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-03-17 08:45:26 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-03-17 08:45:26 +0100 |
commit | ac81a8c342753ff524fa4bfb6737cde0be5dffff (patch) | |
tree | 57c044eb5cd85b3bd30779b5f8f11c5d4706b42d | |
parent | fix (diff) | |
download | joe-www-ac81a8c342753ff524fa4bfb6737cde0be5dffff.tar.gz joe-www-ac81a8c342753ff524fa4bfb6737cde0be5dffff.tar.bz2 joe-www-ac81a8c342753ff524fa4bfb6737cde0be5dffff.tar.xz joe-www-ac81a8c342753ff524fa4bfb6737cde0be5dffff.tar.zst joe-www-ac81a8c342753ff524fa4bfb6737cde0be5dffff.zip |
LICENSE date update
Diffstat (limited to '')
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | inc/classic-contents.inc.php | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2020, Joe +Copyright (c) 2020-2022, Joe All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/inc/classic-contents.inc.php b/inc/classic-contents.inc.php index 0c4b153..44bc729 100644 --- a/inc/classic-contents.inc.php +++ b/inc/classic-contents.inc.php @@ -90,7 +90,7 @@ jo_footer() { ?> <footer> <p> - Copyright © 2020-2021, Joe - + Copyright © 2020-2022, Joe - see <a href="<?php echo $prefix; ?>license.php">LICENSE</a> - this website does not use cookies </p> |