From db843db9d3724d2cb3b5b98ab7dfcdb5e74d0d89 Mon Sep 17 00:00:00 2001 From: Chris Warrick Date: Wed, 1 Jan 2025 00:00:00 +0000 Subject: [PATCH] 2025! :fireworks: --- LICENSE.txt | 2 +- docs/sphinx/conf.py | 2 +- nikola/__init__.py | 2 +- nikola/__main__.py | 2 +- nikola/data/themes/base/assets/css/theme.css | 2 +- nikola/filters.py | 2 +- nikola/hierarchy_utils.py | 2 +- nikola/image_processing.py | 2 +- nikola/log.py | 2 +- nikola/metadata_extractors.py | 2 +- nikola/nikola.py | 2 +- nikola/packages/datecond/LICENSE | 2 +- nikola/packages/datecond/__init__.py | 2 +- nikola/packages/pygments_better_html/LICENSE | 2 +- nikola/packages/pygments_better_html/__init__.py | 2 +- nikola/plugin_categories.py | 2 +- nikola/plugin_manager.py | 2 +- nikola/plugins/basic_import.py | 2 +- nikola/plugins/command/__init__.py | 2 +- nikola/plugins/command/auto/__init__.py | 2 +- nikola/plugins/command/check.py | 2 +- nikola/plugins/command/console.py | 2 +- nikola/plugins/command/default_config.py | 2 +- nikola/plugins/command/deploy.py | 2 +- nikola/plugins/command/github_deploy.py | 2 +- nikola/plugins/command/import_wordpress.py | 2 +- nikola/plugins/command/init.py | 2 +- nikola/plugins/command/new_page.py | 2 +- nikola/plugins/command/new_post.py | 2 +- nikola/plugins/command/orphans.py | 2 +- nikola/plugins/command/plugin.py | 2 +- nikola/plugins/command/rst2html/__init__.py | 2 +- nikola/plugins/command/serve.py | 2 +- nikola/plugins/command/status.py | 2 +- nikola/plugins/command/subtheme.py | 2 +- nikola/plugins/command/theme.py | 2 +- nikola/plugins/command/version.py | 2 +- nikola/plugins/compile/__init__.py | 2 +- nikola/plugins/compile/html.py | 2 +- nikola/plugins/compile/ipynb.py | 2 +- nikola/plugins/compile/markdown/__init__.py | 2 +- nikola/plugins/compile/markdown/mdx_nikola.py | 2 +- nikola/plugins/compile/markdown/mdx_podcast.py | 2 +- nikola/plugins/compile/pandoc.py | 2 +- nikola/plugins/compile/php.py | 2 +- nikola/plugins/compile/rest/__init__.py | 2 +- nikola/plugins/compile/rest/chart.py | 2 +- nikola/plugins/compile/rest/doc.py | 2 +- nikola/plugins/compile/rest/listing.py | 2 +- nikola/plugins/compile/rest/media.py | 2 +- nikola/plugins/compile/rest/post_list.py | 2 +- nikola/plugins/compile/rest/soundcloud.py | 2 +- nikola/plugins/compile/rest/thumbnail.py | 2 +- nikola/plugins/compile/rest/vimeo.py | 2 +- nikola/plugins/compile/rest/youtube.py | 2 +- nikola/plugins/misc/__init__.py | 2 +- nikola/plugins/misc/scan_posts.py | 2 +- nikola/plugins/misc/taxonomies_classifier.py | 2 +- nikola/plugins/shortcode/chart.py | 2 +- nikola/plugins/shortcode/listing.py | 2 +- nikola/plugins/shortcode/post_list.py | 2 +- nikola/plugins/shortcode/thumbnail.py | 2 +- nikola/plugins/task/__init__.py | 2 +- nikola/plugins/task/archive.py | 2 +- nikola/plugins/task/authors.py | 2 +- nikola/plugins/task/bundles.py | 2 +- nikola/plugins/task/categories.py | 2 +- nikola/plugins/task/copy_assets.py | 2 +- nikola/plugins/task/copy_files.py | 2 +- nikola/plugins/task/galleries.py | 2 +- nikola/plugins/task/gzip.py | 2 +- nikola/plugins/task/indexes.py | 2 +- nikola/plugins/task/listings.py | 2 +- nikola/plugins/task/page_index.py | 2 +- nikola/plugins/task/pages.py | 2 +- nikola/plugins/task/posts.py | 2 +- nikola/plugins/task/redirect.py | 2 +- nikola/plugins/task/robots.py | 2 +- nikola/plugins/task/scale_images.py | 2 +- nikola/plugins/task/sitemap.py | 2 +- nikola/plugins/task/sources.py | 2 +- nikola/plugins/task/tags.py | 2 +- nikola/plugins/task/taxonomies.py | 2 +- nikola/plugins/template/__init__.py | 2 +- nikola/plugins/template/jinja.py | 2 +- nikola/plugins/template/mako.py | 2 +- nikola/post.py | 2 +- nikola/shortcodes.py | 2 +- nikola/state.py | 2 +- nikola/utils.py | 2 +- nikola/winutils.py | 2 +- scripts/debug_rebuilds/README.md | 2 +- scripts/release | 2 +- tests/data/plugin_manager/broken.py | 2 +- tests/data/plugin_manager/one.py | 2 +- tests/data/plugin_manager/second/two/__init__.py | 2 +- tests/test_plugin_manager.py | 2 +- 97 files changed, 97 insertions(+), 97 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 4078641a74..4080067087 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright © 2012-2024 Roberto Alsina and others. +Copyright © 2012-2025 Roberto Alsina and others. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated diff --git a/docs/sphinx/conf.py b/docs/sphinx/conf.py index cfbd329427..d887e916df 100644 --- a/docs/sphinx/conf.py +++ b/docs/sphinx/conf.py @@ -48,7 +48,7 @@ # General information about the project. project = 'Nikola' -copyright = '2012-2024, The Nikola Contributors' +Copyright = '2012-2025, The Nikola Contributors' # The version info for the project yo're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/nikola/__init__.py b/nikola/__init__.py index 12e660adb7..b29277a21a 100644 --- a/nikola/__init__.py +++ b/nikola/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/__main__.py b/nikola/__main__.py index 4ac28e456c..6baf841447 100644 --- a/nikola/__main__.py +++ b/nikola/__main__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/data/themes/base/assets/css/theme.css b/nikola/data/themes/base/assets/css/theme.css index cd09792c2a..86743b89da 100644 --- a/nikola/data/themes/base/assets/css/theme.css +++ b/nikola/data/themes/base/assets/css/theme.css @@ -1,7 +1,7 @@ @charset "UTF-8"; /* - Copyright © 2014-2024 Daniel Aleksandersen and others. + Copyright © 2014-2025 Daniel Aleksandersen and others. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated diff --git a/nikola/filters.py b/nikola/filters.py index 5bce4e0edd..1e8c7861db 100644 --- a/nikola/filters.py +++ b/nikola/filters.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/hierarchy_utils.py b/nikola/hierarchy_utils.py index 929138bb82..f001b59254 100644 --- a/nikola/hierarchy_utils.py +++ b/nikola/hierarchy_utils.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/image_processing.py b/nikola/image_processing.py index 33e3640dfc..ab0341d505 100644 --- a/nikola/image_processing.py +++ b/nikola/image_processing.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/log.py b/nikola/log.py index f998427f0a..866a92203b 100644 --- a/nikola/log.py +++ b/nikola/log.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/metadata_extractors.py b/nikola/metadata_extractors.py index 1b33657fa6..87013eeb04 100644 --- a/nikola/metadata_extractors.py +++ b/nikola/metadata_extractors.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Chris Warrick, Roberto Alsina and others. +# Copyright © 2012-2025 Chris Warrick, Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/nikola.py b/nikola/nikola.py index 124b030054..8fa0463cd3 100644 --- a/nikola/nikola.py +++ b/nikola/nikola.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/packages/datecond/LICENSE b/nikola/packages/datecond/LICENSE index 07d9028df2..d317a40478 100644 --- a/nikola/packages/datecond/LICENSE +++ b/nikola/packages/datecond/LICENSE @@ -1,4 +1,4 @@ -Copyright © 2016-2024, Chris Warrick. +Copyright © 2016-2025, Chris Warrick. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/nikola/packages/datecond/__init__.py b/nikola/packages/datecond/__init__.py index 14065dab94..b7a71c8c60 100644 --- a/nikola/packages/datecond/__init__.py +++ b/nikola/packages/datecond/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- # Date Conditionals v0.1.7 -# Copyright © 2015-2024, Chris Warrick. +# Copyright © 2015-2025, Chris Warrick. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/nikola/packages/pygments_better_html/LICENSE b/nikola/packages/pygments_better_html/LICENSE index 7e06604d35..54470f0dea 100644 --- a/nikola/packages/pygments_better_html/LICENSE +++ b/nikola/packages/pygments_better_html/LICENSE @@ -1,4 +1,4 @@ -Copyright © 2020-2024, Chris Warrick. +Copyright © 2020-2025, Chris Warrick. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/nikola/packages/pygments_better_html/__init__.py b/nikola/packages/pygments_better_html/__init__.py index 3fbc565845..ec5e62ba27 100644 --- a/nikola/packages/pygments_better_html/__init__.py +++ b/nikola/packages/pygments_better_html/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """Better HTML formatter for Pygments. -Copyright © 2020-2024, Chris Warrick. +Copyright © 2020-2025, Chris Warrick. License: 3-clause BSD. Portions copyright © 2006-2019, the Pygments authors. (2-clause BSD). """ diff --git a/nikola/plugin_categories.py b/nikola/plugin_categories.py index 7b650a6c7d..29e170845f 100644 --- a/nikola/plugin_categories.py +++ b/nikola/plugin_categories.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugin_manager.py b/nikola/plugin_manager.py index 60162a4a10..58f22a2c57 100644 --- a/nikola/plugin_manager.py +++ b/nikola/plugin_manager.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Chris Warrick and others. +# Copyright © 2012-2025 Chris Warrick and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/basic_import.py b/nikola/plugins/basic_import.py index 4f693960a2..59fb053411 100644 --- a/nikola/plugins/basic_import.py +++ b/nikola/plugins/basic_import.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/command/__init__.py b/nikola/plugins/command/__init__.py index e5cd68acd2..8456eb273d 100644 --- a/nikola/plugins/command/__init__.py +++ b/nikola/plugins/command/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/command/auto/__init__.py b/nikola/plugins/command/auto/__init__.py index b490e15d4b..a700f9e310 100644 --- a/nikola/plugins/command/auto/__init__.py +++ b/nikola/plugins/command/auto/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Chris Warrick, Roberto Alsina and others. +# Copyright © 2012-2025 Chris Warrick, Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/command/check.py b/nikola/plugins/command/check.py index 5bcbced815..3f61dd2990 100644 --- a/nikola/plugins/command/check.py +++ b/nikola/plugins/command/check.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/command/console.py b/nikola/plugins/command/console.py index 18428f3d3c..1a5183d059 100644 --- a/nikola/plugins/command/console.py +++ b/nikola/plugins/command/console.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Chris Warrick, Roberto Alsina and others. +# Copyright © 2012-2025 Chris Warrick, Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/command/default_config.py b/nikola/plugins/command/default_config.py index dbfc2f34b7..b2eaef12db 100644 --- a/nikola/plugins/command/default_config.py +++ b/nikola/plugins/command/default_config.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/command/deploy.py b/nikola/plugins/command/deploy.py index ddb5a64874..9a47437d23 100644 --- a/nikola/plugins/command/deploy.py +++ b/nikola/plugins/command/deploy.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/command/github_deploy.py b/nikola/plugins/command/github_deploy.py index aa2da746bd..50d216a8bf 100644 --- a/nikola/plugins/command/github_deploy.py +++ b/nikola/plugins/command/github_deploy.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2014-2024 Puneeth Chaganti and others. +# Copyright © 2014-2025 Puneeth Chaganti and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/command/import_wordpress.py b/nikola/plugins/command/import_wordpress.py index bc162a5aaf..9a8b130bd3 100644 --- a/nikola/plugins/command/import_wordpress.py +++ b/nikola/plugins/command/import_wordpress.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/command/init.py b/nikola/plugins/command/init.py index df68e0e4f1..b42af58256 100644 --- a/nikola/plugins/command/init.py +++ b/nikola/plugins/command/init.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/command/new_page.py b/nikola/plugins/command/new_page.py index 6587d70e5c..6a8c457f49 100644 --- a/nikola/plugins/command/new_page.py +++ b/nikola/plugins/command/new_page.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina, Chris Warrick and others. +# Copyright © 2012-2025 Roberto Alsina, Chris Warrick and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/command/new_post.py b/nikola/plugins/command/new_post.py index beb139eeb4..0734ec8b84 100644 --- a/nikola/plugins/command/new_post.py +++ b/nikola/plugins/command/new_post.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/command/orphans.py b/nikola/plugins/command/orphans.py index bde842525a..29b92bcae4 100644 --- a/nikola/plugins/command/orphans.py +++ b/nikola/plugins/command/orphans.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina, Chris Warrick and others. +# Copyright © 2012-2025 Roberto Alsina, Chris Warrick and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/command/plugin.py b/nikola/plugins/command/plugin.py index 39add955d1..f562968a09 100644 --- a/nikola/plugins/command/plugin.py +++ b/nikola/plugins/command/plugin.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/command/rst2html/__init__.py b/nikola/plugins/command/rst2html/__init__.py index dd8298adb8..4e8fcf6bfa 100644 --- a/nikola/plugins/command/rst2html/__init__.py +++ b/nikola/plugins/command/rst2html/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2015-2024 Chris Warrick and others. +# Copyright © 2015-2025 Chris Warrick and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/command/serve.py b/nikola/plugins/command/serve.py index 32cd46b231..49f86fc6ad 100644 --- a/nikola/plugins/command/serve.py +++ b/nikola/plugins/command/serve.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/command/status.py b/nikola/plugins/command/status.py index a22f1737ae..878a98142f 100644 --- a/nikola/plugins/command/status.py +++ b/nikola/plugins/command/status.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/command/subtheme.py b/nikola/plugins/command/subtheme.py index c322336207..a289baf402 100644 --- a/nikola/plugins/command/subtheme.py +++ b/nikola/plugins/command/subtheme.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/command/theme.py b/nikola/plugins/command/theme.py index 388001fc20..23eec6882f 100644 --- a/nikola/plugins/command/theme.py +++ b/nikola/plugins/command/theme.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina, Chris Warrick and others. +# Copyright © 2012-2025 Roberto Alsina, Chris Warrick and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/command/version.py b/nikola/plugins/command/version.py index bdc13578ae..ca2184b9bc 100644 --- a/nikola/plugins/command/version.py +++ b/nikola/plugins/command/version.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/compile/__init__.py b/nikola/plugins/compile/__init__.py index 4517b310d4..169d6f146e 100644 --- a/nikola/plugins/compile/__init__.py +++ b/nikola/plugins/compile/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/compile/html.py b/nikola/plugins/compile/html.py index 9dbf96e5e6..f476f8aa71 100644 --- a/nikola/plugins/compile/html.py +++ b/nikola/plugins/compile/html.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/compile/ipynb.py b/nikola/plugins/compile/ipynb.py index df1b29a0e1..32a19624fb 100644 --- a/nikola/plugins/compile/ipynb.py +++ b/nikola/plugins/compile/ipynb.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2013-2024 Damián Avila, Chris Warrick and others. +# Copyright © 2013-2025 Damián Avila, Chris Warrick and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/compile/markdown/__init__.py b/nikola/plugins/compile/markdown/__init__.py index 052413fdeb..d6f137e431 100644 --- a/nikola/plugins/compile/markdown/__init__.py +++ b/nikola/plugins/compile/markdown/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/compile/markdown/mdx_nikola.py b/nikola/plugins/compile/markdown/mdx_nikola.py index ba14319d94..dda3b1cf79 100644 --- a/nikola/plugins/compile/markdown/mdx_nikola.py +++ b/nikola/plugins/compile/markdown/mdx_nikola.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/compile/markdown/mdx_podcast.py b/nikola/plugins/compile/markdown/mdx_podcast.py index 0be09a84b7..c51ae9ed09 100644 --- a/nikola/plugins/compile/markdown/mdx_podcast.py +++ b/nikola/plugins/compile/markdown/mdx_podcast.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright © 2013-2024 Michael Rabbitt, Roberto Alsina and others. +# Copyright © 2013-2025 Michael Rabbitt, Roberto Alsina and others. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the diff --git a/nikola/plugins/compile/pandoc.py b/nikola/plugins/compile/pandoc.py index 4082d1d30d..8e6c6a8101 100644 --- a/nikola/plugins/compile/pandoc.py +++ b/nikola/plugins/compile/pandoc.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/compile/php.py b/nikola/plugins/compile/php.py index 09f2e099b4..3438bcb72a 100644 --- a/nikola/plugins/compile/php.py +++ b/nikola/plugins/compile/php.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/compile/rest/__init__.py b/nikola/plugins/compile/rest/__init__.py index d22f63d035..97b57a5e36 100644 --- a/nikola/plugins/compile/rest/__init__.py +++ b/nikola/plugins/compile/rest/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/compile/rest/chart.py b/nikola/plugins/compile/rest/chart.py index 3f3c0dcb43..056c7bd402 100644 --- a/nikola/plugins/compile/rest/chart.py +++ b/nikola/plugins/compile/rest/chart.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/compile/rest/doc.py b/nikola/plugins/compile/rest/doc.py index b884aaa417..f0afeec6fc 100644 --- a/nikola/plugins/compile/rest/doc.py +++ b/nikola/plugins/compile/rest/doc.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/compile/rest/listing.py b/nikola/plugins/compile/rest/listing.py index d1b64f04b5..f358f281f7 100644 --- a/nikola/plugins/compile/rest/listing.py +++ b/nikola/plugins/compile/rest/listing.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/compile/rest/media.py b/nikola/plugins/compile/rest/media.py index 0611f6fee0..80526732e4 100644 --- a/nikola/plugins/compile/rest/media.py +++ b/nikola/plugins/compile/rest/media.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/compile/rest/post_list.py b/nikola/plugins/compile/rest/post_list.py index 8f2b446238..20d0625e9e 100644 --- a/nikola/plugins/compile/rest/post_list.py +++ b/nikola/plugins/compile/rest/post_list.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2013-2024 Udo Spallek, Roberto Alsina and others. +# Copyright © 2013-2025 Udo Spallek, Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/compile/rest/soundcloud.py b/nikola/plugins/compile/rest/soundcloud.py index 71a82a1802..2ccc2c2100 100644 --- a/nikola/plugins/compile/rest/soundcloud.py +++ b/nikola/plugins/compile/rest/soundcloud.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/compile/rest/thumbnail.py b/nikola/plugins/compile/rest/thumbnail.py index af075bba52..ae73a741cd 100644 --- a/nikola/plugins/compile/rest/thumbnail.py +++ b/nikola/plugins/compile/rest/thumbnail.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2014-2024 Pelle Nilsson and others. +# Copyright © 2014-2025 Pelle Nilsson and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/compile/rest/vimeo.py b/nikola/plugins/compile/rest/vimeo.py index 7c5dd6f739..544ea4be8b 100644 --- a/nikola/plugins/compile/rest/vimeo.py +++ b/nikola/plugins/compile/rest/vimeo.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/compile/rest/youtube.py b/nikola/plugins/compile/rest/youtube.py index ef46822cd4..0649d2b4e8 100644 --- a/nikola/plugins/compile/rest/youtube.py +++ b/nikola/plugins/compile/rest/youtube.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/misc/__init__.py b/nikola/plugins/misc/__init__.py index 41c38f76e2..bcc8b446f9 100644 --- a/nikola/plugins/misc/__init__.py +++ b/nikola/plugins/misc/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/misc/scan_posts.py b/nikola/plugins/misc/scan_posts.py index bc63631bad..67757ea35a 100644 --- a/nikola/plugins/misc/scan_posts.py +++ b/nikola/plugins/misc/scan_posts.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/misc/taxonomies_classifier.py b/nikola/plugins/misc/taxonomies_classifier.py index f53fe54cca..f1591c7bfa 100644 --- a/nikola/plugins/misc/taxonomies_classifier.py +++ b/nikola/plugins/misc/taxonomies_classifier.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/shortcode/chart.py b/nikola/plugins/shortcode/chart.py index fb45245997..71fbcc293b 100644 --- a/nikola/plugins/shortcode/chart.py +++ b/nikola/plugins/shortcode/chart.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/shortcode/listing.py b/nikola/plugins/shortcode/listing.py index 33b0d445b1..d8cedbf83a 100644 --- a/nikola/plugins/shortcode/listing.py +++ b/nikola/plugins/shortcode/listing.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2017-2024 Roberto Alsina and others. +# Copyright © 2017-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/shortcode/post_list.py b/nikola/plugins/shortcode/post_list.py index df2d022072..c0849de992 100644 --- a/nikola/plugins/shortcode/post_list.py +++ b/nikola/plugins/shortcode/post_list.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2013-2024 Udo Spallek, Roberto Alsina and others. +# Copyright © 2013-2025 Udo Spallek, Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/shortcode/thumbnail.py b/nikola/plugins/shortcode/thumbnail.py index 67b235c8ca..79c1bd7d82 100644 --- a/nikola/plugins/shortcode/thumbnail.py +++ b/nikola/plugins/shortcode/thumbnail.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2017-2024 Roberto Alsina, Chris Warrick and others. +# Copyright © 2017-2025 Roberto Alsina, Chris Warrick and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/task/__init__.py b/nikola/plugins/task/__init__.py index 174d82e950..157d13acd8 100644 --- a/nikola/plugins/task/__init__.py +++ b/nikola/plugins/task/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/task/archive.py b/nikola/plugins/task/archive.py index 44849fa007..75d88d7feb 100644 --- a/nikola/plugins/task/archive.py +++ b/nikola/plugins/task/archive.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/task/authors.py b/nikola/plugins/task/authors.py index 6a9ab81be3..2a4505b59a 100644 --- a/nikola/plugins/task/authors.py +++ b/nikola/plugins/task/authors.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2015-2024 Juanjo Conti and others. +# Copyright © 2015-2025 Juanjo Conti and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/task/bundles.py b/nikola/plugins/task/bundles.py index b0aeb42073..dcc0d67dae 100644 --- a/nikola/plugins/task/bundles.py +++ b/nikola/plugins/task/bundles.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/task/categories.py b/nikola/plugins/task/categories.py index 51b7f6ff23..141889e0a6 100644 --- a/nikola/plugins/task/categories.py +++ b/nikola/plugins/task/categories.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/task/copy_assets.py b/nikola/plugins/task/copy_assets.py index 519a552ebd..17226dad61 100644 --- a/nikola/plugins/task/copy_assets.py +++ b/nikola/plugins/task/copy_assets.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/task/copy_files.py b/nikola/plugins/task/copy_files.py index 23ba5cd2b2..a87abb1e30 100644 --- a/nikola/plugins/task/copy_files.py +++ b/nikola/plugins/task/copy_files.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/task/galleries.py b/nikola/plugins/task/galleries.py index 50a2877158..bb4a458512 100644 --- a/nikola/plugins/task/galleries.py +++ b/nikola/plugins/task/galleries.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/task/gzip.py b/nikola/plugins/task/gzip.py index 9061807075..9e8c80f4ff 100644 --- a/nikola/plugins/task/gzip.py +++ b/nikola/plugins/task/gzip.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/task/indexes.py b/nikola/plugins/task/indexes.py index 8af550dd92..9580729fea 100644 --- a/nikola/plugins/task/indexes.py +++ b/nikola/plugins/task/indexes.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/task/listings.py b/nikola/plugins/task/listings.py index dde1c69f38..9079815355 100644 --- a/nikola/plugins/task/listings.py +++ b/nikola/plugins/task/listings.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/task/page_index.py b/nikola/plugins/task/page_index.py index 9fb2a2daef..99abfffffd 100644 --- a/nikola/plugins/task/page_index.py +++ b/nikola/plugins/task/page_index.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/task/pages.py b/nikola/plugins/task/pages.py index ae26735ecb..bb9900a83a 100644 --- a/nikola/plugins/task/pages.py +++ b/nikola/plugins/task/pages.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/task/posts.py b/nikola/plugins/task/posts.py index 242ee76726..be06e0a32b 100644 --- a/nikola/plugins/task/posts.py +++ b/nikola/plugins/task/posts.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/task/redirect.py b/nikola/plugins/task/redirect.py index 5861eba644..a4020d819c 100644 --- a/nikola/plugins/task/redirect.py +++ b/nikola/plugins/task/redirect.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/task/robots.py b/nikola/plugins/task/robots.py index ff7f67fa22..86fbf28c78 100644 --- a/nikola/plugins/task/robots.py +++ b/nikola/plugins/task/robots.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/task/scale_images.py b/nikola/plugins/task/scale_images.py index 8f1262a20b..db86d827d6 100644 --- a/nikola/plugins/task/scale_images.py +++ b/nikola/plugins/task/scale_images.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2014-2024 Pelle Nilsson and others. +# Copyright © 2014-2025 Pelle Nilsson and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/task/sitemap.py b/nikola/plugins/task/sitemap.py index 7d40face04..3777e6e86b 100644 --- a/nikola/plugins/task/sitemap.py +++ b/nikola/plugins/task/sitemap.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/task/sources.py b/nikola/plugins/task/sources.py index 4cf376c0b2..afdacc2bcd 100644 --- a/nikola/plugins/task/sources.py +++ b/nikola/plugins/task/sources.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/task/tags.py b/nikola/plugins/task/tags.py index 61bbd4d0b7..5c0824a180 100644 --- a/nikola/plugins/task/tags.py +++ b/nikola/plugins/task/tags.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/task/taxonomies.py b/nikola/plugins/task/taxonomies.py index 55dfa36291..8ebce3a792 100644 --- a/nikola/plugins/task/taxonomies.py +++ b/nikola/plugins/task/taxonomies.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/template/__init__.py b/nikola/plugins/template/__init__.py index e989a151c3..0c1a4821ad 100644 --- a/nikola/plugins/template/__init__.py +++ b/nikola/plugins/template/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/template/jinja.py b/nikola/plugins/template/jinja.py index e0ddf4aae7..6dcf926bca 100644 --- a/nikola/plugins/template/jinja.py +++ b/nikola/plugins/template/jinja.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/plugins/template/mako.py b/nikola/plugins/template/mako.py index 9517b05f12..7f6a210272 100644 --- a/nikola/plugins/template/mako.py +++ b/nikola/plugins/template/mako.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/post.py b/nikola/post.py index 792e6f020e..d7c1b9e38a 100644 --- a/nikola/post.py +++ b/nikola/post.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/shortcodes.py b/nikola/shortcodes.py index 8b9c643dd6..aa3fd16c28 100644 --- a/nikola/shortcodes.py +++ b/nikola/shortcodes.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/state.py b/nikola/state.py index 59cd3fcf70..0b64d5b939 100644 --- a/nikola/state.py +++ b/nikola/state.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/utils.py b/nikola/utils.py index 4d16c2157c..5f3ed77583 100644 --- a/nikola/utils.py +++ b/nikola/utils.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/nikola/winutils.py b/nikola/winutils.py index 8f4e8f58ca..e6a4486cd2 100644 --- a/nikola/winutils.py +++ b/nikola/winutils.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Roberto Alsina and others. +# Copyright © 2012-2025 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/scripts/debug_rebuilds/README.md b/scripts/debug_rebuilds/README.md index d65b5040f8..e228b9629c 100644 --- a/scripts/debug_rebuilds/README.md +++ b/scripts/debug_rebuilds/README.md @@ -6,6 +6,6 @@ To debug unexpected Nikola rebuilds: 4. Run `python step2_analyze_py_files.py | tee analysis.txt`. It will compare the two .py files, using `cc_debug.sqlite3` and `{first,second}_dump.py`. 5. Compare the produced dictionaries. Note that you will probably need a character-level diff tool, is pretty good as long as you change CSS for `li.replace` to `word-break: break-all; white-space: pre-wrap;` -Copyright © 2019-2024, Chris Warrick. +Copyright © 2019-2025, Chris Warrick. Portions Copyright © Eduardo Nafuel Schettino and Doit Contributors. License of .py files is MIT (same as Nikola) diff --git a/scripts/release b/scripts/release index 7a2dd786e5..d4b08c9287 100755 --- a/scripts/release +++ b/scripts/release @@ -1,7 +1,7 @@ #!/usr/bin/env zsh # The Release Script # Based on Python Project Template by Chris Warrick -# Copyright © 2013-2024, Chris Warrick. +# Copyright © 2013-2025, Chris Warrick. # All rights reserved. # Permission is hereby granted, free of charge, to any diff --git a/tests/data/plugin_manager/broken.py b/tests/data/plugin_manager/broken.py index 68af857cb5..5baa2dc4fc 100644 --- a/tests/data/plugin_manager/broken.py +++ b/tests/data/plugin_manager/broken.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Chris Warrick and others. +# Copyright © 2012-2025 Chris Warrick and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/tests/data/plugin_manager/one.py b/tests/data/plugin_manager/one.py index 817bd0770c..d519e55f67 100644 --- a/tests/data/plugin_manager/one.py +++ b/tests/data/plugin_manager/one.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Chris Warrick and others. +# Copyright © 2012-2025 Chris Warrick and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/tests/data/plugin_manager/second/two/__init__.py b/tests/data/plugin_manager/second/two/__init__.py index 14794c07ec..b0054ca253 100644 --- a/tests/data/plugin_manager/second/two/__init__.py +++ b/tests/data/plugin_manager/second/two/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Chris Warrick and others. +# Copyright © 2012-2025 Chris Warrick and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated diff --git a/tests/test_plugin_manager.py b/tests/test_plugin_manager.py index 8deb7a60b6..be27b67966 100644 --- a/tests/test_plugin_manager.py +++ b/tests/test_plugin_manager.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2024 Chris Warrick and others. +# Copyright © 2012-2025 Chris Warrick and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated