diff --git a/LICENSE b/LICENSE index d8ade38..b541463 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Treefmt Contributors +Copyright (c) Numtide & Contributors 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/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 583bcfe..b07881f 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -38,7 +38,7 @@ export default defineConfig({ footer: { message: 'Released under the MIT License.', - copyright: "Copyright © 2024-present Treefmt Contributors" + copyright: "Copyright © Numtide & Contributors" } } })