From eac57a1bc008e36a1b59c359b202b94ea0051424 Mon Sep 17 00:00:00 2001 From: Pedro Sanders Date: Fri, 3 May 2024 12:10:09 -0400 Subject: [PATCH] chore: update copyright notice --- .scripts/copy-hbs.js | 2 +- .scripts/next-release.sh | 2 +- .scripts/tag-changelog-config.js | 2 +- LICENSE | 2 +- commitlint.config.js | 2 +- docs/sidebars.js | 2 +- docs/src/pages/index.js | 2 +- mods/apiserver/src/constants.ts | 2 +- mods/apiserver/src/context.ts | 2 +- mods/apiserver/src/customers/getCustomerById.ts | 2 +- mods/apiserver/src/customers/getOrdersByCustomerId.ts | 2 +- mods/apiserver/src/customers/router.ts | 2 +- mods/apiserver/src/customers/shopify.ts | 2 +- mods/apiserver/src/customers/types.ts | 2 +- mods/apiserver/src/customers/utils.ts | 2 +- mods/apiserver/src/db.ts | 2 +- mods/apiserver/src/envs.ts | 2 +- mods/apiserver/src/index.ts | 2 +- mods/apiserver/src/notifications/createInviteBody.ts | 2 +- mods/apiserver/src/notifications/createInviteToken.ts | 2 +- mods/apiserver/src/notifications/createTransporter.ts | 2 +- mods/apiserver/src/notifications/sendEmail.ts | 2 +- mods/apiserver/src/notifications/sendInvite.ts | 2 +- mods/apiserver/src/notifications/sender.ts | 2 +- mods/apiserver/src/queues/getQueueByWorkspaceId.ts | 2 +- mods/apiserver/src/queues/joinQueue.ts | 2 +- mods/apiserver/src/queues/router.ts | 2 +- mods/apiserver/src/queues/types.ts | 2 +- mods/apiserver/src/queues/updateQueueEntry.ts | 2 +- mods/apiserver/src/queues/updateQueueEntryStatus.ts | 2 +- mods/apiserver/src/queues/validation.ts | 2 +- mods/apiserver/src/queues/watchQueue.ts | 2 +- mods/apiserver/src/router.ts | 2 +- mods/apiserver/src/tokens/createAnonymousToken.ts | 2 +- mods/apiserver/src/tokens/createToken.ts | 2 +- mods/apiserver/src/tokens/router.ts | 2 +- mods/apiserver/src/tokens/types.ts | 2 +- mods/apiserver/src/trpc.ts | 2 +- mods/apiserver/src/types.ts | 2 +- mods/apiserver/src/users/acceptInvite.ts | 2 +- mods/apiserver/src/users/getGravatar.ts | 2 +- mods/apiserver/src/users/getMemberships.ts | 2 +- mods/apiserver/src/users/getUserById.ts | 2 +- mods/apiserver/src/users/login.ts | 2 +- mods/apiserver/src/users/renewToken.ts | 2 +- mods/apiserver/src/users/router.ts | 2 +- mods/apiserver/src/users/types.ts | 2 +- mods/apiserver/src/users/updateUser.ts | 2 +- mods/apiserver/src/users/upsertDefaultUser.ts | 2 +- mods/apiserver/src/utils.ts | 2 +- mods/apiserver/src/workspaces/addWorkspaceMember.ts | 2 +- mods/apiserver/src/workspaces/createWorkspace.ts | 2 +- mods/apiserver/src/workspaces/getMembersByWorkspaceId.ts | 2 +- mods/apiserver/src/workspaces/getWorkspaceById.ts | 2 +- mods/apiserver/src/workspaces/getWorkspaces.ts | 2 +- mods/apiserver/src/workspaces/observers.ts | 2 +- mods/apiserver/src/workspaces/removeWorkspace.ts | 2 +- mods/apiserver/src/workspaces/removeWorkspaceMember.ts | 2 +- mods/apiserver/src/workspaces/resendWorkspaceMemberInvite.ts | 2 +- mods/apiserver/src/workspaces/router.ts | 2 +- mods/apiserver/src/workspaces/types.ts | 2 +- mods/apiserver/src/workspaces/updateWorkspace.ts | 2 +- .../src/workspaces/validation/addWorkspaceMemberSchema.ts | 2 +- .../src/workspaces/validation/createWorkspaceSchema.ts | 2 +- mods/apiserver/src/workspaces/validation/index.ts | 2 +- .../src/workspaces/validation/updateWorkspaceSchema.ts | 2 +- mods/apiserver/src/workspaces/watchWorkspaceStatus.ts | 2 +- mods/apiserver/test/customers.unit.test.ts | 2 +- mods/apiserver/test/queues.unit.test.ts | 2 +- mods/apiserver/test/users.unit.test.ts | 2 +- mods/apiserver/test/utils.unit.test.ts | 2 +- mods/apiserver/test/workspaces.unit.test.ts | 2 +- mods/common/src/formatTime.ts | 2 +- mods/common/src/index.ts | 2 +- mods/common/src/types.ts | 2 +- mods/frontoffice/src/authentication.tsx | 2 +- mods/frontoffice/src/components/appbar/AppBar.stories.ts | 2 +- mods/frontoffice/src/components/appbar/AppBar.tsx | 2 +- mods/frontoffice/src/components/appbar/AppBarStyles.ts | 2 +- mods/frontoffice/src/components/appbar/GoodtokLogo.tsx | 2 +- mods/frontoffice/src/components/button/Button.stories.ts | 2 +- mods/frontoffice/src/components/button/Button.tsx | 2 +- mods/frontoffice/src/components/button/ButtonStyles.ts | 2 +- mods/frontoffice/src/components/button/GoogleIcon.tsx | 2 +- mods/frontoffice/src/components/chat/ChatPage.stories.ts | 2 +- mods/frontoffice/src/components/chat/ChatPage.tsx | 2 +- mods/frontoffice/src/components/chat/ChatPageStyles.ts | 2 +- mods/frontoffice/src/components/chat/customer/CustomerInfo.tsx | 2 +- mods/frontoffice/src/components/chat/customer/CustomerStyles.ts | 2 +- mods/frontoffice/src/components/chat/customer/types.ts | 2 +- mods/frontoffice/src/components/chat/start/StartCall.stories.ts | 2 +- mods/frontoffice/src/components/chat/start/StartCall.tsx | 2 +- mods/frontoffice/src/components/chat/start/StartCallStyles.ts | 2 +- mods/frontoffice/src/components/chat/video/Video.stories.ts | 2 +- mods/frontoffice/src/components/chat/video/Video.tsx | 2 +- mods/frontoffice/src/components/chat/video/VideoStyles.ts | 2 +- mods/frontoffice/src/components/common/ExternalLinkIcon.tsx | 2 +- .../src/components/confirmation/ConfirmationForm.stories.ts | 2 +- .../src/components/confirmation/ConfirmationForm.tsx | 2 +- .../src/components/confirmation/ConfirmationFormStyles.ts | 2 +- mods/frontoffice/src/components/home/HomePage.stories.ts | 2 +- mods/frontoffice/src/components/home/HomePage.tsx | 2 +- mods/frontoffice/src/components/home/HomePageStyles.ts | 2 +- .../src/components/home/card/AddWorkspaceCard.stories.ts | 2 +- mods/frontoffice/src/components/home/card/AddWorkspaceCard.tsx | 2 +- .../src/components/home/card/AddWorkspaceCardStyles.ts | 2 +- mods/frontoffice/src/components/home/card/PlusIcon.tsx | 2 +- .../src/components/home/card/WorkspaceCard.stories.ts | 2 +- mods/frontoffice/src/components/home/card/WorkspaceCard.tsx | 2 +- .../src/components/home/card/WorkspaceCardList.stories.ts | 2 +- .../frontoffice/src/components/home/card/WorkspaceCardStyles.ts | 2 +- mods/frontoffice/src/components/home/list/WorkspaceCardList.tsx | 2 +- .../src/components/home/list/WorkspaceCardListStyles.ts | 2 +- mods/frontoffice/src/components/icons/CameraIcon.tsx | 2 +- mods/frontoffice/src/components/icons/CircleCameraIcon.tsx | 2 +- mods/frontoffice/src/components/icons/CircleCameraMutedIcon.tsx | 2 +- mods/frontoffice/src/components/icons/CircleHangupIcon.tsx | 2 +- mods/frontoffice/src/components/icons/CircleMicrophoneIcon.tsx | 2 +- .../src/components/icons/CircleMicrophoneMutedIcon.tsx | 2 +- mods/frontoffice/src/components/icons/MutedCameraIcon.tsx | 2 +- mods/frontoffice/src/components/login/LoginForm.stories.ts | 2 +- mods/frontoffice/src/components/login/LoginForm.tsx | 2 +- mods/frontoffice/src/components/login/LoginFormStyles.ts | 2 +- mods/frontoffice/src/components/login/LoginPage.stories.ts | 2 +- mods/frontoffice/src/components/login/LoginPage.tsx | 2 +- .../src/components/onboarding/OnboardingPage.stories.ts | 2 +- mods/frontoffice/src/components/onboarding/OnboardingPage.tsx | 2 +- mods/frontoffice/src/components/onboarding/styles.ts | 2 +- .../components/password/forgot/ForgotPasswordForm.stories.ts | 2 +- .../src/components/password/forgot/ForgotPasswordForm.tsx | 2 +- .../src/components/password/forgot/ForgotPasswordFormStyles.ts | 2 +- .../components/password/forgot/ForgotPasswordPage.stories.ts | 2 +- .../src/components/password/forgot/ForgotPasswordPage.tsx | 2 +- .../src/components/password/reset/ResetPasswordForm.stories.ts | 2 +- .../src/components/password/reset/ResetPasswordForm.tsx | 2 +- .../src/components/password/reset/ResetPasswordFormStyles.ts | 2 +- .../src/components/password/reset/ResetPasswordPage.stories.ts | 2 +- .../src/components/password/reset/ResetPasswordPage.tsx | 2 +- mods/frontoffice/src/components/queue/QueuePage.stories.ts | 2 +- mods/frontoffice/src/components/queue/QueuePage.tsx | 2 +- mods/frontoffice/src/components/queue/QueuePageStyles.ts | 2 +- mods/frontoffice/src/components/queue/item/QueueItem.stories.ts | 2 +- mods/frontoffice/src/components/queue/item/QueueItem.tsx | 2 +- mods/frontoffice/src/components/queue/item/QueueItemStyles.ts | 2 +- .../src/components/queue/item/StatusIndicatorIcon.tsx | 2 +- mods/frontoffice/src/components/queue/list/QueueList.stories.ts | 2 +- mods/frontoffice/src/components/queue/list/QueueList.tsx | 2 +- mods/frontoffice/src/components/queue/list/QueueListStyles.ts | 2 +- .../src/components/queue/status/QueueStatus.stories.ts | 2 +- mods/frontoffice/src/components/queue/status/QueueStatus.tsx | 2 +- .../src/components/queue/status/QueueStatusStyles.ts | 2 +- mods/frontoffice/src/components/queue/status/ShopifyIcon.tsx | 2 +- mods/frontoffice/src/components/select/Select.tsx | 2 +- mods/frontoffice/src/components/select/SelectStyles.stories.ts | 2 +- mods/frontoffice/src/components/select/SelectStyles.ts | 2 +- .../frontoffice/src/components/settings/SettingsPage.stories.ts | 2 +- mods/frontoffice/src/components/settings/SettingsPage.tsx | 2 +- mods/frontoffice/src/components/settings/hbar/HBar.stories.ts | 2 +- mods/frontoffice/src/components/settings/hbar/HBar.tsx | 2 +- mods/frontoffice/src/components/settings/hbar/HBarStyles.ts | 2 +- mods/frontoffice/src/components/settings/hbar/types.ts | 2 +- .../src/components/settings/invite/Invite.stories.ts | 2 +- mods/frontoffice/src/components/settings/invite/Invite.tsx | 2 +- mods/frontoffice/src/components/settings/invite/InviteStyles.ts | 2 +- .../src/components/settings/members/Members.stories.ts | 2 +- mods/frontoffice/src/components/settings/members/Members.tsx | 2 +- .../src/components/settings/members/MembersStyles.ts | 2 +- mods/frontoffice/src/components/settings/members/types.ts | 2 +- .../frontoffice/src/components/settings/user/AvatarWithIcon.tsx | 2 +- .../src/components/settings/user/UserSettings.stories.ts | 2 +- mods/frontoffice/src/components/settings/user/UserSettings.tsx | 2 +- .../src/components/settings/user/UserSettingsStyles.ts | 2 +- mods/frontoffice/src/components/settings/user/types.ts | 2 +- .../components/settings/workspace/WorkspaceSettings.stories.ts | 2 +- .../src/components/settings/workspace/WorkspaceSettings.tsx | 2 +- .../components/settings/workspace/WorkspaceSettingsStyles.ts | 2 +- .../src/components/settings/workspace/hasScheduleErrors.ts | 2 +- .../src/components/settings/workspace/isValidTimeRange.ts | 2 +- .../src/components/settings/workspace/sortedHours.ts | 2 +- mods/frontoffice/src/components/settings/workspace/types.ts | 2 +- mods/frontoffice/src/components/signup/SignupForm.stories.ts | 2 +- mods/frontoffice/src/components/signup/SignupForm.tsx | 2 +- mods/frontoffice/src/components/signup/SignupFormStyles.ts | 2 +- mods/frontoffice/src/components/signup/SignupPage.stories.ts | 2 +- mods/frontoffice/src/components/signup/SignupPage.tsx | 2 +- mods/frontoffice/src/components/signup/terms.ts | 2 +- mods/frontoffice/src/components/textfield/TextField.stories.ts | 2 +- mods/frontoffice/src/components/textfield/TextField.tsx | 2 +- mods/frontoffice/src/components/textfield/TextFieldStyles.ts | 2 +- mods/frontoffice/src/containers/AccepInviteContainer.tsx | 2 +- mods/frontoffice/src/containers/ChatContainer.tsx | 2 +- mods/frontoffice/src/containers/HomeContainer.tsx | 2 +- mods/frontoffice/src/containers/LoginContainer.tsx | 2 +- mods/frontoffice/src/containers/OnboardingContainer.tsx | 2 +- mods/frontoffice/src/containers/SettingsContainer.tsx | 2 +- mods/frontoffice/src/containers/WorkspaceContainer.tsx | 2 +- mods/frontoffice/src/envs.ts | 2 +- mods/frontoffice/src/index.tsx | 2 +- mods/frontoffice/src/logger.tsx | 2 +- mods/frontoffice/src/snackbar.tsx | 2 +- mods/frontoffice/src/utils/getDefaultWorkspaceId.ts | 2 +- mods/frontoffice/src/utils/getFirstname.ts | 2 +- mods/frontoffice/src/utils/playAlert.ts | 2 +- mods/frontoffice/src/utils/timezones.ts | 2 +- mods/frontoffice/vite.config.ts | 2 +- mods/sdk/src/base.ts | 2 +- mods/sdk/src/client.ts | 2 +- mods/sdk/src/customers/customers.ts | 2 +- mods/sdk/src/customers/index.ts | 2 +- mods/sdk/src/customers/types.ts | 2 +- mods/sdk/src/errors/GoodtokError.ts | 2 +- mods/sdk/src/errors/codes.ts | 2 +- mods/sdk/src/errors/formatAndThrowError.ts | 2 +- mods/sdk/src/errors/index.ts | 2 +- mods/sdk/src/index.ts | 2 +- mods/sdk/src/queues/index.ts | 2 +- mods/sdk/src/queues/queues.ts | 2 +- mods/sdk/src/queues/types.ts | 2 +- mods/sdk/src/tokens/index.ts | 2 +- mods/sdk/src/tokens/tokens.ts | 2 +- mods/sdk/src/tokens/types.ts | 2 +- mods/sdk/src/types.ts | 2 +- mods/sdk/src/users/index.ts | 2 +- mods/sdk/src/users/types.ts | 2 +- mods/sdk/src/users/users.ts | 2 +- mods/sdk/src/workspaces/index.ts | 2 +- mods/sdk/src/workspaces/types.ts | 2 +- mods/sdk/src/workspaces/workspaces.ts | 2 +- mods/sdk/test/customers.unit.test.ts | 2 +- mods/sdk/test/int.test.ts | 2 +- mods/sdk/test/queues.unit.test.ts | 2 +- mods/sdk/test/tokens.unit.test.ts | 2 +- mods/sdk/test/users.unit.test.ts | 2 +- mods/sdk/test/workspaces.unit.test.ts | 2 +- mods/widget/src/GoodtokComponent.tsx | 2 +- mods/widget/src/GoodtokUA.tsx | 2 +- mods/widget/src/components/contact/Contact.stories.ts | 2 +- mods/widget/src/components/contact/Contact.tsx | 2 +- mods/widget/src/components/contact/ContactStyles.ts | 2 +- .../src/components/goodtokbutton/GoodtokButton.stories.ts | 2 +- mods/widget/src/components/goodtokbutton/GoodtokButton.tsx | 2 +- mods/widget/src/components/goodtokbutton/GoodtokButtonStyles.ts | 2 +- mods/widget/src/components/goodtokbutton/GoodtokIcon.tsx | 2 +- .../src/components/goodtokwidget/GoodtokWidget.stories.ts | 2 +- mods/widget/src/components/goodtokwidget/GoodtokWidget.tsx | 2 +- mods/widget/src/components/goodtokwidget/GoodtokWidgetStyles.ts | 2 +- mods/widget/src/components/goodtokwidget/data.ts | 2 +- mods/widget/src/components/goodtokwidget/types.ts | 2 +- mods/widget/src/components/icons/CalendarIcon.tsx | 2 +- mods/widget/src/components/icons/CameraIcon.tsx | 2 +- mods/widget/src/components/icons/CircleCameraIcon.tsx | 2 +- mods/widget/src/components/icons/CircleCameraMutedIcon.tsx | 2 +- mods/widget/src/components/icons/CircleHangupIcon.tsx | 2 +- mods/widget/src/components/icons/CircleMicrophoneIcon.tsx | 2 +- mods/widget/src/components/icons/CircleMicrophoneMutedIcon.tsx | 2 +- mods/widget/src/components/icons/CirclePiPIcon.tsx | 2 +- mods/widget/src/components/icons/CircleShareScreenIcon.tsx | 2 +- mods/widget/src/components/icons/CloseIcon.tsx | 2 +- mods/widget/src/components/icons/GoodtokIcon.tsx | 2 +- mods/widget/src/components/icons/LoadingIcon.tsx | 2 +- mods/widget/src/components/icons/MutedCameraIcon.tsx | 2 +- mods/widget/src/components/icons/OnlineIndicatorIcon.tsx | 2 +- mods/widget/src/components/icons/PhoneIcon.tsx | 2 +- mods/widget/src/components/menu/Menu.stories.ts | 2 +- mods/widget/src/components/menu/Menu.tsx | 2 +- .../src/components/menu/container/MenuContainer.stories.ts | 2 +- mods/widget/src/components/menu/container/MenuContainer.tsx | 2 +- .../widget/src/components/menu/container/MenuContainerStyles.ts | 2 +- mods/widget/src/components/menu/item/MenuItem.stories.ts | 2 +- mods/widget/src/components/menu/item/MenuItem.tsx | 2 +- mods/widget/src/components/menu/item/styles.ts | 2 +- mods/widget/src/components/notification/Notification.stories.ts | 2 +- mods/widget/src/components/notification/Notification.tsx | 2 +- mods/widget/src/components/notification/NotificationStyles.ts | 2 +- mods/widget/src/components/video/MobileVideo.stories.ts | 2 +- mods/widget/src/components/video/MobileVideo.tsx | 2 +- mods/widget/src/components/video/MobileVideoStyles.ts | 2 +- mods/widget/src/components/video/Video.stories.ts | 2 +- mods/widget/src/components/video/Video.tsx | 2 +- mods/widget/src/components/video/VideoStyles.ts | 2 +- mods/widget/src/components/video/handlePiP.ts | 2 +- mods/widget/src/index.jsx | 2 +- mods/widget/src/utils/capabilities.ts | 2 +- mods/widget/src/utils/getKeyFromSearchParam.ts | 2 +- mods/widget/src/utils/getScriptParams.ts | 2 +- mods/widget/src/utils/index.ts | 2 +- mods/widget/src/utils/utils.ts | 2 +- mods/widget/vite.config.js | 2 +- site/index.html | 2 +- 289 files changed, 289 insertions(+), 289 deletions(-) diff --git a/.scripts/copy-hbs.js b/.scripts/copy-hbs.js index c770de82..efa5a418 100644 --- a/.scripts/copy-hbs.js +++ b/.scripts/copy-hbs.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/.scripts/next-release.sh b/.scripts/next-release.sh index 5166a041..7c1252c5 100755 --- a/.scripts/next-release.sh +++ b/.scripts/next-release.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) +# Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) # http://github.com/fonoster/goodtok # # This file is part of Goodtok diff --git a/.scripts/tag-changelog-config.js b/.scripts/tag-changelog-config.js index e3e29b6b..c6c459a0 100644 --- a/.scripts/tag-changelog-config.js +++ b/.scripts/tag-changelog-config.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/LICENSE b/LICENSE index 62928a32..65a1e24a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Fonoster Inc +Copyright (C) 2024 Fonoster 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/commitlint.config.js b/commitlint.config.js index d11927ad..4846bb54 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/docs/sidebars.js b/docs/sidebars.js index f26ab96b..0406d223 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index a33fcb7e..bd651907 100644 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/constants.ts b/mods/apiserver/src/constants.ts index 6e1bca11..4d0ce171 100644 --- a/mods/apiserver/src/constants.ts +++ b/mods/apiserver/src/constants.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/context.ts b/mods/apiserver/src/context.ts index 9ee7054d..a5d05a5a 100644 --- a/mods/apiserver/src/context.ts +++ b/mods/apiserver/src/context.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/customers/getCustomerById.ts b/mods/apiserver/src/customers/getCustomerById.ts index fa29b79e..90cf6ce2 100644 --- a/mods/apiserver/src/customers/getCustomerById.ts +++ b/mods/apiserver/src/customers/getCustomerById.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/customers/getOrdersByCustomerId.ts b/mods/apiserver/src/customers/getOrdersByCustomerId.ts index 3a052fe4..c61d4452 100644 --- a/mods/apiserver/src/customers/getOrdersByCustomerId.ts +++ b/mods/apiserver/src/customers/getOrdersByCustomerId.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/customers/router.ts b/mods/apiserver/src/customers/router.ts index 3496b9e2..0d643c85 100644 --- a/mods/apiserver/src/customers/router.ts +++ b/mods/apiserver/src/customers/router.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/customers/shopify.ts b/mods/apiserver/src/customers/shopify.ts index 85cf9548..b534512a 100644 --- a/mods/apiserver/src/customers/shopify.ts +++ b/mods/apiserver/src/customers/shopify.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/customers/types.ts b/mods/apiserver/src/customers/types.ts index 4eb5d20b..5fad68d3 100644 --- a/mods/apiserver/src/customers/types.ts +++ b/mods/apiserver/src/customers/types.ts @@ -1,6 +1,6 @@ /* eslint-disable camelcase */ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/customers/utils.ts b/mods/apiserver/src/customers/utils.ts index 1fa74833..925afa23 100644 --- a/mods/apiserver/src/customers/utils.ts +++ b/mods/apiserver/src/customers/utils.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/db.ts b/mods/apiserver/src/db.ts index db6c5f95..37dd5045 100644 --- a/mods/apiserver/src/db.ts +++ b/mods/apiserver/src/db.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/envs.ts b/mods/apiserver/src/envs.ts index 9248b360..1c0736e3 100644 --- a/mods/apiserver/src/envs.ts +++ b/mods/apiserver/src/envs.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/index.ts b/mods/apiserver/src/index.ts index 35aea460..f0334de4 100644 --- a/mods/apiserver/src/index.ts +++ b/mods/apiserver/src/index.ts @@ -1,6 +1,6 @@ #!/usr/bin/env node /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/notifications/createInviteBody.ts b/mods/apiserver/src/notifications/createInviteBody.ts index 48304448..1a01a5dc 100644 --- a/mods/apiserver/src/notifications/createInviteBody.ts +++ b/mods/apiserver/src/notifications/createInviteBody.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/notifications/createInviteToken.ts b/mods/apiserver/src/notifications/createInviteToken.ts index d47d4280..281aeecc 100644 --- a/mods/apiserver/src/notifications/createInviteToken.ts +++ b/mods/apiserver/src/notifications/createInviteToken.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/notifications/createTransporter.ts b/mods/apiserver/src/notifications/createTransporter.ts index 6235e07f..4a3eb90f 100644 --- a/mods/apiserver/src/notifications/createTransporter.ts +++ b/mods/apiserver/src/notifications/createTransporter.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/notifications/sendEmail.ts b/mods/apiserver/src/notifications/sendEmail.ts index c4274e13..e3d9450d 100644 --- a/mods/apiserver/src/notifications/sendEmail.ts +++ b/mods/apiserver/src/notifications/sendEmail.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/notifications/sendInvite.ts b/mods/apiserver/src/notifications/sendInvite.ts index cd15a60c..c386813e 100644 --- a/mods/apiserver/src/notifications/sendInvite.ts +++ b/mods/apiserver/src/notifications/sendInvite.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/notifications/sender.ts b/mods/apiserver/src/notifications/sender.ts index e70419f6..1327c488 100644 --- a/mods/apiserver/src/notifications/sender.ts +++ b/mods/apiserver/src/notifications/sender.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/queues/getQueueByWorkspaceId.ts b/mods/apiserver/src/queues/getQueueByWorkspaceId.ts index 7c91e8ef..e37be285 100644 --- a/mods/apiserver/src/queues/getQueueByWorkspaceId.ts +++ b/mods/apiserver/src/queues/getQueueByWorkspaceId.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/queues/joinQueue.ts b/mods/apiserver/src/queues/joinQueue.ts index af9921bc..add35684 100644 --- a/mods/apiserver/src/queues/joinQueue.ts +++ b/mods/apiserver/src/queues/joinQueue.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/queues/router.ts b/mods/apiserver/src/queues/router.ts index c18566a2..891d83a8 100644 --- a/mods/apiserver/src/queues/router.ts +++ b/mods/apiserver/src/queues/router.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/queues/types.ts b/mods/apiserver/src/queues/types.ts index d8d6010d..2a50be04 100644 --- a/mods/apiserver/src/queues/types.ts +++ b/mods/apiserver/src/queues/types.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/queues/updateQueueEntry.ts b/mods/apiserver/src/queues/updateQueueEntry.ts index dac99983..885129be 100644 --- a/mods/apiserver/src/queues/updateQueueEntry.ts +++ b/mods/apiserver/src/queues/updateQueueEntry.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/queues/updateQueueEntryStatus.ts b/mods/apiserver/src/queues/updateQueueEntryStatus.ts index 5a0737c7..8ce29e69 100644 --- a/mods/apiserver/src/queues/updateQueueEntryStatus.ts +++ b/mods/apiserver/src/queues/updateQueueEntryStatus.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/queues/validation.ts b/mods/apiserver/src/queues/validation.ts index 3edff859..dbd0f49a 100644 --- a/mods/apiserver/src/queues/validation.ts +++ b/mods/apiserver/src/queues/validation.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/queues/watchQueue.ts b/mods/apiserver/src/queues/watchQueue.ts index 2ef33720..7f0a18e5 100644 --- a/mods/apiserver/src/queues/watchQueue.ts +++ b/mods/apiserver/src/queues/watchQueue.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/router.ts b/mods/apiserver/src/router.ts index 6d4739f2..f8929eac 100644 --- a/mods/apiserver/src/router.ts +++ b/mods/apiserver/src/router.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/tokens/createAnonymousToken.ts b/mods/apiserver/src/tokens/createAnonymousToken.ts index 29529c45..97119f85 100644 --- a/mods/apiserver/src/tokens/createAnonymousToken.ts +++ b/mods/apiserver/src/tokens/createAnonymousToken.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/tokens/createToken.ts b/mods/apiserver/src/tokens/createToken.ts index 26eb1a1b..2bd4d55c 100644 --- a/mods/apiserver/src/tokens/createToken.ts +++ b/mods/apiserver/src/tokens/createToken.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/tokens/router.ts b/mods/apiserver/src/tokens/router.ts index d0cbe1ee..b792d48f 100644 --- a/mods/apiserver/src/tokens/router.ts +++ b/mods/apiserver/src/tokens/router.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/tokens/types.ts b/mods/apiserver/src/tokens/types.ts index 9fe3a453..2c026efd 100644 --- a/mods/apiserver/src/tokens/types.ts +++ b/mods/apiserver/src/tokens/types.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/trpc.ts b/mods/apiserver/src/trpc.ts index c208aee6..c8bd69b3 100644 --- a/mods/apiserver/src/trpc.ts +++ b/mods/apiserver/src/trpc.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/types.ts b/mods/apiserver/src/types.ts index 3922638c..42932e28 100644 --- a/mods/apiserver/src/types.ts +++ b/mods/apiserver/src/types.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/users/acceptInvite.ts b/mods/apiserver/src/users/acceptInvite.ts index eb6e4058..4470d398 100644 --- a/mods/apiserver/src/users/acceptInvite.ts +++ b/mods/apiserver/src/users/acceptInvite.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/users/getGravatar.ts b/mods/apiserver/src/users/getGravatar.ts index 483cfb30..52847f5e 100644 --- a/mods/apiserver/src/users/getGravatar.ts +++ b/mods/apiserver/src/users/getGravatar.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/users/getMemberships.ts b/mods/apiserver/src/users/getMemberships.ts index 01e324c9..17f3fd38 100644 --- a/mods/apiserver/src/users/getMemberships.ts +++ b/mods/apiserver/src/users/getMemberships.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/users/getUserById.ts b/mods/apiserver/src/users/getUserById.ts index cb4c69b6..09b6ec29 100644 --- a/mods/apiserver/src/users/getUserById.ts +++ b/mods/apiserver/src/users/getUserById.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/users/login.ts b/mods/apiserver/src/users/login.ts index f13c12e4..6116f12b 100644 --- a/mods/apiserver/src/users/login.ts +++ b/mods/apiserver/src/users/login.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/users/renewToken.ts b/mods/apiserver/src/users/renewToken.ts index b29f9323..e139e983 100644 --- a/mods/apiserver/src/users/renewToken.ts +++ b/mods/apiserver/src/users/renewToken.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/users/router.ts b/mods/apiserver/src/users/router.ts index 4ec35463..e5e76d7e 100644 --- a/mods/apiserver/src/users/router.ts +++ b/mods/apiserver/src/users/router.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/users/types.ts b/mods/apiserver/src/users/types.ts index fe969951..32c49885 100644 --- a/mods/apiserver/src/users/types.ts +++ b/mods/apiserver/src/users/types.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/users/updateUser.ts b/mods/apiserver/src/users/updateUser.ts index aa62d6b8..b95b0888 100644 --- a/mods/apiserver/src/users/updateUser.ts +++ b/mods/apiserver/src/users/updateUser.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/users/upsertDefaultUser.ts b/mods/apiserver/src/users/upsertDefaultUser.ts index d0fcd410..b27f1a3a 100644 --- a/mods/apiserver/src/users/upsertDefaultUser.ts +++ b/mods/apiserver/src/users/upsertDefaultUser.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/utils.ts b/mods/apiserver/src/utils.ts index ffcafcb9..549eba91 100644 --- a/mods/apiserver/src/utils.ts +++ b/mods/apiserver/src/utils.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/workspaces/addWorkspaceMember.ts b/mods/apiserver/src/workspaces/addWorkspaceMember.ts index 97f2b3a5..c92a48a1 100644 --- a/mods/apiserver/src/workspaces/addWorkspaceMember.ts +++ b/mods/apiserver/src/workspaces/addWorkspaceMember.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/workspaces/createWorkspace.ts b/mods/apiserver/src/workspaces/createWorkspace.ts index dc52f387..39d3410e 100644 --- a/mods/apiserver/src/workspaces/createWorkspace.ts +++ b/mods/apiserver/src/workspaces/createWorkspace.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/workspaces/getMembersByWorkspaceId.ts b/mods/apiserver/src/workspaces/getMembersByWorkspaceId.ts index 1e6348b2..04fa4684 100644 --- a/mods/apiserver/src/workspaces/getMembersByWorkspaceId.ts +++ b/mods/apiserver/src/workspaces/getMembersByWorkspaceId.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/workspaces/getWorkspaceById.ts b/mods/apiserver/src/workspaces/getWorkspaceById.ts index 9addcf80..f46aae00 100644 --- a/mods/apiserver/src/workspaces/getWorkspaceById.ts +++ b/mods/apiserver/src/workspaces/getWorkspaceById.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/workspaces/getWorkspaces.ts b/mods/apiserver/src/workspaces/getWorkspaces.ts index dc757d39..2ec18544 100644 --- a/mods/apiserver/src/workspaces/getWorkspaces.ts +++ b/mods/apiserver/src/workspaces/getWorkspaces.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/workspaces/observers.ts b/mods/apiserver/src/workspaces/observers.ts index fe012253..8433091b 100644 --- a/mods/apiserver/src/workspaces/observers.ts +++ b/mods/apiserver/src/workspaces/observers.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/workspaces/removeWorkspace.ts b/mods/apiserver/src/workspaces/removeWorkspace.ts index 70da6f64..3354c791 100644 --- a/mods/apiserver/src/workspaces/removeWorkspace.ts +++ b/mods/apiserver/src/workspaces/removeWorkspace.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/workspaces/removeWorkspaceMember.ts b/mods/apiserver/src/workspaces/removeWorkspaceMember.ts index 44a60096..86e5a8ee 100644 --- a/mods/apiserver/src/workspaces/removeWorkspaceMember.ts +++ b/mods/apiserver/src/workspaces/removeWorkspaceMember.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/workspaces/resendWorkspaceMemberInvite.ts b/mods/apiserver/src/workspaces/resendWorkspaceMemberInvite.ts index bfe99050..ace4c709 100644 --- a/mods/apiserver/src/workspaces/resendWorkspaceMemberInvite.ts +++ b/mods/apiserver/src/workspaces/resendWorkspaceMemberInvite.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/workspaces/router.ts b/mods/apiserver/src/workspaces/router.ts index 8328bb41..6b132a8b 100644 --- a/mods/apiserver/src/workspaces/router.ts +++ b/mods/apiserver/src/workspaces/router.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/workspaces/types.ts b/mods/apiserver/src/workspaces/types.ts index f85e5106..4e66aceb 100644 --- a/mods/apiserver/src/workspaces/types.ts +++ b/mods/apiserver/src/workspaces/types.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/workspaces/updateWorkspace.ts b/mods/apiserver/src/workspaces/updateWorkspace.ts index 6156ba76..8965ffbe 100644 --- a/mods/apiserver/src/workspaces/updateWorkspace.ts +++ b/mods/apiserver/src/workspaces/updateWorkspace.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/workspaces/validation/addWorkspaceMemberSchema.ts b/mods/apiserver/src/workspaces/validation/addWorkspaceMemberSchema.ts index 1026927d..2269f779 100644 --- a/mods/apiserver/src/workspaces/validation/addWorkspaceMemberSchema.ts +++ b/mods/apiserver/src/workspaces/validation/addWorkspaceMemberSchema.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/workspaces/validation/createWorkspaceSchema.ts b/mods/apiserver/src/workspaces/validation/createWorkspaceSchema.ts index ee025f2e..bab9769a 100644 --- a/mods/apiserver/src/workspaces/validation/createWorkspaceSchema.ts +++ b/mods/apiserver/src/workspaces/validation/createWorkspaceSchema.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/workspaces/validation/index.ts b/mods/apiserver/src/workspaces/validation/index.ts index f5296bf5..1d46f9f6 100644 --- a/mods/apiserver/src/workspaces/validation/index.ts +++ b/mods/apiserver/src/workspaces/validation/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/workspaces/validation/updateWorkspaceSchema.ts b/mods/apiserver/src/workspaces/validation/updateWorkspaceSchema.ts index 2a568785..7edefc97 100644 --- a/mods/apiserver/src/workspaces/validation/updateWorkspaceSchema.ts +++ b/mods/apiserver/src/workspaces/validation/updateWorkspaceSchema.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/src/workspaces/watchWorkspaceStatus.ts b/mods/apiserver/src/workspaces/watchWorkspaceStatus.ts index 740c1b64..27274919 100644 --- a/mods/apiserver/src/workspaces/watchWorkspaceStatus.ts +++ b/mods/apiserver/src/workspaces/watchWorkspaceStatus.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/test/customers.unit.test.ts b/mods/apiserver/test/customers.unit.test.ts index 6dc0380a..7e90e6c0 100644 --- a/mods/apiserver/test/customers.unit.test.ts +++ b/mods/apiserver/test/customers.unit.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/test/queues.unit.test.ts b/mods/apiserver/test/queues.unit.test.ts index b8ce681a..0aebfe1f 100644 --- a/mods/apiserver/test/queues.unit.test.ts +++ b/mods/apiserver/test/queues.unit.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/test/users.unit.test.ts b/mods/apiserver/test/users.unit.test.ts index 283d3ccf..7f191286 100644 --- a/mods/apiserver/test/users.unit.test.ts +++ b/mods/apiserver/test/users.unit.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/test/utils.unit.test.ts b/mods/apiserver/test/utils.unit.test.ts index f1228309..900630cb 100644 --- a/mods/apiserver/test/utils.unit.test.ts +++ b/mods/apiserver/test/utils.unit.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/apiserver/test/workspaces.unit.test.ts b/mods/apiserver/test/workspaces.unit.test.ts index 9f55f4a0..ef3d559e 100644 --- a/mods/apiserver/test/workspaces.unit.test.ts +++ b/mods/apiserver/test/workspaces.unit.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/common/src/formatTime.ts b/mods/common/src/formatTime.ts index bc4e7dd8..18fa904a 100644 --- a/mods/common/src/formatTime.ts +++ b/mods/common/src/formatTime.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/common/src/index.ts b/mods/common/src/index.ts index 9e696a9a..ec3bed8d 100644 --- a/mods/common/src/index.ts +++ b/mods/common/src/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/common/src/types.ts b/mods/common/src/types.ts index a952955d..3127eba5 100644 --- a/mods/common/src/types.ts +++ b/mods/common/src/types.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/authentication.tsx b/mods/frontoffice/src/authentication.tsx index e3290b10..b09277c3 100644 --- a/mods/frontoffice/src/authentication.tsx +++ b/mods/frontoffice/src/authentication.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/appbar/AppBar.stories.ts b/mods/frontoffice/src/components/appbar/AppBar.stories.ts index 7e083653..9f3ced7d 100644 --- a/mods/frontoffice/src/components/appbar/AppBar.stories.ts +++ b/mods/frontoffice/src/components/appbar/AppBar.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/appbar/AppBar.tsx b/mods/frontoffice/src/components/appbar/AppBar.tsx index 8a526d9b..9f710b8d 100644 --- a/mods/frontoffice/src/components/appbar/AppBar.tsx +++ b/mods/frontoffice/src/components/appbar/AppBar.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/appbar/AppBarStyles.ts b/mods/frontoffice/src/components/appbar/AppBarStyles.ts index ddaa1657..9e0f8737 100644 --- a/mods/frontoffice/src/components/appbar/AppBarStyles.ts +++ b/mods/frontoffice/src/components/appbar/AppBarStyles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/appbar/GoodtokLogo.tsx b/mods/frontoffice/src/components/appbar/GoodtokLogo.tsx index 97dfd589..25834893 100644 --- a/mods/frontoffice/src/components/appbar/GoodtokLogo.tsx +++ b/mods/frontoffice/src/components/appbar/GoodtokLogo.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/button/Button.stories.ts b/mods/frontoffice/src/components/button/Button.stories.ts index a50037db..04ccce56 100644 --- a/mods/frontoffice/src/components/button/Button.stories.ts +++ b/mods/frontoffice/src/components/button/Button.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/button/Button.tsx b/mods/frontoffice/src/components/button/Button.tsx index e1c2c196..a91d29ec 100644 --- a/mods/frontoffice/src/components/button/Button.tsx +++ b/mods/frontoffice/src/components/button/Button.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/button/ButtonStyles.ts b/mods/frontoffice/src/components/button/ButtonStyles.ts index d7040e34..65c28f4d 100644 --- a/mods/frontoffice/src/components/button/ButtonStyles.ts +++ b/mods/frontoffice/src/components/button/ButtonStyles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/button/GoogleIcon.tsx b/mods/frontoffice/src/components/button/GoogleIcon.tsx index d95473e5..7c6018b6 100644 --- a/mods/frontoffice/src/components/button/GoogleIcon.tsx +++ b/mods/frontoffice/src/components/button/GoogleIcon.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/chat/ChatPage.stories.ts b/mods/frontoffice/src/components/chat/ChatPage.stories.ts index a21bf4e9..9cbb1cd5 100644 --- a/mods/frontoffice/src/components/chat/ChatPage.stories.ts +++ b/mods/frontoffice/src/components/chat/ChatPage.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/chat/ChatPage.tsx b/mods/frontoffice/src/components/chat/ChatPage.tsx index b2016524..2441f92c 100644 --- a/mods/frontoffice/src/components/chat/ChatPage.tsx +++ b/mods/frontoffice/src/components/chat/ChatPage.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/chat/ChatPageStyles.ts b/mods/frontoffice/src/components/chat/ChatPageStyles.ts index e611c34a..0716b0d7 100644 --- a/mods/frontoffice/src/components/chat/ChatPageStyles.ts +++ b/mods/frontoffice/src/components/chat/ChatPageStyles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/chat/customer/CustomerInfo.tsx b/mods/frontoffice/src/components/chat/customer/CustomerInfo.tsx index 245b217f..1137747d 100644 --- a/mods/frontoffice/src/components/chat/customer/CustomerInfo.tsx +++ b/mods/frontoffice/src/components/chat/customer/CustomerInfo.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/chat/customer/CustomerStyles.ts b/mods/frontoffice/src/components/chat/customer/CustomerStyles.ts index 79d898b6..e3175c2b 100644 --- a/mods/frontoffice/src/components/chat/customer/CustomerStyles.ts +++ b/mods/frontoffice/src/components/chat/customer/CustomerStyles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/chat/customer/types.ts b/mods/frontoffice/src/components/chat/customer/types.ts index 068a7203..68b7ba09 100644 --- a/mods/frontoffice/src/components/chat/customer/types.ts +++ b/mods/frontoffice/src/components/chat/customer/types.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/chat/start/StartCall.stories.ts b/mods/frontoffice/src/components/chat/start/StartCall.stories.ts index 3325ac8d..dadd0628 100644 --- a/mods/frontoffice/src/components/chat/start/StartCall.stories.ts +++ b/mods/frontoffice/src/components/chat/start/StartCall.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/chat/start/StartCall.tsx b/mods/frontoffice/src/components/chat/start/StartCall.tsx index 5c8099b6..bc0e30fe 100644 --- a/mods/frontoffice/src/components/chat/start/StartCall.tsx +++ b/mods/frontoffice/src/components/chat/start/StartCall.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/chat/start/StartCallStyles.ts b/mods/frontoffice/src/components/chat/start/StartCallStyles.ts index eec7b96e..e15ac843 100644 --- a/mods/frontoffice/src/components/chat/start/StartCallStyles.ts +++ b/mods/frontoffice/src/components/chat/start/StartCallStyles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/chat/video/Video.stories.ts b/mods/frontoffice/src/components/chat/video/Video.stories.ts index 9886305c..26df8f8c 100644 --- a/mods/frontoffice/src/components/chat/video/Video.stories.ts +++ b/mods/frontoffice/src/components/chat/video/Video.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/chat/video/Video.tsx b/mods/frontoffice/src/components/chat/video/Video.tsx index 5d28e06b..358a10bb 100644 --- a/mods/frontoffice/src/components/chat/video/Video.tsx +++ b/mods/frontoffice/src/components/chat/video/Video.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/chat/video/VideoStyles.ts b/mods/frontoffice/src/components/chat/video/VideoStyles.ts index 75b8f647..282aa7f4 100644 --- a/mods/frontoffice/src/components/chat/video/VideoStyles.ts +++ b/mods/frontoffice/src/components/chat/video/VideoStyles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/common/ExternalLinkIcon.tsx b/mods/frontoffice/src/components/common/ExternalLinkIcon.tsx index 96d450c4..7f9f6566 100644 --- a/mods/frontoffice/src/components/common/ExternalLinkIcon.tsx +++ b/mods/frontoffice/src/components/common/ExternalLinkIcon.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/confirmation/ConfirmationForm.stories.ts b/mods/frontoffice/src/components/confirmation/ConfirmationForm.stories.ts index 72ebc56d..6cefae81 100644 --- a/mods/frontoffice/src/components/confirmation/ConfirmationForm.stories.ts +++ b/mods/frontoffice/src/components/confirmation/ConfirmationForm.stories.ts @@ -1,6 +1,6 @@ /* eslint-disable quotes */ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/confirmation/ConfirmationForm.tsx b/mods/frontoffice/src/components/confirmation/ConfirmationForm.tsx index e1139df7..a0a7a76b 100644 --- a/mods/frontoffice/src/components/confirmation/ConfirmationForm.tsx +++ b/mods/frontoffice/src/components/confirmation/ConfirmationForm.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/confirmation/ConfirmationFormStyles.ts b/mods/frontoffice/src/components/confirmation/ConfirmationFormStyles.ts index fbee5824..e32f5557 100644 --- a/mods/frontoffice/src/components/confirmation/ConfirmationFormStyles.ts +++ b/mods/frontoffice/src/components/confirmation/ConfirmationFormStyles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/home/HomePage.stories.ts b/mods/frontoffice/src/components/home/HomePage.stories.ts index a1120c29..a0d80ae2 100644 --- a/mods/frontoffice/src/components/home/HomePage.stories.ts +++ b/mods/frontoffice/src/components/home/HomePage.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/home/HomePage.tsx b/mods/frontoffice/src/components/home/HomePage.tsx index 885efe80..09a16fcd 100644 --- a/mods/frontoffice/src/components/home/HomePage.tsx +++ b/mods/frontoffice/src/components/home/HomePage.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/home/HomePageStyles.ts b/mods/frontoffice/src/components/home/HomePageStyles.ts index 426b8e27..d7611044 100644 --- a/mods/frontoffice/src/components/home/HomePageStyles.ts +++ b/mods/frontoffice/src/components/home/HomePageStyles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/home/card/AddWorkspaceCard.stories.ts b/mods/frontoffice/src/components/home/card/AddWorkspaceCard.stories.ts index 1c43b8c1..f5295357 100644 --- a/mods/frontoffice/src/components/home/card/AddWorkspaceCard.stories.ts +++ b/mods/frontoffice/src/components/home/card/AddWorkspaceCard.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/home/card/AddWorkspaceCard.tsx b/mods/frontoffice/src/components/home/card/AddWorkspaceCard.tsx index 61363fff..89045f0f 100644 --- a/mods/frontoffice/src/components/home/card/AddWorkspaceCard.tsx +++ b/mods/frontoffice/src/components/home/card/AddWorkspaceCard.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/home/card/AddWorkspaceCardStyles.ts b/mods/frontoffice/src/components/home/card/AddWorkspaceCardStyles.ts index cac76856..f2eacaf0 100644 --- a/mods/frontoffice/src/components/home/card/AddWorkspaceCardStyles.ts +++ b/mods/frontoffice/src/components/home/card/AddWorkspaceCardStyles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/home/card/PlusIcon.tsx b/mods/frontoffice/src/components/home/card/PlusIcon.tsx index f3ac57a9..52608a76 100644 --- a/mods/frontoffice/src/components/home/card/PlusIcon.tsx +++ b/mods/frontoffice/src/components/home/card/PlusIcon.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/home/card/WorkspaceCard.stories.ts b/mods/frontoffice/src/components/home/card/WorkspaceCard.stories.ts index 6269cafc..261bdd94 100644 --- a/mods/frontoffice/src/components/home/card/WorkspaceCard.stories.ts +++ b/mods/frontoffice/src/components/home/card/WorkspaceCard.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/home/card/WorkspaceCard.tsx b/mods/frontoffice/src/components/home/card/WorkspaceCard.tsx index 2e76b210..b0022d5e 100644 --- a/mods/frontoffice/src/components/home/card/WorkspaceCard.tsx +++ b/mods/frontoffice/src/components/home/card/WorkspaceCard.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/home/card/WorkspaceCardList.stories.ts b/mods/frontoffice/src/components/home/card/WorkspaceCardList.stories.ts index deb504ac..51795c65 100644 --- a/mods/frontoffice/src/components/home/card/WorkspaceCardList.stories.ts +++ b/mods/frontoffice/src/components/home/card/WorkspaceCardList.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/home/card/WorkspaceCardStyles.ts b/mods/frontoffice/src/components/home/card/WorkspaceCardStyles.ts index 00530a14..ede1e2f2 100644 --- a/mods/frontoffice/src/components/home/card/WorkspaceCardStyles.ts +++ b/mods/frontoffice/src/components/home/card/WorkspaceCardStyles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/home/list/WorkspaceCardList.tsx b/mods/frontoffice/src/components/home/list/WorkspaceCardList.tsx index d94db40e..f9d4e13d 100644 --- a/mods/frontoffice/src/components/home/list/WorkspaceCardList.tsx +++ b/mods/frontoffice/src/components/home/list/WorkspaceCardList.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/home/list/WorkspaceCardListStyles.ts b/mods/frontoffice/src/components/home/list/WorkspaceCardListStyles.ts index cc12b76b..fde76532 100644 --- a/mods/frontoffice/src/components/home/list/WorkspaceCardListStyles.ts +++ b/mods/frontoffice/src/components/home/list/WorkspaceCardListStyles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/icons/CameraIcon.tsx b/mods/frontoffice/src/components/icons/CameraIcon.tsx index 493baa70..fc36051f 100644 --- a/mods/frontoffice/src/components/icons/CameraIcon.tsx +++ b/mods/frontoffice/src/components/icons/CameraIcon.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/icons/CircleCameraIcon.tsx b/mods/frontoffice/src/components/icons/CircleCameraIcon.tsx index c2205a80..a125a162 100644 --- a/mods/frontoffice/src/components/icons/CircleCameraIcon.tsx +++ b/mods/frontoffice/src/components/icons/CircleCameraIcon.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/icons/CircleCameraMutedIcon.tsx b/mods/frontoffice/src/components/icons/CircleCameraMutedIcon.tsx index 7c23ebeb..487c8765 100644 --- a/mods/frontoffice/src/components/icons/CircleCameraMutedIcon.tsx +++ b/mods/frontoffice/src/components/icons/CircleCameraMutedIcon.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/icons/CircleHangupIcon.tsx b/mods/frontoffice/src/components/icons/CircleHangupIcon.tsx index e35fd8d8..5c18ac0c 100644 --- a/mods/frontoffice/src/components/icons/CircleHangupIcon.tsx +++ b/mods/frontoffice/src/components/icons/CircleHangupIcon.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/icons/CircleMicrophoneIcon.tsx b/mods/frontoffice/src/components/icons/CircleMicrophoneIcon.tsx index c2f59876..13c6ba4d 100644 --- a/mods/frontoffice/src/components/icons/CircleMicrophoneIcon.tsx +++ b/mods/frontoffice/src/components/icons/CircleMicrophoneIcon.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/icons/CircleMicrophoneMutedIcon.tsx b/mods/frontoffice/src/components/icons/CircleMicrophoneMutedIcon.tsx index 44bceefd..c96a0302 100644 --- a/mods/frontoffice/src/components/icons/CircleMicrophoneMutedIcon.tsx +++ b/mods/frontoffice/src/components/icons/CircleMicrophoneMutedIcon.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/icons/MutedCameraIcon.tsx b/mods/frontoffice/src/components/icons/MutedCameraIcon.tsx index d33442bf..f742791a 100644 --- a/mods/frontoffice/src/components/icons/MutedCameraIcon.tsx +++ b/mods/frontoffice/src/components/icons/MutedCameraIcon.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/login/LoginForm.stories.ts b/mods/frontoffice/src/components/login/LoginForm.stories.ts index ede9d0e9..20a167b4 100644 --- a/mods/frontoffice/src/components/login/LoginForm.stories.ts +++ b/mods/frontoffice/src/components/login/LoginForm.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/login/LoginForm.tsx b/mods/frontoffice/src/components/login/LoginForm.tsx index aabdd714..8480d28a 100644 --- a/mods/frontoffice/src/components/login/LoginForm.tsx +++ b/mods/frontoffice/src/components/login/LoginForm.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/login/LoginFormStyles.ts b/mods/frontoffice/src/components/login/LoginFormStyles.ts index cf00ea88..58d6f5c8 100644 --- a/mods/frontoffice/src/components/login/LoginFormStyles.ts +++ b/mods/frontoffice/src/components/login/LoginFormStyles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/login/LoginPage.stories.ts b/mods/frontoffice/src/components/login/LoginPage.stories.ts index be52ff92..8307f606 100644 --- a/mods/frontoffice/src/components/login/LoginPage.stories.ts +++ b/mods/frontoffice/src/components/login/LoginPage.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/login/LoginPage.tsx b/mods/frontoffice/src/components/login/LoginPage.tsx index ffa40737..0c543eb7 100644 --- a/mods/frontoffice/src/components/login/LoginPage.tsx +++ b/mods/frontoffice/src/components/login/LoginPage.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/onboarding/OnboardingPage.stories.ts b/mods/frontoffice/src/components/onboarding/OnboardingPage.stories.ts index 97a3e665..4346fc25 100644 --- a/mods/frontoffice/src/components/onboarding/OnboardingPage.stories.ts +++ b/mods/frontoffice/src/components/onboarding/OnboardingPage.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/onboarding/OnboardingPage.tsx b/mods/frontoffice/src/components/onboarding/OnboardingPage.tsx index be1e2346..aaa2c62d 100644 --- a/mods/frontoffice/src/components/onboarding/OnboardingPage.tsx +++ b/mods/frontoffice/src/components/onboarding/OnboardingPage.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/onboarding/styles.ts b/mods/frontoffice/src/components/onboarding/styles.ts index 70518310..59f05349 100644 --- a/mods/frontoffice/src/components/onboarding/styles.ts +++ b/mods/frontoffice/src/components/onboarding/styles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/password/forgot/ForgotPasswordForm.stories.ts b/mods/frontoffice/src/components/password/forgot/ForgotPasswordForm.stories.ts index 1c4de4b4..e5751960 100644 --- a/mods/frontoffice/src/components/password/forgot/ForgotPasswordForm.stories.ts +++ b/mods/frontoffice/src/components/password/forgot/ForgotPasswordForm.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/password/forgot/ForgotPasswordForm.tsx b/mods/frontoffice/src/components/password/forgot/ForgotPasswordForm.tsx index 9c63a220..945014f6 100644 --- a/mods/frontoffice/src/components/password/forgot/ForgotPasswordForm.tsx +++ b/mods/frontoffice/src/components/password/forgot/ForgotPasswordForm.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/password/forgot/ForgotPasswordFormStyles.ts b/mods/frontoffice/src/components/password/forgot/ForgotPasswordFormStyles.ts index 9f267ea1..11b0c1e6 100644 --- a/mods/frontoffice/src/components/password/forgot/ForgotPasswordFormStyles.ts +++ b/mods/frontoffice/src/components/password/forgot/ForgotPasswordFormStyles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/password/forgot/ForgotPasswordPage.stories.ts b/mods/frontoffice/src/components/password/forgot/ForgotPasswordPage.stories.ts index efbc9394..fdccc0a7 100644 --- a/mods/frontoffice/src/components/password/forgot/ForgotPasswordPage.stories.ts +++ b/mods/frontoffice/src/components/password/forgot/ForgotPasswordPage.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/password/forgot/ForgotPasswordPage.tsx b/mods/frontoffice/src/components/password/forgot/ForgotPasswordPage.tsx index 015ed694..b7a9649d 100644 --- a/mods/frontoffice/src/components/password/forgot/ForgotPasswordPage.tsx +++ b/mods/frontoffice/src/components/password/forgot/ForgotPasswordPage.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/password/reset/ResetPasswordForm.stories.ts b/mods/frontoffice/src/components/password/reset/ResetPasswordForm.stories.ts index 026ed2ed..7450b4c4 100644 --- a/mods/frontoffice/src/components/password/reset/ResetPasswordForm.stories.ts +++ b/mods/frontoffice/src/components/password/reset/ResetPasswordForm.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/password/reset/ResetPasswordForm.tsx b/mods/frontoffice/src/components/password/reset/ResetPasswordForm.tsx index ba5cb069..200c3ad8 100644 --- a/mods/frontoffice/src/components/password/reset/ResetPasswordForm.tsx +++ b/mods/frontoffice/src/components/password/reset/ResetPasswordForm.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/password/reset/ResetPasswordFormStyles.ts b/mods/frontoffice/src/components/password/reset/ResetPasswordFormStyles.ts index e069923a..f318340e 100644 --- a/mods/frontoffice/src/components/password/reset/ResetPasswordFormStyles.ts +++ b/mods/frontoffice/src/components/password/reset/ResetPasswordFormStyles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/password/reset/ResetPasswordPage.stories.ts b/mods/frontoffice/src/components/password/reset/ResetPasswordPage.stories.ts index e074d537..ebe7a70a 100644 --- a/mods/frontoffice/src/components/password/reset/ResetPasswordPage.stories.ts +++ b/mods/frontoffice/src/components/password/reset/ResetPasswordPage.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/password/reset/ResetPasswordPage.tsx b/mods/frontoffice/src/components/password/reset/ResetPasswordPage.tsx index 348449cc..fe33a31f 100644 --- a/mods/frontoffice/src/components/password/reset/ResetPasswordPage.tsx +++ b/mods/frontoffice/src/components/password/reset/ResetPasswordPage.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/queue/QueuePage.stories.ts b/mods/frontoffice/src/components/queue/QueuePage.stories.ts index 87f407e9..d90db6b7 100644 --- a/mods/frontoffice/src/components/queue/QueuePage.stories.ts +++ b/mods/frontoffice/src/components/queue/QueuePage.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/queue/QueuePage.tsx b/mods/frontoffice/src/components/queue/QueuePage.tsx index 239972e0..a1bc9e15 100644 --- a/mods/frontoffice/src/components/queue/QueuePage.tsx +++ b/mods/frontoffice/src/components/queue/QueuePage.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/queue/QueuePageStyles.ts b/mods/frontoffice/src/components/queue/QueuePageStyles.ts index bda3351d..572caa07 100644 --- a/mods/frontoffice/src/components/queue/QueuePageStyles.ts +++ b/mods/frontoffice/src/components/queue/QueuePageStyles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/queue/item/QueueItem.stories.ts b/mods/frontoffice/src/components/queue/item/QueueItem.stories.ts index ffed1c95..b448abca 100644 --- a/mods/frontoffice/src/components/queue/item/QueueItem.stories.ts +++ b/mods/frontoffice/src/components/queue/item/QueueItem.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/queue/item/QueueItem.tsx b/mods/frontoffice/src/components/queue/item/QueueItem.tsx index 8b950823..0da59109 100644 --- a/mods/frontoffice/src/components/queue/item/QueueItem.tsx +++ b/mods/frontoffice/src/components/queue/item/QueueItem.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/queue/item/QueueItemStyles.ts b/mods/frontoffice/src/components/queue/item/QueueItemStyles.ts index ecdab35a..823ce26f 100644 --- a/mods/frontoffice/src/components/queue/item/QueueItemStyles.ts +++ b/mods/frontoffice/src/components/queue/item/QueueItemStyles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/queue/item/StatusIndicatorIcon.tsx b/mods/frontoffice/src/components/queue/item/StatusIndicatorIcon.tsx index a6954c7a..1f275eef 100644 --- a/mods/frontoffice/src/components/queue/item/StatusIndicatorIcon.tsx +++ b/mods/frontoffice/src/components/queue/item/StatusIndicatorIcon.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/queue/list/QueueList.stories.ts b/mods/frontoffice/src/components/queue/list/QueueList.stories.ts index 332d7586..0baf2bc2 100644 --- a/mods/frontoffice/src/components/queue/list/QueueList.stories.ts +++ b/mods/frontoffice/src/components/queue/list/QueueList.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/queue/list/QueueList.tsx b/mods/frontoffice/src/components/queue/list/QueueList.tsx index da888807..23e5d020 100644 --- a/mods/frontoffice/src/components/queue/list/QueueList.tsx +++ b/mods/frontoffice/src/components/queue/list/QueueList.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/queue/list/QueueListStyles.ts b/mods/frontoffice/src/components/queue/list/QueueListStyles.ts index d6ae202e..a3cc93de 100644 --- a/mods/frontoffice/src/components/queue/list/QueueListStyles.ts +++ b/mods/frontoffice/src/components/queue/list/QueueListStyles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/queue/status/QueueStatus.stories.ts b/mods/frontoffice/src/components/queue/status/QueueStatus.stories.ts index 830de857..ca46c9cd 100644 --- a/mods/frontoffice/src/components/queue/status/QueueStatus.stories.ts +++ b/mods/frontoffice/src/components/queue/status/QueueStatus.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/queue/status/QueueStatus.tsx b/mods/frontoffice/src/components/queue/status/QueueStatus.tsx index 8ed3243e..cbb9041d 100644 --- a/mods/frontoffice/src/components/queue/status/QueueStatus.tsx +++ b/mods/frontoffice/src/components/queue/status/QueueStatus.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/queue/status/QueueStatusStyles.ts b/mods/frontoffice/src/components/queue/status/QueueStatusStyles.ts index 5c42470b..93365cc5 100644 --- a/mods/frontoffice/src/components/queue/status/QueueStatusStyles.ts +++ b/mods/frontoffice/src/components/queue/status/QueueStatusStyles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/queue/status/ShopifyIcon.tsx b/mods/frontoffice/src/components/queue/status/ShopifyIcon.tsx index 26587f50..29411270 100644 --- a/mods/frontoffice/src/components/queue/status/ShopifyIcon.tsx +++ b/mods/frontoffice/src/components/queue/status/ShopifyIcon.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/select/Select.tsx b/mods/frontoffice/src/components/select/Select.tsx index 0af1f393..14f4cc51 100644 --- a/mods/frontoffice/src/components/select/Select.tsx +++ b/mods/frontoffice/src/components/select/Select.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/select/SelectStyles.stories.ts b/mods/frontoffice/src/components/select/SelectStyles.stories.ts index 445d6dde..520ab969 100644 --- a/mods/frontoffice/src/components/select/SelectStyles.stories.ts +++ b/mods/frontoffice/src/components/select/SelectStyles.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/select/SelectStyles.ts b/mods/frontoffice/src/components/select/SelectStyles.ts index 196bbcfd..e6697d8f 100644 --- a/mods/frontoffice/src/components/select/SelectStyles.ts +++ b/mods/frontoffice/src/components/select/SelectStyles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/settings/SettingsPage.stories.ts b/mods/frontoffice/src/components/settings/SettingsPage.stories.ts index d5ca27f7..d6ba00a9 100644 --- a/mods/frontoffice/src/components/settings/SettingsPage.stories.ts +++ b/mods/frontoffice/src/components/settings/SettingsPage.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/settings/SettingsPage.tsx b/mods/frontoffice/src/components/settings/SettingsPage.tsx index 76affe12..c70c92da 100644 --- a/mods/frontoffice/src/components/settings/SettingsPage.tsx +++ b/mods/frontoffice/src/components/settings/SettingsPage.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/settings/hbar/HBar.stories.ts b/mods/frontoffice/src/components/settings/hbar/HBar.stories.ts index 8450a2f3..eda6b250 100644 --- a/mods/frontoffice/src/components/settings/hbar/HBar.stories.ts +++ b/mods/frontoffice/src/components/settings/hbar/HBar.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/settings/hbar/HBar.tsx b/mods/frontoffice/src/components/settings/hbar/HBar.tsx index f84fb1f7..47d0e177 100644 --- a/mods/frontoffice/src/components/settings/hbar/HBar.tsx +++ b/mods/frontoffice/src/components/settings/hbar/HBar.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/settings/hbar/HBarStyles.ts b/mods/frontoffice/src/components/settings/hbar/HBarStyles.ts index 2903dd0c..982f1a01 100644 --- a/mods/frontoffice/src/components/settings/hbar/HBarStyles.ts +++ b/mods/frontoffice/src/components/settings/hbar/HBarStyles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/settings/hbar/types.ts b/mods/frontoffice/src/components/settings/hbar/types.ts index 308d9b63..e38627d9 100644 --- a/mods/frontoffice/src/components/settings/hbar/types.ts +++ b/mods/frontoffice/src/components/settings/hbar/types.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/settings/invite/Invite.stories.ts b/mods/frontoffice/src/components/settings/invite/Invite.stories.ts index 0264748e..4530408c 100644 --- a/mods/frontoffice/src/components/settings/invite/Invite.stories.ts +++ b/mods/frontoffice/src/components/settings/invite/Invite.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/settings/invite/Invite.tsx b/mods/frontoffice/src/components/settings/invite/Invite.tsx index 0e89cb8d..2e70b2df 100644 --- a/mods/frontoffice/src/components/settings/invite/Invite.tsx +++ b/mods/frontoffice/src/components/settings/invite/Invite.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/settings/invite/InviteStyles.ts b/mods/frontoffice/src/components/settings/invite/InviteStyles.ts index e59d3dc2..3fa64147 100644 --- a/mods/frontoffice/src/components/settings/invite/InviteStyles.ts +++ b/mods/frontoffice/src/components/settings/invite/InviteStyles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/settings/members/Members.stories.ts b/mods/frontoffice/src/components/settings/members/Members.stories.ts index 9bb65cdf..3c959abe 100644 --- a/mods/frontoffice/src/components/settings/members/Members.stories.ts +++ b/mods/frontoffice/src/components/settings/members/Members.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/settings/members/Members.tsx b/mods/frontoffice/src/components/settings/members/Members.tsx index 9c8fbcd3..396aa774 100644 --- a/mods/frontoffice/src/components/settings/members/Members.tsx +++ b/mods/frontoffice/src/components/settings/members/Members.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/settings/members/MembersStyles.ts b/mods/frontoffice/src/components/settings/members/MembersStyles.ts index dc8de184..f5d906c0 100644 --- a/mods/frontoffice/src/components/settings/members/MembersStyles.ts +++ b/mods/frontoffice/src/components/settings/members/MembersStyles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/settings/members/types.ts b/mods/frontoffice/src/components/settings/members/types.ts index 5595522c..3661af00 100644 --- a/mods/frontoffice/src/components/settings/members/types.ts +++ b/mods/frontoffice/src/components/settings/members/types.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/settings/user/AvatarWithIcon.tsx b/mods/frontoffice/src/components/settings/user/AvatarWithIcon.tsx index c5d5fc20..cdb6ab3c 100644 --- a/mods/frontoffice/src/components/settings/user/AvatarWithIcon.tsx +++ b/mods/frontoffice/src/components/settings/user/AvatarWithIcon.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/settings/user/UserSettings.stories.ts b/mods/frontoffice/src/components/settings/user/UserSettings.stories.ts index 12c0b61a..779ba089 100644 --- a/mods/frontoffice/src/components/settings/user/UserSettings.stories.ts +++ b/mods/frontoffice/src/components/settings/user/UserSettings.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/settings/user/UserSettings.tsx b/mods/frontoffice/src/components/settings/user/UserSettings.tsx index 3d753971..851ac662 100644 --- a/mods/frontoffice/src/components/settings/user/UserSettings.tsx +++ b/mods/frontoffice/src/components/settings/user/UserSettings.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/settings/user/UserSettingsStyles.ts b/mods/frontoffice/src/components/settings/user/UserSettingsStyles.ts index a0346da5..72ae162f 100644 --- a/mods/frontoffice/src/components/settings/user/UserSettingsStyles.ts +++ b/mods/frontoffice/src/components/settings/user/UserSettingsStyles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/settings/user/types.ts b/mods/frontoffice/src/components/settings/user/types.ts index 5cf8a7f2..b54c7ecc 100644 --- a/mods/frontoffice/src/components/settings/user/types.ts +++ b/mods/frontoffice/src/components/settings/user/types.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/settings/workspace/WorkspaceSettings.stories.ts b/mods/frontoffice/src/components/settings/workspace/WorkspaceSettings.stories.ts index 43dabac8..8f9fae3f 100644 --- a/mods/frontoffice/src/components/settings/workspace/WorkspaceSettings.stories.ts +++ b/mods/frontoffice/src/components/settings/workspace/WorkspaceSettings.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/settings/workspace/WorkspaceSettings.tsx b/mods/frontoffice/src/components/settings/workspace/WorkspaceSettings.tsx index 515c03d4..4cdc1b6e 100644 --- a/mods/frontoffice/src/components/settings/workspace/WorkspaceSettings.tsx +++ b/mods/frontoffice/src/components/settings/workspace/WorkspaceSettings.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/settings/workspace/WorkspaceSettingsStyles.ts b/mods/frontoffice/src/components/settings/workspace/WorkspaceSettingsStyles.ts index 94ad6d8c..37df04b6 100644 --- a/mods/frontoffice/src/components/settings/workspace/WorkspaceSettingsStyles.ts +++ b/mods/frontoffice/src/components/settings/workspace/WorkspaceSettingsStyles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/settings/workspace/hasScheduleErrors.ts b/mods/frontoffice/src/components/settings/workspace/hasScheduleErrors.ts index 3162e01a..3da16a4d 100644 --- a/mods/frontoffice/src/components/settings/workspace/hasScheduleErrors.ts +++ b/mods/frontoffice/src/components/settings/workspace/hasScheduleErrors.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/settings/workspace/isValidTimeRange.ts b/mods/frontoffice/src/components/settings/workspace/isValidTimeRange.ts index 010dda4b..b19b1270 100644 --- a/mods/frontoffice/src/components/settings/workspace/isValidTimeRange.ts +++ b/mods/frontoffice/src/components/settings/workspace/isValidTimeRange.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/settings/workspace/sortedHours.ts b/mods/frontoffice/src/components/settings/workspace/sortedHours.ts index a7a3d7b3..2d63436e 100644 --- a/mods/frontoffice/src/components/settings/workspace/sortedHours.ts +++ b/mods/frontoffice/src/components/settings/workspace/sortedHours.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/settings/workspace/types.ts b/mods/frontoffice/src/components/settings/workspace/types.ts index 4163daec..074da04f 100644 --- a/mods/frontoffice/src/components/settings/workspace/types.ts +++ b/mods/frontoffice/src/components/settings/workspace/types.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/signup/SignupForm.stories.ts b/mods/frontoffice/src/components/signup/SignupForm.stories.ts index 296fe091..1716d188 100644 --- a/mods/frontoffice/src/components/signup/SignupForm.stories.ts +++ b/mods/frontoffice/src/components/signup/SignupForm.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/signup/SignupForm.tsx b/mods/frontoffice/src/components/signup/SignupForm.tsx index 3822d00c..20eb7d86 100644 --- a/mods/frontoffice/src/components/signup/SignupForm.tsx +++ b/mods/frontoffice/src/components/signup/SignupForm.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/signup/SignupFormStyles.ts b/mods/frontoffice/src/components/signup/SignupFormStyles.ts index 94eea213..24550826 100644 --- a/mods/frontoffice/src/components/signup/SignupFormStyles.ts +++ b/mods/frontoffice/src/components/signup/SignupFormStyles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/signup/SignupPage.stories.ts b/mods/frontoffice/src/components/signup/SignupPage.stories.ts index e6d6b60b..705c3023 100644 --- a/mods/frontoffice/src/components/signup/SignupPage.stories.ts +++ b/mods/frontoffice/src/components/signup/SignupPage.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/signup/SignupPage.tsx b/mods/frontoffice/src/components/signup/SignupPage.tsx index 048bbf8e..b799a972 100644 --- a/mods/frontoffice/src/components/signup/SignupPage.tsx +++ b/mods/frontoffice/src/components/signup/SignupPage.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/signup/terms.ts b/mods/frontoffice/src/components/signup/terms.ts index bba6b470..de603af3 100644 --- a/mods/frontoffice/src/components/signup/terms.ts +++ b/mods/frontoffice/src/components/signup/terms.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/textfield/TextField.stories.ts b/mods/frontoffice/src/components/textfield/TextField.stories.ts index 13088e50..c94c91dd 100644 --- a/mods/frontoffice/src/components/textfield/TextField.stories.ts +++ b/mods/frontoffice/src/components/textfield/TextField.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/textfield/TextField.tsx b/mods/frontoffice/src/components/textfield/TextField.tsx index 7c871148..26416b4c 100644 --- a/mods/frontoffice/src/components/textfield/TextField.tsx +++ b/mods/frontoffice/src/components/textfield/TextField.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/components/textfield/TextFieldStyles.ts b/mods/frontoffice/src/components/textfield/TextFieldStyles.ts index 4f298181..d0c34437 100644 --- a/mods/frontoffice/src/components/textfield/TextFieldStyles.ts +++ b/mods/frontoffice/src/components/textfield/TextFieldStyles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/containers/AccepInviteContainer.tsx b/mods/frontoffice/src/containers/AccepInviteContainer.tsx index d36b8794..547710a7 100644 --- a/mods/frontoffice/src/containers/AccepInviteContainer.tsx +++ b/mods/frontoffice/src/containers/AccepInviteContainer.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/containers/ChatContainer.tsx b/mods/frontoffice/src/containers/ChatContainer.tsx index e93b441a..62457718 100644 --- a/mods/frontoffice/src/containers/ChatContainer.tsx +++ b/mods/frontoffice/src/containers/ChatContainer.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/containers/HomeContainer.tsx b/mods/frontoffice/src/containers/HomeContainer.tsx index 420a01cb..df7ee708 100644 --- a/mods/frontoffice/src/containers/HomeContainer.tsx +++ b/mods/frontoffice/src/containers/HomeContainer.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/containers/LoginContainer.tsx b/mods/frontoffice/src/containers/LoginContainer.tsx index 9c7e2881..0073df4a 100644 --- a/mods/frontoffice/src/containers/LoginContainer.tsx +++ b/mods/frontoffice/src/containers/LoginContainer.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/containers/OnboardingContainer.tsx b/mods/frontoffice/src/containers/OnboardingContainer.tsx index c568101e..a5e2c634 100644 --- a/mods/frontoffice/src/containers/OnboardingContainer.tsx +++ b/mods/frontoffice/src/containers/OnboardingContainer.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/containers/SettingsContainer.tsx b/mods/frontoffice/src/containers/SettingsContainer.tsx index 564e0f43..bf01aff5 100644 --- a/mods/frontoffice/src/containers/SettingsContainer.tsx +++ b/mods/frontoffice/src/containers/SettingsContainer.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/containers/WorkspaceContainer.tsx b/mods/frontoffice/src/containers/WorkspaceContainer.tsx index 7ceffe93..d1a81368 100644 --- a/mods/frontoffice/src/containers/WorkspaceContainer.tsx +++ b/mods/frontoffice/src/containers/WorkspaceContainer.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/envs.ts b/mods/frontoffice/src/envs.ts index ceb0d70a..29ffe310 100644 --- a/mods/frontoffice/src/envs.ts +++ b/mods/frontoffice/src/envs.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/index.tsx b/mods/frontoffice/src/index.tsx index d70b792e..4ae4df60 100644 --- a/mods/frontoffice/src/index.tsx +++ b/mods/frontoffice/src/index.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/logger.tsx b/mods/frontoffice/src/logger.tsx index a1e9f906..bcb292d7 100644 --- a/mods/frontoffice/src/logger.tsx +++ b/mods/frontoffice/src/logger.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/snackbar.tsx b/mods/frontoffice/src/snackbar.tsx index eae095af..b443bac8 100644 --- a/mods/frontoffice/src/snackbar.tsx +++ b/mods/frontoffice/src/snackbar.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/utils/getDefaultWorkspaceId.ts b/mods/frontoffice/src/utils/getDefaultWorkspaceId.ts index 4d4e77c2..61487468 100644 --- a/mods/frontoffice/src/utils/getDefaultWorkspaceId.ts +++ b/mods/frontoffice/src/utils/getDefaultWorkspaceId.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/utils/getFirstname.ts b/mods/frontoffice/src/utils/getFirstname.ts index 50152bf8..5b242ec8 100644 --- a/mods/frontoffice/src/utils/getFirstname.ts +++ b/mods/frontoffice/src/utils/getFirstname.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/utils/playAlert.ts b/mods/frontoffice/src/utils/playAlert.ts index 8458551c..c0cf6c0d 100644 --- a/mods/frontoffice/src/utils/playAlert.ts +++ b/mods/frontoffice/src/utils/playAlert.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/src/utils/timezones.ts b/mods/frontoffice/src/utils/timezones.ts index e2968883..da9f1a92 100644 --- a/mods/frontoffice/src/utils/timezones.ts +++ b/mods/frontoffice/src/utils/timezones.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/frontoffice/vite.config.ts b/mods/frontoffice/vite.config.ts index ef6a7e84..9da88fff 100644 --- a/mods/frontoffice/vite.config.ts +++ b/mods/frontoffice/vite.config.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/sdk/src/base.ts b/mods/sdk/src/base.ts index 48eb4a0d..476fc80f 100644 --- a/mods/sdk/src/base.ts +++ b/mods/sdk/src/base.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/sdk/src/client.ts b/mods/sdk/src/client.ts index e55ba310..cd0089c4 100644 --- a/mods/sdk/src/client.ts +++ b/mods/sdk/src/client.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/sdk/src/customers/customers.ts b/mods/sdk/src/customers/customers.ts index 4e38eb48..ac07bb20 100644 --- a/mods/sdk/src/customers/customers.ts +++ b/mods/sdk/src/customers/customers.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/sdk/src/customers/index.ts b/mods/sdk/src/customers/index.ts index 7ac0374d..69ccdcdb 100644 --- a/mods/sdk/src/customers/index.ts +++ b/mods/sdk/src/customers/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/sdk/src/customers/types.ts b/mods/sdk/src/customers/types.ts index d8a1cd6e..cbf7b800 100644 --- a/mods/sdk/src/customers/types.ts +++ b/mods/sdk/src/customers/types.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/sdk/src/errors/GoodtokError.ts b/mods/sdk/src/errors/GoodtokError.ts index 51eabf10..ff69d58b 100644 --- a/mods/sdk/src/errors/GoodtokError.ts +++ b/mods/sdk/src/errors/GoodtokError.ts @@ -1,7 +1,7 @@ import { TRPCErrorCode } from "./codes"; /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/sdk/src/errors/codes.ts b/mods/sdk/src/errors/codes.ts index 18179f8b..e4198be2 100644 --- a/mods/sdk/src/errors/codes.ts +++ b/mods/sdk/src/errors/codes.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/sdk/src/errors/formatAndThrowError.ts b/mods/sdk/src/errors/formatAndThrowError.ts index b9c34887..024ee04a 100644 --- a/mods/sdk/src/errors/formatAndThrowError.ts +++ b/mods/sdk/src/errors/formatAndThrowError.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/sdk/src/errors/index.ts b/mods/sdk/src/errors/index.ts index fcd96007..252c73d5 100644 --- a/mods/sdk/src/errors/index.ts +++ b/mods/sdk/src/errors/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/sdk/src/index.ts b/mods/sdk/src/index.ts index 29904e7d..18132b51 100644 --- a/mods/sdk/src/index.ts +++ b/mods/sdk/src/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/sdk/src/queues/index.ts b/mods/sdk/src/queues/index.ts index e6bb0de7..a95c6927 100644 --- a/mods/sdk/src/queues/index.ts +++ b/mods/sdk/src/queues/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/sdk/src/queues/queues.ts b/mods/sdk/src/queues/queues.ts index 8af52ab3..97fb2d0a 100644 --- a/mods/sdk/src/queues/queues.ts +++ b/mods/sdk/src/queues/queues.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/sdk/src/queues/types.ts b/mods/sdk/src/queues/types.ts index f7a3b63d..2138a35b 100644 --- a/mods/sdk/src/queues/types.ts +++ b/mods/sdk/src/queues/types.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/sdk/src/tokens/index.ts b/mods/sdk/src/tokens/index.ts index 3f02db64..e43610fd 100644 --- a/mods/sdk/src/tokens/index.ts +++ b/mods/sdk/src/tokens/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/sdk/src/tokens/tokens.ts b/mods/sdk/src/tokens/tokens.ts index b0768649..892e6624 100644 --- a/mods/sdk/src/tokens/tokens.ts +++ b/mods/sdk/src/tokens/tokens.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/sdk/src/tokens/types.ts b/mods/sdk/src/tokens/types.ts index 914ff7d2..3ee13342 100644 --- a/mods/sdk/src/tokens/types.ts +++ b/mods/sdk/src/tokens/types.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/sdk/src/types.ts b/mods/sdk/src/types.ts index b549b6d1..e34ce3c8 100644 --- a/mods/sdk/src/types.ts +++ b/mods/sdk/src/types.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/sdk/src/users/index.ts b/mods/sdk/src/users/index.ts index 160cd0b4..19d08443 100644 --- a/mods/sdk/src/users/index.ts +++ b/mods/sdk/src/users/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/sdk/src/users/types.ts b/mods/sdk/src/users/types.ts index 8c6482b4..83f95ecb 100644 --- a/mods/sdk/src/users/types.ts +++ b/mods/sdk/src/users/types.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/sdk/src/users/users.ts b/mods/sdk/src/users/users.ts index 0fa9829d..37a673e3 100644 --- a/mods/sdk/src/users/users.ts +++ b/mods/sdk/src/users/users.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/sdk/src/workspaces/index.ts b/mods/sdk/src/workspaces/index.ts index ca6bcbbc..2a1e0a44 100644 --- a/mods/sdk/src/workspaces/index.ts +++ b/mods/sdk/src/workspaces/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/sdk/src/workspaces/types.ts b/mods/sdk/src/workspaces/types.ts index 58109197..e44aa39d 100644 --- a/mods/sdk/src/workspaces/types.ts +++ b/mods/sdk/src/workspaces/types.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/sdk/src/workspaces/workspaces.ts b/mods/sdk/src/workspaces/workspaces.ts index e439c5c3..c8c1c37f 100644 --- a/mods/sdk/src/workspaces/workspaces.ts +++ b/mods/sdk/src/workspaces/workspaces.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/sdk/test/customers.unit.test.ts b/mods/sdk/test/customers.unit.test.ts index dd00ba92..70a13bae 100644 --- a/mods/sdk/test/customers.unit.test.ts +++ b/mods/sdk/test/customers.unit.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/sdk/test/int.test.ts b/mods/sdk/test/int.test.ts index 45ac22e2..8317c803 100644 --- a/mods/sdk/test/int.test.ts +++ b/mods/sdk/test/int.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/sdk/test/queues.unit.test.ts b/mods/sdk/test/queues.unit.test.ts index 15b0efc2..e68aee3f 100644 --- a/mods/sdk/test/queues.unit.test.ts +++ b/mods/sdk/test/queues.unit.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/sdk/test/tokens.unit.test.ts b/mods/sdk/test/tokens.unit.test.ts index c1ebd873..4d1c7dbc 100644 --- a/mods/sdk/test/tokens.unit.test.ts +++ b/mods/sdk/test/tokens.unit.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/sdk/test/users.unit.test.ts b/mods/sdk/test/users.unit.test.ts index 0fae0312..ee6ce77a 100644 --- a/mods/sdk/test/users.unit.test.ts +++ b/mods/sdk/test/users.unit.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/sdk/test/workspaces.unit.test.ts b/mods/sdk/test/workspaces.unit.test.ts index 4baf2498..069cd0a3 100644 --- a/mods/sdk/test/workspaces.unit.test.ts +++ b/mods/sdk/test/workspaces.unit.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/GoodtokComponent.tsx b/mods/widget/src/GoodtokComponent.tsx index 5830aae3..1446cc2b 100644 --- a/mods/widget/src/GoodtokComponent.tsx +++ b/mods/widget/src/GoodtokComponent.tsx @@ -1,6 +1,6 @@ /* eslint-disable no-undef */ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/GoodtokUA.tsx b/mods/widget/src/GoodtokUA.tsx index 8b310247..c184c268 100644 --- a/mods/widget/src/GoodtokUA.tsx +++ b/mods/widget/src/GoodtokUA.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/contact/Contact.stories.ts b/mods/widget/src/components/contact/Contact.stories.ts index 176e837d..7b88db3b 100644 --- a/mods/widget/src/components/contact/Contact.stories.ts +++ b/mods/widget/src/components/contact/Contact.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/contact/Contact.tsx b/mods/widget/src/components/contact/Contact.tsx index 6590df90..6875efcd 100644 --- a/mods/widget/src/components/contact/Contact.tsx +++ b/mods/widget/src/components/contact/Contact.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/contact/ContactStyles.ts b/mods/widget/src/components/contact/ContactStyles.ts index d2ab7fae..a061a81f 100644 --- a/mods/widget/src/components/contact/ContactStyles.ts +++ b/mods/widget/src/components/contact/ContactStyles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/goodtokbutton/GoodtokButton.stories.ts b/mods/widget/src/components/goodtokbutton/GoodtokButton.stories.ts index 8d4846ca..a757fd8d 100644 --- a/mods/widget/src/components/goodtokbutton/GoodtokButton.stories.ts +++ b/mods/widget/src/components/goodtokbutton/GoodtokButton.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/goodtokbutton/GoodtokButton.tsx b/mods/widget/src/components/goodtokbutton/GoodtokButton.tsx index 65571563..45f52eec 100644 --- a/mods/widget/src/components/goodtokbutton/GoodtokButton.tsx +++ b/mods/widget/src/components/goodtokbutton/GoodtokButton.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/goodtokbutton/GoodtokButtonStyles.ts b/mods/widget/src/components/goodtokbutton/GoodtokButtonStyles.ts index 5ca9a6d1..189286e6 100644 --- a/mods/widget/src/components/goodtokbutton/GoodtokButtonStyles.ts +++ b/mods/widget/src/components/goodtokbutton/GoodtokButtonStyles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/goodtokbutton/GoodtokIcon.tsx b/mods/widget/src/components/goodtokbutton/GoodtokIcon.tsx index f81d6c50..9c8faba0 100644 --- a/mods/widget/src/components/goodtokbutton/GoodtokIcon.tsx +++ b/mods/widget/src/components/goodtokbutton/GoodtokIcon.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/goodtokwidget/GoodtokWidget.stories.ts b/mods/widget/src/components/goodtokwidget/GoodtokWidget.stories.ts index 0648f114..5b0062c2 100644 --- a/mods/widget/src/components/goodtokwidget/GoodtokWidget.stories.ts +++ b/mods/widget/src/components/goodtokwidget/GoodtokWidget.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/goodtokwidget/GoodtokWidget.tsx b/mods/widget/src/components/goodtokwidget/GoodtokWidget.tsx index b7bbb33d..a755c075 100644 --- a/mods/widget/src/components/goodtokwidget/GoodtokWidget.tsx +++ b/mods/widget/src/components/goodtokwidget/GoodtokWidget.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/goodtokwidget/GoodtokWidgetStyles.ts b/mods/widget/src/components/goodtokwidget/GoodtokWidgetStyles.ts index 3f2c9881..239e24c9 100644 --- a/mods/widget/src/components/goodtokwidget/GoodtokWidgetStyles.ts +++ b/mods/widget/src/components/goodtokwidget/GoodtokWidgetStyles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/goodtokwidget/data.ts b/mods/widget/src/components/goodtokwidget/data.ts index 2c137a5b..961ea006 100644 --- a/mods/widget/src/components/goodtokwidget/data.ts +++ b/mods/widget/src/components/goodtokwidget/data.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/goodtokwidget/types.ts b/mods/widget/src/components/goodtokwidget/types.ts index 55b3ab85..1534cc31 100644 --- a/mods/widget/src/components/goodtokwidget/types.ts +++ b/mods/widget/src/components/goodtokwidget/types.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/icons/CalendarIcon.tsx b/mods/widget/src/components/icons/CalendarIcon.tsx index df0c96cf..2e4ac00b 100644 --- a/mods/widget/src/components/icons/CalendarIcon.tsx +++ b/mods/widget/src/components/icons/CalendarIcon.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/icons/CameraIcon.tsx b/mods/widget/src/components/icons/CameraIcon.tsx index 493baa70..fc36051f 100644 --- a/mods/widget/src/components/icons/CameraIcon.tsx +++ b/mods/widget/src/components/icons/CameraIcon.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/icons/CircleCameraIcon.tsx b/mods/widget/src/components/icons/CircleCameraIcon.tsx index c2205a80..a125a162 100644 --- a/mods/widget/src/components/icons/CircleCameraIcon.tsx +++ b/mods/widget/src/components/icons/CircleCameraIcon.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/icons/CircleCameraMutedIcon.tsx b/mods/widget/src/components/icons/CircleCameraMutedIcon.tsx index 7c23ebeb..487c8765 100644 --- a/mods/widget/src/components/icons/CircleCameraMutedIcon.tsx +++ b/mods/widget/src/components/icons/CircleCameraMutedIcon.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/icons/CircleHangupIcon.tsx b/mods/widget/src/components/icons/CircleHangupIcon.tsx index e35fd8d8..5c18ac0c 100644 --- a/mods/widget/src/components/icons/CircleHangupIcon.tsx +++ b/mods/widget/src/components/icons/CircleHangupIcon.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/icons/CircleMicrophoneIcon.tsx b/mods/widget/src/components/icons/CircleMicrophoneIcon.tsx index c2f59876..13c6ba4d 100644 --- a/mods/widget/src/components/icons/CircleMicrophoneIcon.tsx +++ b/mods/widget/src/components/icons/CircleMicrophoneIcon.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/icons/CircleMicrophoneMutedIcon.tsx b/mods/widget/src/components/icons/CircleMicrophoneMutedIcon.tsx index 44bceefd..c96a0302 100644 --- a/mods/widget/src/components/icons/CircleMicrophoneMutedIcon.tsx +++ b/mods/widget/src/components/icons/CircleMicrophoneMutedIcon.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/icons/CirclePiPIcon.tsx b/mods/widget/src/components/icons/CirclePiPIcon.tsx index 876a2893..6fa41bdf 100644 --- a/mods/widget/src/components/icons/CirclePiPIcon.tsx +++ b/mods/widget/src/components/icons/CirclePiPIcon.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/icons/CircleShareScreenIcon.tsx b/mods/widget/src/components/icons/CircleShareScreenIcon.tsx index fe3d563a..67f34268 100644 --- a/mods/widget/src/components/icons/CircleShareScreenIcon.tsx +++ b/mods/widget/src/components/icons/CircleShareScreenIcon.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/icons/CloseIcon.tsx b/mods/widget/src/components/icons/CloseIcon.tsx index cb00b8a2..0b8ffd81 100644 --- a/mods/widget/src/components/icons/CloseIcon.tsx +++ b/mods/widget/src/components/icons/CloseIcon.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/icons/GoodtokIcon.tsx b/mods/widget/src/components/icons/GoodtokIcon.tsx index f58d4c9f..ea9cfc13 100644 --- a/mods/widget/src/components/icons/GoodtokIcon.tsx +++ b/mods/widget/src/components/icons/GoodtokIcon.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/icons/LoadingIcon.tsx b/mods/widget/src/components/icons/LoadingIcon.tsx index fcda8416..4974dc3d 100644 --- a/mods/widget/src/components/icons/LoadingIcon.tsx +++ b/mods/widget/src/components/icons/LoadingIcon.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/icons/MutedCameraIcon.tsx b/mods/widget/src/components/icons/MutedCameraIcon.tsx index d33442bf..f742791a 100644 --- a/mods/widget/src/components/icons/MutedCameraIcon.tsx +++ b/mods/widget/src/components/icons/MutedCameraIcon.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/icons/OnlineIndicatorIcon.tsx b/mods/widget/src/components/icons/OnlineIndicatorIcon.tsx index 30e348bb..152f46c6 100644 --- a/mods/widget/src/components/icons/OnlineIndicatorIcon.tsx +++ b/mods/widget/src/components/icons/OnlineIndicatorIcon.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/icons/PhoneIcon.tsx b/mods/widget/src/components/icons/PhoneIcon.tsx index e179373e..cb35d082 100644 --- a/mods/widget/src/components/icons/PhoneIcon.tsx +++ b/mods/widget/src/components/icons/PhoneIcon.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/menu/Menu.stories.ts b/mods/widget/src/components/menu/Menu.stories.ts index 671ad3a6..97fd68db 100644 --- a/mods/widget/src/components/menu/Menu.stories.ts +++ b/mods/widget/src/components/menu/Menu.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/menu/Menu.tsx b/mods/widget/src/components/menu/Menu.tsx index 65efc0d2..e9e0d7f1 100644 --- a/mods/widget/src/components/menu/Menu.tsx +++ b/mods/widget/src/components/menu/Menu.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/menu/container/MenuContainer.stories.ts b/mods/widget/src/components/menu/container/MenuContainer.stories.ts index da0e28fa..874314a0 100644 --- a/mods/widget/src/components/menu/container/MenuContainer.stories.ts +++ b/mods/widget/src/components/menu/container/MenuContainer.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/menu/container/MenuContainer.tsx b/mods/widget/src/components/menu/container/MenuContainer.tsx index 171980c1..a05d3a9b 100644 --- a/mods/widget/src/components/menu/container/MenuContainer.tsx +++ b/mods/widget/src/components/menu/container/MenuContainer.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/menu/container/MenuContainerStyles.ts b/mods/widget/src/components/menu/container/MenuContainerStyles.ts index 7feb847b..b5faa5b3 100644 --- a/mods/widget/src/components/menu/container/MenuContainerStyles.ts +++ b/mods/widget/src/components/menu/container/MenuContainerStyles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/menu/item/MenuItem.stories.ts b/mods/widget/src/components/menu/item/MenuItem.stories.ts index daaba4a5..323db7e0 100644 --- a/mods/widget/src/components/menu/item/MenuItem.stories.ts +++ b/mods/widget/src/components/menu/item/MenuItem.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/menu/item/MenuItem.tsx b/mods/widget/src/components/menu/item/MenuItem.tsx index 69cd3f20..646bba72 100644 --- a/mods/widget/src/components/menu/item/MenuItem.tsx +++ b/mods/widget/src/components/menu/item/MenuItem.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/menu/item/styles.ts b/mods/widget/src/components/menu/item/styles.ts index aa560d99..559cdee1 100644 --- a/mods/widget/src/components/menu/item/styles.ts +++ b/mods/widget/src/components/menu/item/styles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/notification/Notification.stories.ts b/mods/widget/src/components/notification/Notification.stories.ts index db7ccf9c..86062bf3 100644 --- a/mods/widget/src/components/notification/Notification.stories.ts +++ b/mods/widget/src/components/notification/Notification.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/notification/Notification.tsx b/mods/widget/src/components/notification/Notification.tsx index 37fd5ceb..3e9d046a 100644 --- a/mods/widget/src/components/notification/Notification.tsx +++ b/mods/widget/src/components/notification/Notification.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/notification/NotificationStyles.ts b/mods/widget/src/components/notification/NotificationStyles.ts index dae4ea38..804a2314 100644 --- a/mods/widget/src/components/notification/NotificationStyles.ts +++ b/mods/widget/src/components/notification/NotificationStyles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/video/MobileVideo.stories.ts b/mods/widget/src/components/video/MobileVideo.stories.ts index 6398eadb..a4506de9 100644 --- a/mods/widget/src/components/video/MobileVideo.stories.ts +++ b/mods/widget/src/components/video/MobileVideo.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/video/MobileVideo.tsx b/mods/widget/src/components/video/MobileVideo.tsx index 846745bf..10878bce 100644 --- a/mods/widget/src/components/video/MobileVideo.tsx +++ b/mods/widget/src/components/video/MobileVideo.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/video/MobileVideoStyles.ts b/mods/widget/src/components/video/MobileVideoStyles.ts index 0893cc48..986935ab 100644 --- a/mods/widget/src/components/video/MobileVideoStyles.ts +++ b/mods/widget/src/components/video/MobileVideoStyles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/video/Video.stories.ts b/mods/widget/src/components/video/Video.stories.ts index e7d65ab5..e8d288aa 100644 --- a/mods/widget/src/components/video/Video.stories.ts +++ b/mods/widget/src/components/video/Video.stories.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/video/Video.tsx b/mods/widget/src/components/video/Video.tsx index a630a93c..74897ae3 100644 --- a/mods/widget/src/components/video/Video.tsx +++ b/mods/widget/src/components/video/Video.tsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/video/VideoStyles.ts b/mods/widget/src/components/video/VideoStyles.ts index 82326088..6b1ecb74 100644 --- a/mods/widget/src/components/video/VideoStyles.ts +++ b/mods/widget/src/components/video/VideoStyles.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/components/video/handlePiP.ts b/mods/widget/src/components/video/handlePiP.ts index 14d124a6..c7ed3e50 100644 --- a/mods/widget/src/components/video/handlePiP.ts +++ b/mods/widget/src/components/video/handlePiP.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/index.jsx b/mods/widget/src/index.jsx index 4b4c4c35..504332e7 100644 --- a/mods/widget/src/index.jsx +++ b/mods/widget/src/index.jsx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/utils/capabilities.ts b/mods/widget/src/utils/capabilities.ts index d3d1a6ef..7645e6e2 100644 --- a/mods/widget/src/utils/capabilities.ts +++ b/mods/widget/src/utils/capabilities.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/utils/getKeyFromSearchParam.ts b/mods/widget/src/utils/getKeyFromSearchParam.ts index a24e5f2e..d984e926 100644 --- a/mods/widget/src/utils/getKeyFromSearchParam.ts +++ b/mods/widget/src/utils/getKeyFromSearchParam.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/utils/getScriptParams.ts b/mods/widget/src/utils/getScriptParams.ts index 51d6f83a..66b5c59f 100644 --- a/mods/widget/src/utils/getScriptParams.ts +++ b/mods/widget/src/utils/getScriptParams.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/utils/index.ts b/mods/widget/src/utils/index.ts index 45fe26d6..7a34fe03 100644 --- a/mods/widget/src/utils/index.ts +++ b/mods/widget/src/utils/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/src/utils/utils.ts b/mods/widget/src/utils/utils.ts index aa5ade54..02430ed7 100644 --- a/mods/widget/src/utils/utils.ts +++ b/mods/widget/src/utils/utils.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/mods/widget/vite.config.js b/mods/widget/vite.config.js index fb5e15ba..56cf8f12 100644 --- a/mods/widget/vite.config.js +++ b/mods/widget/vite.config.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 by Fonoster Inc (https://fonoster.com) + * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com) * http://github.com/fonoster/goodtok * * This file is part of Goodtok diff --git a/site/index.html b/site/index.html index 76bcfec7..1a8f572b 100644 --- a/site/index.html +++ b/site/index.html @@ -786,7 +786,7 @@

Questions? We’ve got answers..