diff --git a/LICENSE b/LICENSE index cb94f3dc..7a44628d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2024 Vrite, Inc. +Copyright (c) 2025 Vrite, Inc. Source code in this repository is covered by (i) the AGPL-3.0, (ii) MIT, or (iii) Elastic License 2.0, in each case, as designated by a licensing file in a subdirectory or file header. The default throughout the repository is a license under the AGPL-3.0, unless a file header or a licensing file in a subdirectory specifies another license. diff --git a/apps/backend/usage-reporting/LICENSE.md b/apps/backend/usage-reporting/LICENSE.md index 6087761e..4f3b6eb0 100644 --- a/apps/backend/usage-reporting/LICENSE.md +++ b/apps/backend/usage-reporting/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2024 Vrite, Inc. +Copyright (c) 2025 Vrite, Inc. Elastic License 2.0 diff --git a/apps/docs/LICENSE.md b/apps/docs/LICENSE.md index 2af969c3..1f7b8e55 100644 --- a/apps/docs/LICENSE.md +++ b/apps/docs/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Vrite +Copyright (c) 2025 Vrite 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/docs/src/content/api/content-pieces.mdx b/apps/docs/src/content/api/content-pieces.mdx index 3f759311..491bff2d 100644 --- a/apps/docs/src/content/api/content-pieces.mdx +++ b/apps/docs/src/content/api/content-pieces.mdx @@ -166,7 +166,7 @@ Creates a content piece from the provided data and assigns it to the specified c slug: "string", contentGroupId: "6c7ea0927b79efa9bb616820", // Optional - date: "2024-02-23T14:34:14.099Z", + date: "2025-02-23T14:34:14.099Z", // Optional description: "string", // Optional @@ -203,7 +203,7 @@ Updates a content piece (or specified variant) matched by ID, using the provided // Optional variant: "bf75ef612ccfdccb6e2d1fce", // Optional - date: "2024-02-23T14:34:14.099Z", + date: "2025-02-23T14:34:14.099Z", // Optional title: "string", // Optional @@ -250,4 +250,4 @@ Deletes the content piece specified by ID, together with all its variants. }); ``` - \ No newline at end of file + diff --git a/apps/landing-page/LICENSE.md b/apps/landing-page/LICENSE.md index 2af969c3..1f7b8e55 100644 --- a/apps/landing-page/LICENSE.md +++ b/apps/landing-page/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Vrite +Copyright (c) 2025 Vrite 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/ee/LICENSE.md b/apps/web/src/ee/LICENSE.md index 6087761e..4f3b6eb0 100644 --- a/apps/web/src/ee/LICENSE.md +++ b/apps/web/src/ee/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2024 Vrite, Inc. +Copyright (c) 2025 Vrite, Inc. Elastic License 2.0 diff --git a/packages/backend/src/ee/LICENSE.md b/packages/backend/src/ee/LICENSE.md index 6087761e..4f3b6eb0 100644 --- a/packages/backend/src/ee/LICENSE.md +++ b/packages/backend/src/ee/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2024 Vrite, Inc. +Copyright (c) 2025 Vrite, Inc. Elastic License 2.0 diff --git a/packages/cli/LICENSE b/packages/cli/LICENSE index f5a866c8..890bd369 100644 --- a/packages/cli/LICENSE +++ b/packages/cli/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Vrite, Inc. +Copyright (c) 2025 Vrite, Inc. 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/packages/emails/emails/magic-link.tsx b/packages/emails/emails/magic-link.tsx index fe20cb69..99e0ca2f 100644 --- a/packages/emails/emails/magic-link.tsx +++ b/packages/emails/emails/magic-link.tsx @@ -55,7 +55,7 @@ const MagicLink: React.FC = ({ link = "" }) => { If you didn't request a sign-in link, you can ignore this email. - Vrite ©2024 + Vrite ©2025 diff --git a/packages/emails/emails/verify-email-change.tsx b/packages/emails/emails/verify-email-change.tsx index b24e0b00..5294c95c 100644 --- a/packages/emails/emails/verify-email-change.tsx +++ b/packages/emails/emails/verify-email-change.tsx @@ -58,7 +58,7 @@ const VerifyEmailChange: React.FC = ({ link = "" }) => { your security settings. - Vrite ©2024 + Vrite ©2025 diff --git a/packages/emails/emails/verify-email.tsx b/packages/emails/emails/verify-email.tsx index 79d03689..8fa4b8c8 100644 --- a/packages/emails/emails/verify-email.tsx +++ b/packages/emails/emails/verify-email.tsx @@ -60,7 +60,7 @@ const VerifyEmail: React.FC = ({ link = "", user = "" }) => { If you didn't sign up for Vrite, you can ignore this email. - Vrite ©2024 + Vrite ©2025 diff --git a/packages/emails/emails/verify-password-change.tsx b/packages/emails/emails/verify-password-change.tsx index bfeb938b..492cb90c 100644 --- a/packages/emails/emails/verify-password-change.tsx +++ b/packages/emails/emails/verify-password-change.tsx @@ -58,7 +58,7 @@ const VerifyPasswordChange: React.FC = ({ link = "" } reviewing your security settings. - Vrite ©2024 + Vrite ©2025 diff --git a/packages/emails/emails/workspace-invite.tsx b/packages/emails/emails/workspace-invite.tsx index e04ccf6d..9fccdf58 100644 --- a/packages/emails/emails/workspace-invite.tsx +++ b/packages/emails/emails/workspace-invite.tsx @@ -63,7 +63,7 @@ const WorkspaceInvite: React.FC = ({ If you don't recognize this invite, you can ignore this email. - Vrite ©2024 + Vrite ©2025 diff --git a/packages/sdk/javascript/LICENSE b/packages/sdk/javascript/LICENSE index f5a866c8..890bd369 100644 --- a/packages/sdk/javascript/LICENSE +++ b/packages/sdk/javascript/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Vrite, Inc. +Copyright (c) 2025 Vrite, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal