diff --git a/LICENSE b/LICENSE index b824f88..4563c7b 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/apps/web/src/config.ts b/apps/web/src/config.ts index bb66971..a3f7a28 100644 --- a/apps/web/src/config.ts +++ b/apps/web/src/config.ts @@ -9,7 +9,7 @@ export const config = { github: 'https://github.com/jordanshatford/clip-queue', copyright: { owner: 'Jordan Shatford', - year: new Date().getFullYear() + year: 2021 } }