Skip to content

Commit

Permalink
chore: 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
areknawo committed Jan 1, 2025
1 parent fa35155 commit 9e40abf
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion apps/backend/usage-reporting/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2024 Vrite, Inc.
Copyright (c) 2025 Vrite, Inc.

Elastic License 2.0

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/LICENSE.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions apps/docs/src/content/api/content-pieces.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -250,4 +250,4 @@ Deletes the content piece specified by ID, together with all its variants.
});
```
</RequestExample>
</EndpointCard>
</EndpointCard>
2 changes: 1 addition & 1 deletion apps/landing-page/LICENSE.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/ee/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2024 Vrite, Inc.
Copyright (c) 2025 Vrite, Inc.

Elastic License 2.0

Expand Down
2 changes: 1 addition & 1 deletion packages/backend/src/ee/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2024 Vrite, Inc.
Copyright (c) 2025 Vrite, Inc.

Elastic License 2.0

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/emails/emails/magic-link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const MagicLink: React.FC<MagicLinkProps> = ({ link = "" }) => {
</Link>
<Text>If you didn't request a sign-in link, you can ignore this email. </Text>
</Section>
<Text className="text-[12px] my-0">Vrite ©2024</Text>
<Text className="text-[12px] my-0">Vrite ©2025</Text>
</Container>
</Body>
</Tailwind>
Expand Down
2 changes: 1 addition & 1 deletion packages/emails/emails/verify-email-change.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const VerifyEmailChange: React.FC<VerifyEmailChangeProps> = ({ link = "" }) => {
your security settings.
</Text>
</Section>
<Text className="text-[12px] my-0">Vrite ©2024</Text>
<Text className="text-[12px] my-0">Vrite ©2025</Text>
</Container>
</Body>
</Tailwind>
Expand Down
2 changes: 1 addition & 1 deletion packages/emails/emails/verify-email.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const VerifyEmail: React.FC<VerifyEmailProps> = ({ link = "", user = "" }) => {
</Link>
<Text>If you didn't sign up for Vrite, you can ignore this email.</Text>
</Section>
<Text className="text-[12px] my-0">Vrite ©2024</Text>
<Text className="text-[12px] my-0">Vrite ©2025</Text>
</Container>
</Body>
</Tailwind>
Expand Down
2 changes: 1 addition & 1 deletion packages/emails/emails/verify-password-change.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const VerifyPasswordChange: React.FC<VerifyPasswordChangeProps> = ({ link = "" }
reviewing your security settings.
</Text>
</Section>
<Text className="text-[12px] my-0">Vrite ©2024</Text>
<Text className="text-[12px] my-0">Vrite ©2025</Text>
</Container>
</Body>
</Tailwind>
Expand Down
2 changes: 1 addition & 1 deletion packages/emails/emails/workspace-invite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const WorkspaceInvite: React.FC<WorkspaceInviteProps> = ({
</Link>
<Text>If you don't recognize this invite, you can ignore this email.</Text>
</Section>
<Text className="text-[12px] my-0">Vrite ©2024</Text>
<Text className="text-[12px] my-0">Vrite ©2025</Text>
</Container>
</Body>
</Tailwind>
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/javascript/LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9e40abf

Please sign in to comment.