Skip to content

Commit

Permalink
docs(nx-dev): set year to 2025 in LICENSE and footer (#29524)
Browse files Browse the repository at this point in the history
The copyright year was updated from 2024 to 2025 in both the LICENSE file and the footer component.
  • Loading branch information
bcabanes authored Jan 8, 2025
1 parent 90c0c8e commit 7f2693a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(The MIT License)

Copyright (c) 2017-2024 Narwhal Technologies Inc.
Copyright (c) 2017-2025 Narwhal Technologies Inc.

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion nx-dev/ui-common/src/lib/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ export function Footer({
</div>
<div className="mt-20 border-t border-slate-200 p-2 dark:border-slate-800">
<p className="text-sm text-slate-400 xl:text-center">
&copy; 2024 made with{' '}
&copy; 2025 made with{' '}
<HeartIcon className="-mt-0.5 inline h-4 w-4" /> by{' '}
<Link href="/company" prefetch={false} title="Company">
<svg
Expand Down

0 comments on commit 7f2693a

Please sign in to comment.