1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-11-24 16:53:13 +03:00

chore(project): update copyright years

This commit is contained in:
Orhun Parmaksız 2024-01-06 16:29:52 +03:00
parent 3fd9476a56
commit edc6bc0adb
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
The MIT License (MIT)
Copyright (c) 2021-2023 Orhun Parmaksız
Copyright (c) 2021-2023 git-cliff contributors
Copyright (c) 2021-2024 Orhun Parmaksız
Copyright (c) 2021-2024 git-cliff contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -86,4 +86,4 @@ Licensed under either of [Apache License Version 2.0](./LICENSE-APACHE) or [The
## Copyright
Copyright © 2021-2023, [git-cliff contributors](mailto:git-cliff@protonmail.com)
Copyright © 2021-2024, [git-cliff contributors](mailto:git-cliff@protonmail.com)

View File

@ -150,7 +150,7 @@ const config = {
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} git-cliff.`,
copyright: `Copyright © 2021-${new Date().getFullYear()} git-cliff.`,
},
prism: {
theme: lightCodeTheme,