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:
parent
3fd9476a56
commit
edc6bc0adb
@ -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
|
||||
|
@ -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)
|
||||
|
@ -150,7 +150,7 @@ const config = {
|
||||
],
|
||||
},
|
||||
],
|
||||
copyright: `Copyright © ${new Date().getFullYear()} git-cliff.`,
|
||||
copyright: `Copyright © 2021-${new Date().getFullYear()} git-cliff.`,
|
||||
},
|
||||
prism: {
|
||||
theme: lightCodeTheme,
|
||||
|
Loading…
Reference in New Issue
Block a user