Skip to content

Commit

Permalink
fix(repository): make copyright when project was created
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Shatford <[email protected]>
  • Loading branch information
jordanshatford committed Jan 1, 2025
1 parent 3292c11 commit 436abc3
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 @@
MIT License

Copyright (c) 2024 Jordan Shatford
Copyright (c) 2021 Jordan Shatford

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const config = {
github: 'https://github.com/jordanshatford/clip-queue',
copyright: {
owner: 'Jordan Shatford',
year: new Date().getFullYear()
year: 2021
}
}

Expand Down

0 comments on commit 436abc3

Please sign in to comment.