Skip to content

Commit

Permalink
2024! 🎆
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Jan 10, 2024
1 parent 869fdd2 commit a14af60
Show file tree
Hide file tree
Showing 92 changed files with 92 additions and 92 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright © 2012-2023 Roberto Alsina and others.
Copyright © 2012-2024 Roberto Alsina and others.

Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

# General information about the project.
project = 'Nikola'
copyright = '2012-2023, The Nikola Contributors'
copyright = '2012-2024, 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
Expand Down
2 changes: 1 addition & 1 deletion nikola/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Roberto Alsina and others.
# Copyright © 2012-2024 Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/__main__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Roberto Alsina and others.
# Copyright © 2012-2024 Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/data/themes/base/assets/css/theme.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@charset "UTF-8";

/*
Copyright © 2014-2023 Daniel Aleksandersen and others.
Copyright © 2014-2024 Daniel Aleksandersen and others.
Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/filters.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Roberto Alsina and others.
# Copyright © 2012-2024 Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/hierarchy_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Roberto Alsina and others.
# Copyright © 2012-2024 Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/image_processing.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2014 Roberto Alsina and others.
# Copyright © 2012-2024 Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/log.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Roberto Alsina and others.
# Copyright © 2012-2024 Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/metadata_extractors.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Chris Warrick, Roberto Alsina and others.
# Copyright © 2012-2024 Chris Warrick, Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/nikola.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Roberto Alsina and others.
# Copyright © 2012-2024 Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/packages/datecond/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright © 2016-2023, Chris Warrick.
Copyright © 2016-2024, Chris Warrick.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion nikola/packages/datecond/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- encoding: utf-8 -*-
# Date Conditionals v0.1.7
# Copyright © 2015-2023, Chris Warrick.
# Copyright © 2015-2024, Chris Warrick.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion nikola/packages/pygments_better_html/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright © 2020-2023, Chris Warrick.
Copyright © 2020-2024, Chris Warrick.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion nikola/packages/pygments_better_html/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""Better HTML formatter for Pygments.
Copyright © 2020-2023, Chris Warrick.
Copyright © 2020-2024, Chris Warrick.
License: 3-clause BSD.
Portions copyright © 2006-2019, the Pygments authors. (2-clause BSD).
"""
Expand Down
2 changes: 1 addition & 1 deletion nikola/plugin_categories.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Roberto Alsina and others.
# Copyright © 2012-2024 Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/plugins/basic_import.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Roberto Alsina and others.
# Copyright © 2012-2024 Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/plugins/command/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Roberto Alsina and others.
# Copyright © 2012-2024 Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/plugins/command/auto/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Chris Warrick, Roberto Alsina and others.
# Copyright © 2012-2024 Chris Warrick, Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/plugins/command/check.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Roberto Alsina and others.
# Copyright © 2012-2024 Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/plugins/command/console.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Chris Warrick, Roberto Alsina and others.
# Copyright © 2012-2024 Chris Warrick, Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/plugins/command/default_config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Roberto Alsina and others.
# Copyright © 2012-2024 Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/plugins/command/deploy.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Roberto Alsina and others.
# Copyright © 2012-2024 Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/plugins/command/github_deploy.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2014-2023 Puneeth Chaganti and others.
# Copyright © 2014-2024 Puneeth Chaganti and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/plugins/command/import_wordpress.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Roberto Alsina and others.
# Copyright © 2012-2024 Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/plugins/command/init.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Roberto Alsina and others.
# Copyright © 2012-2024 Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/plugins/command/new_page.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Roberto Alsina, Chris Warrick and others.
# Copyright © 2012-2024 Roberto Alsina, Chris Warrick and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/plugins/command/new_post.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Roberto Alsina and others.
# Copyright © 2012-2024 Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/plugins/command/orphans.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Roberto Alsina, Chris Warrick and others.
# Copyright © 2012-2024 Roberto Alsina, Chris Warrick and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/plugins/command/plugin.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Roberto Alsina and others.
# Copyright © 2012-2024 Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/plugins/command/rst2html/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2015-2023 Chris Warrick and others.
# Copyright © 2015-2024 Chris Warrick and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/plugins/command/serve.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Roberto Alsina and others.
# Copyright © 2012-2024 Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/plugins/command/status.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Roberto Alsina and others.
# Copyright © 2012-2024 Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/plugins/command/subtheme.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Roberto Alsina and others.
# Copyright © 2012-2024 Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/plugins/command/theme.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Roberto Alsina, Chris Warrick and others.
# Copyright © 2012-2024 Roberto Alsina, Chris Warrick and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/plugins/command/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Roberto Alsina and others.
# Copyright © 2012-2024 Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/plugins/compile/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Roberto Alsina and others.
# Copyright © 2012-2024 Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/plugins/compile/html.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Roberto Alsina and others.
# Copyright © 2012-2024 Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/plugins/compile/ipynb.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2013-2023 Damián Avila, Chris Warrick and others.
# Copyright © 2013-2024 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
Expand Down
2 changes: 1 addition & 1 deletion nikola/plugins/compile/markdown/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Roberto Alsina and others.
# Copyright © 2012-2024 Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/plugins/compile/markdown/mdx_nikola.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Roberto Alsina and others.
# Copyright © 2012-2024 Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/plugins/compile/markdown/mdx_podcast.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright © 2013-2023 Michael Rabbitt, Roberto Alsina and others.
# Copyright © 2013-2024 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
Expand Down
2 changes: 1 addition & 1 deletion nikola/plugins/compile/pandoc.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Roberto Alsina and others.
# Copyright © 2012-2024 Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/plugins/compile/php.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Roberto Alsina and others.
# Copyright © 2012-2024 Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/plugins/compile/rest/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Roberto Alsina and others.
# Copyright © 2012-2024 Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/plugins/compile/rest/chart.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Roberto Alsina and others.
# Copyright © 2012-2024 Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/plugins/compile/rest/doc.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Roberto Alsina and others.
# Copyright © 2012-2024 Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/plugins/compile/rest/listing.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Roberto Alsina and others.
# Copyright © 2012-2024 Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/plugins/compile/rest/media.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2023 Roberto Alsina and others.
# Copyright © 2012-2024 Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion nikola/plugins/compile/rest/post_list.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2013-2023 Udo Spallek, Roberto Alsina and others.
# Copyright © 2013-2024 Udo Spallek, Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down
Loading

0 comments on commit a14af60

Please sign in to comment.