Skip to content

Commit 8bb516a

Browse files
authored
Fix year.
1 parent 8ceaa3e commit 8bb516a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/data/test_package_generation/LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- markdownlint-disable MD041 --># MIT License
22

3-
Copyright (c) 2025 Eva Lu Ator
3+
Copyright (c) 2026 Eva Lu Ator
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

tests/data/test_package_generation/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
site_name: "Cookiecutter Test"
22
site_description: "Documentation website for Cookiecutter Test"
33
site_author: "Eva Lu Ator"
4-
copyright: "Copyright © 2025 Eva Lu Ator"
4+
copyright: "Copyright © 2026 Eva Lu Ator"
55
repo_url: "https://github.com/test-user/cookiecutter-test/"
66
repo_name: "test-user/cookiecutter-test"
77
edit_uri: edit/main/docs/

0 commit comments

Comments
 (0)