File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed
Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -128,3 +128,4 @@ nb-configuration.xml
128128/.phpunit. * .cache
129129/.phpunit.cache
130130/.php-cs-fixer.php
131+ docs /assets /__pycache__ /
Original file line number Diff line number Diff line change 11MIT License
22
33Copyright (c) 2023 Michal Sniatala
4- Copyright (c) 2023 CodeIgniter Foundation
4+ Copyright (c) 2023-present CodeIgniter Foundation
55
66Permission is hereby granted, free of charge, to any person obtaining a copy
77of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1+ from datetime import datetime
2+
3+ def on_config (config , ** kwargs ):
4+ config .copyright = config .copyright .format (year = datetime .now ().year )
5+ return config
Original file line number Diff line number Diff line change @@ -53,7 +53,10 @@ extra:
5353site_url : https://queue.codeigniter.com/
5454repo_url : https://github.com/codeigniter4/queue
5555edit_uri : edit/develop/docs/
56- copyright : Copyright © 2025 CodeIgniter Foundation.
56+ copyright : Copyright © 2023-{year} CodeIgniter Foundation.
57+
58+ hooks :
59+ - docs/assets/hooks.py
5760
5861markdown_extensions :
5962 - admonition
You can’t perform that action at this time.
0 commit comments