Skip to content

Commit da5cc49

Browse files
committed
Bump year
Signed-off-by: Eduard Itrich <[email protected]> on-behalf-of: @porscheofficial <[email protected]>
1 parent 845e90c commit da5cc49

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2023 Dr. Ing. h.c. F. Porsche AG
1+
Copyright (c) 2024 Dr. Ing. h.c. F. Porsche AG
22

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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ This project is a joint initiative of [Porsche AG](https://www.porsche.com) and
100100

101101
## ✒️ License
102102

103-
Copyright © 2023 Dr. Ing. h.c. F. Porsche AG
103+
Copyright © 2024 Dr. Ing. h.c. F. Porsche AG
104104

105105
Dr. Ing. h.c. F. Porsche AG publishes the Porsche Open Source Platform software and accompanied documentation (if any) subject to the terms of the [MIT license](./LICENSE.md). All rights not explicitly granted to you under the MIT license remain the sole and exclusive property of Dr. Ing. h.c. F. Porsche AG.
106106

src/components/02_molecules/footer/Footer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export const Footer: React.FC = () => {
161161
<PDivider className={s.divider} theme="dark" />
162162
<div className={s.notice}>
163163
<div className={s.linkBar}>
164-
© 2023 Dr. Ing. h.c. F. Porsche AG.{" "}
164+
© 2024 Dr. Ing. h.c. F. Porsche AG.{" "}
165165
{linksNotice.map((link) => (
166166
<PLinkPure key={link.url} theme="dark" icon="none" underline>
167167
<Link href={{ pathname: link.url }}>{link.name}.</Link>

0 commit comments

Comments
 (0)