diff --git a/LICENSE b/LICENSE index da0ee80..704161a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 Luis Victoria +Copyright (c) 2016-2026 Luis Victoria 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/public/feed.atom b/public/feed.atom index 28d7036..c2f7a28 100644 --- a/public/feed.atom +++ b/public/feed.atom @@ -2,11 +2,11 @@ Luis Victoria Creating to Understand - 2025-07-17T22:29:54.810370 + 2026-02-12T01:55:34.264819 tag:luis.vi,2024 - © 2025 Luis Victoria. All rights reserved. + © 2016-2026 Luis Victoria. All rights reserved. Luis Victoria's Atom Feed Generator diff --git a/public/index.html b/public/index.html index 66247ab..c9c254b 100644 --- a/public/index.html +++ b/public/index.html @@ -53,7 +53,7 @@

Luis Victoria

RSS
-

© 2025 Luis Victoria

+

© 2016-2026 Luis Victoria

diff --git a/public/pages/blog.html b/public/pages/blog.html index 969ba42..42be850 100644 --- a/public/pages/blog.html +++ b/public/pages/blog.html @@ -46,7 +46,7 @@

Luis Victoria

RSS
-

© 2025 Luis Victoria

+

© 2016-2026 Luis Victoria

diff --git a/scripts/feedgen.py b/scripts/feedgen.py index e4c3cd3..98c6d4a 100644 --- a/scripts/feedgen.py +++ b/scripts/feedgen.py @@ -61,7 +61,7 @@ def generate_file_contents(feed: FeedContent) -> str: tag:{DOMAIN_NAME},2024 - © {str(datetime.now().year)} {AUTHOR_NAME}. All rights reserved. + © 2016-{str(datetime.now().year)} {AUTHOR_NAME}. All rights reserved. Luis Victoria's Atom Feed Generator