Skip to content

Commit 6c7dc12

Browse files
committed
chore: update current year
1 parent 0486637 commit 6c7dc12

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2023 creativeLabs Łukasz Holeczek.
3+
Copyright (c) 2024 creativeLabs Łukasz Holeczek.
44

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

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,6 @@ CoreUI is an MIT-licensed open source project and is completely free to use. How
174174

175175
## Copyright and License
176176

177-
copyright 2023 creativeLabs Łukasz Holeczek.
177+
copyright 2024 creativeLabs Łukasz Holeczek.
178178

179179
Code released under [the MIT license](https://github.com/coreui/coreui-free-react-admin-template/blob/main/LICENSE).

Diff for: public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* CoreUI Free React.js Admin Template
44
* @version v5.0.0-rc.0
55
* @link https://coreui.io/product/free-react-admin-template/
6-
* Copyright (c) 2023 creativeLabs Łukasz Holeczek
6+
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://github.com/coreui/coreui-free-react-admin-template/blob/main/LICENSE)
88
-->
99
<html lang="en">

Diff for: src/components/AppFooter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const AppFooter = () => {
88
<a href="https://coreui.io" target="_blank" rel="noopener noreferrer">
99
CoreUI
1010
</a>
11-
<span className="ms-1">&copy; 2023 creativeLabs.</span>
11+
<span className="ms-1">&copy; 2024 creativeLabs.</span>
1212
</div>
1313
<div className="ms-auto">
1414
<span className="me-1">Powered by</span>

0 commit comments

Comments
 (0)