From 9ac71f948f333b69763067d181aeb4bf8977d65d Mon Sep 17 00:00:00 2001 From: Sacha Al Himdani Date: Tue, 9 Jun 2026 15:47:43 +0200 Subject: [PATCH] Update contact email to hello@probo.com Signed-off-by: Sacha Al Himdani --- apps/console/console.go | 2 +- apps/console/src/App.tsx | 2 +- apps/console/src/components/OrganizationErrorBoundary.tsx | 2 +- apps/console/src/components/PageError.tsx | 2 +- apps/console/src/components/RootErrorBoundary.tsx | 2 +- apps/console/src/components/SortableTable.tsx | 2 +- apps/console/src/components/assets/AssetsTable.tsx | 2 +- .../console/src/components/assets/ReadOnlyAssetsTable.tsx | 2 +- apps/console/src/components/audits/LinkedAuditsCard.tsx | 2 +- apps/console/src/components/audits/LinkedAuditsDialog.tsx | 2 +- .../src/components/controls/LinkedControlsCard.tsx | 2 +- .../src/components/controls/LinkedControlsDialog.tsx | 2 +- .../console/src/components/documents/BulkExportDialog.tsx | 2 +- .../src/components/documents/LinkedDocumentsCard.tsx | 2 +- .../src/components/documents/LinkedDocumentsDialog.tsx | 2 +- apps/console/src/components/documents/PDFPreview.tsx | 2 +- .../src/components/documents/PdfDownloadDialog.tsx | 2 +- apps/console/src/components/form/AuditSelectField.tsx | 2 +- .../src/components/form/ControlMaturityLevelOptions.tsx | 2 +- apps/console/src/components/form/ControlledField.tsx | 2 +- apps/console/src/components/form/CountriesField.tsx | 2 +- .../src/components/form/DocumentClassificationOptions.tsx | 2 +- apps/console/src/components/form/DocumentTypeOptions.tsx | 2 +- apps/console/src/components/form/EmailsField.tsx | 2 +- apps/console/src/components/form/MeasureSelectField.tsx | 2 +- .../src/components/form/PeopleMultiSelectField.tsx | 2 +- apps/console/src/components/form/PeopleSelectField.tsx | 2 +- .../src/components/form/ProcessingActivityEnumOptions.tsx | 2 +- .../src/components/form/ThirdPartiesMultiSelectField.tsx | 2 +- .../src/components/measures/LinkedMeasuresCard.tsx | 2 +- .../src/components/measures/LinkedMeasuresDialog.tsx | 2 +- .../src/components/obligations/LinkedObligationsCard.tsx | 2 +- .../components/obligations/LinkedObligationsDialog.tsx | 2 +- .../components/organizations/DeleteOrganizationDialog.tsx | 2 +- apps/console/src/components/risks/LinkedRisksCard.tsx | 2 +- apps/console/src/components/risks/LinkedRisksDialog.tsx | 2 +- apps/console/src/components/skeletons/ControlSkeleton.tsx | 2 +- .../console/src/components/skeletons/LinkCardSkeleton.tsx | 2 +- apps/console/src/components/skeletons/PageSkeleton.tsx | 2 +- .../src/components/skeletons/RisksPageSkeleton.tsx | 2 +- .../LinkedStatementsOfApplicabilityCard.tsx | 2 +- .../LinkedStatementsOfApplicabilityDialog.tsx | 2 +- apps/console/src/components/table/EditableTable.tsx | 2 +- apps/console/src/components/table/GraphQLCell.tsx | 2 +- apps/console/src/components/table/PeopleCell.tsx | 2 +- apps/console/src/components/table/SortableDataTable.tsx | 2 +- apps/console/src/components/table/ThirdPartiesCell.tsx | 2 +- apps/console/src/components/tasks/TaskFormDialog.tsx | 2 +- apps/console/src/components/tasks/TasksCard.tsx | 2 +- .../trustCenter/DeleteTrustCenterReferenceDialog.tsx | 2 +- .../components/trustCenter/TrustCenterReferenceDialog.tsx | 2 +- apps/console/src/environments.ts | 2 +- apps/console/src/hooks/forms/useRiskForm.tsx | 2 +- apps/console/src/hooks/forms/useThirdPartyForm.tsx | 2 +- apps/console/src/hooks/graph/AssetGraph.ts | 2 +- apps/console/src/hooks/graph/AuditGraph.ts | 2 +- apps/console/src/hooks/graph/DatumGraph.ts | 2 +- apps/console/src/hooks/graph/DocumentGraph.ts | 2 +- apps/console/src/hooks/graph/EvidenceGraph.ts | 2 +- apps/console/src/hooks/graph/FrameworkGraph.ts | 2 +- apps/console/src/hooks/graph/MeasureGraph.ts | 2 +- apps/console/src/hooks/graph/ObligationGraph.ts | 2 +- apps/console/src/hooks/graph/PeopleGraph.ts | 2 +- apps/console/src/hooks/graph/ProcessingActivityGraph.ts | 2 +- apps/console/src/hooks/graph/RightsRequestGraph.ts | 2 +- apps/console/src/hooks/graph/ThirdPartyGraph.ts | 2 +- .../src/hooks/graph/TrustCenterAccessTokenGraph.ts | 2 +- apps/console/src/hooks/graph/TrustCenterGraph.ts | 2 +- apps/console/src/hooks/graph/TrustCenterReferenceGraph.ts | 2 +- apps/console/src/hooks/graph/usePaginatedMeasures.ts | 2 +- apps/console/src/hooks/useFetchQuery.ts | 2 +- apps/console/src/hooks/useFormWithSchema.ts | 2 +- apps/console/src/hooks/useMutateField.tsx | 2 +- apps/console/src/hooks/useMutationWithIncrement.ts | 2 +- apps/console/src/hooks/useMutationWithToasts.ts | 2 +- apps/console/src/hooks/useOrganizationId.ts | 2 +- apps/console/src/hooks/useSafeContinueUrl.ts | 2 +- apps/console/src/hooks/useStateWithSchema.ts | 2 +- apps/console/src/main.tsx | 2 +- apps/console/src/pages/iam/apiKeys/APIKeysPage.tsx | 2 +- apps/console/src/pages/iam/apiKeys/APIKeysPageLoader.tsx | 2 +- .../pages/iam/apiKeys/_components/PersonalAPIKeyList.tsx | 2 +- .../pages/iam/apiKeys/_components/PersonalAPIKeyRow.tsx | 2 +- .../iam/apiKeys/_components/PersonalAPIKeyTokenAction.tsx | 2 +- .../iam/apiKeys/_components/PersonalAPIKeyTokenDialog.tsx | 2 +- .../iam/apiKeys/_components/PersonalAPIKeysTable.tsx | 2 +- apps/console/src/pages/iam/auth/ActivateAccountPage.tsx | 2 +- apps/console/src/pages/iam/auth/AuthLayout.tsx | 2 +- apps/console/src/pages/iam/auth/ConsentPage.tsx | 2 +- apps/console/src/pages/iam/auth/ConsentPageLoader.tsx | 2 +- apps/console/src/pages/iam/auth/CreatePasswordPage.tsx | 2 +- apps/console/src/pages/iam/auth/DeviceActivationPage.tsx | 2 +- .../src/pages/iam/auth/DeviceActivationPageLoader.tsx | 2 +- apps/console/src/pages/iam/auth/ForgotPasswordPage.tsx | 2 +- apps/console/src/pages/iam/auth/ResetPasswordPage.tsx | 2 +- apps/console/src/pages/iam/auth/SignUpPage.tsx | 2 +- apps/console/src/pages/iam/auth/VerifyEmailPage.tsx | 2 +- .../src/pages/iam/auth/sign-in/PasswordSignInPage.tsx | 2 +- apps/console/src/pages/iam/auth/sign-in/SSOSignInPage.tsx | 2 +- apps/console/src/pages/iam/auth/sign-in/SignInPage.tsx | 2 +- .../src/pages/iam/auth/sign-in/SignInPageLoader.tsx | 2 +- .../src/pages/iam/auth/sign-in/_components/Divider.tsx | 2 +- .../src/pages/iam/auth/sign-in/_components/OIDCButton.tsx | 2 +- .../console/src/pages/iam/memberships/MembershipsPage.tsx | 2 +- .../src/pages/iam/memberships/MembershipsPageLoader.tsx | 2 +- apps/console/src/pages/iam/memberships/ViewerLayout.tsx | 2 +- .../src/pages/iam/memberships/ViewerLayoutLoader.tsx | 2 +- .../src/pages/iam/memberships/ViewerLayoutLoading.tsx | 2 +- .../memberships/_components/InvitingOrganizationCard.tsx | 2 +- .../pages/iam/memberships/_components/MembershipCard.tsx | 2 +- .../pages/iam/memberships/_components/ViewerDropdown.tsx | 2 +- apps/console/src/pages/iam/organizations/AssumePage.tsx | 2 +- .../src/pages/iam/organizations/AssumePageLoader.tsx | 2 +- .../src/pages/iam/organizations/NewOrganizationPage.tsx | 2 +- .../pages/iam/organizations/ViewerMembershipLayout.tsx | 2 +- .../iam/organizations/ViewerMembershipLayoutLoader.tsx | 2 +- .../iam/organizations/_components/MembershipsDropdown.tsx | 2 +- .../_components/MembershipsDropdownInvitingItem.tsx | 2 +- .../organizations/_components/MembershipsDropdownMenu.tsx | 2 +- .../_components/MembershipsDropdownMenuItem.tsx | 2 +- .../src/pages/iam/organizations/_components/Sidebar.tsx | 2 +- .../_components/ViewerMembershipDropdown.tsx | 2 +- .../src/pages/iam/organizations/people/PeoplePage.tsx | 2 +- .../pages/iam/organizations/people/PeoplePageLoader.tsx | 2 +- .../src/pages/iam/organizations/people/PersonPage.tsx | 2 +- .../pages/iam/organizations/people/PersonPageLoader.tsx | 2 +- .../organizations/people/_components/AddPersonDialog.tsx | 2 +- .../iam/organizations/people/_components/PeopleList.tsx | 2 +- .../organizations/people/_components/PeopleListItem.tsx | 2 +- .../iam/organizations/people/_components/PersonForm.tsx | 2 +- apps/console/src/pages/iam/organizations/people/routes.ts | 2 +- .../iam/organizations/settings/AuditLogSettingsPage.tsx | 2 +- .../organizations/settings/AuditLogSettingsPageLoader.tsx | 2 +- .../iam/organizations/settings/GeneralSettingsPage.tsx | 2 +- .../organizations/settings/GeneralSettingsPageLoader.tsx | 2 +- .../pages/iam/organizations/settings/SAMLSettingsPage.tsx | 2 +- .../iam/organizations/settings/SAMLSettingsPageLoader.tsx | 2 +- .../pages/iam/organizations/settings/SCIMSettingsPage.tsx | 2 +- .../iam/organizations/settings/SCIMSettingsPageLoader.tsx | 2 +- .../pages/iam/organizations/settings/SettingsLayout.tsx | 2 +- .../organizations/settings/WebhooksSettingsPageLoader.tsx | 2 +- .../organizations/settings/_components/ConnectorList.tsx | 2 +- .../settings/_components/EditSAMLConfigurationForm.tsx | 2 +- .../settings/_components/GoogleWorkspaceConnector.tsx | 2 +- .../settings/_components/Microsoft365Connector.tsx | 2 +- .../settings/_components/NewSAMLConfigurationForm.tsx | 2 +- .../settings/_components/OrganizationForm.tsx | 2 +- .../settings/_components/SAMLConfigurationForm.tsx | 2 +- .../settings/_components/SAMLConfigurationList.tsx | 2 +- .../settings/_components/SAMLDomainVerifyDialog.tsx | 2 +- .../settings/_components/SCIMConfiguration.tsx | 2 +- .../organizations/settings/_components/SCIMEventList.tsx | 2 +- .../settings/_components/SCIMEventListItem.tsx | 2 +- .../organizations/access-reviews/AccessReviewLayout.tsx | 2 +- .../access-reviews/AccessReviewLayoutLoader.tsx | 2 +- .../access-reviews/CreateCsvAccessSourcePage.tsx | 2 +- .../access-reviews/CreateCsvAccessSourcePageLoader.tsx | 2 +- .../access-reviews/_components/AccessSourceRow.tsx | 2 +- .../access-reviews/_components/EntryDecisionActions.tsx | 2 +- .../access-reviews/_components/EntryFlagSelect.tsx | 2 +- .../access-reviews/_components/accessReviewHelpers.tsx | 2 +- .../access-reviews/campaigns/AccessReviewCampaignsTab.tsx | 2 +- .../campaigns/AccessReviewCampaignsTabLoader.tsx | 2 +- .../access-reviews/campaigns/CampaignDetailPage.tsx | 2 +- .../access-reviews/campaigns/CampaignDetailPageLoader.tsx | 2 +- .../access-reviews/dialogs/AddAccessSourceDialog.tsx | 2 +- .../dialogs/AddCampaignScopeSourceDialog.tsx | 2 +- .../dialogs/CreateAccessReviewCampaignDialog.tsx | 2 +- .../access-reviews/dialogs/PostHogDeploymentField.tsx | 2 +- .../access-reviews/dialogs/accessSourceMutations.ts | 2 +- .../access-reviews/sources/AccessReviewSourcesTab.tsx | 2 +- .../sources/AccessReviewSourcesTabLoader.tsx | 2 +- .../src/pages/organizations/assets/AssetDetailsPage.tsx | 2 +- .../console/src/pages/organizations/assets/AssetsPage.tsx | 2 +- .../organizations/assets/dialogs/CreateAssetDialog.tsx | 2 +- .../assets/dialogs/PublishAssetListDialog.tsx | 2 +- .../src/pages/organizations/audits/AuditDetailsPage.tsx | 2 +- .../console/src/pages/organizations/audits/AuditsPage.tsx | 2 +- .../organizations/audits/dialogs/CreateAuditDialog.tsx | 2 +- .../compliance-page/CompliancePageLayout.tsx | 2 +- .../compliance-page/CompliancePageLayoutLoader.tsx | 2 +- .../compliance-page/access/CompliancePageAccessPage.tsx | 2 +- .../access/CompliancePageAccessPageLoader.tsx | 2 +- .../access/_components/CompliancePageAccessEditDialog.tsx | 2 +- .../access/_components/CompliancePageAccessList.tsx | 2 +- .../access/_components/CompliancePageAccessListItem.tsx | 2 +- .../_components/CompliancePageDocumentAccessList.tsx | 2 +- .../access/_components/ElectronicSignatureSection.tsx | 2 +- .../compliance-page/access/_components/EventTypeLabel.tsx | 2 +- .../access/_components/NdaSignatureBadge.tsx | 2 +- .../compliance-page/audits/CompliancePageAuditsPage.tsx | 2 +- .../audits/CompliancePageAuditsPageLoader.tsx | 2 +- .../audits/_components/CompliancePageAuditList.tsx | 2 +- .../audits/_components/CompliancePageAuditListItem.tsx | 2 +- .../compliance-page/brand/CompliancePageBrandPage.tsx | 2 +- .../brand/CompliancePageBrandPageLoader.tsx | 2 +- .../documents/CompliancePageDocumentsPage.tsx | 2 +- .../documents/CompliancePageDocumentsPageLoader.tsx | 2 +- .../documents/_components/CompliancePageDocumentList.tsx | 2 +- .../_components/CompliancePageDocumentListItem.tsx | 2 +- .../compliance-page/domain/CompliancePageDomainPage.tsx | 2 +- .../domain/CompliancePageDomainPageLoader.tsx | 2 +- .../domain/_components/CompliancePageDomainCard.tsx | 2 +- .../domain/_components/CompliancePageDomainDialog.tsx | 2 +- .../_components/DeleteCompliancePageDomainDialog.tsx | 2 +- .../domain/_components/NewCompliancePageDomainDialog.tsx | 2 +- .../compliance-page/files/CompliancePageFilesPage.tsx | 2 +- .../files/CompliancePageFilesPageLoader.tsx | 2 +- .../files/_components/CompliancePageFileList.tsx | 2 +- .../files/_components/CompliancePageFileListItem.tsx | 2 +- .../files/_components/DeleteCompliancePageFileDialog.tsx | 2 +- .../files/_components/EditCompliancePageFileDialog.tsx | 2 +- .../files/_components/NewCompliancePageFileDialog.tsx | 2 +- .../mailing-list/CompliancePageMailingListPage.tsx | 2 +- .../mailing-list/CompliancePageMailingListPageLoader.tsx | 2 +- .../_components/CompliancePageMailingList.tsx | 2 +- .../_components/CompliancePageUpdatesList.tsx | 2 +- .../_components/ComplianceUpdateFormDialog.tsx | 2 +- .../_components/NewCompliancePageSubscriberDialog.tsx | 2 +- .../mailing-list/_components/SendUpdateDialog.tsx | 2 +- .../overview/CompliancePageOverviewPage.tsx | 2 +- .../overview/CompliancePageOverviewPageLoader.tsx | 2 +- .../_components/CompliancePageExternalUrlsSection.tsx | 2 +- .../overview/_components/CompliancePageFrameworkList.tsx | 2 +- .../overview/_components/CompliancePageNDASection.tsx | 2 +- .../overview/_components/CompliancePageSlackSection.tsx | 2 +- .../overview/_components/CompliancePageStatusSection.tsx | 2 +- .../references/CompliancePageReferencesPage.tsx | 2 +- .../references/CompliancePageReferencesPageLoader.tsx | 2 +- .../_components/CompliancePageReferenceList.tsx | 2 +- .../_components/CompliancePageReferenceListItem.tsx | 2 +- .../src/pages/organizations/compliance-page/routes.ts | 2 +- .../third-parties/CompliancePageThirdPartiesPage.tsx | 2 +- .../CompliancePageThirdPartiesPageLoader.tsx | 2 +- .../_components/CompliancePageThirdPartyList.tsx | 2 +- .../_components/CompliancePageThirdPartyListItem.tsx | 2 +- .../pages/organizations/context/ContextLayoutLoader.tsx | 2 +- .../src/pages/organizations/context/ContextPage.tsx | 2 +- .../src/pages/organizations/context/ContextPageLoader.tsx | 2 +- .../organizations/cookie-banners/NewCookieBannerPage.tsx | 2 +- .../configuration/CookieBannerConfigLayout.tsx | 2 +- .../configuration/CookieBannerConfigLayoutLoader.tsx | 2 +- .../consent-records/CookieBannerConsentRecordPage.tsx | 2 +- .../CookieBannerConsentRecordPageLoader.tsx | 2 +- .../CookieBannerConsentRecordPageSkeleton.tsx | 2 +- .../consent-records/CookieBannerConsentRecordsPage.tsx | 2 +- .../CookieBannerConsentRecordsPageLoader.tsx | 2 +- .../CookieBannerConsentRecordsPageSkeleton.tsx | 2 +- .../consent-records/_components/ConsentRecordRow.tsx | 2 +- .../consent-records/_components/consentRecordHelpers.ts | 2 +- .../configuration/display/CookieBannerDisplayPage.tsx | 2 +- .../display/CookieBannerDisplayPageLoader.tsx | 2 +- .../configuration/display/_components/AddCookieRow.tsx | 2 +- .../configuration/display/_components/CategoryDialog.tsx | 2 +- .../configuration/display/_components/CategorySection.tsx | 2 +- .../display/_components/EditCategoryForm.tsx | 2 +- .../configuration/display/_components/EditCookieRow.tsx | 2 +- .../configuration/display/_components/ThemePreview.tsx | 2 +- .../configuration/resources/CookieBannerResourcesPage.tsx | 2 +- .../resources/CookieBannerResourcesPageLoader.tsx | 2 +- .../resources/CookieBannerResourcesPageSkeleton.tsx | 2 +- .../resources/_components/TrackerResourceRow.tsx | 2 +- .../resources/_components/TrackerResourceRowEdit.tsx | 2 +- .../configuration/settings/CookieBannerSettingsPage.tsx | 2 +- .../settings/CookieBannerSettingsPageLoader.tsx | 2 +- .../settings/_components/BannerSettingsForm.tsx | 2 +- .../configuration/settings/_components/CodeSnippets.tsx | 2 +- .../configuration/trackers/CookieBannerTrackersPage.tsx | 2 +- .../trackers/CookieBannerTrackersPageLoader.tsx | 2 +- .../trackers/CookieBannerTrackersPageSkeleton.tsx | 2 +- .../configuration/trackers/TrackerPatternDetailPage.tsx | 2 +- .../trackers/TrackerPatternDetailPageLoader.tsx | 2 +- .../trackers/TrackerPatternDetailPageSkeleton.tsx | 2 +- .../trackers/_components/DetectedTrackerRow.tsx | 2 +- .../trackers/_components/MoveToCategoryDropdown.tsx | 2 +- .../trackers/_components/MoveToCategorySelect.tsx | 2 +- .../_components/TrackerPatternDetectedTrackersSection.tsx | 2 +- .../_components/TrackerPatternPropertiesSection.tsx | 2 +- .../trackers/_components/TrackerPatternRow.tsx | 2 +- .../trackers/_components/TrackerPatternRowEdit.tsx | 2 +- .../translations/CookieBannerTranslationsPage.tsx | 2 +- .../translations/CookieBannerTranslationsPageLoader.tsx | 2 +- .../translations/_components/BannerPreview.tsx | 2 +- .../translations/_components/BannerTranslationSection.tsx | 2 +- .../translations/_components/PanelPreview.tsx | 2 +- .../translations/_components/PanelTranslationSection.tsx | 2 +- .../translations/_components/PlaceholderPreview.tsx | 2 +- .../_components/PlaceholderTranslationSection.tsx | 2 +- .../translations/_components/TranslationEditor.tsx | 2 +- .../translations/_components/translationDefaults.ts | 2 +- .../cookie-banners/overview/CookieBannersOverviewPage.tsx | 2 +- .../overview/CookieBannersOverviewPageLoader.tsx | 2 +- .../overview/_components/CookieBannerEmptyState.tsx | 2 +- .../src/pages/organizations/cookie-banners/routes.ts | 2 +- apps/console/src/pages/organizations/data/DataPage.tsx | 2 +- .../src/pages/organizations/data/DatumDetailsPage.tsx | 2 +- .../organizations/data/dialogs/CreateDatumDialog.tsx | 2 +- .../organizations/data/dialogs/PublishDataListDialog.tsx | 2 +- .../src/pages/organizations/documents/DocumentLayout.tsx | 2 +- .../organizations/documents/DocumentLayoutLoader.tsx | 2 +- .../src/pages/organizations/documents/DocumentsPage.tsx | 2 +- .../pages/organizations/documents/DocumentsPageLoader.tsx | 2 +- .../documents/_components/CreateDocumentDialog.tsx | 2 +- .../documents/_components/DocumentActionsDropdown.tsx | 2 +- .../documents/_components/DocumentDetailsCard.tsx | 2 +- .../organizations/documents/_components/DocumentList.tsx | 2 +- .../documents/_components/DocumentListItem.tsx | 2 +- .../documents/_components/DocumentTitleForm.tsx | 2 +- .../documents/_components/DocumentVersionsDropdown.tsx | 2 +- .../_components/DocumentVersionsDropdownItem.tsx | 2 +- .../_components/DocumentVersionsDropdownMenu.tsx | 2 +- .../organizations/documents/_components/PublishDialog.tsx | 2 +- .../documents/_components/PublishDocumentsDialog.tsx | 2 +- .../documents/_components/SignatureDocumentsDialog.tsx | 2 +- .../documents/approvals/DocumentApprovalsPage.tsx | 2 +- .../documents/approvals/DocumentApprovalsPageLoader.tsx | 2 +- .../approvals/_components/DocumentApprovalList.tsx | 2 +- .../approvals/_components/DocumentApprovalListItem.tsx | 2 +- .../documents/approve/DocumentApprovePage.tsx | 2 +- .../documents/approve/DocumentApprovePageLoader.tsx | 2 +- .../documents/controls/DocumentControlsPage.tsx | 2 +- .../documents/controls/DocumentControlsPageLoader.tsx | 2 +- .../controls/_components/DocumentControlList.tsx | 2 +- .../documents/description/DocumentDescriptionPage.tsx | 2 +- .../description/DocumentDescriptionPageLoader.tsx | 2 +- .../documents/signatures/DocumentSignaturesPage.tsx | 2 +- .../documents/signatures/DocumentSignaturesPageLoader.tsx | 2 +- .../signatures/_components/DocumentSignatureList.tsx | 2 +- .../signatures/_components/DocumentSignatureListItem.tsx | 2 +- .../_components/DocumentSignaturePlaceholder.tsx | 2 +- .../organizations/employee/EmployeeApprovalsPage.tsx | 2 +- .../employee/EmployeeApprovalsPageLoader.tsx | 2 +- .../employee/EmployeeDocumentSignaturePage.tsx | 2 +- .../employee/EmployeeDocumentSignaturePageLoader.tsx | 2 +- .../organizations/employee/EmployeeDocumentsPage.tsx | 2 +- .../employee/EmployeeDocumentsPageLoader.tsx | 2 +- .../pages/organizations/employee/EmployeeLayoutLoader.tsx | 2 +- .../pages/organizations/employee/EmployeeTabsLayout.tsx | 2 +- .../employee/_components/ApprovableDocumentRow.tsx | 2 +- .../organizations/employee/_components/DocumentRow.tsx | 2 +- .../organizations/employee/_components/VersionActions.tsx | 2 +- .../organizations/employee/_components/VersionRow.tsx | 2 +- .../pages/organizations/findings/FindingDetailsPage.tsx | 2 +- .../organizations/findings/FindingDetailsPageLoader.tsx | 2 +- .../src/pages/organizations/findings/FindingsPage.tsx | 2 +- .../pages/organizations/findings/FindingsPageLoader.tsx | 2 +- .../findings/dialogs/CreateFindingDialog.tsx | 2 +- .../findings/dialogs/PublishFindingListDialog.tsx | 2 +- .../organizations/frameworks/FrameworkControlPage.tsx | 2 +- .../organizations/frameworks/FrameworkDetailPage.tsx | 2 +- .../src/pages/organizations/frameworks/FrameworksPage.tsx | 2 +- .../frameworks/dialogs/FrameworkControlDialog.tsx | 2 +- .../frameworks/dialogs/FrameworkFormDialog.tsx | 2 +- .../pages/organizations/measures/MeasureDetailPage.tsx | 2 +- .../src/pages/organizations/measures/MeasuresPage.tsx | 2 +- .../pages/organizations/measures/MeasuresPageLoader.tsx | 2 +- .../measures/_components/LinkedThirdPartiesCard.tsx | 2 +- .../measures/_components/LinkedThirdPartiesDialog.tsx | 2 +- .../measures/dialog/CreateEvidenceDialog.tsx | 2 +- .../measures/dialog/EvidenceDownloadDialog.tsx | 2 +- .../measures/dialog/EvidencePreviewDialog.tsx | 2 +- .../organizations/measures/dialog/MeasureFormDialog.tsx | 2 +- .../organizations/measures/tabs/MeasureControlsTab.tsx | 2 +- .../organizations/measures/tabs/MeasureDocumentsTab.tsx | 2 +- .../organizations/measures/tabs/MeasureEvidencesTab.tsx | 2 +- .../pages/organizations/measures/tabs/MeasureRisksTab.tsx | 2 +- .../pages/organizations/measures/tabs/MeasureTasksTab.tsx | 2 +- .../measures/third-parties/MeasureThirdPartiesPage.tsx | 2 +- .../organizations/obligations/ObligationDetailsPage.tsx | 2 +- .../pages/organizations/obligations/ObligationsPage.tsx | 2 +- .../obligations/dialogs/CreateObligationDialog.tsx | 2 +- .../obligations/dialogs/PublishObligationListDialog.tsx | 2 +- .../processingActivities/ProcessingActivitiesPage.tsx | 2 +- .../ProcessingActivityDetailsPage.tsx | 2 +- .../dialogs/CreateProcessingActivityDialog.tsx | 2 +- .../PublishDataProtectionImpactAssessmentListDialog.tsx | 2 +- .../dialogs/PublishProcessingActivityListDialog.tsx | 2 +- .../dialogs/PublishTransferImpactAssessmentListDialog.tsx | 2 +- .../rightsRequests/RightsRequestDetailsPage.tsx | 2 +- .../organizations/rightsRequests/RightsRequestsPage.tsx | 2 +- .../rightsRequests/dialogs/CreateRightsRequestDialog.tsx | 2 +- .../risk-assessments/RiskAssessmentDetailPage.tsx | 2 +- .../risk-assessments/RiskAssessmentDetailPageLoader.tsx | 2 +- .../risk-assessments/RiskAssessmentsPage.tsx | 2 +- .../risk-assessments/RiskAssessmentsPageLoader.tsx | 2 +- .../risk-assessments/_components/BoundaryActions.tsx | 2 +- .../risk-assessments/_components/CreateBoundaryDialog.tsx | 2 +- .../risk-assessments/_components/CreateNodeDialog.tsx | 2 +- .../risk-assessments/_components/CreateProcessDialog.tsx | 2 +- .../_components/CreateRiskAssessmentDialog.tsx | 2 +- .../_components/CreateScenarioInScopeDialog.tsx | 2 +- .../risk-assessments/_components/CreateScopeDialog.tsx | 2 +- .../risk-assessments/_components/CreateThreatDialog.tsx | 2 +- .../risk-assessments/_components/NodeActions.tsx | 2 +- .../risk-assessments/_components/ProcessActions.tsx | 2 +- .../_components/ScenarioInScopeActions.tsx | 2 +- .../risk-assessments/_components/ScopeActions.tsx | 2 +- .../risk-assessments/_components/ScopeCard.tsx | 2 +- .../risk-assessments/_components/ScopeDiagram.tsx | 2 +- .../risk-assessments/_components/ThreatActions.tsx | 2 +- .../src/pages/organizations/risk-assessments/routes.ts | 2 +- .../src/pages/organizations/risks/RiskDetailLayout.tsx | 2 +- .../pages/organizations/risks/RiskDetailLayoutLoader.tsx | 2 +- apps/console/src/pages/organizations/risks/RisksPage.tsx | 2 +- .../src/pages/organizations/risks/RisksPageLoader.tsx | 2 +- .../organizations/risks/_components/FormRiskDialog.tsx | 2 +- .../risks/_components/LinkScenarioDialog.tsx | 2 +- .../risks/_components/PublishRiskListDialog.tsx | 2 +- .../src/pages/organizations/risks/_components/RiskRow.tsx | 2 +- .../organizations/risks/controls/RiskControlsPage.tsx | 2 +- .../risks/controls/RiskControlsPageLoader.tsx | 2 +- .../organizations/risks/documents/RiskDocumentsPage.tsx | 2 +- .../risks/documents/RiskDocumentsPageLoader.tsx | 2 +- .../organizations/risks/measures/RiskMeasuresPage.tsx | 2 +- .../risks/measures/RiskMeasuresPageLoader.tsx | 2 +- .../risks/obligations/RiskObligationsPage.tsx | 2 +- .../risks/obligations/RiskObligationsPageLoader.tsx | 2 +- .../organizations/risks/overview/RiskOverviewPage.tsx | 2 +- .../risks/overview/RiskOverviewPageLoader.tsx | 2 +- apps/console/src/pages/organizations/risks/routes.ts | 2 +- .../organizations/risks/scenarios/RiskScenariosPage.tsx | 2 +- .../risks/scenarios/RiskScenariosPageLoader.tsx | 2 +- .../pages/organizations/settings/WebhooksSettingsPage.tsx | 2 +- .../StatementOfApplicabilityDetailPage.tsx | 2 +- .../StatementOfApplicabilityDetailPageLoader.tsx | 2 +- .../StatementsOfApplicabilityPage.tsx | 2 +- .../StatementsOfApplicabilityPageLoader.tsx | 2 +- .../_components/StatementOfApplicabilityRow.tsx | 2 +- .../dialogs/AddApplicabilityStatementDialog.tsx | 2 +- .../dialogs/CreateStatementOfApplicabilityDialog.tsx | 2 +- .../dialogs/EditControlDialog.tsx | 2 +- .../dialogs/LinkControlDialog.tsx | 2 +- .../dialogs/PublishStatementOfApplicabilityDialog.tsx | 2 +- .../tabs/StatementOfApplicabilityControlsTab.tsx | 2 +- apps/console/src/pages/organizations/tasks/TasksPage.tsx | 2 +- .../organizations/third-parties/ThirdPartiesPage.tsx | 2 +- .../organizations/third-parties/ThirdPartyDetailPage.tsx | 2 +- .../third-parties/dialogs/AddChildThirdPartyDialog.tsx | 2 +- .../third-parties/dialogs/CommonThirdPartyCombobox.tsx | 2 +- .../third-parties/dialogs/CreateContactDialog.tsx | 2 +- .../third-parties/dialogs/CreateRiskAssessmentDialog.tsx | 2 +- .../third-parties/dialogs/CreateServiceDialog.tsx | 2 +- .../third-parties/dialogs/CreateThirdPartyDialog.tsx | 2 +- .../dialogs/DeleteBusinessAssociateAgreementDialog.tsx | 2 +- .../dialogs/DeleteDataPrivacyAgreementDialog.tsx | 2 +- .../dialogs/EditBusinessAssociateAgreementDialog.tsx | 2 +- .../third-parties/dialogs/EditContactDialog.tsx | 2 +- .../dialogs/EditDataPrivacyAgreementDialog.tsx | 2 +- .../third-parties/dialogs/EditServiceDialog.tsx | 2 +- .../third-parties/dialogs/PublishThirdPartyListDialog.tsx | 2 +- .../dialogs/UploadBusinessAssociateAgreementDialog.tsx | 2 +- .../dialogs/UploadComplianceReportDialog.tsx | 2 +- .../dialogs/UploadDataPrivacyAgreementDialog.tsx | 2 +- .../organizations/third-parties/dialogs/VettingDialog.tsx | 2 +- .../third-parties/measures/ThirdPartyMeasuresPage.tsx | 2 +- .../third-parties/tabs/ThirdPartyCertificationsTab.tsx | 2 +- .../third-parties/tabs/ThirdPartyComplianceTab.tsx | 2 +- .../third-parties/tabs/ThirdPartyContactsTab.tsx | 2 +- .../third-parties/tabs/ThirdPartyOverviewTab.tsx | 2 +- .../third-parties/tabs/ThirdPartyRiskAssessmentTab.tsx | 2 +- .../third-parties/tabs/ThirdPartyServicesTab.tsx | 2 +- .../third-parties/ThirdPartyThirdPartiesPage.tsx | 2 +- .../third-parties/ThirdPartyThirdPartiesPageLoader.tsx | 2 +- apps/console/src/providers/CoreRelayProvider.tsx | 2 +- apps/console/src/providers/CurrentUser.tsx | 2 +- apps/console/src/providers/IAMRelayProvider.tsx | 2 +- apps/console/src/providers/TranslatorProvider.tsx | 2 +- apps/console/src/routes.tsx | 2 +- apps/console/src/routes/assetRoutes.ts | 2 +- apps/console/src/routes/auditRoutes.ts | 2 +- apps/console/src/routes/contextRoutes.ts | 2 +- apps/console/src/routes/dataRoutes.ts | 2 +- apps/console/src/routes/documentsRoutes.ts | 2 +- apps/console/src/routes/findingRoutes.ts | 2 +- apps/console/src/routes/frameworkRoutes.ts | 2 +- apps/console/src/routes/measureRoutes.ts | 2 +- apps/console/src/routes/obligationRoutes.ts | 2 +- apps/console/src/routes/processingActivityRoutes.ts | 2 +- apps/console/src/routes/rightsRequestRoutes.ts | 2 +- .../console/src/routes/statementsOfApplicabilityRoutes.ts | 2 +- apps/console/src/routes/taskRoutes.ts | 2 +- apps/console/src/routes/thirdPartyRoutes.ts | 2 +- apps/console/src/types.ts | 2 +- apps/console/src/vite-env.d.ts | 2 +- apps/console/vite.config.ts | 2 +- apps/trust/src/App.tsx | 2 +- apps/trust/src/components/AuditRow.tsx | 2 +- apps/trust/src/components/DocumentPageErrorBoundary.tsx | 2 +- apps/trust/src/components/DocumentRow.tsx | 2 +- apps/trust/src/components/FrameworkBadge.tsx | 2 +- apps/trust/src/components/OrganizationSidebar.tsx | 2 +- apps/trust/src/components/PDFPreview.tsx | 2 +- apps/trust/src/components/PageError.tsx | 2 +- apps/trust/src/components/RootErrorBoundary.tsx | 2 +- apps/trust/src/components/RowHeader.tsx | 2 +- apps/trust/src/components/Rows.tsx | 2 +- apps/trust/src/components/Skeletons/MainSkeleton.tsx | 2 +- apps/trust/src/components/Skeletons/TabSkeleton.tsx | 2 +- apps/trust/src/components/SubprocessorRow.tsx | 2 +- apps/trust/src/components/TrustCenterFileRow.tsx | 2 +- apps/trust/src/helpers/documents.ts | 2 +- apps/trust/src/hooks/useFormWithSchema.ts | 2 +- apps/trust/src/hooks/useMutationWithToast.ts | 2 +- apps/trust/src/hooks/useRequestAccessCallback.ts | 2 +- apps/trust/src/hooks/useSafeContinueUrl.ts | 2 +- apps/trust/src/hooks/useTrustCenter.ts | 2 +- apps/trust/src/layouts/MainLayout.tsx | 2 +- apps/trust/src/main.tsx | 2 +- apps/trust/src/module.d.ts | 2 +- apps/trust/src/pages/DocumentPage.tsx | 2 +- apps/trust/src/pages/DocumentPageLoader.tsx | 2 +- apps/trust/src/pages/DocumentsPage.tsx | 2 +- apps/trust/src/pages/NDAPage.tsx | 2 +- apps/trust/src/pages/NDAPageLoader.tsx | 2 +- apps/trust/src/pages/OverviewPage.tsx | 2 +- apps/trust/src/pages/SubprocessorsPage.tsx | 2 +- apps/trust/src/pages/UpdatesPage.tsx | 2 +- apps/trust/src/pages/auth/AuthLayout.tsx | 2 +- apps/trust/src/pages/auth/AuthLayoutLoader.tsx | 2 +- apps/trust/src/pages/auth/ConnectPage.tsx | 2 +- apps/trust/src/pages/auth/ConnectPageLoader.tsx | 2 +- apps/trust/src/pages/auth/FullNamePage.tsx | 2 +- apps/trust/src/pages/auth/MagicLinkAlreadyUsedPage.tsx | 2 +- apps/trust/src/pages/auth/MagicLinkExpiredPage.tsx | 2 +- apps/trust/src/pages/auth/VerifyMagicLinkPage.tsx | 2 +- apps/trust/src/pages/auth/_components/Divider.tsx | 2 +- apps/trust/src/pages/auth/_components/OIDCButton.tsx | 2 +- apps/trust/src/providers/AuthProvider.tsx | 2 +- apps/trust/src/providers/RelayProviders.tsx | 2 +- apps/trust/src/providers/TranslatorProvider.tsx | 2 +- apps/trust/src/providers/TrustCenterProvider.tsx | 2 +- apps/trust/src/queries/TrustGraph.ts | 2 +- apps/trust/src/routes.tsx | 2 +- apps/trust/src/types.ts | 2 +- apps/trust/src/utils/pathPrefix.ts | 2 +- apps/trust/src/vite-env.d.ts | 2 +- apps/trust/trust.go | 2 +- apps/trust/vite.config.ts | 2 +- cmd/acme-keygen/main.go | 2 +- cmd/geoloc-import/main.go | 2 +- cmd/migrate-document-versions-markdown/main.go | 2 +- cmd/prb/main.go | 2 +- cmd/probo-agent/main.go | 2 +- cmd/proboctl/main.go | 2 +- cmd/probod-bootstrap/main.go | 2 +- cmd/probod/main.go | 2 +- contrib/claude/license.md | 8 ++++---- contrib/helm/charts/probo/Chart.yaml | 2 +- contrib/seed.sh | 2 +- e2e/console/access_review_test.go | 2 +- e2e/console/agent_run_test.go | 2 +- e2e/console/asset_publish_test.go | 2 +- e2e/console/asset_test.go | 2 +- e2e/console/audit_log_test.go | 2 +- e2e/console/audit_test.go | 2 +- e2e/console/common_third_party_test.go | 2 +- e2e/console/connector_test.go | 2 +- e2e/console/control_test.go | 2 +- e2e/console/cookie_banner_test.go | 2 +- e2e/console/cookie_banner_versioning_test.go | 2 +- e2e/console/cookie_category_test.go | 2 +- e2e/console/datum_publish_test.go | 2 +- e2e/console/datum_test.go | 2 +- e2e/console/document_test.go | 2 +- e2e/console/document_version_test.go | 2 +- e2e/console/dpia_publish_test.go | 2 +- e2e/console/employee_document_test.go | 2 +- e2e/console/finding_publish_test.go | 2 +- e2e/console/finding_test.go | 2 +- e2e/console/framework_test.go | 2 +- e2e/console/inviting_organizations_test.go | 2 +- e2e/console/main_test.go | 2 +- e2e/console/mapping_test.go | 2 +- e2e/console/measure_test.go | 2 +- e2e/console/oauth2_test.go | 2 +- e2e/console/obligation_publish_test.go | 2 +- e2e/console/obligation_test.go | 2 +- e2e/console/organization_test.go | 2 +- e2e/console/processing_activity_publish_test.go | 2 +- e2e/console/processing_activity_test.go | 2 +- e2e/console/rbac_test.go | 2 +- e2e/console/rights_request_test.go | 2 +- e2e/console/risk_assessment_test.go | 2 +- e2e/console/risk_publish_test.go | 2 +- e2e/console/risk_test.go | 2 +- e2e/console/scim_test.go | 2 +- e2e/console/statement_of_applicability_test.go | 2 +- e2e/console/task_assignment_test.go | 2 +- e2e/console/task_test.go | 2 +- e2e/console/third_party_compliance_report_test.go | 2 +- e2e/console/third_party_contact_test.go | 2 +- e2e/console/third_party_publish_test.go | 2 +- e2e/console/third_party_relation_test.go | 2 +- e2e/console/third_party_service_test.go | 2 +- e2e/console/third_party_test.go | 2 +- e2e/console/tia_publish_test.go | 2 +- e2e/console/tracker_pattern_test.go | 2 +- e2e/console/tracker_resource_test.go | 2 +- e2e/console/user_test.go | 2 +- e2e/internal/factory/factory.go | 2 +- e2e/internal/testutil/assert.go | 2 +- e2e/internal/testutil/client.go | 2 +- e2e/internal/testutil/graphql.go | 2 +- e2e/internal/testutil/mailpit.go | 2 +- e2e/internal/testutil/mcp.go | 2 +- e2e/internal/testutil/oauth2.go | 2 +- e2e/internal/testutil/prosemirror.go | 2 +- e2e/internal/testutil/testutil.go | 2 +- e2e/mcp/asset_test.go | 2 +- e2e/mcp/audit_test.go | 2 +- e2e/mcp/datum_test.go | 2 +- e2e/mcp/document_test.go | 2 +- e2e/mcp/dpia_tia_test.go | 2 +- e2e/mcp/finding_test.go | 2 +- e2e/mcp/framework_test.go | 2 +- e2e/mcp/main_test.go | 2 +- e2e/mcp/measure_test.go | 2 +- e2e/mcp/obligation_test.go | 2 +- e2e/mcp/organization_context_test.go | 2 +- e2e/mcp/organization_test.go | 2 +- e2e/mcp/processing_activity_test.go | 2 +- e2e/mcp/rights_request_test.go | 2 +- e2e/mcp/risk_test.go | 2 +- e2e/mcp/task_test.go | 2 +- e2e/mcp/third_party_contact_test.go | 2 +- e2e/mcp/third_party_service_test.go | 2 +- e2e/mcp/third_party_test.go | 2 +- e2e/mcp/trust_center_test.go | 2 +- e2e/mcp/user_test.go | 2 +- examples/cookie-banner-react/src/lib/posthog.ts | 2 +- internal/cmd/genmodels/main.go | 4 ++-- internal/test/pg.go | 2 +- packages/cookie-banner/build.mjs | 2 +- packages/cookie-banner/package.json | 2 +- packages/cookie-banner/src/activation.ts | 2 +- packages/cookie-banner/src/client.ts | 2 +- packages/cookie-banner/src/components/banner.ts | 2 +- packages/cookie-banner/src/components/base.ts | 2 +- packages/cookie-banner/src/components/buttons.ts | 2 +- packages/cookie-banner/src/components/category-list.ts | 2 +- packages/cookie-banner/src/components/category-toggle.ts | 2 +- packages/cookie-banner/src/components/category.ts | 2 +- .../cookie-banner/src/components/cookie-banner-root.ts | 2 +- packages/cookie-banner/src/components/cookie-list.ts | 2 +- packages/cookie-banner/src/components/index.ts | 2 +- packages/cookie-banner/src/components/preference-panel.ts | 2 +- packages/cookie-banner/src/components/register.ts | 2 +- packages/cookie-banner/src/components/settings-button.ts | 2 +- packages/cookie-banner/src/components/settings-link.ts | 2 +- packages/cookie-banner/src/consent.ts | 2 +- packages/cookie-banner/src/cookie-utils.ts | 2 +- packages/cookie-banner/src/cookie.ts | 2 +- packages/cookie-banner/src/detectors/cookie-detector.ts | 2 +- packages/cookie-banner/src/detectors/detector.ts | 2 +- packages/cookie-banner/src/detectors/extension-context.ts | 2 +- packages/cookie-banner/src/detectors/index.ts | 2 +- packages/cookie-banner/src/detectors/initiator.ts | 2 +- packages/cookie-banner/src/detectors/report-queue.ts | 2 +- packages/cookie-banner/src/detectors/resource-detector.ts | 2 +- packages/cookie-banner/src/detectors/storage-detector.ts | 2 +- packages/cookie-banner/src/detectors/types.ts | 2 +- packages/cookie-banner/src/errors.ts | 2 +- packages/cookie-banner/src/globals.d.ts | 2 +- packages/cookie-banner/src/headless/index.ts | 2 +- packages/cookie-banner/src/html.ts | 2 +- packages/cookie-banner/src/http.ts | 2 +- packages/cookie-banner/src/i18n.ts | 2 +- packages/cookie-banner/src/index.ts | 2 +- packages/cookie-banner/src/integrations/gcm.ts | 2 +- packages/cookie-banner/src/integrations/index.ts | 2 +- packages/cookie-banner/src/integrations/integration.ts | 2 +- packages/cookie-banner/src/queue.ts | 2 +- packages/cookie-banner/src/themed-banner/iife.ts | 2 +- packages/cookie-banner/src/themed-banner/index.ts | 2 +- packages/cookie-banner/src/themed-banner/styles.ts | 2 +- packages/cookie-banner/src/themed-banner/themed-banner.ts | 2 +- packages/cookie-banner/src/types.ts | 2 +- packages/cookie-banner/src/visitor.ts | 2 +- packages/coredata/src/TrustCenterDocumentAccess.ts | 2 +- packages/coredata/src/index.ts | 2 +- packages/emails/emails.go | 2 +- packages/emails/scripts/build.ts | 2 +- packages/emails/src/ConfirmEmail.tsx | 2 +- packages/emails/src/DocumentApproval.tsx | 2 +- packages/emails/src/DocumentExport.tsx | 2 +- packages/emails/src/DocumentSigning.tsx | 2 +- packages/emails/src/ElectronicSignatureCertificate.tsx | 2 +- packages/emails/src/FrameworkExport.tsx | 2 +- packages/emails/src/Invitation.tsx | 2 +- packages/emails/src/MagicLink.tsx | 2 +- packages/emails/src/MailingListSubscription.tsx | 2 +- packages/emails/src/MailingListUnsubscription.tsx | 2 +- packages/emails/src/MailingListUpdates.tsx | 2 +- packages/emails/src/PasswordReset.tsx | 2 +- packages/emails/src/TrustCenterAccess.tsx | 2 +- packages/emails/src/TrustCenterDocumentAccessRejected.tsx | 2 +- packages/emails/src/components/EmailLayout.tsx | 2 +- packages/emails/src/components/Logo.tsx | 2 +- packages/emails/src/components/ProboLogo.tsx | 2 +- packages/eslint-config/src/baseConfigs.ts | 2 +- packages/eslint-config/src/importsConfigs.ts | 2 +- packages/eslint-config/src/index.ts | 2 +- packages/eslint-config/src/languageOptionsConfigs.ts | 2 +- packages/eslint-config/src/reactConfigs.ts | 2 +- packages/eslint-config/src/relayConfigs.ts | 2 +- packages/eslint-config/src/stylisticConfigs.ts | 2 +- packages/eslint-config/src/tsConfigs.ts | 2 +- packages/eslint-relay-plugin-types/index.d.ts | 2 +- packages/helpers/src/array.test.ts | 2 +- packages/helpers/src/array.ts | 2 +- packages/helpers/src/assets.ts | 2 +- packages/helpers/src/audits.ts | 2 +- packages/helpers/src/certifications.ts | 2 +- packages/helpers/src/controls.ts | 2 +- packages/helpers/src/countries.ts | 2 +- packages/helpers/src/customDomain.ts | 2 +- packages/helpers/src/date.ts | 2 +- packages/helpers/src/documents.ts | 2 +- packages/helpers/src/dom.ts | 2 +- packages/helpers/src/duration.ts | 2 +- packages/helpers/src/error.ts | 2 +- packages/helpers/src/file.test.ts | 2 +- packages/helpers/src/file.ts | 2 +- packages/helpers/src/fileAccept.ts | 2 +- packages/helpers/src/index.ts | 2 +- packages/helpers/src/measure.ts | 2 +- packages/helpers/src/number.ts | 2 +- packages/helpers/src/object.ts | 2 +- packages/helpers/src/obligationStatus.ts | 2 +- packages/helpers/src/obligationType.ts | 2 +- packages/helpers/src/people.ts | 2 +- packages/helpers/src/registryStatus.ts | 2 +- packages/helpers/src/relay.ts | 2 +- packages/helpers/src/rightsRequest.ts | 2 +- packages/helpers/src/risk.ts | 2 +- packages/helpers/src/roles.ts | 2 +- packages/helpers/src/socialUrl.ts | 2 +- packages/helpers/src/string.test.ts | 2 +- packages/helpers/src/string.ts | 2 +- packages/helpers/src/tracker.ts | 2 +- packages/helpers/src/trustCenter.ts | 2 +- packages/helpers/src/trustCenterDocumentAccess.ts | 2 +- packages/helpers/src/trustCenterVisibility.ts | 2 +- packages/hooks/src/index.ts | 2 +- packages/hooks/src/useCleanup.ts | 2 +- packages/hooks/src/useCopy.ts | 2 +- packages/hooks/src/useFavicon.ts | 2 +- packages/hooks/src/useList.ts | 2 +- packages/hooks/src/usePageTitle.ts | 2 +- packages/hooks/src/useRefSync.ts | 2 +- packages/hooks/src/useStateWithRef.ts | 2 +- packages/hooks/src/useSystemTheme.ts | 2 +- packages/hooks/src/useToggle.ts | 2 +- packages/i18n/TranslatorProvider.tsx | 2 +- packages/n8n-node/credentials/ProboApi.credentials.ts | 2 +- packages/n8n-node/nodes/Probo/GenericFunctions.ts | 2 +- packages/n8n-node/nodes/Probo/Probo.node.ts | 2 +- .../nodes/Probo/actions/accessReview/cancel.operation.ts | 2 +- .../nodes/Probo/actions/accessReview/close.operation.ts | 2 +- .../nodes/Probo/actions/accessReview/create.operation.ts | 2 +- .../nodes/Probo/actions/accessReview/delete.operation.ts | 2 +- .../nodes/Probo/actions/accessReview/get.operation.ts | 2 +- .../nodes/Probo/actions/accessReview/getAll.operation.ts | 2 +- .../n8n-node/nodes/Probo/actions/accessReview/index.ts | 2 +- .../nodes/Probo/actions/accessReview/start.operation.ts | 2 +- .../nodes/Probo/actions/accessReview/update.operation.ts | 2 +- .../nodes/Probo/actions/asset/create.operation.ts | 2 +- .../nodes/Probo/actions/asset/delete.operation.ts | 2 +- .../n8n-node/nodes/Probo/actions/asset/get.operation.ts | 2 +- .../nodes/Probo/actions/asset/getAll.operation.ts | 2 +- packages/n8n-node/nodes/Probo/actions/asset/index.ts | 2 +- .../nodes/Probo/actions/asset/publish.operation.ts | 2 +- .../nodes/Probo/actions/asset/update.operation.ts | 2 +- .../nodes/Probo/actions/audit/create.operation.ts | 2 +- .../nodes/Probo/actions/audit/delete.operation.ts | 2 +- .../nodes/Probo/actions/audit/deleteReport.operation.ts | 2 +- .../n8n-node/nodes/Probo/actions/audit/get.operation.ts | 2 +- .../nodes/Probo/actions/audit/getAll.operation.ts | 2 +- packages/n8n-node/nodes/Probo/actions/audit/index.ts | 2 +- .../nodes/Probo/actions/audit/update.operation.ts | 2 +- .../nodes/Probo/actions/audit/uploadReport.operation.ts | 2 +- .../nodes/Probo/actions/auditLog/get.operation.ts | 2 +- .../nodes/Probo/actions/auditLog/getAll.operation.ts | 2 +- packages/n8n-node/nodes/Probo/actions/auditLog/index.ts | 2 +- .../nodes/Probo/actions/control/create.operation.ts | 2 +- .../nodes/Probo/actions/control/delete.operation.ts | 2 +- .../n8n-node/nodes/Probo/actions/control/get.operation.ts | 2 +- .../nodes/Probo/actions/control/getAll.operation.ts | 2 +- packages/n8n-node/nodes/Probo/actions/control/index.ts | 2 +- .../nodes/Probo/actions/control/linkAudit.operation.ts | 2 +- .../nodes/Probo/actions/control/linkDocument.operation.ts | 2 +- .../nodes/Probo/actions/control/linkMeasure.operation.ts | 2 +- .../Probo/actions/control/linkObligation.operation.ts | 2 +- .../nodes/Probo/actions/control/unlinkAudit.operation.ts | 2 +- .../Probo/actions/control/unlinkDocument.operation.ts | 2 +- .../Probo/actions/control/unlinkMeasure.operation.ts | 2 +- .../Probo/actions/control/unlinkObligation.operation.ts | 2 +- .../nodes/Probo/actions/control/update.operation.ts | 2 +- .../Probo/actions/cookieBanner/activate.operation.ts | 2 +- .../nodes/Probo/actions/cookieBanner/create.operation.ts | 2 +- .../Probo/actions/cookieBanner/deactivate.operation.ts | 2 +- .../nodes/Probo/actions/cookieBanner/delete.operation.ts | 2 +- .../nodes/Probo/actions/cookieBanner/get.operation.ts | 2 +- .../nodes/Probo/actions/cookieBanner/getAll.operation.ts | 2 +- .../n8n-node/nodes/Probo/actions/cookieBanner/index.ts | 2 +- .../nodes/Probo/actions/cookieBanner/publish.operation.ts | 2 +- .../Probo/actions/cookieBanner/translate.operation.ts | 2 +- .../nodes/Probo/actions/cookieBanner/update.operation.ts | 2 +- .../Probo/actions/cookieCategory/create.operation.ts | 2 +- .../Probo/actions/cookieCategory/delete.operation.ts | 2 +- .../nodes/Probo/actions/cookieCategory/get.operation.ts | 2 +- .../Probo/actions/cookieCategory/getAll.operation.ts | 2 +- .../n8n-node/nodes/Probo/actions/cookieCategory/index.ts | 2 +- .../Probo/actions/cookieCategory/reorder.operation.ts | 2 +- .../Probo/actions/cookieCategory/update.operation.ts | 2 +- .../Probo/actions/cookieConsentRecord/get.operation.ts | 2 +- .../Probo/actions/cookieConsentRecord/getAll.operation.ts | 2 +- .../nodes/Probo/actions/cookieConsentRecord/index.ts | 2 +- .../nodes/Probo/actions/datum/create.operation.ts | 2 +- .../nodes/Probo/actions/datum/delete.operation.ts | 2 +- .../n8n-node/nodes/Probo/actions/datum/get.operation.ts | 2 +- .../nodes/Probo/actions/datum/getAll.operation.ts | 2 +- packages/n8n-node/nodes/Probo/actions/datum/index.ts | 2 +- .../nodes/Probo/actions/datum/publish.operation.ts | 2 +- .../nodes/Probo/actions/datum/update.operation.ts | 2 +- .../nodes/Probo/actions/document/archive.operation.ts | 2 +- .../Probo/actions/document/cancelSignature.operation.ts | 2 +- .../nodes/Probo/actions/document/create.operation.ts | 2 +- .../actions/document/createDraftVersion.operation.ts | 2 +- .../nodes/Probo/actions/document/delete.operation.ts | 2 +- .../actions/document/deleteDraftVersion.operation.ts | 2 +- .../nodes/Probo/actions/document/get.operation.ts | 2 +- .../nodes/Probo/actions/document/getAll.operation.ts | 2 +- .../actions/document/getAllApprovalDecisions.operation.ts | 2 +- .../actions/document/getAllApprovalQuorums.operation.ts | 2 +- .../Probo/actions/document/getAllSignatures.operation.ts | 2 +- .../Probo/actions/document/getAllVersions.operation.ts | 2 +- .../actions/document/getApprovalDecision.operation.ts | 2 +- .../Probo/actions/document/getApprovalQuorum.operation.ts | 2 +- .../Probo/actions/document/getSignature.operation.ts | 2 +- .../nodes/Probo/actions/document/getVersion.operation.ts | 2 +- packages/n8n-node/nodes/Probo/actions/document/index.ts | 2 +- .../nodes/Probo/actions/document/publish.operation.ts | 2 +- .../Probo/actions/document/requestSignature.operation.ts | 2 +- .../document/sendSigningNotifications.operation.ts | 2 +- .../nodes/Probo/actions/document/unarchive.operation.ts | 2 +- .../nodes/Probo/actions/document/update.operation.ts | 2 +- .../Probo/actions/document/updateVersion.operation.ts | 2 +- .../Probo/actions/document/voidApproval.operation.ts | 2 +- .../n8n-node/nodes/Probo/actions/dpia/create.operation.ts | 2 +- .../n8n-node/nodes/Probo/actions/dpia/delete.operation.ts | 2 +- .../n8n-node/nodes/Probo/actions/dpia/get.operation.ts | 2 +- .../n8n-node/nodes/Probo/actions/dpia/getAll.operation.ts | 2 +- packages/n8n-node/nodes/Probo/actions/dpia/index.ts | 2 +- .../nodes/Probo/actions/dpia/publish.operation.ts | 2 +- .../n8n-node/nodes/Probo/actions/dpia/update.operation.ts | 2 +- .../nodes/Probo/actions/evidence/delete.operation.ts | 2 +- .../nodes/Probo/actions/evidence/get.operation.ts | 2 +- .../nodes/Probo/actions/evidence/getAll.operation.ts | 2 +- packages/n8n-node/nodes/Probo/actions/evidence/index.ts | 2 +- .../nodes/Probo/actions/evidence/upload.operation.ts | 2 +- .../nodes/Probo/actions/execute/execute.operation.ts | 2 +- packages/n8n-node/nodes/Probo/actions/execute/index.ts | 2 +- .../nodes/Probo/actions/finding/create.operation.ts | 2 +- .../nodes/Probo/actions/finding/delete.operation.ts | 2 +- .../n8n-node/nodes/Probo/actions/finding/get.operation.ts | 2 +- .../nodes/Probo/actions/finding/getAll.operation.ts | 2 +- packages/n8n-node/nodes/Probo/actions/finding/index.ts | 2 +- .../nodes/Probo/actions/finding/linkAudit.operation.ts | 2 +- .../nodes/Probo/actions/finding/publish.operation.ts | 2 +- .../nodes/Probo/actions/finding/unlinkAudit.operation.ts | 2 +- .../nodes/Probo/actions/finding/update.operation.ts | 2 +- .../nodes/Probo/actions/framework/create.operation.ts | 2 +- .../nodes/Probo/actions/framework/delete.operation.ts | 2 +- .../nodes/Probo/actions/framework/get.operation.ts | 2 +- .../nodes/Probo/actions/framework/getAll.operation.ts | 2 +- packages/n8n-node/nodes/Probo/actions/framework/index.ts | 2 +- .../nodes/Probo/actions/framework/update.operation.ts | 2 +- packages/n8n-node/nodes/Probo/actions/index.ts | 2 +- .../nodes/Probo/actions/measure/create.operation.ts | 2 +- .../nodes/Probo/actions/measure/delete.operation.ts | 2 +- .../n8n-node/nodes/Probo/actions/measure/get.operation.ts | 2 +- .../nodes/Probo/actions/measure/getAll.operation.ts | 2 +- packages/n8n-node/nodes/Probo/actions/measure/index.ts | 2 +- .../nodes/Probo/actions/measure/linkDocument.operation.ts | 2 +- .../Probo/actions/measure/linkThirdParty.operation.ts | 2 +- .../Probo/actions/measure/unlinkDocument.operation.ts | 2 +- .../Probo/actions/measure/unlinkThirdParty.operation.ts | 2 +- .../nodes/Probo/actions/measure/update.operation.ts | 2 +- .../nodes/Probo/actions/obligation/create.operation.ts | 2 +- .../nodes/Probo/actions/obligation/delete.operation.ts | 2 +- .../nodes/Probo/actions/obligation/get.operation.ts | 2 +- .../nodes/Probo/actions/obligation/getAll.operation.ts | 2 +- packages/n8n-node/nodes/Probo/actions/obligation/index.ts | 2 +- .../nodes/Probo/actions/obligation/publish.operation.ts | 2 +- .../nodes/Probo/actions/obligation/update.operation.ts | 2 +- .../nodes/Probo/actions/organization/create.operation.ts | 2 +- .../nodes/Probo/actions/organization/delete.operation.ts | 2 +- .../nodes/Probo/actions/organization/get.operation.ts | 2 +- .../nodes/Probo/actions/organization/getAll.operation.ts | 2 +- .../n8n-node/nodes/Probo/actions/organization/index.ts | 2 +- .../nodes/Probo/actions/organization/update.operation.ts | 2 +- .../Probo/actions/organizationContext/get.operation.ts | 2 +- .../nodes/Probo/actions/organizationContext/index.ts | 2 +- .../Probo/actions/organizationContext/update.operation.ts | 2 +- .../Probo/actions/processingActivity/create.operation.ts | 2 +- .../Probo/actions/processingActivity/delete.operation.ts | 2 +- .../Probo/actions/processingActivity/get.operation.ts | 2 +- .../Probo/actions/processingActivity/getAll.operation.ts | 2 +- .../nodes/Probo/actions/processingActivity/index.ts | 2 +- .../Probo/actions/processingActivity/publish.operation.ts | 2 +- .../Probo/actions/processingActivity/update.operation.ts | 2 +- .../nodes/Probo/actions/rightsRequest/create.operation.ts | 2 +- .../nodes/Probo/actions/rightsRequest/delete.operation.ts | 2 +- .../nodes/Probo/actions/rightsRequest/get.operation.ts | 2 +- .../nodes/Probo/actions/rightsRequest/getAll.operation.ts | 2 +- .../n8n-node/nodes/Probo/actions/rightsRequest/index.ts | 2 +- .../nodes/Probo/actions/rightsRequest/update.operation.ts | 2 +- .../n8n-node/nodes/Probo/actions/risk/create.operation.ts | 2 +- .../n8n-node/nodes/Probo/actions/risk/delete.operation.ts | 2 +- .../n8n-node/nodes/Probo/actions/risk/get.operation.ts | 2 +- .../n8n-node/nodes/Probo/actions/risk/getAll.operation.ts | 2 +- packages/n8n-node/nodes/Probo/actions/risk/index.ts | 2 +- .../nodes/Probo/actions/risk/linkDocument.operation.ts | 2 +- .../nodes/Probo/actions/risk/linkMeasure.operation.ts | 2 +- .../nodes/Probo/actions/risk/linkObligation.operation.ts | 2 +- .../nodes/Probo/actions/risk/publish.operation.ts | 2 +- .../nodes/Probo/actions/risk/unlinkDocument.operation.ts | 2 +- .../nodes/Probo/actions/risk/unlinkMeasure.operation.ts | 2 +- .../Probo/actions/risk/unlinkObligation.operation.ts | 2 +- .../n8n-node/nodes/Probo/actions/risk/update.operation.ts | 2 +- .../Probo/actions/riskAssessment/create.operation.ts | 2 +- .../actions/riskAssessment/createBoundary.operation.ts | 2 +- .../Probo/actions/riskAssessment/createNode.operation.ts | 2 +- .../actions/riskAssessment/createProcess.operation.ts | 2 +- .../actions/riskAssessment/createScenario.operation.ts | 2 +- .../Probo/actions/riskAssessment/createScope.operation.ts | 2 +- .../actions/riskAssessment/createThreat.operation.ts | 2 +- .../Probo/actions/riskAssessment/delete.operation.ts | 2 +- .../actions/riskAssessment/deleteBoundary.operation.ts | 2 +- .../Probo/actions/riskAssessment/deleteNode.operation.ts | 2 +- .../actions/riskAssessment/deleteProcess.operation.ts | 2 +- .../actions/riskAssessment/deleteScenario.operation.ts | 2 +- .../Probo/actions/riskAssessment/deleteScope.operation.ts | 2 +- .../actions/riskAssessment/deleteThreat.operation.ts | 2 +- .../nodes/Probo/actions/riskAssessment/get.operation.ts | 2 +- .../Probo/actions/riskAssessment/getAll.operation.ts | 2 +- .../actions/riskAssessment/getAllBoundaries.operation.ts | 2 +- .../Probo/actions/riskAssessment/getAllNodes.operation.ts | 2 +- .../actions/riskAssessment/getAllProcesses.operation.ts | 2 +- .../actions/riskAssessment/getAllScenarios.operation.ts | 2 +- .../actions/riskAssessment/getAllScopes.operation.ts | 2 +- .../actions/riskAssessment/getAllThreats.operation.ts | 2 +- .../Probo/actions/riskAssessment/getBoundary.operation.ts | 2 +- .../Probo/actions/riskAssessment/getNode.operation.ts | 2 +- .../Probo/actions/riskAssessment/getProcess.operation.ts | 2 +- .../Probo/actions/riskAssessment/getScenario.operation.ts | 2 +- .../Probo/actions/riskAssessment/getScope.operation.ts | 2 +- .../riskAssessment/getScopeMermaidChart.operation.ts | 2 +- .../Probo/actions/riskAssessment/getThreat.operation.ts | 2 +- .../n8n-node/nodes/Probo/actions/riskAssessment/index.ts | 2 +- .../actions/riskAssessment/linkScenarioRisk.operation.ts | 2 +- .../riskAssessment/linkScenarioThreat.operation.ts | 2 +- .../riskAssessment/unlinkScenarioRisk.operation.ts | 2 +- .../riskAssessment/unlinkScenarioThreat.operation.ts | 2 +- .../Probo/actions/riskAssessment/update.operation.ts | 2 +- .../actions/riskAssessment/updateBoundary.operation.ts | 2 +- .../Probo/actions/riskAssessment/updateNode.operation.ts | 2 +- .../actions/riskAssessment/updateProcess.operation.ts | 2 +- .../actions/riskAssessment/updateScenario.operation.ts | 2 +- .../Probo/actions/riskAssessment/updateScope.operation.ts | 2 +- .../actions/riskAssessment/updateThreat.operation.ts | 2 +- .../actions/statementOfApplicability/create.operation.ts | 2 +- .../actions/statementOfApplicability/delete.operation.ts | 2 +- .../actions/statementOfApplicability/get.operation.ts | 2 +- .../actions/statementOfApplicability/getAll.operation.ts | 2 +- .../nodes/Probo/actions/statementOfApplicability/index.ts | 2 +- .../actions/statementOfApplicability/publish.operation.ts | 2 +- .../actions/statementOfApplicability/update.operation.ts | 2 +- .../n8n-node/nodes/Probo/actions/task/create.operation.ts | 2 +- .../n8n-node/nodes/Probo/actions/task/delete.operation.ts | 2 +- .../n8n-node/nodes/Probo/actions/task/get.operation.ts | 2 +- .../n8n-node/nodes/Probo/actions/task/getAll.operation.ts | 2 +- packages/n8n-node/nodes/Probo/actions/task/index.ts | 2 +- .../n8n-node/nodes/Probo/actions/task/update.operation.ts | 2 +- .../nodes/Probo/actions/thirdParty/create.operation.ts | 2 +- .../Probo/actions/thirdParty/createContact.operation.ts | 2 +- .../actions/thirdParty/createRiskAssessment.operation.ts | 2 +- .../Probo/actions/thirdParty/createService.operation.ts | 2 +- .../nodes/Probo/actions/thirdParty/delete.operation.ts | 2 +- .../deleteBusinessAssociateAgreement.operation.ts | 2 +- .../thirdParty/deleteComplianceReport.operation.ts | 2 +- .../Probo/actions/thirdParty/deleteContact.operation.ts | 2 +- .../thirdParty/deleteDataPrivacyAgreement.operation.ts | 2 +- .../Probo/actions/thirdParty/deleteService.operation.ts | 2 +- .../nodes/Probo/actions/thirdParty/get.operation.ts | 2 +- .../nodes/Probo/actions/thirdParty/getAll.operation.ts | 2 +- .../thirdParty/getAllComplianceReports.operation.ts | 2 +- .../Probo/actions/thirdParty/getAllContacts.operation.ts | 2 +- .../actions/thirdParty/getAllRiskAssessments.operation.ts | 2 +- .../Probo/actions/thirdParty/getAllServices.operation.ts | 2 +- .../thirdParty/getBusinessAssociateAgreement.operation.ts | 2 +- .../Probo/actions/thirdParty/getContact.operation.ts | 2 +- .../thirdParty/getDataPrivacyAgreement.operation.ts | 2 +- .../actions/thirdParty/getRiskAssessment.operation.ts | 2 +- .../Probo/actions/thirdParty/getService.operation.ts | 2 +- packages/n8n-node/nodes/Probo/actions/thirdParty/index.ts | 2 +- .../Probo/actions/thirdParty/linkThirdParty.operation.ts | 2 +- .../actions/thirdParty/listChildThirdParties.operation.ts | 2 +- .../nodes/Probo/actions/thirdParty/publish.operation.ts | 2 +- .../actions/thirdParty/unlinkThirdParty.operation.ts | 2 +- .../nodes/Probo/actions/thirdParty/update.operation.ts | 2 +- .../updateBusinessAssociateAgreement.operation.ts | 2 +- .../Probo/actions/thirdParty/updateContact.operation.ts | 2 +- .../thirdParty/updateDataPrivacyAgreement.operation.ts | 2 +- .../Probo/actions/thirdParty/updateService.operation.ts | 2 +- .../nodes/Probo/actions/thirdParty/vet.operation.ts | 2 +- .../n8n-node/nodes/Probo/actions/tia/create.operation.ts | 2 +- .../n8n-node/nodes/Probo/actions/tia/delete.operation.ts | 2 +- .../n8n-node/nodes/Probo/actions/tia/get.operation.ts | 2 +- .../n8n-node/nodes/Probo/actions/tia/getAll.operation.ts | 2 +- packages/n8n-node/nodes/Probo/actions/tia/index.ts | 2 +- .../n8n-node/nodes/Probo/actions/tia/publish.operation.ts | 2 +- .../n8n-node/nodes/Probo/actions/tia/update.operation.ts | 2 +- .../Probo/actions/trackerPattern/create.operation.ts | 2 +- .../Probo/actions/trackerPattern/delete.operation.ts | 2 +- .../nodes/Probo/actions/trackerPattern/get.operation.ts | 2 +- .../Probo/actions/trackerPattern/getAll.operation.ts | 2 +- .../n8n-node/nodes/Probo/actions/trackerPattern/index.ts | 2 +- .../nodes/Probo/actions/trackerPattern/move.operation.ts | 2 +- .../Probo/actions/trackerPattern/update.operation.ts | 2 +- .../actions/trustCenter/createExternalUrl.operation.ts | 2 +- .../actions/trustCenter/createReference.operation.ts | 2 +- .../actions/trustCenter/deleteExternalUrl.operation.ts | 2 +- .../Probo/actions/trustCenter/deleteFile.operation.ts | 2 +- .../actions/trustCenter/deleteReference.operation.ts | 2 +- .../nodes/Probo/actions/trustCenter/get.operation.ts | 2 +- .../Probo/actions/trustCenter/getAllFiles.operation.ts | 2 +- .../actions/trustCenter/getAllReferences.operation.ts | 2 +- .../n8n-node/nodes/Probo/actions/trustCenter/index.ts | 2 +- .../nodes/Probo/actions/trustCenter/update.operation.ts | 2 +- .../nodes/Probo/actions/user/archiveUser.operation.ts | 2 +- .../nodes/Probo/actions/user/createUser.operation.ts | 2 +- .../nodes/Probo/actions/user/getUser.operation.ts | 2 +- packages/n8n-node/nodes/Probo/actions/user/index.ts | 2 +- .../nodes/Probo/actions/user/inviteUser.operation.ts | 2 +- .../nodes/Probo/actions/user/listUsers.operation.ts | 2 +- .../nodes/Probo/actions/user/removeUser.operation.ts | 2 +- .../Probo/actions/user/updateMembership.operation.ts | 2 +- .../nodes/Probo/actions/user/updateUser.operation.ts | 2 +- .../nodes/Probo/actions/webhook/create.operation.ts | 2 +- .../nodes/Probo/actions/webhook/delete.operation.ts | 2 +- .../n8n-node/nodes/Probo/actions/webhook/get.operation.ts | 2 +- .../nodes/Probo/actions/webhook/getAll.operation.ts | 2 +- .../nodes/Probo/actions/webhook/getEvents.operation.ts | 2 +- packages/n8n-node/nodes/Probo/actions/webhook/index.ts | 2 +- .../nodes/Probo/actions/webhook/update.operation.ts | 2 +- packages/n8n-node/package.json | 2 +- packages/prosemirror/src/hasMarkdown.ts | 2 +- packages/prosemirror/src/htmlBlock.ts | 2 +- packages/prosemirror/src/index.ts | 2 +- packages/prosemirror/src/markdown.ts | 2 +- packages/react-lazy/src/index.ts | 2 +- packages/relay/src/errors.ts | 2 +- packages/relay/src/fetch.ts | 2 +- packages/relay/src/index.ts | 2 +- packages/routes/src/appRoute.tsx | 2 +- packages/routes/src/index.ts | 2 +- packages/routes/src/relay.tsx | 2 +- packages/ui/.storybook/main.ts | 2 +- packages/ui/.storybook/preview.tsx | 2 +- packages/ui/src/Atoms/Avatar/Avatar.stories.tsx | 2 +- packages/ui/src/Atoms/Avatar/Avatar.tsx | 2 +- packages/ui/src/Atoms/Badge/Badge.stories.tsx | 2 +- packages/ui/src/Atoms/Badge/Badge.tsx | 2 +- packages/ui/src/Atoms/Breadcrumb/Breadcrumb.stories.tsx | 2 +- packages/ui/src/Atoms/Breadcrumb/Breadcrumb.tsx | 2 +- packages/ui/src/Atoms/Button/Button.stories.tsx | 2 +- packages/ui/src/Atoms/Button/Button.tsx | 2 +- packages/ui/src/Atoms/Card/Card.stories.tsx | 2 +- packages/ui/src/Atoms/Card/Card.tsx | 2 +- packages/ui/src/Atoms/Checkbox/Checkbox.stories.tsx | 2 +- packages/ui/src/Atoms/Checkbox/Checkbox.tsx | 2 +- packages/ui/src/Atoms/ControlItem/ControlItem.stories.tsx | 2 +- packages/ui/src/Atoms/ControlItem/ControlItem.tsx | 2 +- packages/ui/src/Atoms/DataTable/DataTable.tsx | 2 +- packages/ui/src/Atoms/Dropdown/Dropdown.stories.tsx | 2 +- packages/ui/src/Atoms/Dropdown/Dropdown.tsx | 2 +- packages/ui/src/Atoms/Dropzone/Dropzone.stories.tsx | 2 +- packages/ui/src/Atoms/Dropzone/Dropzone.tsx | 2 +- packages/ui/src/Atoms/FrameworkLogo/FrameworkLogo.tsx | 2 +- packages/ui/src/Atoms/Icons/IconArchive.tsx | 2 +- packages/ui/src/Atoms/Icons/IconArrowBoxLeft.tsx | 2 +- packages/ui/src/Atoms/Icons/IconArrowCornerDownLeft.tsx | 2 +- packages/ui/src/Atoms/Icons/IconArrowDown.tsx | 2 +- packages/ui/src/Atoms/Icons/IconArrowInbox.tsx | 2 +- packages/ui/src/Atoms/Icons/IconArrowInbox1.tsx | 2 +- packages/ui/src/Atoms/Icons/IconArrowLink.tsx | 2 +- packages/ui/src/Atoms/Icons/IconArrowUp.tsx | 2 +- packages/ui/src/Atoms/Icons/IconBank.tsx | 2 +- packages/ui/src/Atoms/Icons/IconBell2.tsx | 2 +- packages/ui/src/Atoms/Icons/IconBlock.tsx | 2 +- packages/ui/src/Atoms/Icons/IconBlock1.tsx | 2 +- packages/ui/src/Atoms/Icons/IconBook.tsx | 2 +- packages/ui/src/Atoms/Icons/IconBox.tsx | 2 +- packages/ui/src/Atoms/Icons/IconCalendar1.tsx | 2 +- packages/ui/src/Atoms/Icons/IconCalendar2.tsx | 2 +- packages/ui/src/Atoms/Icons/IconCheckmark1.tsx | 2 +- packages/ui/src/Atoms/Icons/IconCheckmark2Small.tsx | 2 +- packages/ui/src/Atoms/Icons/IconChevronDown.tsx | 2 +- .../ui/src/Atoms/Icons/IconChevronGrabberVertical.tsx | 2 +- packages/ui/src/Atoms/Icons/IconChevronLeft.tsx | 2 +- packages/ui/src/Atoms/Icons/IconChevronRight.tsx | 2 +- .../ui/src/Atoms/Icons/IconChevronTriangleDownSmall.tsx | 2 +- packages/ui/src/Atoms/Icons/IconChevronUp.tsx | 2 +- packages/ui/src/Atoms/Icons/IconCircleCheck.tsx | 2 +- packages/ui/src/Atoms/Icons/IconCircleCheck1.tsx | 2 +- packages/ui/src/Atoms/Icons/IconCircleInfo.tsx | 2 +- packages/ui/src/Atoms/Icons/IconCircleProgress.tsx | 2 +- packages/ui/src/Atoms/Icons/IconCircleQuestionmark.tsx | 2 +- packages/ui/src/Atoms/Icons/IconCircleQuestionmark1.tsx | 2 +- .../ui/src/Atoms/Icons/IconCircleQuestionmarkSolid.tsx | 2 +- packages/ui/src/Atoms/Icons/IconCircleX.tsx | 2 +- packages/ui/src/Atoms/Icons/IconClock.tsx | 2 +- packages/ui/src/Atoms/Icons/IconCollapse.tsx | 2 +- packages/ui/src/Atoms/Icons/IconCrossLargeX.tsx | 2 +- packages/ui/src/Atoms/Icons/IconDotGrid1x3Horizontal.tsx | 2 +- packages/ui/src/Atoms/Icons/IconExpand.tsx | 2 +- packages/ui/src/Atoms/Icons/IconFilter.tsx | 2 +- packages/ui/src/Atoms/Icons/IconFire3.tsx | 2 +- packages/ui/src/Atoms/Icons/IconFolder2.tsx | 2 +- packages/ui/src/Atoms/Icons/IconFolderUpload.tsx | 2 +- packages/ui/src/Atoms/Icons/IconFrame.tsx | 2 +- packages/ui/src/Atoms/Icons/IconFrame1.tsx | 2 +- packages/ui/src/Atoms/Icons/IconFrame2.tsx | 2 +- packages/ui/src/Atoms/Icons/IconGlobe.tsx | 2 +- packages/ui/src/Atoms/Icons/IconGroup1.tsx | 2 +- packages/ui/src/Atoms/Icons/IconGroup11.tsx | 2 +- packages/ui/src/Atoms/Icons/IconHome.tsx | 2 +- packages/ui/src/Atoms/Icons/IconImage.tsx | 2 +- packages/ui/src/Atoms/Icons/IconImport2.tsx | 2 +- packages/ui/src/Atoms/Icons/IconInProgress.tsx | 2 +- packages/ui/src/Atoms/Icons/IconInboxEmpty.tsx | 2 +- packages/ui/src/Atoms/Icons/IconKey.tsx | 2 +- packages/ui/src/Atoms/Icons/IconListStack.tsx | 2 +- packages/ui/src/Atoms/Icons/IconLock.tsx | 2 +- packages/ui/src/Atoms/Icons/IconMagnifyingGlass.tsx | 2 +- packages/ui/src/Atoms/Icons/IconMail.tsx | 2 +- packages/ui/src/Atoms/Icons/IconMedal.tsx | 2 +- packages/ui/src/Atoms/Icons/IconMinusLarge.tsx | 2 +- packages/ui/src/Atoms/Icons/IconNotStarted.tsx | 2 +- packages/ui/src/Atoms/Icons/IconPageCheck.tsx | 2 +- packages/ui/src/Atoms/Icons/IconPageCheck1.tsx | 2 +- packages/ui/src/Atoms/Icons/IconPageCross.tsx | 2 +- packages/ui/src/Atoms/Icons/IconPageTextLine.tsx | 2 +- packages/ui/src/Atoms/Icons/IconPageTextSolid.tsx | 2 +- packages/ui/src/Atoms/Icons/IconPencil.tsx | 2 +- packages/ui/src/Atoms/Icons/IconPeopleAdd.tsx | 2 +- packages/ui/src/Atoms/Icons/IconPeopleAdd2Line.tsx | 2 +- packages/ui/src/Atoms/Icons/IconPin.tsx | 2 +- packages/ui/src/Atoms/Icons/IconPlusLarge.tsx | 2 +- packages/ui/src/Atoms/Icons/IconPlusSmall.tsx | 2 +- packages/ui/src/Atoms/Icons/IconPriority.tsx | 2 +- packages/ui/src/Atoms/Icons/IconRadioUnchecked.tsx | 2 +- packages/ui/src/Atoms/Icons/IconRecKeyframe.tsx | 2 +- packages/ui/src/Atoms/Icons/IconRobot.tsx | 2 +- packages/ui/src/Atoms/Icons/IconRotateCw.tsx | 2 +- packages/ui/src/Atoms/Icons/IconSend.tsx | 2 +- packages/ui/src/Atoms/Icons/IconSettingsGear2.tsx | 2 +- packages/ui/src/Atoms/Icons/IconShield.tsx | 2 +- packages/ui/src/Atoms/Icons/IconSignature.tsx | 2 +- packages/ui/src/Atoms/Icons/IconSquareBehindSquare2.tsx | 2 +- packages/ui/src/Atoms/Icons/IconStore.tsx | 2 +- packages/ui/src/Atoms/Icons/IconSun.tsx | 2 +- packages/ui/src/Atoms/Icons/IconTodo.tsx | 2 +- packages/ui/src/Atoms/Icons/IconTodo2.tsx | 2 +- packages/ui/src/Atoms/Icons/IconTrashCan.tsx | 2 +- packages/ui/src/Atoms/Icons/IconTrashCanSolid.tsx | 2 +- packages/ui/src/Atoms/Icons/IconUpload.tsx | 2 +- packages/ui/src/Atoms/Icons/IconWarning.tsx | 2 +- packages/ui/src/Atoms/Icons/SocialIcon.tsx | 2 +- packages/ui/src/Atoms/Icons/TaskStateIcon.stories.tsx | 2 +- packages/ui/src/Atoms/Icons/TaskStateIcon.tsx | 2 +- packages/ui/src/Atoms/Icons/Todo.tsx | 2 +- packages/ui/src/Atoms/Icons/Todo2.tsx | 2 +- packages/ui/src/Atoms/Icons/index.tsx | 2 +- packages/ui/src/Atoms/Icons/type.ts | 2 +- .../InfiniteScrollTrigger.stories.tsx | 2 +- .../Atoms/InfiniteScrollTrigger/InfiniteScrollTrigger.tsx | 2 +- packages/ui/src/Atoms/Input/DurationInput.tsx | 2 +- packages/ui/src/Atoms/Input/Input.stories.tsx | 2 +- packages/ui/src/Atoms/Input/Input.tsx | 2 +- packages/ui/src/Atoms/Label/Label.stories.tsx | 2 +- packages/ui/src/Atoms/Label/Label.tsx | 2 +- packages/ui/src/Atoms/Logo/Logo.stories.tsx | 2 +- packages/ui/src/Atoms/Logo/Logo.tsx | 2 +- packages/ui/src/Atoms/Markdown/Markdown.stories.tsx | 2 +- packages/ui/src/Atoms/Markdown/Markdown.tsx | 2 +- packages/ui/src/Atoms/Markdown/MermaidDiagram.tsx | 2 +- .../ui/src/Atoms/PriorityLevel/PriorityLevel.stories.tsx | 2 +- packages/ui/src/Atoms/PriorityLevel/PriorityLevel.tsx | 2 +- packages/ui/src/Atoms/PropertyRow/PropertyRow.stories.tsx | 2 +- packages/ui/src/Atoms/PropertyRow/PropertyRow.tsx | 2 +- packages/ui/src/Atoms/Select/Select.stories.tsx | 2 +- packages/ui/src/Atoms/Select/Select.tsx | 2 +- packages/ui/src/Atoms/Sidebar/Sidebar.stories.tsx | 2 +- packages/ui/src/Atoms/Sidebar/Sidebar.tsx | 2 +- packages/ui/src/Atoms/Sidebar/SidebarItem.tsx | 2 +- packages/ui/src/Atoms/Skeleton/Skeleton.stories.tsx | 2 +- packages/ui/src/Atoms/Skeleton/Skeleton.tsx | 2 +- packages/ui/src/Atoms/Slot.tsx | 2 +- packages/ui/src/Atoms/Spinner/Spinner.stories.tsx | 2 +- packages/ui/src/Atoms/Spinner/Spinner.tsx | 2 +- packages/ui/src/Atoms/Table/Table.stories.tsx | 2 +- packages/ui/src/Atoms/Table/Table.tsx | 2 +- packages/ui/src/Atoms/Tabs/Tabs.stories.tsx | 2 +- packages/ui/src/Atoms/Tabs/Tabs.tsx | 2 +- packages/ui/src/Atoms/Textarea/Textarea.stories.tsx | 2 +- packages/ui/src/Atoms/Textarea/Textarea.tsx | 2 +- packages/ui/src/Atoms/ThirdParties/ThirdPartyLogo.tsx | 2 +- packages/ui/src/Atoms/Toasts/Toasts.stories.tsx | 2 +- packages/ui/src/Atoms/Toasts/Toasts.tsx | 2 +- packages/ui/src/Atoms/Toggle/Toggle.tsx | 2 +- packages/ui/src/Foundation.stories.tsx | 2 +- packages/ui/src/Layouts/CenteredLayout.stories.tsx | 2 +- packages/ui/src/Layouts/CenteredLayout.tsx | 2 +- packages/ui/src/Layouts/ErrorLayout.stories.tsx | 2 +- packages/ui/src/Layouts/ErrorLayout.tsx | 2 +- packages/ui/src/Layouts/Layout.stories.tsx | 2 +- packages/ui/src/Layouts/Layout.tsx | 2 +- .../src/Molecules/Badge/DocumentClassificationBadge.tsx | 2 +- .../ui/src/Molecules/Badge/DocumentTypeBadge.stories.tsx | 2 +- packages/ui/src/Molecules/Badge/DocumentTypeBadge.tsx | 2 +- .../src/Molecules/Badge/DocumentVersionBadge.stories.tsx | 2 +- packages/ui/src/Molecules/Badge/DocumentVersionBadge.tsx | 2 +- packages/ui/src/Molecules/Badge/MeasureBadge.stories.tsx | 2 +- packages/ui/src/Molecules/Badge/MeasureBadge.tsx | 2 +- packages/ui/src/Molecules/Badge/RiskBadge.stories.tsx | 2 +- packages/ui/src/Molecules/Badge/RiskBadge.tsx | 2 +- packages/ui/src/Molecules/Badge/SeverityBadge.stories.tsx | 2 +- packages/ui/src/Molecules/Badge/SeverityBadge.tsx | 2 +- packages/ui/src/Molecules/Combobox/Combobox.stories.tsx | 2 +- packages/ui/src/Molecules/Combobox/Combobox.tsx | 2 +- packages/ui/src/Molecules/Dialog/ConfirmDialog.tsx | 2 +- packages/ui/src/Molecules/Dialog/Dialog.stories.tsx | 2 +- packages/ui/src/Molecules/Dialog/Dialog.tsx | 2 +- .../Molecules/DurationPicker/DurationPicker.stories.tsx | 2 +- .../ui/src/Molecules/DurationPicker/DurationPicker.tsx | 2 +- packages/ui/src/Molecules/Field/Field.stories.tsx | 2 +- packages/ui/src/Molecules/Field/Field.tsx | 2 +- .../ui/src/Molecules/FileButton/FileButton.stories.tsx | 2 +- packages/ui/src/Molecules/FileButton/FileButton.tsx | 2 +- .../FrameworkSelector/FrameworkSelector.stories.tsx | 2 +- .../src/Molecules/FrameworkSelector/FrameworkSelector.tsx | 2 +- .../MeasureImplementation.stories.tsx | 2 +- .../MeasureImplementation/MeasureImplementation.tsx | 2 +- .../ui/src/Molecules/PageHeader/PageHeader.stories.tsx | 2 +- packages/ui/src/Molecules/PageHeader/PageHeader.tsx | 2 +- packages/ui/src/Molecules/Risks/RiskOverview.stories.tsx | 2 +- packages/ui/src/Molecules/Risks/RiskOverview.tsx | 2 +- packages/ui/src/Molecules/Risks/RisksChart.stories.tsx | 2 +- packages/ui/src/Molecules/Risks/RisksChart.tsx | 2 +- packages/ui/src/Molecules/Risks/constants.ts | 2 +- .../ui/src/Molecules/Select/ImpactOptions.stories.tsx | 2 +- packages/ui/src/Molecules/Select/ImpactOptions.tsx | 2 +- .../src/Molecules/Select/SentitivityOptions.stories.tsx | 2 +- packages/ui/src/Molecules/Select/SentitivityOptions.tsx | 2 +- packages/ui/src/Molecules/Table/DataTable.stories.tsx | 2 +- packages/ui/src/Molecules/Table/EditableCell.tsx | 2 +- packages/ui/src/Molecules/Table/EditableRow.tsx | 2 +- packages/ui/src/Molecules/Table/SelectCell.tsx | 2 +- packages/ui/src/Molecules/Table/TextCell.tsx | 2 +- packages/ui/src/Molecules/Table/utils.ts | 2 +- .../src/Molecules/UserDropdown/UserDropdown.stories.tsx | 2 +- packages/ui/src/Molecules/UserDropdown/UserDropdown.tsx | 2 +- packages/ui/src/RichEditor/BlockMenu/BlockMenu.tsx | 2 +- packages/ui/src/RichEditor/BlockMenu/BlockMenuContent.tsx | 2 +- packages/ui/src/RichEditor/BlockMenu/BlockMenuTrigger.tsx | 2 +- packages/ui/src/RichEditor/BlockMenu/variants.ts | 2 +- packages/ui/src/RichEditor/BubbleMenu.tsx | 2 +- packages/ui/src/RichEditor/CodeBlockExtension.ts | 2 +- packages/ui/src/RichEditor/LinkExtension.ts | 2 +- packages/ui/src/RichEditor/MarkdownPasteExtension.ts | 2 +- packages/ui/src/RichEditor/MenuButton.tsx | 2 +- packages/ui/src/RichEditor/MermaidNodeView.tsx | 2 +- packages/ui/src/RichEditor/OptionsMenu/OptionsMenu.tsx | 2 +- .../ui/src/RichEditor/OptionsMenu/OptionsMenuContent.tsx | 2 +- .../ui/src/RichEditor/OptionsMenu/OptionsMenuTrigger.tsx | 2 +- packages/ui/src/RichEditor/OptionsMenu/variants.ts | 2 +- packages/ui/src/RichEditor/PlaceholderExtension.ts | 2 +- packages/ui/src/RichEditor/RichEditor.tsx | 2 +- packages/ui/src/RichEditor/SlashCommandExtension.ts | 2 +- .../ui/src/RichEditor/TableCellMenu/TableCellMenu.tsx | 2 +- .../src/RichEditor/TableCellMenu/TableCellMenuContent.tsx | 2 +- .../src/RichEditor/TableCellMenu/TableCellMenuTrigger.tsx | 2 +- packages/ui/src/RichEditor/TableCellMenu/variants.ts | 2 +- .../ui/src/RichEditor/TableColumnMenu/TableColumnMenu.tsx | 2 +- .../RichEditor/TableColumnMenu/TableColumnMenuContent.tsx | 2 +- .../RichEditor/TableColumnMenu/TableColumnMenuTrigger.tsx | 2 +- packages/ui/src/RichEditor/TableColumnMenu/variants.ts | 2 +- packages/ui/src/RichEditor/TableRowMenu/TableRowMenu.tsx | 2 +- .../src/RichEditor/TableRowMenu/TableRowMenuContent.tsx | 2 +- .../src/RichEditor/TableRowMenu/TableRowMenuTrigger.tsx | 2 +- packages/ui/src/RichEditor/TableRowMenu/variants.ts | 2 +- packages/ui/src/RichEditor/TableSelectionOverlay.tsx | 2 +- packages/ui/src/RichEditor/_lib/cellDomElement.ts | 2 +- packages/ui/src/RichEditor/_lib/constants.ts | 2 +- packages/ui/src/RichEditor/_lib/getBlockNode.ts | 2 +- packages/ui/src/RichEditor/_lib/getSlashStorage.ts | 2 +- packages/ui/src/RichEditor/_lib/useBlockTrigger.ts | 2 +- packages/ui/src/RichEditor/_lib/useHoveredBlock.ts | 2 +- packages/ui/src/RichEditor/_lib/useTableDropdownMenu.ts | 2 +- packages/ui/src/index.ts | 2 +- packages/ui/src/lib/utils.ts | 2 +- packages/ui/src/vite-env.d.ts | 2 +- packages/ui/vite.config.ts | 2 +- pkg/accessreview/access_entry_service.go | 2 +- pkg/accessreview/access_source_service.go | 2 +- pkg/accessreview/campaign_service.go | 2 +- pkg/accessreview/campaign_types.go | 2 +- pkg/accessreview/drivers/anthropic.go | 2 +- pkg/accessreview/drivers/anthropic_test.go | 2 +- pkg/accessreview/drivers/asana.go | 2 +- pkg/accessreview/drivers/asana_test.go | 2 +- pkg/accessreview/drivers/bitbucket.go | 2 +- pkg/accessreview/drivers/bitbucket_test.go | 2 +- pkg/accessreview/drivers/brex.go | 2 +- pkg/accessreview/drivers/brex_test.go | 2 +- pkg/accessreview/drivers/cassette_safety_test.go | 2 +- pkg/accessreview/drivers/clerk.go | 2 +- pkg/accessreview/drivers/clerk_test.go | 2 +- pkg/accessreview/drivers/clickup.go | 2 +- pkg/accessreview/drivers/clickup_test.go | 2 +- pkg/accessreview/drivers/cloudflare.go | 2 +- pkg/accessreview/drivers/cloudflare_test.go | 2 +- pkg/accessreview/drivers/csv.go | 2 +- pkg/accessreview/drivers/csv_test.go | 2 +- pkg/accessreview/drivers/cursor.go | 2 +- pkg/accessreview/drivers/cursor_test.go | 2 +- pkg/accessreview/drivers/datadog.go | 2 +- pkg/accessreview/drivers/datadog_test.go | 2 +- pkg/accessreview/drivers/docusign.go | 2 +- pkg/accessreview/drivers/docusign_test.go | 2 +- pkg/accessreview/drivers/driver.go | 2 +- pkg/accessreview/drivers/github.go | 2 +- pkg/accessreview/drivers/github_test.go | 2 +- pkg/accessreview/drivers/gitlab.go | 2 +- pkg/accessreview/drivers/gitlab_test.go | 2 +- pkg/accessreview/drivers/google_workspace.go | 2 +- pkg/accessreview/drivers/google_workspace_test.go | 2 +- pkg/accessreview/drivers/grafana.go | 2 +- pkg/accessreview/drivers/grafana_test.go | 2 +- pkg/accessreview/drivers/heroku.go | 2 +- pkg/accessreview/drivers/heroku_test.go | 2 +- pkg/accessreview/drivers/hubspot.go | 2 +- pkg/accessreview/drivers/hubspot_test.go | 2 +- pkg/accessreview/drivers/intercom.go | 2 +- pkg/accessreview/drivers/intercom_test.go | 2 +- pkg/accessreview/drivers/linear.go | 2 +- pkg/accessreview/drivers/linear_test.go | 2 +- pkg/accessreview/drivers/metabase.go | 2 +- pkg/accessreview/drivers/metabase_test.go | 2 +- pkg/accessreview/drivers/microsoft_365.go | 2 +- pkg/accessreview/drivers/monday.go | 2 +- pkg/accessreview/drivers/monday_test.go | 2 +- pkg/accessreview/drivers/name_resolver.go | 2 +- pkg/accessreview/drivers/name_resolver_test.go | 2 +- pkg/accessreview/drivers/netlify.go | 2 +- pkg/accessreview/drivers/netlify_test.go | 2 +- pkg/accessreview/drivers/notion.go | 2 +- pkg/accessreview/drivers/notion_test.go | 2 +- pkg/accessreview/drivers/okta.go | 2 +- pkg/accessreview/drivers/okta_test.go | 2 +- pkg/accessreview/drivers/onepassword.go | 2 +- pkg/accessreview/drivers/onepassword_test.go | 2 +- pkg/accessreview/drivers/onepassword_users_api.go | 2 +- pkg/accessreview/drivers/openai.go | 2 +- pkg/accessreview/drivers/openai_test.go | 2 +- pkg/accessreview/drivers/organizations.go | 2 +- pkg/accessreview/drivers/pagerduty.go | 2 +- pkg/accessreview/drivers/pagerduty_test.go | 2 +- pkg/accessreview/drivers/posthog.go | 2 +- pkg/accessreview/drivers/posthog_test.go | 2 +- pkg/accessreview/drivers/probo_memberships.go | 2 +- pkg/accessreview/drivers/resend.go | 2 +- pkg/accessreview/drivers/resend_test.go | 2 +- pkg/accessreview/drivers/sendgrid.go | 2 +- pkg/accessreview/drivers/sendgrid_test.go | 2 +- pkg/accessreview/drivers/sentry.go | 2 +- pkg/accessreview/drivers/sentry_test.go | 2 +- pkg/accessreview/drivers/signoz.go | 2 +- pkg/accessreview/drivers/signoz_test.go | 2 +- pkg/accessreview/drivers/slack.go | 2 +- pkg/accessreview/drivers/slack_test.go | 2 +- pkg/accessreview/drivers/supabase.go | 2 +- pkg/accessreview/drivers/supabase_test.go | 2 +- pkg/accessreview/drivers/tailscale.go | 2 +- pkg/accessreview/drivers/tailscale_test.go | 2 +- pkg/accessreview/drivers/tally.go | 2 +- pkg/accessreview/drivers/tally_test.go | 2 +- pkg/accessreview/drivers/vcr_test.go | 2 +- pkg/accessreview/drivers/vercel.go | 2 +- pkg/accessreview/drivers/vercel_test.go | 2 +- pkg/accessreview/drivers/zendesk.go | 2 +- pkg/accessreview/drivers/zendesk_test.go | 2 +- pkg/accessreview/review_engine.go | 2 +- pkg/accessreview/review_engine_test.go | 2 +- pkg/accessreview/service.go | 2 +- pkg/accessreview/source_name_worker.go | 2 +- pkg/accessreview/worker.go | 2 +- pkg/agent/agent.go | 2 +- pkg/agent/agent_test.go | 2 +- pkg/agent/agent_tool.go | 2 +- pkg/agent/agent_tool_test.go | 2 +- pkg/agent/approval.go | 2 +- pkg/agent/approval_test.go | 2 +- pkg/agent/cancel_test.go | 2 +- pkg/agent/checkpoint.go | 2 +- pkg/agent/context.go | 2 +- pkg/agent/context_test.go | 2 +- pkg/agent/errors.go | 2 +- pkg/agent/export_test.go | 2 +- pkg/agent/guardrail.go | 2 +- pkg/agent/guardrail/prompt_injection.go | 2 +- pkg/agent/guardrail/sensitive_data.go | 2 +- pkg/agent/guardrail/sensitive_data_test.go | 2 +- pkg/agent/guardrail/system_prompt_leak.go | 2 +- pkg/agent/guardrail/system_prompt_leak_test.go | 2 +- pkg/agent/handoff.go | 2 +- pkg/agent/handoff_test.go | 2 +- pkg/agent/hooks.go | 2 +- pkg/agent/mcp.go | 2 +- pkg/agent/mcp_test.go | 2 +- pkg/agent/model_settings.go | 2 +- pkg/agent/output_type.go | 2 +- pkg/agent/output_type_test.go | 2 +- pkg/agent/progress.go | 2 +- pkg/agent/restore.go | 2 +- pkg/agent/restore_test.go | 2 +- pkg/agent/result.go | 2 +- pkg/agent/result_test.go | 2 +- pkg/agent/run.go | 2 +- pkg/agent/schema.go | 2 +- pkg/agent/schema_test.go | 2 +- pkg/agent/session.go | 2 +- pkg/agent/session_memory.go | 2 +- pkg/agent/session_memory_test.go | 2 +- pkg/agent/stream.go | 2 +- pkg/agent/system_prompt.go | 2 +- pkg/agent/system_prompt_test.go | 2 +- pkg/agent/tool.go | 2 +- pkg/agent/tool_test.go | 2 +- pkg/agent/tool_use_behavior.go | 2 +- pkg/agent/tool_use_behavior_test.go | 2 +- pkg/agent/tools/browser/browser.go | 2 +- pkg/agent/tools/browser/click.go | 2 +- pkg/agent/tools/browser/download_pdf.go | 2 +- pkg/agent/tools/browser/extract_links.go | 2 +- pkg/agent/tools/browser/extract_text.go | 2 +- pkg/agent/tools/browser/fetch_robots.go | 2 +- pkg/agent/tools/browser/fetch_sitemap.go | 2 +- pkg/agent/tools/browser/find_links.go | 2 +- pkg/agent/tools/browser/helpers.go | 2 +- pkg/agent/tools/browser/helpers_test.go | 2 +- pkg/agent/tools/browser/navigate.go | 2 +- pkg/agent/tools/browser/select.go | 2 +- pkg/agent/tools/browser/sitemap_test.go | 2 +- pkg/agent/tools/browser/toolset.go | 2 +- pkg/agent/tools/browser/url_check.go | 2 +- pkg/agent/tools/internal/netcheck/netcheck.go | 2 +- pkg/agent/tools/search/diff_documents.go | 2 +- pkg/agent/tools/search/diff_test.go | 2 +- pkg/agent/tools/search/firecrawl.go | 2 +- pkg/agent/tools/search/government_db.go | 2 +- pkg/agent/tools/search/httpclient.go | 2 +- pkg/agent/tools/search/wayback.go | 2 +- pkg/agent/tools/search/wayback_test.go | 2 +- pkg/agent/tools/security/cors.go | 2 +- pkg/agent/tools/security/cors_test.go | 2 +- pkg/agent/tools/security/csp.go | 2 +- pkg/agent/tools/security/csp_test.go | 2 +- pkg/agent/tools/security/dmarc.go | 2 +- pkg/agent/tools/security/dmarc_test.go | 2 +- pkg/agent/tools/security/dns_records.go | 2 +- pkg/agent/tools/security/dnssec.go | 2 +- pkg/agent/tools/security/headers.go | 2 +- pkg/agent/tools/security/headers_test.go | 2 +- pkg/agent/tools/security/hibp.go | 2 +- pkg/agent/tools/security/security.go | 2 +- pkg/agent/tools/security/spf.go | 2 +- pkg/agent/tools/security/spf_test.go | 2 +- pkg/agent/tools/security/ssl.go | 2 +- pkg/agent/tools/security/ssl_test.go | 2 +- pkg/agent/tools/security/whois.go | 2 +- pkg/agent/tools/security/whois_test.go | 2 +- pkg/agent/typed.go | 2 +- pkg/agent/typed_test.go | 2 +- pkg/agentrun/actions.go | 2 +- pkg/agentrun/errors.go | 2 +- pkg/agentrun/export_test.go | 2 +- pkg/agentrun/handler.go | 2 +- pkg/agentrun/helpers_test.go | 2 +- pkg/agentrun/internal_test.go | 2 +- pkg/agentrun/policies.go | 2 +- pkg/agentrun/service.go | 2 +- pkg/agentrun/service_test.go | 2 +- pkg/agentrun/worker.go | 2 +- pkg/agentrun/worker_test.go | 2 +- pkg/awsconfig/config.go | 2 +- pkg/baseurl/baseurl.go | 2 +- pkg/baseurl/baseurl_test.go | 2 +- pkg/bearertoken/bearertoken.go | 2 +- pkg/bearertoken/bearertoken_test.go | 2 +- pkg/bootstrap/builder.go | 2 +- pkg/bootstrap/builder_test.go | 2 +- pkg/bootstrap/oauth2.go | 2 +- pkg/bootstrap/oauth2_test.go | 2 +- pkg/bootstrap/saml.go | 2 +- pkg/bootstrap/saml_test.go | 2 +- pkg/bootstrap/write.go | 2 +- pkg/bootstrap/write_test.go | 2 +- pkg/certmanager/acme.go | 2 +- pkg/certmanager/acme_challenge_handler.go | 2 +- pkg/certmanager/cache_store.go | 2 +- pkg/certmanager/provisioner.go | 2 +- pkg/certmanager/renewer.go | 2 +- pkg/certmanager/selector.go | 2 +- pkg/cli/api/client.go | 2 +- pkg/cli/api/pagination.go | 2 +- pkg/cli/config/config.go | 2 +- pkg/cli/config/config_test.go | 2 +- pkg/cmd/access-review/accessreview.go | 2 +- pkg/cmd/access-review/campaign/addsource/addsource.go | 2 +- pkg/cmd/access-review/campaign/campaign.go | 2 +- pkg/cmd/access-review/campaign/cancel/cancel.go | 2 +- pkg/cmd/access-review/campaign/close/close.go | 2 +- pkg/cmd/access-review/campaign/create/create.go | 2 +- pkg/cmd/access-review/campaign/delete/delete.go | 2 +- pkg/cmd/access-review/campaign/list/list.go | 2 +- .../access-review/campaign/removesource/removesource.go | 2 +- pkg/cmd/access-review/campaign/start/start.go | 2 +- pkg/cmd/access-review/campaign/update/update.go | 2 +- pkg/cmd/access-review/campaign/view/view.go | 2 +- pkg/cmd/access-review/entry/decide/decide.go | 2 +- pkg/cmd/access-review/entry/decideall/decideall.go | 2 +- pkg/cmd/access-review/entry/entry.go | 2 +- pkg/cmd/access-review/entry/list/list.go | 2 +- pkg/cmd/access-review/entry/setflag/flag.go | 2 +- pkg/cmd/access-review/source/create/create.go | 2 +- pkg/cmd/access-review/source/delete/delete.go | 2 +- pkg/cmd/access-review/source/list/list.go | 2 +- pkg/cmd/access-review/source/source.go | 2 +- pkg/cmd/access-review/source/update/update.go | 2 +- pkg/cmd/access-review/source/view/view.go | 2 +- pkg/cmd/api/api.go | 2 +- pkg/cmd/asset/asset.go | 2 +- pkg/cmd/asset/create/create.go | 2 +- pkg/cmd/asset/delete/delete.go | 2 +- pkg/cmd/asset/list/list.go | 2 +- pkg/cmd/asset/publish/publish.go | 2 +- pkg/cmd/asset/update/update.go | 2 +- pkg/cmd/asset/view/view.go | 2 +- pkg/cmd/audit/audit.go | 2 +- pkg/cmd/audit/create/create.go | 2 +- pkg/cmd/audit/delete/delete.go | 2 +- pkg/cmd/audit/list/list.go | 2 +- pkg/cmd/audit/update/update.go | 2 +- pkg/cmd/audit/view/view.go | 2 +- pkg/cmd/auditlog/audit_log.go | 2 +- pkg/cmd/auditlog/list/list.go | 2 +- pkg/cmd/auditlog/view/view.go | 2 +- pkg/cmd/auth/auth.go | 2 +- pkg/cmd/auth/login/login.go | 2 +- pkg/cmd/auth/logout/logout.go | 2 +- pkg/cmd/auth/status/status.go | 2 +- pkg/cmd/browse/browse.go | 2 +- pkg/cmd/cmdutil/factory.go | 2 +- pkg/cmd/cmdutil/flags.go | 2 +- pkg/cmd/cmdutil/json.go | 2 +- pkg/cmd/cmdutil/table.go | 2 +- pkg/cmd/cmdutil/time.go | 2 +- pkg/cmd/completion/completion.go | 2 +- pkg/cmd/config/config.go | 2 +- pkg/cmd/config/get/get.go | 2 +- pkg/cmd/config/list/list.go | 2 +- pkg/cmd/config/set/set.go | 2 +- pkg/cmd/consent-record/consent_record.go | 2 +- pkg/cmd/consent-record/list/list.go | 2 +- pkg/cmd/consent-record/view/view.go | 2 +- pkg/cmd/context/context.go | 2 +- pkg/cmd/context/get/get.go | 2 +- pkg/cmd/context/update/update.go | 2 +- pkg/cmd/control/control.go | 2 +- pkg/cmd/control/create/create.go | 2 +- pkg/cmd/control/delete/delete.go | 2 +- pkg/cmd/control/list/list.go | 2 +- pkg/cmd/control/update/update.go | 2 +- pkg/cmd/control/view/view.go | 2 +- pkg/cmd/cookie-banner/activate/activate.go | 2 +- pkg/cmd/cookie-banner/cookie_banner.go | 2 +- pkg/cmd/cookie-banner/create/create.go | 2 +- pkg/cmd/cookie-banner/deactivate/deactivate.go | 2 +- pkg/cmd/cookie-banner/delete/delete.go | 2 +- pkg/cmd/cookie-banner/latestversion/latest_version.go | 2 +- pkg/cmd/cookie-banner/list/list.go | 2 +- pkg/cmd/cookie-banner/publish/publish.go | 2 +- pkg/cmd/cookie-banner/translate/translate.go | 2 +- pkg/cmd/cookie-banner/update/update.go | 2 +- pkg/cmd/cookie-banner/view/view.go | 2 +- pkg/cmd/cookie-category/cookie_category.go | 2 +- pkg/cmd/cookie-category/create/create.go | 2 +- pkg/cmd/cookie-category/delete/delete.go | 2 +- pkg/cmd/cookie-category/list/list.go | 2 +- pkg/cmd/cookie-category/reorder/reorder.go | 2 +- pkg/cmd/cookie-category/update/update.go | 2 +- pkg/cmd/cookie-category/view/view.go | 2 +- pkg/cmd/datum/create/create.go | 2 +- pkg/cmd/datum/datum.go | 2 +- pkg/cmd/datum/delete/delete.go | 2 +- pkg/cmd/datum/list/list.go | 2 +- pkg/cmd/datum/publish/publish.go | 2 +- pkg/cmd/datum/update/update.go | 2 +- pkg/cmd/datum/view/view.go | 2 +- pkg/cmd/document/archive/archive.go | 2 +- pkg/cmd/document/create/create.go | 2 +- pkg/cmd/document/delete-draft/delete_draft.go | 2 +- pkg/cmd/document/delete/delete.go | 2 +- pkg/cmd/document/document.go | 2 +- .../list-approval-decisions/list_approval_decisions.go | 2 +- .../list-approval-quorums/list_approval_quorums.go | 2 +- pkg/cmd/document/list-versions/list_versions.go | 2 +- pkg/cmd/document/list/list.go | 2 +- pkg/cmd/document/publish/publish.go | 2 +- pkg/cmd/document/unarchive/unarchive.go | 2 +- pkg/cmd/document/update/update.go | 2 +- .../view-approval-decision/view_approval_decision.go | 2 +- .../document/view-approval-quorum/view_approval_quorum.go | 2 +- pkg/cmd/document/view-version/view_version.go | 2 +- pkg/cmd/document/view/view.go | 2 +- pkg/cmd/dpia/create/create.go | 2 +- pkg/cmd/dpia/delete/delete.go | 2 +- pkg/cmd/dpia/dpia.go | 2 +- pkg/cmd/dpia/list/list.go | 2 +- pkg/cmd/dpia/publish/publish.go | 2 +- pkg/cmd/dpia/update/update.go | 2 +- pkg/cmd/dpia/view/view.go | 2 +- pkg/cmd/evidence/delete/delete.go | 2 +- pkg/cmd/evidence/evidence.go | 2 +- pkg/cmd/evidence/list/list.go | 2 +- pkg/cmd/evidence/upload/upload.go | 2 +- pkg/cmd/evidence/view/view.go | 2 +- pkg/cmd/finding/create/create.go | 2 +- pkg/cmd/finding/delete/delete.go | 2 +- pkg/cmd/finding/finding.go | 2 +- pkg/cmd/finding/list/list.go | 2 +- pkg/cmd/finding/publish/publish.go | 2 +- pkg/cmd/finding/update/update.go | 2 +- pkg/cmd/finding/view/view.go | 2 +- pkg/cmd/framework/create/create.go | 2 +- pkg/cmd/framework/delete/delete.go | 2 +- pkg/cmd/framework/framework.go | 2 +- pkg/cmd/framework/list/list.go | 2 +- pkg/cmd/framework/update/update.go | 2 +- pkg/cmd/framework/view/view.go | 2 +- pkg/cmd/iostreams/iostreams.go | 2 +- pkg/cmd/measure/create/create.go | 2 +- pkg/cmd/measure/delete/delete.go | 2 +- pkg/cmd/measure/link-third-party/link_third_party.go | 2 +- pkg/cmd/measure/list/list.go | 2 +- pkg/cmd/measure/measure.go | 2 +- pkg/cmd/measure/unlink-third-party/unlink_third_party.go | 2 +- pkg/cmd/measure/update/update.go | 2 +- pkg/cmd/measure/view/view.go | 2 +- pkg/cmd/obligation/create/create.go | 2 +- pkg/cmd/obligation/delete/delete.go | 2 +- pkg/cmd/obligation/list/list.go | 2 +- pkg/cmd/obligation/obligation.go | 2 +- pkg/cmd/obligation/publish/publish.go | 2 +- pkg/cmd/obligation/update/update.go | 2 +- pkg/cmd/obligation/view/view.go | 2 +- pkg/cmd/org/list/list.go | 2 +- pkg/cmd/org/org.go | 2 +- pkg/cmd/processing-activity/create/create.go | 2 +- pkg/cmd/processing-activity/delete/delete.go | 2 +- pkg/cmd/processing-activity/list/list.go | 2 +- pkg/cmd/processing-activity/processing_activity.go | 2 +- pkg/cmd/processing-activity/publish/publish.go | 2 +- pkg/cmd/processing-activity/update/update.go | 2 +- pkg/cmd/processing-activity/view/view.go | 2 +- pkg/cmd/rights-request/create/create.go | 2 +- pkg/cmd/rights-request/delete/delete.go | 2 +- pkg/cmd/rights-request/list/list.go | 2 +- pkg/cmd/rights-request/rights_request.go | 2 +- pkg/cmd/rights-request/update/update.go | 2 +- pkg/cmd/rights-request/view/view.go | 2 +- pkg/cmd/risk-assessment/boundary/boundary.go | 2 +- pkg/cmd/risk-assessment/boundary/create/create.go | 2 +- pkg/cmd/risk-assessment/boundary/delete/delete.go | 2 +- pkg/cmd/risk-assessment/boundary/list/list.go | 2 +- pkg/cmd/risk-assessment/boundary/update/update.go | 2 +- pkg/cmd/risk-assessment/boundary/view/view.go | 2 +- pkg/cmd/risk-assessment/create/create.go | 2 +- pkg/cmd/risk-assessment/delete/delete.go | 2 +- pkg/cmd/risk-assessment/list/list.go | 2 +- pkg/cmd/risk-assessment/node/create/create.go | 2 +- pkg/cmd/risk-assessment/node/delete/delete.go | 2 +- pkg/cmd/risk-assessment/node/list/list.go | 2 +- pkg/cmd/risk-assessment/node/node.go | 2 +- pkg/cmd/risk-assessment/node/update/update.go | 2 +- pkg/cmd/risk-assessment/node/view/view.go | 2 +- pkg/cmd/risk-assessment/process/create/create.go | 2 +- pkg/cmd/risk-assessment/process/delete/delete.go | 2 +- pkg/cmd/risk-assessment/process/list/list.go | 2 +- pkg/cmd/risk-assessment/process/process.go | 2 +- pkg/cmd/risk-assessment/process/update/update.go | 2 +- pkg/cmd/risk-assessment/process/view/view.go | 2 +- pkg/cmd/risk-assessment/risk_assessment.go | 2 +- pkg/cmd/risk-assessment/scenario/create/create.go | 2 +- pkg/cmd/risk-assessment/scenario/delete/delete.go | 2 +- pkg/cmd/risk-assessment/scenario/link-risk/link_risk.go | 2 +- .../risk-assessment/scenario/link-threat/link_threat.go | 2 +- pkg/cmd/risk-assessment/scenario/list/list.go | 2 +- pkg/cmd/risk-assessment/scenario/scenario.go | 2 +- .../risk-assessment/scenario/unlink-risk/unlink_risk.go | 2 +- .../scenario/unlink-threat/unlink_threat.go | 2 +- pkg/cmd/risk-assessment/scenario/update/update.go | 2 +- pkg/cmd/risk-assessment/scenario/view/view.go | 2 +- pkg/cmd/risk-assessment/scope/create/create.go | 2 +- pkg/cmd/risk-assessment/scope/delete/delete.go | 2 +- pkg/cmd/risk-assessment/scope/list/list.go | 2 +- pkg/cmd/risk-assessment/scope/mermaid/mermaid.go | 2 +- pkg/cmd/risk-assessment/scope/scope.go | 2 +- pkg/cmd/risk-assessment/scope/update/update.go | 2 +- pkg/cmd/risk-assessment/scope/view/view.go | 2 +- pkg/cmd/risk-assessment/threat/create/create.go | 2 +- pkg/cmd/risk-assessment/threat/delete/delete.go | 2 +- pkg/cmd/risk-assessment/threat/list/list.go | 2 +- pkg/cmd/risk-assessment/threat/threat.go | 2 +- pkg/cmd/risk-assessment/threat/update/update.go | 2 +- pkg/cmd/risk-assessment/threat/view/view.go | 2 +- pkg/cmd/risk-assessment/update/update.go | 2 +- pkg/cmd/risk-assessment/view/view.go | 2 +- pkg/cmd/risk/create/create.go | 2 +- pkg/cmd/risk/delete/delete.go | 2 +- pkg/cmd/risk/list/list.go | 2 +- pkg/cmd/risk/publish/publish.go | 2 +- pkg/cmd/risk/risk.go | 2 +- pkg/cmd/risk/update/update.go | 2 +- pkg/cmd/risk/view/view.go | 2 +- pkg/cmd/root/root.go | 2 +- pkg/cmd/scim/bridge/bridge.go | 2 +- pkg/cmd/scim/bridge/update/update.go | 2 +- pkg/cmd/scim/bridge/view/view.go | 2 +- pkg/cmd/scim/create/create.go | 2 +- pkg/cmd/scim/delete/delete.go | 2 +- pkg/cmd/scim/event/event.go | 2 +- pkg/cmd/scim/event/list/list.go | 2 +- pkg/cmd/scim/regenerate-token/regenerate_token.go | 2 +- pkg/cmd/scim/scim.go | 2 +- pkg/cmd/scim/view/view.go | 2 +- pkg/cmd/soa/create/create.go | 2 +- pkg/cmd/soa/delete/delete.go | 2 +- pkg/cmd/soa/list/list.go | 2 +- pkg/cmd/soa/publish/publish.go | 2 +- pkg/cmd/soa/soa.go | 2 +- pkg/cmd/soa/statement/add/add.go | 2 +- pkg/cmd/soa/statement/list/list.go | 2 +- pkg/cmd/soa/statement/remove/remove.go | 2 +- pkg/cmd/soa/statement/statement.go | 2 +- pkg/cmd/soa/statement/update/update.go | 2 +- pkg/cmd/soa/update/update.go | 2 +- pkg/cmd/soa/view/view.go | 2 +- pkg/cmd/task/create/create.go | 2 +- pkg/cmd/task/delete/delete.go | 2 +- pkg/cmd/task/list/list.go | 2 +- pkg/cmd/task/task.go | 2 +- pkg/cmd/task/update/update.go | 2 +- pkg/cmd/task/view/view.go | 2 +- pkg/cmd/thirdpartymgmt/create/create.go | 2 +- pkg/cmd/thirdpartymgmt/delete/delete.go | 2 +- pkg/cmd/thirdpartymgmt/link/link.go | 2 +- pkg/cmd/thirdpartymgmt/list/list.go | 2 +- pkg/cmd/thirdpartymgmt/publish/publish.go | 2 +- pkg/cmd/thirdpartymgmt/thirdpartymgmt.go | 2 +- pkg/cmd/thirdpartymgmt/unlink/unlink.go | 2 +- pkg/cmd/thirdpartymgmt/update/update.go | 2 +- pkg/cmd/thirdpartymgmt/vet/vet.go | 2 +- pkg/cmd/thirdpartymgmt/view/view.go | 2 +- pkg/cmd/tia/create/create.go | 2 +- pkg/cmd/tia/delete/delete.go | 2 +- pkg/cmd/tia/list/list.go | 2 +- pkg/cmd/tia/publish/publish.go | 2 +- pkg/cmd/tia/tia.go | 2 +- pkg/cmd/tia/update/update.go | 2 +- pkg/cmd/tia/view/view.go | 2 +- pkg/cmd/tracker-pattern/create/create.go | 2 +- pkg/cmd/tracker-pattern/delete/delete.go | 2 +- pkg/cmd/tracker-pattern/list/list.go | 2 +- pkg/cmd/tracker-pattern/move/move.go | 2 +- pkg/cmd/tracker-pattern/tracker_pattern.go | 2 +- pkg/cmd/tracker-pattern/update/update.go | 2 +- pkg/cmd/tracker-pattern/view/view.go | 2 +- pkg/cmd/tracker-resource/create/create.go | 2 +- pkg/cmd/tracker-resource/delete/delete.go | 2 +- pkg/cmd/tracker-resource/list/list.go | 2 +- pkg/cmd/tracker-resource/move/move.go | 2 +- pkg/cmd/tracker-resource/tracker_resource.go | 2 +- pkg/cmd/tracker-resource/update/update.go | 2 +- pkg/cmd/tracker-resource/view/view.go | 2 +- pkg/cmd/trust-center/file/delete/delete.go | 2 +- pkg/cmd/trust-center/file/file.go | 2 +- pkg/cmd/trust-center/file/list/list.go | 2 +- pkg/cmd/trust-center/reference/create/create.go | 2 +- pkg/cmd/trust-center/reference/delete/delete.go | 2 +- pkg/cmd/trust-center/reference/list/list.go | 2 +- pkg/cmd/trust-center/reference/reference.go | 2 +- pkg/cmd/trust-center/trust_center.go | 2 +- pkg/cmd/trust-center/update/update.go | 2 +- pkg/cmd/trust-center/view/view.go | 2 +- pkg/cmd/user/archive/archive.go | 2 +- pkg/cmd/user/list/list.go | 2 +- pkg/cmd/user/remove/remove.go | 2 +- pkg/cmd/user/user.go | 2 +- pkg/cmd/user/view/view.go | 2 +- pkg/cmd/version/version.go | 2 +- pkg/cmd/webhook/create/create.go | 2 +- pkg/cmd/webhook/delete/delete.go | 2 +- pkg/cmd/webhook/event/event.go | 2 +- pkg/cmd/webhook/event/list/list.go | 2 +- pkg/cmd/webhook/list/list.go | 2 +- pkg/cmd/webhook/shared/events.go | 2 +- pkg/cmd/webhook/update/update.go | 2 +- pkg/cmd/webhook/view/view.go | 2 +- pkg/cmd/webhook/webhook.go | 2 +- pkg/connector/apikey.go | 2 +- pkg/connector/apikey_test.go | 2 +- pkg/connector/connector.go | 2 +- pkg/connector/datadog.go | 2 +- pkg/connector/datadog_test.go | 2 +- pkg/connector/oauth2.go | 2 +- pkg/connector/oauth2_grant_type.go | 2 +- pkg/connector/oauth2_test.go | 2 +- pkg/connector/okta.go | 2 +- pkg/connector/okta_test.go | 2 +- pkg/connector/pagerduty.go | 2 +- pkg/connector/provider/anthropic.go | 2 +- pkg/connector/provider/apply.go | 2 +- pkg/connector/provider/apply_test.go | 2 +- pkg/connector/provider/asana.go | 2 +- pkg/connector/provider/bitbucket.go | 2 +- pkg/connector/provider/brex.go | 2 +- pkg/connector/provider/builtin.go | 2 +- pkg/connector/provider/clerk.go | 2 +- pkg/connector/provider/clerk_test.go | 2 +- pkg/connector/provider/clickup.go | 2 +- pkg/connector/provider/cloudflare.go | 2 +- pkg/connector/provider/cursor.go | 2 +- pkg/connector/provider/datadog.go | 2 +- pkg/connector/provider/docusign.go | 2 +- pkg/connector/provider/github.go | 2 +- pkg/connector/provider/gitlab.go | 2 +- pkg/connector/provider/google_workspace.go | 2 +- pkg/connector/provider/grafana.go | 2 +- pkg/connector/provider/heroku.go | 2 +- pkg/connector/provider/hubspot.go | 2 +- pkg/connector/provider/intercom.go | 2 +- pkg/connector/provider/linear.go | 2 +- pkg/connector/provider/metabase.go | 2 +- pkg/connector/provider/metabase_test.go | 2 +- pkg/connector/provider/microsoft_365.go | 2 +- pkg/connector/provider/monday.go | 2 +- pkg/connector/provider/netlify.go | 2 +- pkg/connector/provider/notion.go | 2 +- pkg/connector/provider/okta.go | 2 +- pkg/connector/provider/one_password.go | 2 +- pkg/connector/provider/one_password_test.go | 2 +- pkg/connector/provider/openai.go | 2 +- pkg/connector/provider/pagerduty.go | 2 +- pkg/connector/provider/posthog.go | 2 +- pkg/connector/provider/registry.go | 2 +- pkg/connector/provider/registry_test.go | 2 +- pkg/connector/provider/resend.go | 2 +- pkg/connector/provider/sendgrid.go | 2 +- pkg/connector/provider/sentry.go | 2 +- pkg/connector/provider/signoz.go | 2 +- pkg/connector/provider/signoz_test.go | 2 +- pkg/connector/provider/slack.go | 2 +- pkg/connector/provider/supabase.go | 2 +- pkg/connector/provider/tailscale.go | 2 +- pkg/connector/provider/tally.go | 2 +- pkg/connector/provider/types.go | 2 +- pkg/connector/provider/vercel.go | 2 +- pkg/connector/provider/zendesk.go | 2 +- pkg/connector/providers.go | 2 +- pkg/connector/registry.go | 2 +- pkg/connector/scopes.go | 2 +- pkg/connector/scopes_test.go | 2 +- pkg/connector/slack.go | 2 +- pkg/connector/slack_test.go | 2 +- pkg/connector/vercel.go | 2 +- pkg/connector/zendesk.go | 2 +- pkg/connector/zendesk_test.go | 2 +- pkg/cookiebanner/anonymize.go | 2 +- pkg/cookiebanner/common_pattern_enrichment_agent.go | 2 +- pkg/cookiebanner/common_pattern_enrichment_worker.go | 2 +- pkg/cookiebanner/defaults.go | 2 +- pkg/cookiebanner/equal.go | 2 +- pkg/cookiebanner/errors.go | 2 +- pkg/cookiebanner/pattern_analysis_worker.go | 2 +- pkg/cookiebanner/pattern_analysis_worker_process_test.go | 2 +- pkg/cookiebanner/pattern_analysis_worker_test.go | 2 +- pkg/cookiebanner/regulation.go | 2 +- pkg/cookiebanner/search_third_parties_tool.go | 2 +- pkg/cookiebanner/search_tracker_patterns_tool.go | 2 +- pkg/cookiebanner/service.go | 2 +- pkg/cookiebanner/service_test.go | 2 +- pkg/cookiebanner/snapshot.go | 2 +- pkg/cookiebanner/tracker_agents_config.go | 2 +- pkg/cookiebanner/tracker_mapping_agent.go | 2 +- pkg/cookiebanner/tracker_mapping_worker.go | 2 +- pkg/cookiebanner/tracker_mapping_worker_test.go | 2 +- pkg/coredata/access_entry.go | 2 +- pkg/coredata/access_entry_account_type.go | 2 +- pkg/coredata/access_entry_account_type_test.go | 2 +- pkg/coredata/access_entry_decision.go | 2 +- pkg/coredata/access_entry_decision_history.go | 2 +- pkg/coredata/access_entry_decision_test.go | 2 +- pkg/coredata/access_entry_filter.go | 2 +- pkg/coredata/access_entry_flag.go | 2 +- pkg/coredata/access_entry_flag_test.go | 2 +- pkg/coredata/access_entry_incremental_tag.go | 2 +- pkg/coredata/access_entry_incremental_tag_test.go | 2 +- pkg/coredata/access_entry_order_field.go | 2 +- pkg/coredata/access_entry_statistics.go | 2 +- pkg/coredata/access_entry_upsert_test.go | 2 +- pkg/coredata/access_review_campaign.go | 2 +- pkg/coredata/access_review_campaign_order_field.go | 2 +- pkg/coredata/access_review_campaign_scope_system.go | 2 +- pkg/coredata/access_review_campaign_source_fetch.go | 2 +- .../access_review_campaign_source_fetch_status.go | 2 +- .../access_review_campaign_source_fetch_status_test.go | 2 +- pkg/coredata/access_review_campaign_status.go | 2 +- pkg/coredata/access_review_campaign_status_test.go | 2 +- pkg/coredata/access_source.go | 2 +- pkg/coredata/access_source_category.go | 2 +- pkg/coredata/access_source_category_test.go | 2 +- pkg/coredata/access_source_order_field.go | 2 +- pkg/coredata/agent_run.go | 2 +- pkg/coredata/agent_run_order_field.go | 2 +- pkg/coredata/applicability_statement.go | 2 +- pkg/coredata/applicability_statement_order_field.go | 2 +- pkg/coredata/asset.go | 2 +- pkg/coredata/asset_order_field.go | 2 +- pkg/coredata/asset_third_party.go | 2 +- pkg/coredata/asset_type.go | 2 +- pkg/coredata/audit.go | 2 +- pkg/coredata/audit_filter.go | 2 +- pkg/coredata/audit_log_actor_type.go | 2 +- pkg/coredata/audit_log_entry.go | 2 +- pkg/coredata/audit_log_entry_filter.go | 2 +- pkg/coredata/audit_log_entry_order_field.go | 2 +- pkg/coredata/audit_log_resource_type.go | 2 +- pkg/coredata/audit_order_field.go | 2 +- pkg/coredata/audit_state.go | 2 +- pkg/coredata/auth_method.go | 2 +- pkg/coredata/business_impact.go | 2 +- pkg/coredata/cached_certificate.go | 2 +- pkg/coredata/common_third_party.go | 2 +- pkg/coredata/common_third_party_domain.go | 2 +- pkg/coredata/common_third_party_domain_filter.go | 2 +- pkg/coredata/common_third_party_filter.go | 2 +- pkg/coredata/common_tracker_pattern.go | 2 +- pkg/coredata/common_tracker_pattern_test.go | 2 +- pkg/coredata/compliance_external_url.go | 2 +- pkg/coredata/compliance_external_url_order_field.go | 2 +- pkg/coredata/compliance_framework.go | 2 +- pkg/coredata/compliance_framework_order_field.go | 2 +- pkg/coredata/compliance_framework_visibility.go | 2 +- pkg/coredata/connector.go | 2 +- pkg/coredata/connector_filter.go | 2 +- pkg/coredata/connector_order_field.go | 2 +- pkg/coredata/connector_protocol.go | 2 +- pkg/coredata/connector_provider.go | 2 +- pkg/coredata/connector_settings.go | 2 +- pkg/coredata/connector_settings_test.go | 2 +- pkg/coredata/connector_test.go | 2 +- pkg/coredata/control.go | 2 +- pkg/coredata/control_audit.go | 2 +- pkg/coredata/control_document.go | 2 +- pkg/coredata/control_filter.go | 2 +- pkg/coredata/control_maturity_level.go | 2 +- pkg/coredata/control_maturity_level_test.go | 2 +- pkg/coredata/control_mesure.go | 2 +- pkg/coredata/control_obligation.go | 2 +- pkg/coredata/control_obligation_filter.go | 2 +- pkg/coredata/control_order_field.go | 2 +- pkg/coredata/cookie_banner.go | 2 +- pkg/coredata/cookie_banner_filter.go | 2 +- pkg/coredata/cookie_banner_order_field.go | 2 +- pkg/coredata/cookie_banner_state.go | 2 +- pkg/coredata/cookie_banner_translation.go | 2 +- pkg/coredata/cookie_banner_version.go | 2 +- pkg/coredata/cookie_banner_version_order_field.go | 2 +- pkg/coredata/cookie_banner_version_state.go | 2 +- pkg/coredata/cookie_category.go | 2 +- pkg/coredata/cookie_category_filter.go | 2 +- pkg/coredata/cookie_category_kind.go | 2 +- pkg/coredata/cookie_category_order_field.go | 2 +- pkg/coredata/cookie_consent_action.go | 2 +- pkg/coredata/cookie_consent_mode.go | 2 +- pkg/coredata/cookie_consent_record.go | 2 +- pkg/coredata/cookie_consent_record_filter.go | 2 +- pkg/coredata/cookie_consent_record_order_field.go | 2 +- pkg/coredata/cookie_source.go | 2 +- pkg/coredata/country_code.go | 2 +- pkg/coredata/custom_domain.go | 2 +- pkg/coredata/custom_domain_order_field.go | 2 +- pkg/coredata/custom_domain_ssl_status.go | 2 +- pkg/coredata/custom_domain_verification_status.go | 2 +- pkg/coredata/data_classification.go | 2 +- pkg/coredata/data_protection_impact_assessment.go | 2 +- .../data_protection_impact_assessment_order_field.go | 2 +- .../data_protection_impact_assessment_residual_risk.go | 2 +- pkg/coredata/data_sensitivity.go | 2 +- pkg/coredata/datum.go | 2 +- pkg/coredata/datum_order_field.go | 2 +- pkg/coredata/datum_third_party.go | 2 +- pkg/coredata/detected_tracker.go | 2 +- pkg/coredata/detected_tracker_order_field.go | 2 +- pkg/coredata/document.go | 2 +- pkg/coredata/document_classification.go | 2 +- pkg/coredata/document_default_approver.go | 2 +- pkg/coredata/document_filter.go | 2 +- pkg/coredata/document_order_field.go | 2 +- pkg/coredata/document_status.go | 2 +- pkg/coredata/document_type.go | 2 +- pkg/coredata/document_version.go | 2 +- pkg/coredata/document_version_approval_decision.go | 2 +- pkg/coredata/document_version_approval_decision_filter.go | 2 +- .../document_version_approval_decision_order_field.go | 2 +- pkg/coredata/document_version_approval_decision_state.go | 2 +- pkg/coredata/document_version_approval_quorum.go | 2 +- .../document_version_approval_quorum_order_field.go | 2 +- pkg/coredata/document_version_approval_quorum_status.go | 2 +- pkg/coredata/document_version_filter.go | 2 +- pkg/coredata/document_version_order_field.go | 2 +- pkg/coredata/document_version_orientation.go | 2 +- pkg/coredata/document_version_signature.go | 2 +- pkg/coredata/document_version_signature_filter.go | 2 +- pkg/coredata/document_version_signature_order_field.go | 2 +- pkg/coredata/document_version_signature_state.go | 2 +- pkg/coredata/document_version_status.go | 2 +- pkg/coredata/document_write_mode.go | 2 +- pkg/coredata/electronic_signature.go | 2 +- pkg/coredata/electronic_signature_document_type.go | 2 +- pkg/coredata/electronic_signature_event.go | 2 +- pkg/coredata/electronic_signature_event_source.go | 2 +- pkg/coredata/electronic_signature_event_type.go | 2 +- pkg/coredata/electronic_signature_status.go | 2 +- pkg/coredata/email.go | 2 +- pkg/coredata/email_attachment.go | 2 +- pkg/coredata/email_status.go | 2 +- pkg/coredata/entity_type_reg.go | 2 +- pkg/coredata/errors.go | 2 +- pkg/coredata/evidence.go | 2 +- pkg/coredata/evidence_description_status.go | 2 +- pkg/coredata/evidence_order_field.go | 2 +- pkg/coredata/evidence_state.go | 2 +- pkg/coredata/evidence_type.go | 2 +- pkg/coredata/expire_reason.go | 2 +- pkg/coredata/export_job.go | 2 +- pkg/coredata/export_job_status.go | 2 +- pkg/coredata/export_job_type.go | 2 +- pkg/coredata/file.go | 2 +- pkg/coredata/file_visibility.go | 2 +- pkg/coredata/finding.go | 2 +- pkg/coredata/finding_audit.go | 2 +- pkg/coredata/finding_filter.go | 2 +- pkg/coredata/finding_kind.go | 2 +- pkg/coredata/finding_order_field.go | 2 +- pkg/coredata/finding_priority.go | 2 +- pkg/coredata/finding_status.go | 2 +- pkg/coredata/framework.go | 2 +- pkg/coredata/framework_order_field.go | 2 +- pkg/coredata/identity.go | 2 +- pkg/coredata/identity_order_field.go | 2 +- pkg/coredata/invitation.go | 2 +- pkg/coredata/invitation_filter.go | 2 +- pkg/coredata/invitation_order_field.go | 2 +- pkg/coredata/invitation_status.go | 2 +- pkg/coredata/ip_country_block.go | 2 +- pkg/coredata/mailing_list.go | 2 +- pkg/coredata/mailing_list_subscriber.go | 2 +- pkg/coredata/mailing_list_subscriber_order_field.go | 2 +- pkg/coredata/mailing_list_subscriber_status.go | 2 +- pkg/coredata/mailing_list_update.go | 2 +- pkg/coredata/mailing_list_update_order_field.go | 2 +- pkg/coredata/mailing_list_update_status.go | 2 +- pkg/coredata/measure.go | 2 +- pkg/coredata/measure_document.go | 2 +- pkg/coredata/measure_filter.go | 2 +- pkg/coredata/measure_third_party.go | 2 +- pkg/coredata/member_role.go | 2 +- pkg/coredata/membership.go | 2 +- pkg/coredata/membership_order_field.go | 2 +- pkg/coredata/membership_profile.go | 2 +- pkg/coredata/membership_profile_filter.go | 2 +- pkg/coredata/membership_profile_order_field.go | 2 +- pkg/coredata/mesure_order_field.go | 2 +- pkg/coredata/mesure_state.go | 2 +- pkg/coredata/mfa_status.go | 2 +- pkg/coredata/migrations.go | 2 +- pkg/coredata/migrations/20250124T113100Z.sql | 2 +- pkg/coredata/migrations/20250125T212400Z.sql | 2 +- pkg/coredata/migrations/20250125T214100Z.sql | 2 +- pkg/coredata/migrations/20250126T141600Z.sql | 2 +- pkg/coredata/migrations/20250128T093900Z.sql | 2 +- pkg/coredata/migrations/20250128T151500Z.sql | 2 +- pkg/coredata/migrations/20250130T142900Z.sql | 2 +- pkg/coredata/migrations/20250130T144500Z.sql | 2 +- pkg/coredata/migrations/20250130T145600Z.sql | 2 +- pkg/coredata/migrations/20250130T154300Z.sql | 2 +- pkg/coredata/migrations/20250130T210000Z.sql | 2 +- pkg/coredata/migrations/20250130T211400Z.sql | 2 +- pkg/coredata/migrations/20250130T212000Z.sql | 2 +- pkg/coredata/migrations/20250139T143000Z.sql | 2 +- pkg/coredata/migrations/20250202T110500Z.sql | 2 +- pkg/coredata/migrations/20250202T141800Z.sql | 2 +- pkg/coredata/migrations/20250202T180400Z.sql | 2 +- pkg/coredata/migrations/20250202T201400Z.sql | 2 +- pkg/coredata/migrations/20250206T121300Z.sql | 2 +- pkg/coredata/migrations/20250209T183000Z.sql | 2 +- pkg/coredata/migrations/20250212T174900Z.sql | 2 +- pkg/coredata/migrations/20250218T101900Z.sql | 2 +- pkg/coredata/migrations/20250218T112800Z.sql | 2 +- pkg/coredata/migrations/20250218T113200Z.sql | 2 +- pkg/coredata/migrations/20250218T113800Z.sql | 2 +- pkg/coredata/migrations/20250218T120000Z.sql | 2 +- pkg/coredata/migrations/20250218T121700Z.sql | 2 +- pkg/coredata/migrations/20250218T125600Z.sql | 2 +- pkg/coredata/migrations/20250218T171000Z.sql | 2 +- pkg/coredata/migrations/20250225T153220Z.sql | 2 +- pkg/coredata/migrations/20250225T201106Z.sql | 2 +- pkg/coredata/migrations/20250225T211652Z.sql | 2 +- pkg/coredata/migrations/20250225T222000Z.sql | 2 +- pkg/coredata/migrations/20250227T144100Z.sql | 2 +- pkg/coredata/migrations/20250227T152900Z.sql | 2 +- pkg/coredata/migrations/20250228T000000Z.sql | 2 +- pkg/coredata/migrations/20250305T110005Z.sql | 2 +- pkg/coredata/migrations/20250305T111053Z.sql | 2 +- pkg/coredata/migrations/20250305T155800Z.sql | 2 +- pkg/coredata/migrations/20250305T171200Z.sql | 2 +- pkg/coredata/migrations/20250310T161900Z.sql | 2 +- pkg/coredata/migrations/20250310T164900Z.sql | 2 +- pkg/coredata/migrations/20250310T181100Z.sql | 2 +- pkg/coredata/migrations/20250311T094000Z.sql | 2 +- pkg/coredata/migrations/20250311T145900Z.sql | 2 +- pkg/coredata/migrations/20250311T183100Z.sql | 2 +- pkg/coredata/migrations/20250312T084900Z.sql | 2 +- pkg/coredata/migrations/20250312T094600Z.sql | 2 +- pkg/coredata/migrations/20250312T165900Z.sql | 2 +- pkg/coredata/migrations/20250312T180800Z.sql | 2 +- pkg/coredata/migrations/20250313T091900Z.sql | 2 +- pkg/coredata/migrations/20250313T110700Z.sql | 2 +- pkg/coredata/migrations/20250313T160700Z.sql | 2 +- pkg/coredata/migrations/20250314T111900Z.sql | 2 +- pkg/coredata/migrations/20250316T183600Z.sql | 2 +- pkg/coredata/migrations/20250319T121300Z.sql | 2 +- pkg/coredata/migrations/20250320T162619Z.sql | 2 +- pkg/coredata/migrations/20250327T065928Z.sql | 2 +- pkg/coredata/migrations/20250327T093314Z.sql | 2 +- pkg/coredata/migrations/20250327T122105Z.sql | 2 +- pkg/coredata/migrations/20250327T122609Z.sql | 2 +- pkg/coredata/migrations/20250327T122700Z.sql | 2 +- pkg/coredata/migrations/20250327T210900Z.sql | 2 +- pkg/coredata/migrations/20250327T212900Z.sql | 2 +- pkg/coredata/migrations/20250327T220600Z.sql | 2 +- pkg/coredata/migrations/20250327T220601Z.sql | 2 +- pkg/coredata/migrations/20250328T142200Z.sql | 2 +- pkg/coredata/migrations/20250330T163200Z.sql | 2 +- pkg/coredata/migrations/20250331T093100Z.sql | 2 +- pkg/coredata/migrations/20250331T150600Z.sql | 2 +- pkg/coredata/migrations/20250401T080600Z.sql | 2 +- pkg/coredata/migrations/20250401T082800Z.sql | 2 +- pkg/coredata/migrations/20250401T082900Z.sql | 2 +- pkg/coredata/migrations/20250401T144700Z.sql | 2 +- pkg/coredata/migrations/20250401T165000Z.sql | 2 +- pkg/coredata/migrations/20250401T171500Z.sql | 2 +- pkg/coredata/migrations/20250401T173800Z.sql | 2 +- pkg/coredata/migrations/20250401T175300Z.sql | 2 +- pkg/coredata/migrations/20250401T175400Z.sql | 2 +- pkg/coredata/migrations/20250402T083700Z.sql | 2 +- pkg/coredata/migrations/20250402T093900Z.sql | 2 +- pkg/coredata/migrations/20250403T093800Z.sql | 2 +- pkg/coredata/migrations/20250408T205600Z.sql | 2 +- pkg/coredata/migrations/20250409T081100Z.sql | 2 +- pkg/coredata/migrations/20250410T160300Z.sql | 2 +- pkg/coredata/migrations/20250410T160700Z.sql | 2 +- pkg/coredata/migrations/20250410T161200Z.sql | 2 +- pkg/coredata/migrations/20250410T162000Z.sql | 2 +- pkg/coredata/migrations/20250411T212500Z.sql | 2 +- pkg/coredata/migrations/20250411T215600Z.sql | 2 +- pkg/coredata/migrations/20250411T225200Z.sql | 2 +- pkg/coredata/migrations/20250411T233300Z.sql | 2 +- pkg/coredata/migrations/20250412T100700Z.sql | 2 +- pkg/coredata/migrations/20250412T105200Z.sql | 2 +- pkg/coredata/migrations/20250412T141800Z.sql | 2 +- pkg/coredata/migrations/20250412T175500Z.sql | 2 +- pkg/coredata/migrations/20250412T180400Z.sql | 2 +- pkg/coredata/migrations/20250412T182100Z.sql | 2 +- pkg/coredata/migrations/20250412T210000Z.sql | 2 +- pkg/coredata/migrations/20250414T145300Z.sql | 2 +- pkg/coredata/migrations/20250415T003600Z.sql | 2 +- pkg/coredata/migrations/20250415T094200Z.sql | 2 +- pkg/coredata/migrations/20250417T085900Z.sql | 2 +- pkg/coredata/migrations/20250417T100200Z.sql | 2 +- pkg/coredata/migrations/20250419T061500Z.sql | 2 +- pkg/coredata/migrations/20250419T140300Z.sql | 2 +- pkg/coredata/migrations/20250420T110200Z.sql | 2 +- pkg/coredata/migrations/20250420T120000Z.sql | 2 +- pkg/coredata/migrations/20250420T120001Z.sql | 2 +- pkg/coredata/migrations/20250421T032000Z.sql | 2 +- pkg/coredata/migrations/20250421T032700Z.sql | 2 +- pkg/coredata/migrations/20250422T004000Z.sql | 2 +- pkg/coredata/migrations/20250422T004300Z.sql | 2 +- pkg/coredata/migrations/20250422T033400Z.sql | 2 +- pkg/coredata/migrations/20250422T090900Z.sql | 2 +- pkg/coredata/migrations/20250422T152800Z.sql | 2 +- pkg/coredata/migrations/20250424T043800Z.sql | 2 +- pkg/coredata/migrations/20250424T051900Z.sql | 2 +- pkg/coredata/migrations/20250424T054100Z.sql | 2 +- pkg/coredata/migrations/20250424T094500Z.sql | 2 +- pkg/coredata/migrations/20250425T012700Z.sql | 2 +- pkg/coredata/migrations/20250427T082100Z.sql | 2 +- pkg/coredata/migrations/20250428T024800Z.sql | 2 +- pkg/coredata/migrations/20250430T140000Z.sql | 2 +- pkg/coredata/migrations/20250501T091000Z.sql | 2 +- pkg/coredata/migrations/20250503T142200Z.sql | 2 +- pkg/coredata/migrations/20250504T224200Z.sql | 2 +- pkg/coredata/migrations/20250505T171400Z.sql | 2 +- pkg/coredata/migrations/20250505T180700Z.sql | 2 +- pkg/coredata/migrations/20250522T160900Z.sql | 2 +- pkg/coredata/migrations/20250525T153316Z.sql | 2 +- pkg/coredata/migrations/20250525T180711Z.sql | 2 +- pkg/coredata/migrations/20250527T211803Z.sql | 2 +- pkg/coredata/migrations/20250528T001641Z.sql | 2 +- pkg/coredata/migrations/20250530T033915Z.sql | 2 +- pkg/coredata/migrations/20250530T170253Z.sql | 2 +- pkg/coredata/migrations/20250530T215914Z.sql | 2 +- pkg/coredata/migrations/20250602T225034Z.sql | 2 +- pkg/coredata/migrations/20250603T083618Z.sql | 2 +- pkg/coredata/migrations/20250603T223629Z.sql | 2 +- pkg/coredata/migrations/20250603T231005Z.sql | 2 +- pkg/coredata/migrations/20250605T233149Z.sql | 2 +- pkg/coredata/migrations/20250607T173748Z.sql | 2 +- pkg/coredata/migrations/20250609T193222Z.sql | 2 +- pkg/coredata/migrations/20250609T212605Z.sql | 2 +- pkg/coredata/migrations/20250716T155448Z.sql | 2 +- pkg/coredata/migrations/20250717T122222Z.sql | 2 +- pkg/coredata/migrations/20250722T151525Z.sql | 2 +- pkg/coredata/migrations/20250724T135155Z.sql | 2 +- pkg/coredata/migrations/20250728T194402Z.sql | 2 +- pkg/coredata/migrations/20250805T123605Z.sql | 2 +- pkg/coredata/migrations/20250807T141252Z.sql | 2 +- pkg/coredata/migrations/20250812T120141Z.sql | 2 +- pkg/coredata/migrations/20250813T141529Z.sql | 2 +- pkg/coredata/migrations/20250813T160929Z.sql | 2 +- pkg/coredata/migrations/20250814T091852Z.sql | 2 +- pkg/coredata/migrations/20250814T114119Z.sql | 2 +- pkg/coredata/migrations/20250814T123441Z.sql | 2 +- pkg/coredata/migrations/20250818T094916Z.sql | 2 +- pkg/coredata/migrations/20250818T152559Z.sql | 2 +- pkg/coredata/migrations/20250819T102905Z.sql | 2 +- pkg/coredata/migrations/20250820T091053Z.sql | 2 +- pkg/coredata/migrations/20250822T123225Z.sql | 2 +- pkg/coredata/migrations/20250826T121441Z.sql | 2 +- pkg/coredata/migrations/20250826T174137Z.sql | 2 +- pkg/coredata/migrations/20250827T125533Z.sql | 2 +- pkg/coredata/migrations/20250828T091522Z.sql | 2 +- pkg/coredata/migrations/20250828T120643Z.sql | 2 +- pkg/coredata/migrations/20250828T131554Z.sql | 2 +- pkg/coredata/migrations/20250828T142256Z.sql | 2 +- pkg/coredata/migrations/20250828T201559Z.sql | 2 +- pkg/coredata/migrations/20250829T123035Z.sql | 2 +- pkg/coredata/migrations/20250829T141003Z.sql | 2 +- pkg/coredata/migrations/20250829T155558Z.sql | 2 +- pkg/coredata/migrations/20250829T165122Z.sql | 2 +- pkg/coredata/migrations/20250902T093819Z.sql | 2 +- pkg/coredata/migrations/20250905T122423Z.sql | 2 +- pkg/coredata/migrations/20250908T142945Z.sql | 2 +- pkg/coredata/migrations/20250909T114034Z.sql | 2 +- pkg/coredata/migrations/20250911T114906Z.sql | 2 +- pkg/coredata/migrations/20250912T131913Z.sql | 2 +- pkg/coredata/migrations/20250916T121639Z.sql | 2 +- pkg/coredata/migrations/20250919T121111Z.sql | 2 +- pkg/coredata/migrations/20250919T142754Z.sql | 2 +- pkg/coredata/migrations/20250922T120000Z.sql | 2 +- pkg/coredata/migrations/20250923T120205Z.sql | 2 +- pkg/coredata/migrations/20250924T111957Z.sql | 2 +- pkg/coredata/migrations/20250925T184234Z.sql | 2 +- pkg/coredata/migrations/20250926T070601Z.sql | 2 +- pkg/coredata/migrations/20250929T121248Z.sql | 2 +- pkg/coredata/migrations/20251001T000000Z.sql | 2 +- pkg/coredata/migrations/20251002T131830Z.sql | 2 +- pkg/coredata/migrations/20251003T102644Z.sql | 2 +- pkg/coredata/migrations/20251003T132724Z.sql | 2 +- pkg/coredata/migrations/20251003T144148Z.sql | 2 +- pkg/coredata/migrations/20251003T151644Z.sql | 2 +- pkg/coredata/migrations/20251006T133729Z.sql | 2 +- pkg/coredata/migrations/20251006T220024Z.sql | 2 +- pkg/coredata/migrations/20251009T140000Z.sql | 2 +- pkg/coredata/migrations/20251013T195615Z.sql | 2 +- pkg/coredata/migrations/20251013T202745Z.sql | 2 +- pkg/coredata/migrations/20251014T000000Z.sql | 2 +- pkg/coredata/migrations/20251014T120000Z.sql | 2 +- pkg/coredata/migrations/20251014T132711Z.sql | 2 +- pkg/coredata/migrations/20251016T174950Z.sql | 2 +- pkg/coredata/migrations/20251018T081657Z.sql | 2 +- pkg/coredata/migrations/20251018T194142Z.sql | 2 +- pkg/coredata/migrations/20251020T163914Z.sql | 2 +- pkg/coredata/migrations/20251023T000000Z.sql | 2 +- pkg/coredata/migrations/20251024T183816Z.sql | 2 +- pkg/coredata/migrations/20251028T152339Z.sql | 2 +- pkg/coredata/migrations/20251030T120000Z.sql | 2 +- pkg/coredata/migrations/20251031T152957Z.sql | 2 +- pkg/coredata/migrations/20251105T145415Z.sql | 2 +- pkg/coredata/migrations/20251109T101900Z.sql | 2 +- pkg/coredata/migrations/20251109T214255Z.sql | 2 +- pkg/coredata/migrations/20251113T000000Z.sql | 2 +- pkg/coredata/migrations/20251114T000000Z.sql | 2 +- pkg/coredata/migrations/20251204T000000Z.sql | 2 +- pkg/coredata/migrations/20251205T000000Z.sql | 2 +- pkg/coredata/migrations/20251205T120000Z.sql | 2 +- pkg/coredata/migrations/20251205T140000Z.sql | 2 +- pkg/coredata/migrations/20251205T150000Z.sql | 2 +- pkg/coredata/migrations/20251205T154956Z.sql | 2 +- pkg/coredata/migrations/20251208T172842Z.sql | 2 +- pkg/coredata/migrations/20251210T133440Z.sql | 2 +- pkg/coredata/migrations/20251212T120000Z.sql | 2 +- pkg/coredata/migrations/20251216T093400Z.sql | 2 +- pkg/coredata/migrations/20251216T104900Z.sql | 2 +- pkg/coredata/migrations/20251216T153357Z.sql | 2 +- pkg/coredata/migrations/20251219T120000Z.sql | 2 +- pkg/coredata/migrations/20251219T220314Z.sql | 2 +- pkg/coredata/migrations/20251219T230719Z.sql | 2 +- pkg/coredata/migrations/20251220T104530Z.sql | 2 +- pkg/coredata/migrations/20251220T140915Z.sql | 2 +- pkg/coredata/migrations/20251221T222519Z.sql | 2 +- pkg/coredata/migrations/20251222T102632Z.sql | 2 +- pkg/coredata/migrations/20251222T150000Z.sql | 2 +- pkg/coredata/migrations/20251223T190400Z.sql | 2 +- pkg/coredata/migrations/20251224T114827Z.sql | 2 +- pkg/coredata/migrations/20251224T123758Z.sql | 2 +- pkg/coredata/migrations/20251226T130238Z.sql | 2 +- pkg/coredata/migrations/20260102T093953Z.sql | 2 +- pkg/coredata/migrations/20260102T134633Z.sql | 2 +- pkg/coredata/migrations/20260104T151807Z.sql | 2 +- pkg/coredata/migrations/20260104T155201Z.sql | 2 +- pkg/coredata/migrations/20260104T155202Z.sql | 2 +- pkg/coredata/migrations/20260105T134456Z.sql | 2 +- pkg/coredata/migrations/20260105T150000Z.sql | 2 +- pkg/coredata/migrations/20260111T211335Z.sql | 2 +- pkg/coredata/migrations/20260112T165327Z.sql | 2 +- pkg/coredata/migrations/20260113T220012Z.sql | 2 +- pkg/coredata/migrations/20260116T104702Z.sql | 2 +- pkg/coredata/migrations/20260116T170015Z.sql | 2 +- pkg/coredata/migrations/20260118T161053Z.sql | 2 +- pkg/coredata/migrations/20260119T182800.sql | 2 +- pkg/coredata/migrations/20260121T150000Z.sql | 2 +- pkg/coredata/migrations/20260127T120000Z.sql | 2 +- pkg/coredata/migrations/20260129T041655Z.sql | 2 +- pkg/coredata/migrations/20260129T120000Z.sql | 2 +- pkg/coredata/migrations/20260129T133000Z.sql | 2 +- pkg/coredata/migrations/20260201T120000Z.sql | 2 +- pkg/coredata/migrations/20260203T132700Z.sql | 2 +- pkg/coredata/migrations/20260209T125649Z.sql | 2 +- pkg/coredata/migrations/20260209T160000Z.sql | 2 +- pkg/coredata/migrations/20260210T120000Z.sql | 2 +- pkg/coredata/migrations/20260210T135740Z.sql | 2 +- pkg/coredata/migrations/20260212T163603Z.sql | 2 +- pkg/coredata/migrations/20260213T120000Z.sql | 2 +- pkg/coredata/migrations/20260213T150000Z.sql | 2 +- pkg/coredata/migrations/20260217T120000Z.sql | 2 +- pkg/coredata/migrations/20260217T130000Z.sql | 2 +- pkg/coredata/migrations/20260220T092400Z.sql | 2 +- pkg/coredata/migrations/20260220T150000Z.sql | 2 +- pkg/coredata/migrations/20260224T120000Z.sql | 2 +- pkg/coredata/migrations/20260225T000000Z.sql | 2 +- pkg/coredata/migrations/20260227T120000Z.sql | 2 +- pkg/coredata/migrations/20260302T120000Z.sql | 2 +- pkg/coredata/migrations/20260304T151104Z.sql | 2 +- pkg/coredata/migrations/20260305T120000Z.sql | 2 +- pkg/coredata/migrations/20260306T120000Z.sql | 2 +- pkg/coredata/migrations/20260306T200000Z.sql | 2 +- pkg/coredata/migrations/20260308T120000Z.sql | 2 +- pkg/coredata/migrations/20260309T120000Z.sql | 2 +- pkg/coredata/migrations/20260309T150000Z.sql | 2 +- pkg/coredata/migrations/20260309T160000Z.sql | 2 +- pkg/coredata/migrations/20260311T164306Z.sql | 2 +- pkg/coredata/migrations/20260311T171614Z.sql | 2 +- pkg/coredata/migrations/20260314T200000Z.sql | 2 +- pkg/coredata/migrations/20260315T100000Z.sql | 2 +- pkg/coredata/migrations/20260315T100001Z.sql | 2 +- pkg/coredata/migrations/20260316T120000Z.sql | 2 +- pkg/coredata/migrations/20260317T120000Z.sql | 2 +- pkg/coredata/migrations/20260318T120000Z.sql | 2 +- pkg/coredata/migrations/20260319T120000Z.sql | 2 +- pkg/coredata/migrations/20260319T130000Z.sql | 2 +- pkg/coredata/migrations/20260319T140000Z.sql | 2 +- pkg/coredata/migrations/20260319T150000Z.sql | 2 +- pkg/coredata/migrations/20260319T160000Z.sql | 2 +- pkg/coredata/migrations/20260320T120000Z.sql | 2 +- pkg/coredata/migrations/20260322T120000Z.sql | 2 +- pkg/coredata/migrations/20260324T130000Z.sql | 2 +- pkg/coredata/migrations/20260325T120000Z.sql | 2 +- pkg/coredata/migrations/20260325T130000Z.sql | 2 +- pkg/coredata/migrations/20260325T140000Z.sql | 2 +- pkg/coredata/migrations/20260326T120000Z.sql | 2 +- pkg/coredata/migrations/20260326T131816Z.sql | 2 +- pkg/coredata/migrations/20260326T150000Z.sql | 2 +- pkg/coredata/migrations/20260326T160000Z.sql | 2 +- pkg/coredata/migrations/20260327T130000Z.sql | 2 +- pkg/coredata/migrations/20260330T100000Z.sql | 2 +- pkg/coredata/migrations/20260330T120042Z.sql | 2 +- pkg/coredata/migrations/20260401T120000Z.sql | 2 +- pkg/coredata/migrations/20260402T120000Z.sql | 2 +- pkg/coredata/migrations/20260403T120000Z.sql | 2 +- pkg/coredata/migrations/20260406T112100Z.sql | 2 +- pkg/coredata/migrations/20260407T120000Z.sql | 2 +- pkg/coredata/migrations/20260408T120000Z.sql | 2 +- pkg/coredata/migrations/20260408T120004Z.sql | 2 +- pkg/coredata/migrations/20260408T130000Z.sql | 2 +- pkg/coredata/migrations/20260409T120000Z.sql | 2 +- pkg/coredata/migrations/20260409T130000Z.sql | 2 +- pkg/coredata/migrations/20260410T120000Z.sql | 2 +- pkg/coredata/migrations/20260410T121735Z.sql | 2 +- pkg/coredata/migrations/20260411T120000Z.sql | 2 +- pkg/coredata/migrations/20260413T120000Z.sql | 2 +- pkg/coredata/migrations/20260413T130000Z.sql | 2 +- pkg/coredata/migrations/20260413T232000Z.sql | 2 +- pkg/coredata/migrations/20260414T083800Z.sql | 2 +- pkg/coredata/migrations/20260414T125046Z.sql | 2 +- pkg/coredata/migrations/20260414T140000Z.sql | 2 +- pkg/coredata/migrations/20260416T120000Z.sql | 2 +- pkg/coredata/migrations/20260416T120001Z.sql | 2 +- pkg/coredata/migrations/20260419T172808Z.sql | 2 +- pkg/coredata/migrations/20260420T120000Z.sql | 2 +- pkg/coredata/migrations/20260420T130000Z.sql | 2 +- pkg/coredata/migrations/20260420T140000Z.sql | 2 +- pkg/coredata/migrations/20260420T143027Z.sql | 2 +- pkg/coredata/migrations/20260421T080558Z.sql | 2 +- pkg/coredata/migrations/20260421T140001Z.sql | 2 +- pkg/coredata/migrations/20260422T120000Z.sql | 2 +- pkg/coredata/migrations/20260422T130000Z.sql | 2 +- pkg/coredata/migrations/20260422T145821Z.sql | 2 +- pkg/coredata/migrations/20260423T074540Z.sql | 2 +- pkg/coredata/migrations/20260423T144457Z.sql | 2 +- pkg/coredata/migrations/20260424T093655Z.sql | 2 +- pkg/coredata/migrations/20260424T112802Z.sql | 2 +- pkg/coredata/migrations/20260424T122219Z.sql | 2 +- pkg/coredata/migrations/20260424T150000Z.sql | 2 +- pkg/coredata/migrations/20260424T173529Z.sql | 2 +- pkg/coredata/migrations/20260428T115900Z.sql | 2 +- pkg/coredata/migrations/20260428T152537Z.sql | 2 +- pkg/coredata/migrations/20260429T064800Z.sql | 2 +- pkg/coredata/migrations/20260429T084452Z.sql | 2 +- pkg/coredata/migrations/20260429T102803Z.sql | 2 +- pkg/coredata/migrations/20260429T135250Z.sql | 2 +- pkg/coredata/migrations/20260429T150423Z.sql | 2 +- pkg/coredata/migrations/20260501T121519Z.sql | 2 +- pkg/coredata/migrations/20260504T114755Z.sql | 2 +- pkg/coredata/migrations/20260505T090000Z.sql | 2 +- pkg/coredata/migrations/20260506T084741Z.sql | 2 +- pkg/coredata/migrations/20260506T163600Z.sql | 2 +- pkg/coredata/migrations/20260507T061947Z.sql | 2 +- pkg/coredata/migrations/20260507T083059Z.sql | 2 +- pkg/coredata/migrations/20260507T131200Z.sql | 2 +- pkg/coredata/migrations/20260507T143000Z.sql | 2 +- pkg/coredata/migrations/20260507T150000Z.sql | 2 +- pkg/coredata/migrations/20260508T123706Z.sql | 2 +- pkg/coredata/migrations/20260508T144600Z.sql | 2 +- pkg/coredata/migrations/20260508T193600Z.sql | 2 +- pkg/coredata/migrations/20260508T193601Z.sql | 2 +- pkg/coredata/migrations/20260508T729406Z.sql | 2 +- pkg/coredata/migrations/20260509T000000Z.sql | 2 +- pkg/coredata/migrations/20260511T063353Z.sql | 2 +- pkg/coredata/migrations/20260511T063925Z.sql | 2 +- pkg/coredata/migrations/20260511T064746Z.sql | 2 +- pkg/coredata/migrations/20260511T160400Z.sql | 2 +- pkg/coredata/migrations/20260512T082340Z.sql | 2 +- pkg/coredata/migrations/20260512T090100Z.sql | 2 +- pkg/coredata/migrations/20260512T091055Z.sql | 2 +- pkg/coredata/migrations/20260513T075812Z.sql | 2 +- pkg/coredata/migrations/20260513T084412Z.sql | 2 +- pkg/coredata/migrations/20260513T100000Z.sql | 2 +- pkg/coredata/migrations/20260513T105453Z.sql | 2 +- pkg/coredata/migrations/20260513T130929Z.sql | 2 +- pkg/coredata/migrations/20260514T123727Z.sql | 2 +- pkg/coredata/migrations/20260515T140410Z.sql | 2 +- pkg/coredata/migrations/20260519T100000Z.sql | 2 +- pkg/coredata/migrations/20260520T104358Z.sql | 2 +- pkg/coredata/migrations/20260520T113200Z.sql | 2 +- pkg/coredata/migrations/20260522T120000Z.sql | 2 +- pkg/coredata/migrations/20260522T155558Z.sql | 2 +- pkg/coredata/migrations/20260527T163848Z.sql | 2 +- pkg/coredata/migrations/20260528T172500Z.sql | 2 +- pkg/coredata/migrations/20260528T182700Z.sql | 2 +- pkg/coredata/migrations/20260528T214100Z.sql | 2 +- pkg/coredata/migrations/20260528T214500Z.sql | 2 +- pkg/coredata/migrations/20260528T497204Z.sql | 2 +- pkg/coredata/migrations/20260528T613927Z.sql | 2 +- pkg/coredata/migrations/20260529T010239Z.sql | 2 +- pkg/coredata/migrations/20260529T022423Z.sql | 2 +- pkg/coredata/migrations/20260529T032500Z.sql | 2 +- pkg/coredata/migrations/20260529T062100Z.sql | 2 +- pkg/coredata/migrations/20260529T091300Z.sql | 2 +- pkg/coredata/migrations/20260529T491240Z.sql | 2 +- pkg/coredata/migrations/20260529T713864Z.sql | 2 +- pkg/coredata/migrations/20260601T120000Z.sql | 2 +- pkg/coredata/migrations/20260602T141500Z.sql | 2 +- pkg/coredata/migrations/20260602T161910Z.sql | 2 +- pkg/coredata/migrations/20260603T000000Z.sql | 2 +- pkg/coredata/migrations/20260604T372815Z.sql | 2 +- pkg/coredata/migrations/20260604T418207Z.sql | 2 +- pkg/coredata/migrations/20260605T124137Z.sql | 2 +- pkg/coredata/migrations/20260608T090000Z.sql | 2 +- pkg/coredata/migrations/20260608T122627Z.sql | 2 +- pkg/coredata/migrations/20260608T135336Z.sql | 2 +- pkg/coredata/migrations/20260608T140141Z.sql | 2 +- pkg/coredata/oauth2_access_token.go | 2 +- pkg/coredata/oauth2_authorization_code.go | 2 +- pkg/coredata/oauth2_claim.go | 2 +- pkg/coredata/oauth2_client.go | 2 +- pkg/coredata/oauth2_client_order_field.go | 2 +- pkg/coredata/oauth2_client_token_endpoint_auth_method.go | 2 +- pkg/coredata/oauth2_client_visibility.go | 2 +- pkg/coredata/oauth2_code_challenge_method.go | 2 +- pkg/coredata/oauth2_consent.go | 2 +- pkg/coredata/oauth2_consent_order_field.go | 2 +- pkg/coredata/oauth2_device_code.go | 2 +- pkg/coredata/oauth2_device_code_status.go | 2 +- pkg/coredata/oauth2_device_code_test.go | 2 +- pkg/coredata/oauth2_grant_type.go | 2 +- pkg/coredata/oauth2_refresh_token.go | 2 +- pkg/coredata/oauth2_response_type.go | 2 +- pkg/coredata/oauth2_scope.go | 2 +- pkg/coredata/oauth2_scope_test.go | 2 +- pkg/coredata/oauth2_signing_algorithm.go | 2 +- pkg/coredata/oauth2_subject_type.go | 2 +- pkg/coredata/oauth2_token_type_hint.go | 2 +- pkg/coredata/obligation.go | 2 +- pkg/coredata/obligation_order_field.go | 2 +- pkg/coredata/obligation_status.go | 2 +- pkg/coredata/obligation_type.go | 2 +- pkg/coredata/oidc_provider.go | 2 +- pkg/coredata/oidc_state.go | 2 +- pkg/coredata/organization.go | 2 +- pkg/coredata/organization_context.go | 2 +- pkg/coredata/organization_order_field.go | 2 +- pkg/coredata/personal_api_key.go | 2 +- pkg/coredata/personal_api_key_order_field.go | 2 +- pkg/coredata/pg_checkpointer_test.go | 2 +- pkg/coredata/pg_test_helpers_test.go | 2 +- pkg/coredata/processing_activities.go | 2 +- ...ocessing_activity_data_protection_impact_assessment.go | 2 +- pkg/coredata/processing_activity_lawful_basis.go | 2 +- pkg/coredata/processing_activity_order_field.go | 2 +- pkg/coredata/processing_activity_role.go | 2 +- .../processing_activity_special_or_criminal_data.go | 2 +- pkg/coredata/processing_activity_third_party.go | 2 +- .../processing_activity_transfer_impact_assessment.go | 2 +- pkg/coredata/processing_activity_transfer_safeguards.go | 2 +- pkg/coredata/profile_source.go | 2 +- pkg/coredata/profile_state.go | 2 +- pkg/coredata/regulation.go | 2 +- pkg/coredata/report_order_field.go | 2 +- pkg/coredata/rights_request_order_field.go | 2 +- pkg/coredata/rights_request_state.go | 2 +- pkg/coredata/rights_request_type.go | 2 +- pkg/coredata/rights_requests.go | 2 +- pkg/coredata/risk.go | 2 +- pkg/coredata/risk_assessment.go | 2 +- pkg/coredata/risk_assessment_boundary.go | 2 +- pkg/coredata/risk_assessment_boundary_order_field.go | 2 +- pkg/coredata/risk_assessment_node.go | 2 +- pkg/coredata/risk_assessment_node_order_field.go | 2 +- pkg/coredata/risk_assessment_node_type.go | 2 +- pkg/coredata/risk_assessment_order_field.go | 2 +- pkg/coredata/risk_assessment_process.go | 2 +- pkg/coredata/risk_assessment_process_order_field.go | 2 +- pkg/coredata/risk_assessment_scenario.go | 2 +- pkg/coredata/risk_assessment_scenario_order_field.go | 2 +- pkg/coredata/risk_assessment_scenario_risk.go | 2 +- pkg/coredata/risk_assessment_scenario_threat.go | 2 +- pkg/coredata/risk_assessment_scope.go | 2 +- pkg/coredata/risk_assessment_scope_order_field.go | 2 +- pkg/coredata/risk_assessment_threat.go | 2 +- pkg/coredata/risk_assessment_threat_order_field.go | 2 +- pkg/coredata/risk_document.go | 2 +- pkg/coredata/risk_filter.go | 2 +- pkg/coredata/risk_mesure.go | 2 +- pkg/coredata/risk_obligation.go | 2 +- pkg/coredata/risk_order_field.go | 2 +- pkg/coredata/risk_treatment.go | 2 +- pkg/coredata/saml_assertion.go | 2 +- pkg/coredata/saml_configuration.go | 2 +- pkg/coredata/saml_configuration_order_field.go | 2 +- pkg/coredata/saml_enforcement_policy.go | 2 +- pkg/coredata/saml_request.go | 2 +- pkg/coredata/scim_bridge.go | 2 +- pkg/coredata/scim_bridge_order_field.go | 2 +- pkg/coredata/scim_bridge_state.go | 2 +- pkg/coredata/scim_bridge_type.go | 2 +- pkg/coredata/scim_configuration.go | 2 +- pkg/coredata/scim_configuration_order_field.go | 2 +- pkg/coredata/scim_event.go | 2 +- pkg/coredata/scim_event_order_field.go | 2 +- pkg/coredata/scope.go | 2 +- pkg/coredata/search_engine_indexing.go | 2 +- pkg/coredata/session.go | 2 +- pkg/coredata/session_order_field.go | 2 +- pkg/coredata/slack_message.go | 2 +- pkg/coredata/slack_message_type.go | 2 +- pkg/coredata/statement_of_applicability.go | 2 +- pkg/coredata/statement_of_applicability_order_field.go | 2 +- pkg/coredata/task.go | 2 +- pkg/coredata/task_order_field.go | 2 +- pkg/coredata/task_priority.go | 2 +- pkg/coredata/task_state.go | 2 +- pkg/coredata/third_party.go | 2 +- pkg/coredata/third_party_business_associate_agreement.go | 2 +- ...hird_party_business_associate_agreement_order_field.go | 2 +- pkg/coredata/third_party_category.go | 2 +- pkg/coredata/third_party_compliance_report.go | 2 +- pkg/coredata/third_party_compliance_report_order_field.go | 2 +- pkg/coredata/third_party_contact.go | 2 +- pkg/coredata/third_party_contact_order_field.go | 2 +- pkg/coredata/third_party_data_privacy_agreement.go | 2 +- .../third_party_data_privacy_agreement_order_field.go | 2 +- pkg/coredata/third_party_filter.go | 2 +- pkg/coredata/third_party_order_field.go | 2 +- pkg/coredata/third_party_risk_assessment.go | 2 +- pkg/coredata/third_party_risk_assessment_order_field.go | 2 +- pkg/coredata/third_party_service.go | 2 +- pkg/coredata/third_party_service_order_field.go | 2 +- pkg/coredata/third_party_third_party.go | 2 +- pkg/coredata/third_party_vetting.go | 2 +- pkg/coredata/third_party_vetting_status.go | 2 +- pkg/coredata/token.go | 2 +- pkg/coredata/tracker_pattern.go | 2 +- pkg/coredata/tracker_pattern_filter.go | 2 +- pkg/coredata/tracker_pattern_match_type.go | 2 +- pkg/coredata/tracker_pattern_order_field.go | 2 +- pkg/coredata/tracker_pattern_test.go | 2 +- pkg/coredata/tracker_resource.go | 2 +- pkg/coredata/tracker_resource_filter.go | 2 +- pkg/coredata/tracker_resource_order_field.go | 2 +- pkg/coredata/tracker_resource_type.go | 2 +- pkg/coredata/tracker_type.go | 2 +- pkg/coredata/transfer_impact_assessment.go | 2 +- pkg/coredata/transfer_impact_assessment_order_field.go | 2 +- pkg/coredata/trust_center.go | 2 +- pkg/coredata/trust_center_access.go | 2 +- pkg/coredata/trust_center_access_order_field.go | 2 +- pkg/coredata/trust_center_access_state.go | 2 +- pkg/coredata/trust_center_document_access.go | 2 +- pkg/coredata/trust_center_document_access_order_field.go | 2 +- pkg/coredata/trust_center_document_access_status.go | 2 +- pkg/coredata/trust_center_file.go | 2 +- pkg/coredata/trust_center_file_filter.go | 2 +- pkg/coredata/trust_center_file_order_field.go | 2 +- pkg/coredata/trust_center_order_field.go | 2 +- pkg/coredata/trust_center_reference.go | 2 +- pkg/coredata/trust_center_reference_order_field.go | 2 +- pkg/coredata/trust_center_visibility.go | 2 +- pkg/coredata/user_auth_method.go | 2 +- pkg/coredata/webhook_data.go | 2 +- pkg/coredata/webhook_event.go | 2 +- pkg/coredata/webhook_event_order_field.go | 2 +- pkg/coredata/webhook_event_status.go | 2 +- pkg/coredata/webhook_event_type.go | 2 +- pkg/coredata/webhook_subscription.go | 2 +- pkg/coredata/webhook_subscription_order_field.go | 2 +- pkg/crypto/cipher/cipher.go | 2 +- pkg/crypto/hash/hash.go | 2 +- pkg/crypto/jose/jose.go | 2 +- pkg/crypto/jose/jose_test.go | 2 +- pkg/crypto/keys/keys.go | 2 +- pkg/crypto/keys/keys_test.go | 2 +- pkg/crypto/passwdhash/passwdhash.go | 2 +- pkg/crypto/pem/pem.go | 2 +- pkg/crypto/pem/pem_test.go | 2 +- pkg/crypto/rand/rand.go | 2 +- pkg/deviceagent/agent.go | 2 +- pkg/deviceagent/agent_test.go | 2 +- pkg/deviceagent/atomicfile_unix.go | 2 +- pkg/deviceagent/atomicfile_windows.go | 2 +- pkg/deviceagent/checks/check.go | 2 +- pkg/deviceagent/checks/checks_darwin.go | 2 +- pkg/deviceagent/checks/checks_freebsd.go | 2 +- pkg/deviceagent/checks/checks_linux.go | 2 +- pkg/deviceagent/checks/checks_linux_screenlock_test.go | 2 +- pkg/deviceagent/checks/checks_windows.go | 2 +- pkg/deviceagent/checks/evidence.go | 2 +- pkg/deviceagent/checks/registry.go | 2 +- pkg/deviceagent/checks/runcmd.go | 2 +- pkg/deviceagent/checks/runcmd_paths_darwin.go | 2 +- pkg/deviceagent/checks/runcmd_paths_freebsd.go | 2 +- pkg/deviceagent/checks/runcmd_paths_linux.go | 2 +- pkg/deviceagent/checks/runcmd_paths_other.go | 2 +- pkg/deviceagent/checks/runcmd_paths_windows.go | 2 +- pkg/deviceagent/checks/shared.go | 2 +- pkg/deviceagent/checks/status.go | 2 +- pkg/deviceagent/client.go | 2 +- pkg/deviceagent/config.go | 2 +- pkg/deviceagent/config_paths_other.go | 2 +- pkg/deviceagent/config_paths_windows.go | 2 +- pkg/deviceagent/config_test.go | 2 +- pkg/deviceagent/hostinfo.go | 2 +- pkg/deviceagent/hostinfo_darwin.go | 2 +- pkg/deviceagent/hostinfo_freebsd.go | 2 +- pkg/deviceagent/hostinfo_linux.go | 2 +- pkg/deviceagent/hostinfo_other.go | 2 +- pkg/deviceagent/hostinfo_windows.go | 2 +- pkg/deviceagent/keystore.go | 2 +- pkg/deviceagent/posture_queue.go | 2 +- pkg/deviceagent/posture_queue_test.go | 2 +- pkg/deviceagent/service/service.go | 2 +- pkg/deviceagent/service/service_darwin.go | 2 +- pkg/deviceagent/service/service_freebsd.go | 2 +- pkg/deviceagent/service/service_linux.go | 2 +- pkg/deviceagent/service/service_windows.go | 2 +- pkg/deviceagent/service/validate.go | 2 +- pkg/deviceagent/service/validate_windows.go | 2 +- pkg/deviceagent/update/archive.go | 2 +- pkg/deviceagent/update/asset.go | 2 +- pkg/deviceagent/update/asset_test.go | 2 +- pkg/deviceagent/update/copy.go | 2 +- pkg/deviceagent/update/install_unix.go | 2 +- pkg/deviceagent/update/install_windows.go | 2 +- pkg/deviceagent/update/update.go | 2 +- pkg/deviceagent/update/update_test.go | 2 +- pkg/deviceagent/update/verify.go | 2 +- pkg/docgen/generator.go | 2 +- pkg/docgen/generator_test.go | 2 +- pkg/esign/certgen.go | 2 +- pkg/esign/completion_certificate_worker.go | 2 +- pkg/esign/errors.go | 2 +- pkg/esign/sealing_worker.go | 2 +- pkg/esign/service.go | 2 +- pkg/esign/stamp.go | 2 +- pkg/esign/tsa.go | 2 +- pkg/evidencedescriber/evidencedescriber.go | 2 +- pkg/file/service.go | 2 +- pkg/filemanager/service.go | 2 +- pkg/filesign/service.go | 2 +- pkg/filevalidation/validator.go | 2 +- pkg/filevalidation/validator_test.go | 2 +- pkg/geoloc/service.go | 2 +- pkg/gid/gid.go | 2 +- pkg/gid/tenant_id.go | 2 +- pkg/html2pdf/converter.go | 2 +- pkg/html2pdf/converter_test.go | 2 +- pkg/html2pdf/margin.go | 2 +- pkg/html2pdf/margin_test.go | 2 +- pkg/html2pdf/orientation.go | 2 +- pkg/html2pdf/page_format.go | 2 +- pkg/iam/account_service.go | 2 +- pkg/iam/api_key.go | 2 +- pkg/iam/auth_service.go | 2 +- pkg/iam/authorizer.go | 2 +- pkg/iam/authorizer_batch_test.go | 2 +- pkg/iam/authorizer_unit_test.go | 2 +- pkg/iam/compliance_page_service.go | 2 +- pkg/iam/errors.go | 2 +- pkg/iam/errors_test.go | 2 +- pkg/iam/iam_actions.go | 2 +- pkg/iam/iam_policies.go | 2 +- pkg/iam/oauth2server/errors.go | 2 +- pkg/iam/oauth2server/gc.go | 2 +- pkg/iam/oauth2server/id_token.go | 2 +- pkg/iam/oauth2server/id_token_test.go | 2 +- pkg/iam/oauth2server/metadata.go | 2 +- pkg/iam/oauth2server/metadata_test.go | 2 +- pkg/iam/oauth2server/pkce.go | 2 +- pkg/iam/oauth2server/pkce_test.go | 2 +- pkg/iam/oauth2server/service.go | 2 +- pkg/iam/oidc/errors.go | 2 +- pkg/iam/oidc/gc.go | 2 +- pkg/iam/oidc/service.go | 2 +- pkg/iam/organization_service.go | 2 +- pkg/iam/policy/evaluator.go | 2 +- pkg/iam/policy/evaluator_test.go | 2 +- pkg/iam/policy/example_test.go | 2 +- pkg/iam/policy/matcher.go | 2 +- pkg/iam/policy/matcher_test.go | 2 +- pkg/iam/policy/policy.go | 2 +- pkg/iam/policy/policy_test.go | 2 +- pkg/iam/policy/statement.go | 2 +- pkg/iam/policy/statement_test.go | 2 +- pkg/iam/policy_set.go | 2 +- pkg/iam/policy_set_test.go | 2 +- pkg/iam/saml/attributes.go | 2 +- pkg/iam/saml/errors.go | 2 +- pkg/iam/saml/gc.go | 2 +- pkg/iam/saml/service.go | 2 +- pkg/iam/saml/sp.go | 2 +- pkg/iam/saml_domain_verifier.go | 2 +- pkg/iam/scim/bridge/bridge.go | 2 +- pkg/iam/scim/bridge/bridge_test.go | 2 +- pkg/iam/scim/bridge/client/client.go | 2 +- pkg/iam/scim/bridge/client/client_test.go | 2 +- .../scim/bridge/provider/googleworkspace/oauth2_scopes.go | 2 +- pkg/iam/scim/bridge/provider/googleworkspace/provider.go | 2 +- .../scim/bridge/provider/microsoft365/oauth2_scopes.go | 2 +- pkg/iam/scim/bridge/provider/microsoft365/provider.go | 2 +- pkg/iam/scim/bridge/provider/provider.go | 2 +- pkg/iam/scim/bridge_runner.go | 2 +- pkg/iam/scim/bridge_runner_backoff.go | 2 +- pkg/iam/scim/bridge_runner_state.go | 2 +- pkg/iam/scim/bridge_runner_sync.go | 2 +- pkg/iam/scim/errors.go | 2 +- pkg/iam/scim/filter.go | 2 +- pkg/iam/scim/filter_test.go | 2 +- pkg/iam/scim/schema.go | 2 +- pkg/iam/scim/service.go | 2 +- pkg/iam/service.go | 2 +- pkg/iam/session_service.go | 2 +- pkg/iam/validators.go | 2 +- pkg/llm/anthropic/provider.go | 2 +- pkg/llm/bedrock/provider.go | 2 +- pkg/llm/chat.go | 2 +- pkg/llm/errors.go | 2 +- pkg/llm/llm.go | 2 +- pkg/llm/llm_test.go | 2 +- pkg/llm/message.go | 2 +- pkg/llm/message_test.go | 2 +- pkg/llm/openai/provider.go | 2 +- pkg/llm/part.go | 2 +- pkg/llm/provider.go | 2 +- pkg/llm/registry.go | 2 +- pkg/llm/registry_gen.go | 2 +- pkg/llm/registry_test.go | 2 +- pkg/llm/role.go | 2 +- pkg/llm/trace.go | 2 +- pkg/mail/addr.go | 2 +- pkg/mailer/mailer.go | 2 +- pkg/mailman/compliance_mailing_list.go | 2 +- pkg/mailman/errors.go | 2 +- pkg/mailman/mailing_list_worker.go | 2 +- pkg/mailman/service.go | 2 +- pkg/mailman/token.go | 2 +- pkg/net/net.go | 2 +- pkg/net/net_test.go | 2 +- pkg/page/cursor.go | 2 +- pkg/page/cursor_key.go | 2 +- pkg/page/cursor_test.go | 2 +- pkg/page/order_direction.go | 2 +- pkg/page/order_field.go | 2 +- pkg/page/page.go | 2 +- pkg/pdfutils/pdfutils.go | 2 +- pkg/probo/actions.go | 2 +- pkg/probo/asset_service.go | 2 +- pkg/probo/audit_service.go | 2 +- pkg/probo/compliance_external_url_service.go | 2 +- pkg/probo/compliance_framework_service.go | 2 +- pkg/probo/connector_service.go | 2 +- pkg/probo/control_service.go | 2 +- pkg/probo/custom_domain_service.go | 2 +- pkg/probo/data_protection_impact_assessment_service.go | 2 +- pkg/probo/datum_service.go | 2 +- pkg/probo/document_approval_service.go | 2 +- pkg/probo/document_pdf_worker.go | 2 +- pkg/probo/document_service.go | 2 +- pkg/probo/evidence_description_worker.go | 2 +- pkg/probo/evidence_service.go | 2 +- pkg/probo/file_service.go | 2 +- pkg/probo/finding_service.go | 2 +- pkg/probo/framework_service.go | 2 +- pkg/probo/generated_document_service.go | 2 +- pkg/probo/measure_service.go | 2 +- pkg/probo/obligation_service.go | 2 +- pkg/probo/organization_service.go | 2 +- pkg/probo/policies.go | 2 +- pkg/probo/policies_test.go | 2 +- pkg/probo/processing_activity_service.go | 2 +- pkg/probo/rights_request_service.go | 2 +- pkg/probo/risk_service.go | 2 +- pkg/probo/service.go | 2 +- pkg/probo/statement_of_applicability_service.go | 2 +- pkg/probo/task_service.go | 2 +- pkg/probo/templates.go | 2 +- .../third_party_business_associate_agreement_service.go | 2 +- pkg/probo/third_party_compliance_report_service.go | 2 +- pkg/probo/third_party_contact_service.go | 2 +- pkg/probo/third_party_data_privacy_agreement_service.go | 2 +- pkg/probo/third_party_service.go | 2 +- pkg/probo/third_party_service_service.go | 2 +- pkg/probo/tracker_policy_document.go | 2 +- pkg/probo/tracker_policy_worker.go | 2 +- pkg/probo/transfer_impact_assessment_service.go | 2 +- pkg/probo/trust_center_access_service.go | 2 +- pkg/probo/trust_center_file_service.go | 2 +- pkg/probo/trust_center_reference_service.go | 2 +- pkg/probo/trust_center_service.go | 2 +- pkg/probo/webhook_subscription_service.go | 2 +- pkg/proboctl/cmdutil/cmdutil.go | 2 +- pkg/proboctl/pgconn/pgconn.go | 2 +- pkg/proboctl/root/root.go | 2 +- .../seed/common-third-parties/common_third_parties.go | 2 +- .../common-tracker-patterns/common_tracker_patterns.go | 2 +- pkg/proboctl/seed/seed.go | 2 +- pkg/proboctl/version/version.go | 2 +- pkg/probod/aliases.go | 2 +- pkg/probod/llm.go | 2 +- pkg/probod/probod.go | 2 +- pkg/probod/third_party_vetter.go | 2 +- pkg/probod/tracker_agents.go | 2 +- pkg/probodconfig/api_config.go | 2 +- pkg/probodconfig/auth_config.go | 2 +- pkg/probodconfig/aws_config.go | 2 +- pkg/probodconfig/config.go | 2 +- pkg/probodconfig/connector_config.go | 2 +- pkg/probodconfig/custom_domains_config.go | 2 +- pkg/probodconfig/llm_config.go | 2 +- pkg/probodconfig/mailer_config.go | 2 +- pkg/probodconfig/notifications_config.go | 2 +- pkg/probodconfig/oidc_config.go | 2 +- pkg/probodconfig/pg_config.go | 2 +- pkg/probodconfig/saml_config.go | 2 +- pkg/probodconfig/scim_bridge_config.go | 2 +- pkg/probodconfig/slack_config.go | 2 +- pkg/prosemirror/html_converter.go | 2 +- pkg/prosemirror/html_converter_test.go | 2 +- pkg/prosemirror/html_renderer.go | 2 +- pkg/prosemirror/html_renderer_test.go | 2 +- pkg/prosemirror/markdown_converter.go | 2 +- pkg/prosemirror/markdown_converter_test.go | 2 +- pkg/prosemirror/markdown_renderer.go | 2 +- pkg/prosemirror/markdown_renderer_test.go | 2 +- pkg/prosemirror/node.go | 2 +- pkg/prosemirror/node_test.go | 2 +- pkg/prosemirror/sanitize.go | 2 +- pkg/prosemirror/sanitize_test.go | 2 +- pkg/rfc5988/rfc5988.go | 2 +- pkg/rfc5988/rfc5988_test.go | 2 +- pkg/riskmanagement/mermaid.go | 2 +- pkg/riskmanagement/service.go | 2 +- pkg/saferedirect/saferedirect.go | 2 +- pkg/saferedirect/saferedirect_test.go | 2 +- pkg/securecookie/securecookie.go | 2 +- pkg/securetoken/securetoken.go | 2 +- pkg/server/api/api.go | 2 +- pkg/server/api/authn/api_key_middleware.go | 2 +- pkg/server/api/authn/context.go | 2 +- pkg/server/api/authn/cookie.go | 2 +- pkg/server/api/authn/identity_presence_middleware.go | 2 +- pkg/server/api/authn/oauth2_access_token_middleware.go | 2 +- pkg/server/api/authn/session_middleware.go | 2 +- pkg/server/api/authn/session_transfer.go | 2 +- pkg/server/api/authn/session_transfer_test.go | 2 +- pkg/server/api/authz/authorization.go | 2 +- pkg/server/api/clientip/clientip.go | 2 +- pkg/server/api/clientip/clientip_test.go | 2 +- .../compliancepage/compliance_page_presence_middleware.go | 2 +- pkg/server/api/compliancepage/context.go | 2 +- pkg/server/api/compliancepage/id_middleware.go | 2 +- pkg/server/api/compliancepage/markdown_handler.go | 2 +- .../api/compliancepage/member_provisioning_middleware.go | 2 +- pkg/server/api/compliancepage/sni_middleware.go | 2 +- pkg/server/api/connect/v1/cache.go | 2 +- pkg/server/api/connect/v1/graphql_handler.go | 2 +- pkg/server/api/connect/v1/oauth2_error.go | 2 +- pkg/server/api/connect/v1/oauth2_handler.go | 2 +- pkg/server/api/connect/v1/oidc_handler.go | 2 +- pkg/server/api/connect/v1/resolver.go | 4 ++-- pkg/server/api/connect/v1/saml_handler.go | 2 +- pkg/server/api/connect/v1/schema/doc.go | 2 +- pkg/server/api/connect/v1/scim_handler.go | 2 +- pkg/server/api/connect/v1/types/audit_log_entry.go | 2 +- pkg/server/api/connect/v1/types/bridge.go | 2 +- pkg/server/api/connect/v1/types/connector.go | 2 +- pkg/server/api/connect/v1/types/identity.go | 2 +- pkg/server/api/connect/v1/types/invitation.go | 2 +- pkg/server/api/connect/v1/types/membership.go | 2 +- pkg/server/api/connect/v1/types/oauth2.go | 2 +- pkg/server/api/connect/v1/types/order_by.go | 2 +- pkg/server/api/connect/v1/types/organization.go | 2 +- pkg/server/api/connect/v1/types/page_info.go | 2 +- pkg/server/api/connect/v1/types/personal_api_key.go | 2 +- pkg/server/api/connect/v1/types/profile.go | 2 +- pkg/server/api/connect/v1/types/saml_configuration.go | 2 +- pkg/server/api/connect/v1/types/scim_configuration.go | 2 +- pkg/server/api/connect/v1/types/scim_event.go | 2 +- pkg/server/api/connect/v1/types/session.go | 2 +- .../api/console/v1/access_source_provider_config.go | 2 +- pkg/server/api/console/v1/connector_initiate.go | 2 +- .../api/console/v1/connector_oauth_client_metadata.go | 2 +- .../console/v1/connector_oauth_client_metadata_test.go | 2 +- pkg/server/api/console/v1/connector_provider_info.go | 2 +- pkg/server/api/console/v1/connector_settings.go | 2 +- pkg/server/api/console/v1/dataloader/authorize.go | 2 +- pkg/server/api/console/v1/dataloader/dataloader.go | 2 +- .../api/console/v1/graphql/common_third_party.graphql | 2 +- .../api/console/v1/graphql/cookie_consent_record.graphql | 2 +- pkg/server/api/console/v1/graphql/risk_assessment.graphql | 2 +- pkg/server/api/console/v1/graphql_handler.go | 2 +- pkg/server/api/console/v1/provider_organizations.go | 2 +- pkg/server/api/console/v1/resolver.go | 2 +- pkg/server/api/console/v1/schema/doc.go | 2 +- pkg/server/api/console/v1/types/access_review.go | 2 +- .../v1/types/access_review_campaign_scope_source.go | 2 +- .../v1/types/access_review_campaign_scope_source_test.go | 2 +- pkg/server/api/console/v1/types/agent_run.go | 2 +- .../v1/types/applicability_statement_connection.go | 2 +- pkg/server/api/console/v1/types/asset.go | 2 +- pkg/server/api/console/v1/types/audit.go | 2 +- pkg/server/api/console/v1/types/audit_log_entry.go | 2 +- pkg/server/api/console/v1/types/common_third_party.go | 2 +- .../api/console/v1/types/compliance_external_url.go | 2 +- pkg/server/api/console/v1/types/compliance_framework.go | 2 +- pkg/server/api/console/v1/types/connector.go | 2 +- pkg/server/api/console/v1/types/control.go | 2 +- pkg/server/api/console/v1/types/cookie_banner.go | 2 +- pkg/server/api/console/v1/types/cookie_category.go | 2 +- pkg/server/api/console/v1/types/cookie_consent_record.go | 2 +- pkg/server/api/console/v1/types/cursorkey.go | 2 +- pkg/server/api/console/v1/types/custom_domain.go | 2 +- .../console/v1/types/data_protection_impact_assessment.go | 2 +- pkg/server/api/console/v1/types/datum.go | 2 +- pkg/server/api/console/v1/types/detected_tracker.go | 2 +- pkg/server/api/console/v1/types/document.go | 2 +- pkg/server/api/console/v1/types/document_version.go | 2 +- .../v1/types/document_version_approval_decision.go | 2 +- .../console/v1/types/document_version_approval_quorum.go | 2 +- .../api/console/v1/types/document_version_signature.go | 2 +- pkg/server/api/console/v1/types/electronic_signature.go | 2 +- pkg/server/api/console/v1/types/employee_document.go | 2 +- pkg/server/api/console/v1/types/evidence.go | 2 +- pkg/server/api/console/v1/types/file.go | 2 +- pkg/server/api/console/v1/types/finding.go | 2 +- pkg/server/api/console/v1/types/framework.go | 2 +- pkg/server/api/console/v1/types/mailing_list.go | 2 +- .../api/console/v1/types/mailing_list_subscriber.go | 2 +- pkg/server/api/console/v1/types/mailing_list_update.go | 2 +- pkg/server/api/console/v1/types/mesure.go | 2 +- pkg/server/api/console/v1/types/obligation.go | 2 +- pkg/server/api/console/v1/types/order_by.go | 2 +- pkg/server/api/console/v1/types/organization.go | 2 +- pkg/server/api/console/v1/types/organization_context.go | 2 +- pkg/server/api/console/v1/types/pageinfo.go | 2 +- pkg/server/api/console/v1/types/processing_activity.go | 2 +- pkg/server/api/console/v1/types/profile.go | 2 +- pkg/server/api/console/v1/types/rights_request.go | 2 +- pkg/server/api/console/v1/types/risk.go | 2 +- pkg/server/api/console/v1/types/risk_assessment.go | 2 +- .../api/console/v1/types/risk_assessment_boundary.go | 2 +- pkg/server/api/console/v1/types/risk_assessment_node.go | 2 +- .../api/console/v1/types/risk_assessment_process.go | 2 +- .../api/console/v1/types/risk_assessment_scenario.go | 2 +- pkg/server/api/console/v1/types/risk_assessment_scope.go | 2 +- pkg/server/api/console/v1/types/risk_assessment_threat.go | 2 +- pkg/server/api/console/v1/types/slack_connection.go | 2 +- .../api/console/v1/types/statement_of_applicability.go | 2 +- pkg/server/api/console/v1/types/task.go | 2 +- pkg/server/api/console/v1/types/third_party.go | 2 +- .../v1/types/third_party_business_associate_agreement.go | 2 +- .../api/console/v1/types/third_party_compliance_report.go | 2 +- pkg/server/api/console/v1/types/third_party_contact.go | 2 +- .../v1/types/third_party_data_privacy_agreement.go | 2 +- .../api/console/v1/types/third_party_risk_assessment.go | 2 +- pkg/server/api/console/v1/types/third_party_service.go | 2 +- pkg/server/api/console/v1/types/tracker_pattern.go | 2 +- pkg/server/api/console/v1/types/tracker_resource.go | 2 +- .../api/console/v1/types/transfer_impact_assessment.go | 2 +- pkg/server/api/console/v1/types/trust_center.go | 2 +- pkg/server/api/console/v1/types/trust_center_access.go | 2 +- .../api/console/v1/types/trust_center_document_access.go | 2 +- pkg/server/api/console/v1/types/trust_center_file.go | 2 +- pkg/server/api/console/v1/types/trust_center_reference.go | 2 +- pkg/server/api/console/v1/types/webhook_event.go | 2 +- pkg/server/api/console/v1/types/webhook_subscription.go | 2 +- pkg/server/api/cookiebanner/v1/cors_middleware.go | 2 +- pkg/server/api/cookiebanner/v1/handler.go | 2 +- pkg/server/api/cookiebanner/v1/sdk_version_middleware.go | 2 +- pkg/server/api/files/v1/handler.go | 2 +- pkg/server/api/mcp/mcputils/mcputils.go | 2 +- pkg/server/api/mcp/mcputils/recovery.go | 2 +- pkg/server/api/mcp/v1/middleware.go | 2 +- pkg/server/api/mcp/v1/resolver.go | 2 +- pkg/server/api/mcp/v1/server/doc.go | 2 +- pkg/server/api/mcp/v1/types/access_review.go | 2 +- pkg/server/api/mcp/v1/types/asset.go | 2 +- pkg/server/api/mcp/v1/types/audit.go | 2 +- pkg/server/api/mcp/v1/types/audit_log_entry.go | 2 +- pkg/server/api/mcp/v1/types/compliance_external_url.go | 2 +- pkg/server/api/mcp/v1/types/control.go | 2 +- pkg/server/api/mcp/v1/types/cookie_banner.go | 2 +- pkg/server/api/mcp/v1/types/cookie_banner_version.go | 2 +- pkg/server/api/mcp/v1/types/cookie_category.go | 2 +- pkg/server/api/mcp/v1/types/cookie_consent_record.go | 2 +- pkg/server/api/mcp/v1/types/cursorkey.go | 2 +- pkg/server/api/mcp/v1/types/custom_domain.go | 2 +- .../api/mcp/v1/types/data_protection_impact_assessment.go | 2 +- pkg/server/api/mcp/v1/types/datum.go | 2 +- pkg/server/api/mcp/v1/types/document.go | 2 +- pkg/server/api/mcp/v1/types/evidence.go | 2 +- pkg/server/api/mcp/v1/types/finding.go | 2 +- pkg/server/api/mcp/v1/types/framework.go | 2 +- pkg/server/api/mcp/v1/types/measure.go | 2 +- pkg/server/api/mcp/v1/types/obligation.go | 2 +- pkg/server/api/mcp/v1/types/order_by.go | 2 +- pkg/server/api/mcp/v1/types/organization.go | 2 +- pkg/server/api/mcp/v1/types/organization_context.go | 2 +- pkg/server/api/mcp/v1/types/processing_activity.go | 2 +- pkg/server/api/mcp/v1/types/profile.go | 2 +- pkg/server/api/mcp/v1/types/rights_request.go | 2 +- pkg/server/api/mcp/v1/types/risk.go | 2 +- pkg/server/api/mcp/v1/types/risk_assessment.go | 2 +- pkg/server/api/mcp/v1/types/scim_configuration.go | 2 +- pkg/server/api/mcp/v1/types/statement_of_applicability.go | 2 +- pkg/server/api/mcp/v1/types/task.go | 2 +- pkg/server/api/mcp/v1/types/third_party.go | 2 +- pkg/server/api/mcp/v1/types/tracker_pattern.go | 2 +- pkg/server/api/mcp/v1/types/tracker_resource.go | 2 +- pkg/server/api/mcp/v1/types/transfer_impact_assessment.go | 2 +- pkg/server/api/mcp/v1/types/trust_center.go | 2 +- pkg/server/api/mcp/v1/types/webhook_subscription.go | 2 +- pkg/server/api/mcp/v1/v1_handler.go | 2 +- pkg/server/api/slack/v1/resolver.go | 2 +- pkg/server/api/slack/v1/slack_handler.go | 2 +- pkg/server/api/trust/v1/graphql_handler.go | 2 +- pkg/server/api/trust/v1/nda_directive.go | 2 +- pkg/server/api/trust/v1/resolver.go | 4 ++-- pkg/server/api/trust/v1/schema/doc.go | 2 +- pkg/server/api/trust/v1/session_transfer_handler.go | 2 +- pkg/server/api/trust/v1/types/audit.go | 2 +- pkg/server/api/trust/v1/types/audit_report.go | 2 +- pkg/server/api/trust/v1/types/compliance_external_url.go | 2 +- pkg/server/api/trust/v1/types/compliance_framework.go | 2 +- pkg/server/api/trust/v1/types/cursorkey.go | 2 +- pkg/server/api/trust/v1/types/document.go | 2 +- pkg/server/api/trust/v1/types/electronic_signature.go | 2 +- pkg/server/api/trust/v1/types/framework.go | 2 +- pkg/server/api/trust/v1/types/mailing_list_subscriber.go | 2 +- pkg/server/api/trust/v1/types/mailing_list_update.go | 2 +- pkg/server/api/trust/v1/types/organization.go | 2 +- pkg/server/api/trust/v1/types/pageinfo.go | 2 +- pkg/server/api/trust/v1/types/third_party.go | 2 +- pkg/server/api/trust/v1/types/trust_center.go | 2 +- pkg/server/api/trust/v1/types/trust_center_file.go | 2 +- pkg/server/api/trust/v1/types/trust_center_reference.go | 2 +- .../gqlutils/directives/authentication/authentication.go | 2 +- pkg/server/gqlutils/directives/session/session.go | 2 +- pkg/server/gqlutils/errors.go | 2 +- pkg/server/gqlutils/handler.go | 2 +- pkg/server/gqlutils/httpctx.go | 2 +- pkg/server/gqlutils/nullable.go | 2 +- pkg/server/gqlutils/query.go | 2 +- pkg/server/gqlutils/recovery.go | 2 +- pkg/server/gqlutils/tracing.go | 2 +- pkg/server/gqlutils/types/bigint/bigint.go | 2 +- pkg/server/gqlutils/types/cursor/cursorkey.go | 2 +- pkg/server/gqlutils/types/gid/gid.go | 2 +- pkg/server/gqlutils/types/mail/addr.go | 2 +- pkg/server/gqlutils/types/pageinfo/pageinfo.go | 2 +- pkg/server/jsonutil/errors.go | 2 +- pkg/server/mailactions/confirm.go | 2 +- pkg/server/mailactions/mux.go | 2 +- pkg/server/mailactions/render.go | 2 +- pkg/server/mailactions/unsubscribe.go | 2 +- pkg/server/server.go | 2 +- pkg/server/statichandler/statichandler.go | 2 +- pkg/server/trust/trust.go | 2 +- pkg/server/trustedproxy/trustedproxy.go | 2 +- pkg/server/trustedproxy/trustedproxy_test.go | 2 +- pkg/server/web/web.go | 2 +- pkg/slack/client.go | 2 +- pkg/slack/connector_config.go | 2 +- pkg/slack/oauth2_scopes.go | 2 +- pkg/slack/sender.go | 2 +- pkg/slack/service.go | 2 +- pkg/slack/signature.go | 2 +- pkg/slack/slack_message_service.go | 2 +- pkg/slack/templates.go | 2 +- pkg/slug/slug.go | 2 +- pkg/slug/slug_test.go | 2 +- pkg/statelesstoken/statelesstoken.go | 2 +- pkg/thirdparty/disambiguation_agent.go | 2 +- pkg/thirdparty/match.go | 2 +- pkg/thirdparty/match_test.go | 2 +- pkg/thirdparty/resolver.go | 2 +- pkg/thirdparty/resolver_test.go | 2 +- pkg/thirdparty/service.go | 2 +- pkg/thirdparty/vetting.go | 2 +- pkg/thirdparty/vetting_test.go | 2 +- pkg/thirdparty/vetting_worker.go | 2 +- pkg/trust/audit_service.go | 2 +- pkg/trust/compliance_external_url_service.go | 2 +- pkg/trust/compliance_framework_service.go | 2 +- pkg/trust/compliance_page_service.go | 2 +- pkg/trust/document_service.go | 2 +- pkg/trust/errors.go | 2 +- pkg/trust/framework_service.go | 2 +- pkg/trust/organization_service.go | 2 +- pkg/trust/report_service.go | 2 +- pkg/trust/service.go | 2 +- pkg/trust/third_party_service.go | 2 +- pkg/trust/trust_center_access_service.go | 2 +- pkg/trust/trust_center_file_service.go | 2 +- pkg/trust/trust_center_reference_service.go | 2 +- pkg/trust/trust_center_service.go | 2 +- pkg/uri/uri.go | 2 +- pkg/uri/uri_test.go | 2 +- pkg/validator/checkeach_slice_test.go | 2 +- pkg/validator/double_pointer_test.go | 2 +- pkg/validator/errors.go | 2 +- pkg/validator/oneof_custom_type_test.go | 2 +- pkg/validator/optional_pointer_test.go | 2 +- pkg/validator/validation.go | 2 +- pkg/validator/validation_bench_test.go | 2 +- pkg/validator/validation_test.go | 2 +- pkg/validator/validator_common.go | 2 +- pkg/validator/validator_common_test.go | 2 +- pkg/validator/validator_format.go | 2 +- pkg/validator/validator_format_test.go | 2 +- pkg/validator/validator_numeric.go | 2 +- pkg/validator/validator_numeric_test.go | 2 +- pkg/validator/validator_prosemirror.go | 2 +- pkg/validator/validator_prosemirror_test.go | 2 +- pkg/validator/validator_security.go | 2 +- pkg/validator/validator_security_test.go | 2 +- pkg/validator/validator_string.go | 2 +- pkg/validator/validator_string_test.go | 2 +- pkg/validator/validator_time.go | 2 +- pkg/validator/validator_time_test.go | 2 +- pkg/version/version.go | 2 +- pkg/version/version_test.go | 2 +- pkg/vetting/assessment.go | 2 +- pkg/vetting/assessment_test.go | 2 +- pkg/vetting/country_codes.go | 2 +- pkg/vetting/country_codes_test.go | 2 +- pkg/vetting/openai_schema.go | 2 +- pkg/vetting/openai_schema_test.go | 2 +- pkg/vetting/orchestrator.go | 2 +- pkg/vetting/output_types.go | 2 +- pkg/vetting/output_types_test.go | 2 +- pkg/vetting/persist.go | 2 +- pkg/vetting/persist_test.go | 2 +- pkg/vetting/progress.go | 2 +- pkg/vetting/sub_agent.go | 2 +- pkg/vetting/sub_agent_specs.go | 2 +- pkg/vetting/subprocessors.go | 2 +- pkg/vetting/subprocessors_test.go | 2 +- pkg/vetting/tools.go | 2 +- pkg/webhook/data.go | 2 +- pkg/webhook/sender.go | 2 +- pkg/webhook/types/obligation.go | 2 +- pkg/webhook/types/third_party.go | 2 +- pkg/webhook/types/user.go | 2 +- 3260 files changed, 3266 insertions(+), 3266 deletions(-) diff --git a/apps/console/console.go b/apps/console/console.go index 308dc77d2..0629e4a42 100644 --- a/apps/console/console.go +++ b/apps/console/console.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/App.tsx b/apps/console/src/App.tsx index bb5a0b994..84a43286e 100644 --- a/apps/console/src/App.tsx +++ b/apps/console/src/App.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/OrganizationErrorBoundary.tsx b/apps/console/src/components/OrganizationErrorBoundary.tsx index 8a5bcd098..67c52246d 100644 --- a/apps/console/src/components/OrganizationErrorBoundary.tsx +++ b/apps/console/src/components/OrganizationErrorBoundary.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/PageError.tsx b/apps/console/src/components/PageError.tsx index 988252fab..972284b8f 100644 --- a/apps/console/src/components/PageError.tsx +++ b/apps/console/src/components/PageError.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/RootErrorBoundary.tsx b/apps/console/src/components/RootErrorBoundary.tsx index 664042c72..ed0a0a622 100644 --- a/apps/console/src/components/RootErrorBoundary.tsx +++ b/apps/console/src/components/RootErrorBoundary.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/SortableTable.tsx b/apps/console/src/components/SortableTable.tsx index 69336212b..f20ed9a66 100644 --- a/apps/console/src/components/SortableTable.tsx +++ b/apps/console/src/components/SortableTable.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/assets/AssetsTable.tsx b/apps/console/src/components/assets/AssetsTable.tsx index 13454602d..294c708c2 100644 --- a/apps/console/src/components/assets/AssetsTable.tsx +++ b/apps/console/src/components/assets/AssetsTable.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/assets/ReadOnlyAssetsTable.tsx b/apps/console/src/components/assets/ReadOnlyAssetsTable.tsx index 0adcf010c..12c88fd49 100644 --- a/apps/console/src/components/assets/ReadOnlyAssetsTable.tsx +++ b/apps/console/src/components/assets/ReadOnlyAssetsTable.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/audits/LinkedAuditsCard.tsx b/apps/console/src/components/audits/LinkedAuditsCard.tsx index ab6954f1b..15da4a500 100644 --- a/apps/console/src/components/audits/LinkedAuditsCard.tsx +++ b/apps/console/src/components/audits/LinkedAuditsCard.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/audits/LinkedAuditsDialog.tsx b/apps/console/src/components/audits/LinkedAuditsDialog.tsx index b41a2e3b0..7e409a460 100644 --- a/apps/console/src/components/audits/LinkedAuditsDialog.tsx +++ b/apps/console/src/components/audits/LinkedAuditsDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/controls/LinkedControlsCard.tsx b/apps/console/src/components/controls/LinkedControlsCard.tsx index c8b32a09d..1d44896ac 100644 --- a/apps/console/src/components/controls/LinkedControlsCard.tsx +++ b/apps/console/src/components/controls/LinkedControlsCard.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/controls/LinkedControlsDialog.tsx b/apps/console/src/components/controls/LinkedControlsDialog.tsx index 5c1ee1fbe..d7fdbc61c 100644 --- a/apps/console/src/components/controls/LinkedControlsDialog.tsx +++ b/apps/console/src/components/controls/LinkedControlsDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/documents/BulkExportDialog.tsx b/apps/console/src/components/documents/BulkExportDialog.tsx index d7495b31c..502d1d49c 100644 --- a/apps/console/src/components/documents/BulkExportDialog.tsx +++ b/apps/console/src/components/documents/BulkExportDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/documents/LinkedDocumentsCard.tsx b/apps/console/src/components/documents/LinkedDocumentsCard.tsx index 9b5b32368..de5a24a1f 100644 --- a/apps/console/src/components/documents/LinkedDocumentsCard.tsx +++ b/apps/console/src/components/documents/LinkedDocumentsCard.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/documents/LinkedDocumentsDialog.tsx b/apps/console/src/components/documents/LinkedDocumentsDialog.tsx index 24e0dd42f..b1ed239d6 100644 --- a/apps/console/src/components/documents/LinkedDocumentsDialog.tsx +++ b/apps/console/src/components/documents/LinkedDocumentsDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/documents/PDFPreview.tsx b/apps/console/src/components/documents/PDFPreview.tsx index 6cdfcdd3c..e6364358c 100644 --- a/apps/console/src/components/documents/PDFPreview.tsx +++ b/apps/console/src/components/documents/PDFPreview.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/documents/PdfDownloadDialog.tsx b/apps/console/src/components/documents/PdfDownloadDialog.tsx index 25b7d0692..909fa78eb 100644 --- a/apps/console/src/components/documents/PdfDownloadDialog.tsx +++ b/apps/console/src/components/documents/PdfDownloadDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/form/AuditSelectField.tsx b/apps/console/src/components/form/AuditSelectField.tsx index 7fabca1eb..8a95e2b7d 100644 --- a/apps/console/src/components/form/AuditSelectField.tsx +++ b/apps/console/src/components/form/AuditSelectField.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/form/ControlMaturityLevelOptions.tsx b/apps/console/src/components/form/ControlMaturityLevelOptions.tsx index a3fad9a1b..af86c52f4 100644 --- a/apps/console/src/components/form/ControlMaturityLevelOptions.tsx +++ b/apps/console/src/components/form/ControlMaturityLevelOptions.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/form/ControlledField.tsx b/apps/console/src/components/form/ControlledField.tsx index 04f188121..9d30428aa 100644 --- a/apps/console/src/components/form/ControlledField.tsx +++ b/apps/console/src/components/form/ControlledField.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/form/CountriesField.tsx b/apps/console/src/components/form/CountriesField.tsx index 71be4bd39..fa72e5106 100644 --- a/apps/console/src/components/form/CountriesField.tsx +++ b/apps/console/src/components/form/CountriesField.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/form/DocumentClassificationOptions.tsx b/apps/console/src/components/form/DocumentClassificationOptions.tsx index d113a28a9..cd7e03053 100644 --- a/apps/console/src/components/form/DocumentClassificationOptions.tsx +++ b/apps/console/src/components/form/DocumentClassificationOptions.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/form/DocumentTypeOptions.tsx b/apps/console/src/components/form/DocumentTypeOptions.tsx index 13472b9c1..3737653e2 100644 --- a/apps/console/src/components/form/DocumentTypeOptions.tsx +++ b/apps/console/src/components/form/DocumentTypeOptions.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/form/EmailsField.tsx b/apps/console/src/components/form/EmailsField.tsx index 1458ad027..96f0fe56c 100644 --- a/apps/console/src/components/form/EmailsField.tsx +++ b/apps/console/src/components/form/EmailsField.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/form/MeasureSelectField.tsx b/apps/console/src/components/form/MeasureSelectField.tsx index a30aeaa23..d85bdc7d0 100644 --- a/apps/console/src/components/form/MeasureSelectField.tsx +++ b/apps/console/src/components/form/MeasureSelectField.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/form/PeopleMultiSelectField.tsx b/apps/console/src/components/form/PeopleMultiSelectField.tsx index b1f7c6d6a..3a49616a1 100644 --- a/apps/console/src/components/form/PeopleMultiSelectField.tsx +++ b/apps/console/src/components/form/PeopleMultiSelectField.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/form/PeopleSelectField.tsx b/apps/console/src/components/form/PeopleSelectField.tsx index 78b158987..1b2c76926 100644 --- a/apps/console/src/components/form/PeopleSelectField.tsx +++ b/apps/console/src/components/form/PeopleSelectField.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/form/ProcessingActivityEnumOptions.tsx b/apps/console/src/components/form/ProcessingActivityEnumOptions.tsx index 6e2eb403a..10272f9ff 100644 --- a/apps/console/src/components/form/ProcessingActivityEnumOptions.tsx +++ b/apps/console/src/components/form/ProcessingActivityEnumOptions.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/form/ThirdPartiesMultiSelectField.tsx b/apps/console/src/components/form/ThirdPartiesMultiSelectField.tsx index 4dd29a166..11de64ba8 100644 --- a/apps/console/src/components/form/ThirdPartiesMultiSelectField.tsx +++ b/apps/console/src/components/form/ThirdPartiesMultiSelectField.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/measures/LinkedMeasuresCard.tsx b/apps/console/src/components/measures/LinkedMeasuresCard.tsx index 139c851a1..344927e74 100644 --- a/apps/console/src/components/measures/LinkedMeasuresCard.tsx +++ b/apps/console/src/components/measures/LinkedMeasuresCard.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/measures/LinkedMeasuresDialog.tsx b/apps/console/src/components/measures/LinkedMeasuresDialog.tsx index ebd6c80ae..87f1420f2 100644 --- a/apps/console/src/components/measures/LinkedMeasuresDialog.tsx +++ b/apps/console/src/components/measures/LinkedMeasuresDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/obligations/LinkedObligationsCard.tsx b/apps/console/src/components/obligations/LinkedObligationsCard.tsx index 2c7037613..fe98e2e18 100644 --- a/apps/console/src/components/obligations/LinkedObligationsCard.tsx +++ b/apps/console/src/components/obligations/LinkedObligationsCard.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/obligations/LinkedObligationsDialog.tsx b/apps/console/src/components/obligations/LinkedObligationsDialog.tsx index 242b2ff51..6e148e827 100644 --- a/apps/console/src/components/obligations/LinkedObligationsDialog.tsx +++ b/apps/console/src/components/obligations/LinkedObligationsDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/organizations/DeleteOrganizationDialog.tsx b/apps/console/src/components/organizations/DeleteOrganizationDialog.tsx index 5fe0c7b8d..4549b6623 100644 --- a/apps/console/src/components/organizations/DeleteOrganizationDialog.tsx +++ b/apps/console/src/components/organizations/DeleteOrganizationDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/risks/LinkedRisksCard.tsx b/apps/console/src/components/risks/LinkedRisksCard.tsx index 95dc802d2..a4f7bc4ad 100644 --- a/apps/console/src/components/risks/LinkedRisksCard.tsx +++ b/apps/console/src/components/risks/LinkedRisksCard.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/risks/LinkedRisksDialog.tsx b/apps/console/src/components/risks/LinkedRisksDialog.tsx index d9b662e89..0288dcab7 100644 --- a/apps/console/src/components/risks/LinkedRisksDialog.tsx +++ b/apps/console/src/components/risks/LinkedRisksDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/skeletons/ControlSkeleton.tsx b/apps/console/src/components/skeletons/ControlSkeleton.tsx index a91050a48..9606aa829 100644 --- a/apps/console/src/components/skeletons/ControlSkeleton.tsx +++ b/apps/console/src/components/skeletons/ControlSkeleton.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/skeletons/LinkCardSkeleton.tsx b/apps/console/src/components/skeletons/LinkCardSkeleton.tsx index 5104fc808..e1aee392f 100644 --- a/apps/console/src/components/skeletons/LinkCardSkeleton.tsx +++ b/apps/console/src/components/skeletons/LinkCardSkeleton.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/skeletons/PageSkeleton.tsx b/apps/console/src/components/skeletons/PageSkeleton.tsx index e383ef76c..c4312eb14 100644 --- a/apps/console/src/components/skeletons/PageSkeleton.tsx +++ b/apps/console/src/components/skeletons/PageSkeleton.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/skeletons/RisksPageSkeleton.tsx b/apps/console/src/components/skeletons/RisksPageSkeleton.tsx index 8bc3dd5dd..fa1773aab 100644 --- a/apps/console/src/components/skeletons/RisksPageSkeleton.tsx +++ b/apps/console/src/components/skeletons/RisksPageSkeleton.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/statements-of-applicability/LinkedStatementsOfApplicabilityCard.tsx b/apps/console/src/components/statements-of-applicability/LinkedStatementsOfApplicabilityCard.tsx index e8de70ae4..5e2be8d52 100644 --- a/apps/console/src/components/statements-of-applicability/LinkedStatementsOfApplicabilityCard.tsx +++ b/apps/console/src/components/statements-of-applicability/LinkedStatementsOfApplicabilityCard.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/statements-of-applicability/LinkedStatementsOfApplicabilityDialog.tsx b/apps/console/src/components/statements-of-applicability/LinkedStatementsOfApplicabilityDialog.tsx index 01e0936d3..7225cebf2 100644 --- a/apps/console/src/components/statements-of-applicability/LinkedStatementsOfApplicabilityDialog.tsx +++ b/apps/console/src/components/statements-of-applicability/LinkedStatementsOfApplicabilityDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/table/EditableTable.tsx b/apps/console/src/components/table/EditableTable.tsx index 6219f2cfa..8bc8ee746 100644 --- a/apps/console/src/components/table/EditableTable.tsx +++ b/apps/console/src/components/table/EditableTable.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/table/GraphQLCell.tsx b/apps/console/src/components/table/GraphQLCell.tsx index 5ac5cca1d..cfac3e9f8 100644 --- a/apps/console/src/components/table/GraphQLCell.tsx +++ b/apps/console/src/components/table/GraphQLCell.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/table/PeopleCell.tsx b/apps/console/src/components/table/PeopleCell.tsx index c99e5f785..1af9f8af4 100644 --- a/apps/console/src/components/table/PeopleCell.tsx +++ b/apps/console/src/components/table/PeopleCell.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/table/SortableDataTable.tsx b/apps/console/src/components/table/SortableDataTable.tsx index 759050fcb..b3cb73ba1 100644 --- a/apps/console/src/components/table/SortableDataTable.tsx +++ b/apps/console/src/components/table/SortableDataTable.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/table/ThirdPartiesCell.tsx b/apps/console/src/components/table/ThirdPartiesCell.tsx index 09d8b93aa..35b85c708 100644 --- a/apps/console/src/components/table/ThirdPartiesCell.tsx +++ b/apps/console/src/components/table/ThirdPartiesCell.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/tasks/TaskFormDialog.tsx b/apps/console/src/components/tasks/TaskFormDialog.tsx index 946005787..bdae0e4ed 100644 --- a/apps/console/src/components/tasks/TaskFormDialog.tsx +++ b/apps/console/src/components/tasks/TaskFormDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/tasks/TasksCard.tsx b/apps/console/src/components/tasks/TasksCard.tsx index b90123a7b..b9f8f27f3 100644 --- a/apps/console/src/components/tasks/TasksCard.tsx +++ b/apps/console/src/components/tasks/TasksCard.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/trustCenter/DeleteTrustCenterReferenceDialog.tsx b/apps/console/src/components/trustCenter/DeleteTrustCenterReferenceDialog.tsx index 03b304ddd..6228856f0 100644 --- a/apps/console/src/components/trustCenter/DeleteTrustCenterReferenceDialog.tsx +++ b/apps/console/src/components/trustCenter/DeleteTrustCenterReferenceDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/components/trustCenter/TrustCenterReferenceDialog.tsx b/apps/console/src/components/trustCenter/TrustCenterReferenceDialog.tsx index 8e8c16e75..732eed340 100644 --- a/apps/console/src/components/trustCenter/TrustCenterReferenceDialog.tsx +++ b/apps/console/src/components/trustCenter/TrustCenterReferenceDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/environments.ts b/apps/console/src/environments.ts index b54e4d801..6a35a43de 100644 --- a/apps/console/src/environments.ts +++ b/apps/console/src/environments.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/hooks/forms/useRiskForm.tsx b/apps/console/src/hooks/forms/useRiskForm.tsx index b231e1a2b..4df36e763 100644 --- a/apps/console/src/hooks/forms/useRiskForm.tsx +++ b/apps/console/src/hooks/forms/useRiskForm.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/hooks/forms/useThirdPartyForm.tsx b/apps/console/src/hooks/forms/useThirdPartyForm.tsx index d7bf8bda6..e4653a7ab 100644 --- a/apps/console/src/hooks/forms/useThirdPartyForm.tsx +++ b/apps/console/src/hooks/forms/useThirdPartyForm.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/hooks/graph/AssetGraph.ts b/apps/console/src/hooks/graph/AssetGraph.ts index b5732c415..e9fbd7e33 100644 --- a/apps/console/src/hooks/graph/AssetGraph.ts +++ b/apps/console/src/hooks/graph/AssetGraph.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/hooks/graph/AuditGraph.ts b/apps/console/src/hooks/graph/AuditGraph.ts index 90cd8536e..77d8de7d4 100644 --- a/apps/console/src/hooks/graph/AuditGraph.ts +++ b/apps/console/src/hooks/graph/AuditGraph.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/hooks/graph/DatumGraph.ts b/apps/console/src/hooks/graph/DatumGraph.ts index b151a0d46..aba6e7045 100644 --- a/apps/console/src/hooks/graph/DatumGraph.ts +++ b/apps/console/src/hooks/graph/DatumGraph.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/hooks/graph/DocumentGraph.ts b/apps/console/src/hooks/graph/DocumentGraph.ts index 8d0dc6738..c5938c0b4 100644 --- a/apps/console/src/hooks/graph/DocumentGraph.ts +++ b/apps/console/src/hooks/graph/DocumentGraph.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/hooks/graph/EvidenceGraph.ts b/apps/console/src/hooks/graph/EvidenceGraph.ts index 7ddcbd4ba..51f8f1559 100644 --- a/apps/console/src/hooks/graph/EvidenceGraph.ts +++ b/apps/console/src/hooks/graph/EvidenceGraph.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/hooks/graph/FrameworkGraph.ts b/apps/console/src/hooks/graph/FrameworkGraph.ts index 45d3c7981..b6bb4e8ac 100644 --- a/apps/console/src/hooks/graph/FrameworkGraph.ts +++ b/apps/console/src/hooks/graph/FrameworkGraph.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/hooks/graph/MeasureGraph.ts b/apps/console/src/hooks/graph/MeasureGraph.ts index 28d6cccbf..402aba790 100644 --- a/apps/console/src/hooks/graph/MeasureGraph.ts +++ b/apps/console/src/hooks/graph/MeasureGraph.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/hooks/graph/ObligationGraph.ts b/apps/console/src/hooks/graph/ObligationGraph.ts index ebdc973d8..13e957b2e 100644 --- a/apps/console/src/hooks/graph/ObligationGraph.ts +++ b/apps/console/src/hooks/graph/ObligationGraph.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/hooks/graph/PeopleGraph.ts b/apps/console/src/hooks/graph/PeopleGraph.ts index df20a4e2e..abb9895bf 100644 --- a/apps/console/src/hooks/graph/PeopleGraph.ts +++ b/apps/console/src/hooks/graph/PeopleGraph.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/hooks/graph/ProcessingActivityGraph.ts b/apps/console/src/hooks/graph/ProcessingActivityGraph.ts index e2330e705..380ab3a1a 100644 --- a/apps/console/src/hooks/graph/ProcessingActivityGraph.ts +++ b/apps/console/src/hooks/graph/ProcessingActivityGraph.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/hooks/graph/RightsRequestGraph.ts b/apps/console/src/hooks/graph/RightsRequestGraph.ts index 9064dc184..7a4c27960 100644 --- a/apps/console/src/hooks/graph/RightsRequestGraph.ts +++ b/apps/console/src/hooks/graph/RightsRequestGraph.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/hooks/graph/ThirdPartyGraph.ts b/apps/console/src/hooks/graph/ThirdPartyGraph.ts index 07ae43356..b85db47c3 100644 --- a/apps/console/src/hooks/graph/ThirdPartyGraph.ts +++ b/apps/console/src/hooks/graph/ThirdPartyGraph.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/hooks/graph/TrustCenterAccessTokenGraph.ts b/apps/console/src/hooks/graph/TrustCenterAccessTokenGraph.ts index 862b67dfa..34075b2ba 100644 --- a/apps/console/src/hooks/graph/TrustCenterAccessTokenGraph.ts +++ b/apps/console/src/hooks/graph/TrustCenterAccessTokenGraph.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/hooks/graph/TrustCenterGraph.ts b/apps/console/src/hooks/graph/TrustCenterGraph.ts index b63653101..e970a4867 100644 --- a/apps/console/src/hooks/graph/TrustCenterGraph.ts +++ b/apps/console/src/hooks/graph/TrustCenterGraph.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/hooks/graph/TrustCenterReferenceGraph.ts b/apps/console/src/hooks/graph/TrustCenterReferenceGraph.ts index 05546288b..b1d28f33d 100644 --- a/apps/console/src/hooks/graph/TrustCenterReferenceGraph.ts +++ b/apps/console/src/hooks/graph/TrustCenterReferenceGraph.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/hooks/graph/usePaginatedMeasures.ts b/apps/console/src/hooks/graph/usePaginatedMeasures.ts index 2dd2b85eb..ebca58c11 100644 --- a/apps/console/src/hooks/graph/usePaginatedMeasures.ts +++ b/apps/console/src/hooks/graph/usePaginatedMeasures.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/hooks/useFetchQuery.ts b/apps/console/src/hooks/useFetchQuery.ts index ade94e602..ad64e4ed9 100644 --- a/apps/console/src/hooks/useFetchQuery.ts +++ b/apps/console/src/hooks/useFetchQuery.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/hooks/useFormWithSchema.ts b/apps/console/src/hooks/useFormWithSchema.ts index e346c4718..1af41be4b 100644 --- a/apps/console/src/hooks/useFormWithSchema.ts +++ b/apps/console/src/hooks/useFormWithSchema.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/hooks/useMutateField.tsx b/apps/console/src/hooks/useMutateField.tsx index 25c8c3322..f18a84d3b 100644 --- a/apps/console/src/hooks/useMutateField.tsx +++ b/apps/console/src/hooks/useMutateField.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/hooks/useMutationWithIncrement.ts b/apps/console/src/hooks/useMutationWithIncrement.ts index 5fc7e13e8..8d7695b1c 100644 --- a/apps/console/src/hooks/useMutationWithIncrement.ts +++ b/apps/console/src/hooks/useMutationWithIncrement.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/hooks/useMutationWithToasts.ts b/apps/console/src/hooks/useMutationWithToasts.ts index a9d2095ed..aa9f2eb73 100644 --- a/apps/console/src/hooks/useMutationWithToasts.ts +++ b/apps/console/src/hooks/useMutationWithToasts.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/hooks/useOrganizationId.ts b/apps/console/src/hooks/useOrganizationId.ts index d17bfdd2d..d9b78cb30 100644 --- a/apps/console/src/hooks/useOrganizationId.ts +++ b/apps/console/src/hooks/useOrganizationId.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/hooks/useSafeContinueUrl.ts b/apps/console/src/hooks/useSafeContinueUrl.ts index df8690b2c..a4bc4cdc9 100644 --- a/apps/console/src/hooks/useSafeContinueUrl.ts +++ b/apps/console/src/hooks/useSafeContinueUrl.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/hooks/useStateWithSchema.ts b/apps/console/src/hooks/useStateWithSchema.ts index dfd751f52..e26741d2e 100644 --- a/apps/console/src/hooks/useStateWithSchema.ts +++ b/apps/console/src/hooks/useStateWithSchema.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/main.tsx b/apps/console/src/main.tsx index e1cd428b3..d661eda39 100644 --- a/apps/console/src/main.tsx +++ b/apps/console/src/main.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/apiKeys/APIKeysPage.tsx b/apps/console/src/pages/iam/apiKeys/APIKeysPage.tsx index db2023e31..038639429 100644 --- a/apps/console/src/pages/iam/apiKeys/APIKeysPage.tsx +++ b/apps/console/src/pages/iam/apiKeys/APIKeysPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/apiKeys/APIKeysPageLoader.tsx b/apps/console/src/pages/iam/apiKeys/APIKeysPageLoader.tsx index 98517c6b8..bbd29fac2 100644 --- a/apps/console/src/pages/iam/apiKeys/APIKeysPageLoader.tsx +++ b/apps/console/src/pages/iam/apiKeys/APIKeysPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/apiKeys/_components/PersonalAPIKeyList.tsx b/apps/console/src/pages/iam/apiKeys/_components/PersonalAPIKeyList.tsx index 7a6fe6b7d..6bd990538 100644 --- a/apps/console/src/pages/iam/apiKeys/_components/PersonalAPIKeyList.tsx +++ b/apps/console/src/pages/iam/apiKeys/_components/PersonalAPIKeyList.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/apiKeys/_components/PersonalAPIKeyRow.tsx b/apps/console/src/pages/iam/apiKeys/_components/PersonalAPIKeyRow.tsx index 14f3ed720..4384dba4a 100644 --- a/apps/console/src/pages/iam/apiKeys/_components/PersonalAPIKeyRow.tsx +++ b/apps/console/src/pages/iam/apiKeys/_components/PersonalAPIKeyRow.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/apiKeys/_components/PersonalAPIKeyTokenAction.tsx b/apps/console/src/pages/iam/apiKeys/_components/PersonalAPIKeyTokenAction.tsx index ce022c3d0..cf430be87 100644 --- a/apps/console/src/pages/iam/apiKeys/_components/PersonalAPIKeyTokenAction.tsx +++ b/apps/console/src/pages/iam/apiKeys/_components/PersonalAPIKeyTokenAction.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/apiKeys/_components/PersonalAPIKeyTokenDialog.tsx b/apps/console/src/pages/iam/apiKeys/_components/PersonalAPIKeyTokenDialog.tsx index cf7bd1c80..2fa41db70 100644 --- a/apps/console/src/pages/iam/apiKeys/_components/PersonalAPIKeyTokenDialog.tsx +++ b/apps/console/src/pages/iam/apiKeys/_components/PersonalAPIKeyTokenDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/apiKeys/_components/PersonalAPIKeysTable.tsx b/apps/console/src/pages/iam/apiKeys/_components/PersonalAPIKeysTable.tsx index 26e4781b7..fab25ec73 100644 --- a/apps/console/src/pages/iam/apiKeys/_components/PersonalAPIKeysTable.tsx +++ b/apps/console/src/pages/iam/apiKeys/_components/PersonalAPIKeysTable.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/auth/ActivateAccountPage.tsx b/apps/console/src/pages/iam/auth/ActivateAccountPage.tsx index ea0165f84..5893a2624 100644 --- a/apps/console/src/pages/iam/auth/ActivateAccountPage.tsx +++ b/apps/console/src/pages/iam/auth/ActivateAccountPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/auth/AuthLayout.tsx b/apps/console/src/pages/iam/auth/AuthLayout.tsx index 8cd7576cf..cae1a5ed1 100644 --- a/apps/console/src/pages/iam/auth/AuthLayout.tsx +++ b/apps/console/src/pages/iam/auth/AuthLayout.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/auth/ConsentPage.tsx b/apps/console/src/pages/iam/auth/ConsentPage.tsx index 7e90dc1af..c22265b1b 100644 --- a/apps/console/src/pages/iam/auth/ConsentPage.tsx +++ b/apps/console/src/pages/iam/auth/ConsentPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/auth/ConsentPageLoader.tsx b/apps/console/src/pages/iam/auth/ConsentPageLoader.tsx index 8d57f6f59..3ed76cf33 100644 --- a/apps/console/src/pages/iam/auth/ConsentPageLoader.tsx +++ b/apps/console/src/pages/iam/auth/ConsentPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/auth/CreatePasswordPage.tsx b/apps/console/src/pages/iam/auth/CreatePasswordPage.tsx index 313d5772a..80aac0e38 100644 --- a/apps/console/src/pages/iam/auth/CreatePasswordPage.tsx +++ b/apps/console/src/pages/iam/auth/CreatePasswordPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/auth/DeviceActivationPage.tsx b/apps/console/src/pages/iam/auth/DeviceActivationPage.tsx index 6578bad38..c5e63cf37 100644 --- a/apps/console/src/pages/iam/auth/DeviceActivationPage.tsx +++ b/apps/console/src/pages/iam/auth/DeviceActivationPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/auth/DeviceActivationPageLoader.tsx b/apps/console/src/pages/iam/auth/DeviceActivationPageLoader.tsx index d73141afb..2b9cbe3ba 100644 --- a/apps/console/src/pages/iam/auth/DeviceActivationPageLoader.tsx +++ b/apps/console/src/pages/iam/auth/DeviceActivationPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/auth/ForgotPasswordPage.tsx b/apps/console/src/pages/iam/auth/ForgotPasswordPage.tsx index c1c4de1af..83eb32526 100644 --- a/apps/console/src/pages/iam/auth/ForgotPasswordPage.tsx +++ b/apps/console/src/pages/iam/auth/ForgotPasswordPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/auth/ResetPasswordPage.tsx b/apps/console/src/pages/iam/auth/ResetPasswordPage.tsx index 6d077a70c..22289f3b5 100644 --- a/apps/console/src/pages/iam/auth/ResetPasswordPage.tsx +++ b/apps/console/src/pages/iam/auth/ResetPasswordPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/auth/SignUpPage.tsx b/apps/console/src/pages/iam/auth/SignUpPage.tsx index c8f2cbd8d..b673118c4 100644 --- a/apps/console/src/pages/iam/auth/SignUpPage.tsx +++ b/apps/console/src/pages/iam/auth/SignUpPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/auth/VerifyEmailPage.tsx b/apps/console/src/pages/iam/auth/VerifyEmailPage.tsx index 15f6c4b51..c4f9d8b2b 100644 --- a/apps/console/src/pages/iam/auth/VerifyEmailPage.tsx +++ b/apps/console/src/pages/iam/auth/VerifyEmailPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/auth/sign-in/PasswordSignInPage.tsx b/apps/console/src/pages/iam/auth/sign-in/PasswordSignInPage.tsx index 07bb10b12..eccd68a73 100644 --- a/apps/console/src/pages/iam/auth/sign-in/PasswordSignInPage.tsx +++ b/apps/console/src/pages/iam/auth/sign-in/PasswordSignInPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/auth/sign-in/SSOSignInPage.tsx b/apps/console/src/pages/iam/auth/sign-in/SSOSignInPage.tsx index 7fe36fc67..3bbf819b7 100644 --- a/apps/console/src/pages/iam/auth/sign-in/SSOSignInPage.tsx +++ b/apps/console/src/pages/iam/auth/sign-in/SSOSignInPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/auth/sign-in/SignInPage.tsx b/apps/console/src/pages/iam/auth/sign-in/SignInPage.tsx index babb01cf5..2c6c77caf 100644 --- a/apps/console/src/pages/iam/auth/sign-in/SignInPage.tsx +++ b/apps/console/src/pages/iam/auth/sign-in/SignInPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/auth/sign-in/SignInPageLoader.tsx b/apps/console/src/pages/iam/auth/sign-in/SignInPageLoader.tsx index a589bb9ec..5167bc5ed 100644 --- a/apps/console/src/pages/iam/auth/sign-in/SignInPageLoader.tsx +++ b/apps/console/src/pages/iam/auth/sign-in/SignInPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/auth/sign-in/_components/Divider.tsx b/apps/console/src/pages/iam/auth/sign-in/_components/Divider.tsx index 07373a6ef..71f424ea0 100644 --- a/apps/console/src/pages/iam/auth/sign-in/_components/Divider.tsx +++ b/apps/console/src/pages/iam/auth/sign-in/_components/Divider.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/auth/sign-in/_components/OIDCButton.tsx b/apps/console/src/pages/iam/auth/sign-in/_components/OIDCButton.tsx index 9d0bac8b2..f292fe148 100644 --- a/apps/console/src/pages/iam/auth/sign-in/_components/OIDCButton.tsx +++ b/apps/console/src/pages/iam/auth/sign-in/_components/OIDCButton.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/memberships/MembershipsPage.tsx b/apps/console/src/pages/iam/memberships/MembershipsPage.tsx index 8744e6a8e..9b7f1dc28 100644 --- a/apps/console/src/pages/iam/memberships/MembershipsPage.tsx +++ b/apps/console/src/pages/iam/memberships/MembershipsPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/memberships/MembershipsPageLoader.tsx b/apps/console/src/pages/iam/memberships/MembershipsPageLoader.tsx index 0efc37bae..fae8cd392 100644 --- a/apps/console/src/pages/iam/memberships/MembershipsPageLoader.tsx +++ b/apps/console/src/pages/iam/memberships/MembershipsPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/memberships/ViewerLayout.tsx b/apps/console/src/pages/iam/memberships/ViewerLayout.tsx index 39de48a1d..d5e1ad166 100644 --- a/apps/console/src/pages/iam/memberships/ViewerLayout.tsx +++ b/apps/console/src/pages/iam/memberships/ViewerLayout.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/memberships/ViewerLayoutLoader.tsx b/apps/console/src/pages/iam/memberships/ViewerLayoutLoader.tsx index a8038df29..0deb8f94e 100644 --- a/apps/console/src/pages/iam/memberships/ViewerLayoutLoader.tsx +++ b/apps/console/src/pages/iam/memberships/ViewerLayoutLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/memberships/ViewerLayoutLoading.tsx b/apps/console/src/pages/iam/memberships/ViewerLayoutLoading.tsx index 7ef61fd7a..f3a9da442 100644 --- a/apps/console/src/pages/iam/memberships/ViewerLayoutLoading.tsx +++ b/apps/console/src/pages/iam/memberships/ViewerLayoutLoading.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/memberships/_components/InvitingOrganizationCard.tsx b/apps/console/src/pages/iam/memberships/_components/InvitingOrganizationCard.tsx index 608383e38..b803700ab 100644 --- a/apps/console/src/pages/iam/memberships/_components/InvitingOrganizationCard.tsx +++ b/apps/console/src/pages/iam/memberships/_components/InvitingOrganizationCard.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/memberships/_components/MembershipCard.tsx b/apps/console/src/pages/iam/memberships/_components/MembershipCard.tsx index 2ccfcb701..7c0bfff13 100644 --- a/apps/console/src/pages/iam/memberships/_components/MembershipCard.tsx +++ b/apps/console/src/pages/iam/memberships/_components/MembershipCard.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/memberships/_components/ViewerDropdown.tsx b/apps/console/src/pages/iam/memberships/_components/ViewerDropdown.tsx index 6b339b816..f2e9d1c5b 100644 --- a/apps/console/src/pages/iam/memberships/_components/ViewerDropdown.tsx +++ b/apps/console/src/pages/iam/memberships/_components/ViewerDropdown.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/AssumePage.tsx b/apps/console/src/pages/iam/organizations/AssumePage.tsx index 3faf0df7a..acf645dc8 100644 --- a/apps/console/src/pages/iam/organizations/AssumePage.tsx +++ b/apps/console/src/pages/iam/organizations/AssumePage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/AssumePageLoader.tsx b/apps/console/src/pages/iam/organizations/AssumePageLoader.tsx index ac96fd812..da6dbc779 100644 --- a/apps/console/src/pages/iam/organizations/AssumePageLoader.tsx +++ b/apps/console/src/pages/iam/organizations/AssumePageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/NewOrganizationPage.tsx b/apps/console/src/pages/iam/organizations/NewOrganizationPage.tsx index dc6824a5b..8caa62187 100644 --- a/apps/console/src/pages/iam/organizations/NewOrganizationPage.tsx +++ b/apps/console/src/pages/iam/organizations/NewOrganizationPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/ViewerMembershipLayout.tsx b/apps/console/src/pages/iam/organizations/ViewerMembershipLayout.tsx index 19c76eceb..151a19c7d 100644 --- a/apps/console/src/pages/iam/organizations/ViewerMembershipLayout.tsx +++ b/apps/console/src/pages/iam/organizations/ViewerMembershipLayout.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/ViewerMembershipLayoutLoader.tsx b/apps/console/src/pages/iam/organizations/ViewerMembershipLayoutLoader.tsx index 918afc913..fa66652dc 100644 --- a/apps/console/src/pages/iam/organizations/ViewerMembershipLayoutLoader.tsx +++ b/apps/console/src/pages/iam/organizations/ViewerMembershipLayoutLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/_components/MembershipsDropdown.tsx b/apps/console/src/pages/iam/organizations/_components/MembershipsDropdown.tsx index 10cb60c51..62d3a5236 100644 --- a/apps/console/src/pages/iam/organizations/_components/MembershipsDropdown.tsx +++ b/apps/console/src/pages/iam/organizations/_components/MembershipsDropdown.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/_components/MembershipsDropdownInvitingItem.tsx b/apps/console/src/pages/iam/organizations/_components/MembershipsDropdownInvitingItem.tsx index f16f8fa6f..b3e7ed49d 100644 --- a/apps/console/src/pages/iam/organizations/_components/MembershipsDropdownInvitingItem.tsx +++ b/apps/console/src/pages/iam/organizations/_components/MembershipsDropdownInvitingItem.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/_components/MembershipsDropdownMenu.tsx b/apps/console/src/pages/iam/organizations/_components/MembershipsDropdownMenu.tsx index f8b6546d7..8a18d5b81 100644 --- a/apps/console/src/pages/iam/organizations/_components/MembershipsDropdownMenu.tsx +++ b/apps/console/src/pages/iam/organizations/_components/MembershipsDropdownMenu.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/_components/MembershipsDropdownMenuItem.tsx b/apps/console/src/pages/iam/organizations/_components/MembershipsDropdownMenuItem.tsx index 909afbd0c..949de345f 100644 --- a/apps/console/src/pages/iam/organizations/_components/MembershipsDropdownMenuItem.tsx +++ b/apps/console/src/pages/iam/organizations/_components/MembershipsDropdownMenuItem.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/_components/Sidebar.tsx b/apps/console/src/pages/iam/organizations/_components/Sidebar.tsx index cc33e0a25..b6d1bb33c 100644 --- a/apps/console/src/pages/iam/organizations/_components/Sidebar.tsx +++ b/apps/console/src/pages/iam/organizations/_components/Sidebar.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/_components/ViewerMembershipDropdown.tsx b/apps/console/src/pages/iam/organizations/_components/ViewerMembershipDropdown.tsx index 4fad2fecb..4a532f83f 100644 --- a/apps/console/src/pages/iam/organizations/_components/ViewerMembershipDropdown.tsx +++ b/apps/console/src/pages/iam/organizations/_components/ViewerMembershipDropdown.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/people/PeoplePage.tsx b/apps/console/src/pages/iam/organizations/people/PeoplePage.tsx index 8713c8149..a1df1cd76 100644 --- a/apps/console/src/pages/iam/organizations/people/PeoplePage.tsx +++ b/apps/console/src/pages/iam/organizations/people/PeoplePage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/people/PeoplePageLoader.tsx b/apps/console/src/pages/iam/organizations/people/PeoplePageLoader.tsx index 4baa772e6..c96a79121 100644 --- a/apps/console/src/pages/iam/organizations/people/PeoplePageLoader.tsx +++ b/apps/console/src/pages/iam/organizations/people/PeoplePageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/people/PersonPage.tsx b/apps/console/src/pages/iam/organizations/people/PersonPage.tsx index d8c800616..6dbfbc357 100644 --- a/apps/console/src/pages/iam/organizations/people/PersonPage.tsx +++ b/apps/console/src/pages/iam/organizations/people/PersonPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/people/PersonPageLoader.tsx b/apps/console/src/pages/iam/organizations/people/PersonPageLoader.tsx index 306a910dd..03b5e63f3 100644 --- a/apps/console/src/pages/iam/organizations/people/PersonPageLoader.tsx +++ b/apps/console/src/pages/iam/organizations/people/PersonPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/people/_components/AddPersonDialog.tsx b/apps/console/src/pages/iam/organizations/people/_components/AddPersonDialog.tsx index 189a35a71..344bc385b 100644 --- a/apps/console/src/pages/iam/organizations/people/_components/AddPersonDialog.tsx +++ b/apps/console/src/pages/iam/organizations/people/_components/AddPersonDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/people/_components/PeopleList.tsx b/apps/console/src/pages/iam/organizations/people/_components/PeopleList.tsx index 9f6cf2141..9fc50ca22 100644 --- a/apps/console/src/pages/iam/organizations/people/_components/PeopleList.tsx +++ b/apps/console/src/pages/iam/organizations/people/_components/PeopleList.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/people/_components/PeopleListItem.tsx b/apps/console/src/pages/iam/organizations/people/_components/PeopleListItem.tsx index 9688a075d..93d4075e1 100644 --- a/apps/console/src/pages/iam/organizations/people/_components/PeopleListItem.tsx +++ b/apps/console/src/pages/iam/organizations/people/_components/PeopleListItem.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/people/_components/PersonForm.tsx b/apps/console/src/pages/iam/organizations/people/_components/PersonForm.tsx index 184db1b3a..45a86d8cf 100644 --- a/apps/console/src/pages/iam/organizations/people/_components/PersonForm.tsx +++ b/apps/console/src/pages/iam/organizations/people/_components/PersonForm.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/people/routes.ts b/apps/console/src/pages/iam/organizations/people/routes.ts index 1d72c14d3..cb2136332 100644 --- a/apps/console/src/pages/iam/organizations/people/routes.ts +++ b/apps/console/src/pages/iam/organizations/people/routes.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/settings/AuditLogSettingsPage.tsx b/apps/console/src/pages/iam/organizations/settings/AuditLogSettingsPage.tsx index e66a29bbb..9e8746971 100644 --- a/apps/console/src/pages/iam/organizations/settings/AuditLogSettingsPage.tsx +++ b/apps/console/src/pages/iam/organizations/settings/AuditLogSettingsPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/settings/AuditLogSettingsPageLoader.tsx b/apps/console/src/pages/iam/organizations/settings/AuditLogSettingsPageLoader.tsx index ebf808121..372270300 100644 --- a/apps/console/src/pages/iam/organizations/settings/AuditLogSettingsPageLoader.tsx +++ b/apps/console/src/pages/iam/organizations/settings/AuditLogSettingsPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/settings/GeneralSettingsPage.tsx b/apps/console/src/pages/iam/organizations/settings/GeneralSettingsPage.tsx index aa895f5b6..510144e74 100644 --- a/apps/console/src/pages/iam/organizations/settings/GeneralSettingsPage.tsx +++ b/apps/console/src/pages/iam/organizations/settings/GeneralSettingsPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/settings/GeneralSettingsPageLoader.tsx b/apps/console/src/pages/iam/organizations/settings/GeneralSettingsPageLoader.tsx index 8ccd59f2e..5f51e5b55 100644 --- a/apps/console/src/pages/iam/organizations/settings/GeneralSettingsPageLoader.tsx +++ b/apps/console/src/pages/iam/organizations/settings/GeneralSettingsPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/settings/SAMLSettingsPage.tsx b/apps/console/src/pages/iam/organizations/settings/SAMLSettingsPage.tsx index cbfd12869..47db8fdd4 100644 --- a/apps/console/src/pages/iam/organizations/settings/SAMLSettingsPage.tsx +++ b/apps/console/src/pages/iam/organizations/settings/SAMLSettingsPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/settings/SAMLSettingsPageLoader.tsx b/apps/console/src/pages/iam/organizations/settings/SAMLSettingsPageLoader.tsx index 588ca851a..150dd794a 100644 --- a/apps/console/src/pages/iam/organizations/settings/SAMLSettingsPageLoader.tsx +++ b/apps/console/src/pages/iam/organizations/settings/SAMLSettingsPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/settings/SCIMSettingsPage.tsx b/apps/console/src/pages/iam/organizations/settings/SCIMSettingsPage.tsx index fddfb499d..0d87a2906 100644 --- a/apps/console/src/pages/iam/organizations/settings/SCIMSettingsPage.tsx +++ b/apps/console/src/pages/iam/organizations/settings/SCIMSettingsPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/settings/SCIMSettingsPageLoader.tsx b/apps/console/src/pages/iam/organizations/settings/SCIMSettingsPageLoader.tsx index 231cb4aed..83185aebc 100644 --- a/apps/console/src/pages/iam/organizations/settings/SCIMSettingsPageLoader.tsx +++ b/apps/console/src/pages/iam/organizations/settings/SCIMSettingsPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/settings/SettingsLayout.tsx b/apps/console/src/pages/iam/organizations/settings/SettingsLayout.tsx index eda671c25..ea06a8c19 100644 --- a/apps/console/src/pages/iam/organizations/settings/SettingsLayout.tsx +++ b/apps/console/src/pages/iam/organizations/settings/SettingsLayout.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/settings/WebhooksSettingsPageLoader.tsx b/apps/console/src/pages/iam/organizations/settings/WebhooksSettingsPageLoader.tsx index 437fa1643..b1e68c55b 100644 --- a/apps/console/src/pages/iam/organizations/settings/WebhooksSettingsPageLoader.tsx +++ b/apps/console/src/pages/iam/organizations/settings/WebhooksSettingsPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/settings/_components/ConnectorList.tsx b/apps/console/src/pages/iam/organizations/settings/_components/ConnectorList.tsx index 4d63bb2f7..574053f5b 100644 --- a/apps/console/src/pages/iam/organizations/settings/_components/ConnectorList.tsx +++ b/apps/console/src/pages/iam/organizations/settings/_components/ConnectorList.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/settings/_components/EditSAMLConfigurationForm.tsx b/apps/console/src/pages/iam/organizations/settings/_components/EditSAMLConfigurationForm.tsx index e3341e66a..5f16251ff 100644 --- a/apps/console/src/pages/iam/organizations/settings/_components/EditSAMLConfigurationForm.tsx +++ b/apps/console/src/pages/iam/organizations/settings/_components/EditSAMLConfigurationForm.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/settings/_components/GoogleWorkspaceConnector.tsx b/apps/console/src/pages/iam/organizations/settings/_components/GoogleWorkspaceConnector.tsx index 265749986..14146eb43 100644 --- a/apps/console/src/pages/iam/organizations/settings/_components/GoogleWorkspaceConnector.tsx +++ b/apps/console/src/pages/iam/organizations/settings/_components/GoogleWorkspaceConnector.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/settings/_components/Microsoft365Connector.tsx b/apps/console/src/pages/iam/organizations/settings/_components/Microsoft365Connector.tsx index 79a640207..2a6018170 100644 --- a/apps/console/src/pages/iam/organizations/settings/_components/Microsoft365Connector.tsx +++ b/apps/console/src/pages/iam/organizations/settings/_components/Microsoft365Connector.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/settings/_components/NewSAMLConfigurationForm.tsx b/apps/console/src/pages/iam/organizations/settings/_components/NewSAMLConfigurationForm.tsx index 795c9eab3..fd87e8a7d 100644 --- a/apps/console/src/pages/iam/organizations/settings/_components/NewSAMLConfigurationForm.tsx +++ b/apps/console/src/pages/iam/organizations/settings/_components/NewSAMLConfigurationForm.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/settings/_components/OrganizationForm.tsx b/apps/console/src/pages/iam/organizations/settings/_components/OrganizationForm.tsx index de3cdfa12..aef8a8e78 100644 --- a/apps/console/src/pages/iam/organizations/settings/_components/OrganizationForm.tsx +++ b/apps/console/src/pages/iam/organizations/settings/_components/OrganizationForm.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/settings/_components/SAMLConfigurationForm.tsx b/apps/console/src/pages/iam/organizations/settings/_components/SAMLConfigurationForm.tsx index c1951bb99..63666926b 100644 --- a/apps/console/src/pages/iam/organizations/settings/_components/SAMLConfigurationForm.tsx +++ b/apps/console/src/pages/iam/organizations/settings/_components/SAMLConfigurationForm.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/settings/_components/SAMLConfigurationList.tsx b/apps/console/src/pages/iam/organizations/settings/_components/SAMLConfigurationList.tsx index 6ad9d741e..6861e0a38 100644 --- a/apps/console/src/pages/iam/organizations/settings/_components/SAMLConfigurationList.tsx +++ b/apps/console/src/pages/iam/organizations/settings/_components/SAMLConfigurationList.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/settings/_components/SAMLDomainVerifyDialog.tsx b/apps/console/src/pages/iam/organizations/settings/_components/SAMLDomainVerifyDialog.tsx index 1a402ce74..af32f56a4 100644 --- a/apps/console/src/pages/iam/organizations/settings/_components/SAMLDomainVerifyDialog.tsx +++ b/apps/console/src/pages/iam/organizations/settings/_components/SAMLDomainVerifyDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/settings/_components/SCIMConfiguration.tsx b/apps/console/src/pages/iam/organizations/settings/_components/SCIMConfiguration.tsx index caea63beb..1159ae614 100644 --- a/apps/console/src/pages/iam/organizations/settings/_components/SCIMConfiguration.tsx +++ b/apps/console/src/pages/iam/organizations/settings/_components/SCIMConfiguration.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/settings/_components/SCIMEventList.tsx b/apps/console/src/pages/iam/organizations/settings/_components/SCIMEventList.tsx index 5ba702408..14b31707e 100644 --- a/apps/console/src/pages/iam/organizations/settings/_components/SCIMEventList.tsx +++ b/apps/console/src/pages/iam/organizations/settings/_components/SCIMEventList.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/iam/organizations/settings/_components/SCIMEventListItem.tsx b/apps/console/src/pages/iam/organizations/settings/_components/SCIMEventListItem.tsx index 10e4ec2bf..29f4ff956 100644 --- a/apps/console/src/pages/iam/organizations/settings/_components/SCIMEventListItem.tsx +++ b/apps/console/src/pages/iam/organizations/settings/_components/SCIMEventListItem.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/access-reviews/AccessReviewLayout.tsx b/apps/console/src/pages/organizations/access-reviews/AccessReviewLayout.tsx index 55351880c..a8a26cb36 100644 --- a/apps/console/src/pages/organizations/access-reviews/AccessReviewLayout.tsx +++ b/apps/console/src/pages/organizations/access-reviews/AccessReviewLayout.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/access-reviews/AccessReviewLayoutLoader.tsx b/apps/console/src/pages/organizations/access-reviews/AccessReviewLayoutLoader.tsx index b2894b7a7..437930afb 100644 --- a/apps/console/src/pages/organizations/access-reviews/AccessReviewLayoutLoader.tsx +++ b/apps/console/src/pages/organizations/access-reviews/AccessReviewLayoutLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/access-reviews/CreateCsvAccessSourcePage.tsx b/apps/console/src/pages/organizations/access-reviews/CreateCsvAccessSourcePage.tsx index df29ef7e3..e76d9e9b8 100644 --- a/apps/console/src/pages/organizations/access-reviews/CreateCsvAccessSourcePage.tsx +++ b/apps/console/src/pages/organizations/access-reviews/CreateCsvAccessSourcePage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/access-reviews/CreateCsvAccessSourcePageLoader.tsx b/apps/console/src/pages/organizations/access-reviews/CreateCsvAccessSourcePageLoader.tsx index ee5f4d188..adc7984c6 100644 --- a/apps/console/src/pages/organizations/access-reviews/CreateCsvAccessSourcePageLoader.tsx +++ b/apps/console/src/pages/organizations/access-reviews/CreateCsvAccessSourcePageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/access-reviews/_components/AccessSourceRow.tsx b/apps/console/src/pages/organizations/access-reviews/_components/AccessSourceRow.tsx index bd8e44af5..cc4a99f97 100644 --- a/apps/console/src/pages/organizations/access-reviews/_components/AccessSourceRow.tsx +++ b/apps/console/src/pages/organizations/access-reviews/_components/AccessSourceRow.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/access-reviews/_components/EntryDecisionActions.tsx b/apps/console/src/pages/organizations/access-reviews/_components/EntryDecisionActions.tsx index 9af53c5bd..b5cbdc3f0 100644 --- a/apps/console/src/pages/organizations/access-reviews/_components/EntryDecisionActions.tsx +++ b/apps/console/src/pages/organizations/access-reviews/_components/EntryDecisionActions.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/access-reviews/_components/EntryFlagSelect.tsx b/apps/console/src/pages/organizations/access-reviews/_components/EntryFlagSelect.tsx index a1da1dc7e..b62c12bbf 100644 --- a/apps/console/src/pages/organizations/access-reviews/_components/EntryFlagSelect.tsx +++ b/apps/console/src/pages/organizations/access-reviews/_components/EntryFlagSelect.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/access-reviews/_components/accessReviewHelpers.tsx b/apps/console/src/pages/organizations/access-reviews/_components/accessReviewHelpers.tsx index 873426e61..2a7d8219b 100644 --- a/apps/console/src/pages/organizations/access-reviews/_components/accessReviewHelpers.tsx +++ b/apps/console/src/pages/organizations/access-reviews/_components/accessReviewHelpers.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/access-reviews/campaigns/AccessReviewCampaignsTab.tsx b/apps/console/src/pages/organizations/access-reviews/campaigns/AccessReviewCampaignsTab.tsx index 0ab51981a..c66fb64c5 100644 --- a/apps/console/src/pages/organizations/access-reviews/campaigns/AccessReviewCampaignsTab.tsx +++ b/apps/console/src/pages/organizations/access-reviews/campaigns/AccessReviewCampaignsTab.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/access-reviews/campaigns/AccessReviewCampaignsTabLoader.tsx b/apps/console/src/pages/organizations/access-reviews/campaigns/AccessReviewCampaignsTabLoader.tsx index 03bc68cec..305b31415 100644 --- a/apps/console/src/pages/organizations/access-reviews/campaigns/AccessReviewCampaignsTabLoader.tsx +++ b/apps/console/src/pages/organizations/access-reviews/campaigns/AccessReviewCampaignsTabLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/access-reviews/campaigns/CampaignDetailPage.tsx b/apps/console/src/pages/organizations/access-reviews/campaigns/CampaignDetailPage.tsx index b4cf0c973..205e2f6f5 100644 --- a/apps/console/src/pages/organizations/access-reviews/campaigns/CampaignDetailPage.tsx +++ b/apps/console/src/pages/organizations/access-reviews/campaigns/CampaignDetailPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/access-reviews/campaigns/CampaignDetailPageLoader.tsx b/apps/console/src/pages/organizations/access-reviews/campaigns/CampaignDetailPageLoader.tsx index 860b06b1d..a584fef64 100644 --- a/apps/console/src/pages/organizations/access-reviews/campaigns/CampaignDetailPageLoader.tsx +++ b/apps/console/src/pages/organizations/access-reviews/campaigns/CampaignDetailPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/access-reviews/dialogs/AddAccessSourceDialog.tsx b/apps/console/src/pages/organizations/access-reviews/dialogs/AddAccessSourceDialog.tsx index 3a96b3251..ee5d9bf77 100644 --- a/apps/console/src/pages/organizations/access-reviews/dialogs/AddAccessSourceDialog.tsx +++ b/apps/console/src/pages/organizations/access-reviews/dialogs/AddAccessSourceDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/access-reviews/dialogs/AddCampaignScopeSourceDialog.tsx b/apps/console/src/pages/organizations/access-reviews/dialogs/AddCampaignScopeSourceDialog.tsx index dc1b0cfdc..452440d0b 100644 --- a/apps/console/src/pages/organizations/access-reviews/dialogs/AddCampaignScopeSourceDialog.tsx +++ b/apps/console/src/pages/organizations/access-reviews/dialogs/AddCampaignScopeSourceDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/access-reviews/dialogs/CreateAccessReviewCampaignDialog.tsx b/apps/console/src/pages/organizations/access-reviews/dialogs/CreateAccessReviewCampaignDialog.tsx index cafb1c362..f66874d45 100644 --- a/apps/console/src/pages/organizations/access-reviews/dialogs/CreateAccessReviewCampaignDialog.tsx +++ b/apps/console/src/pages/organizations/access-reviews/dialogs/CreateAccessReviewCampaignDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/access-reviews/dialogs/PostHogDeploymentField.tsx b/apps/console/src/pages/organizations/access-reviews/dialogs/PostHogDeploymentField.tsx index 03a64ba6c..f05b04bcf 100644 --- a/apps/console/src/pages/organizations/access-reviews/dialogs/PostHogDeploymentField.tsx +++ b/apps/console/src/pages/organizations/access-reviews/dialogs/PostHogDeploymentField.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/access-reviews/dialogs/accessSourceMutations.ts b/apps/console/src/pages/organizations/access-reviews/dialogs/accessSourceMutations.ts index 932bb1e35..4e4b59c73 100644 --- a/apps/console/src/pages/organizations/access-reviews/dialogs/accessSourceMutations.ts +++ b/apps/console/src/pages/organizations/access-reviews/dialogs/accessSourceMutations.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/access-reviews/sources/AccessReviewSourcesTab.tsx b/apps/console/src/pages/organizations/access-reviews/sources/AccessReviewSourcesTab.tsx index 625a16507..38ca35cae 100644 --- a/apps/console/src/pages/organizations/access-reviews/sources/AccessReviewSourcesTab.tsx +++ b/apps/console/src/pages/organizations/access-reviews/sources/AccessReviewSourcesTab.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/access-reviews/sources/AccessReviewSourcesTabLoader.tsx b/apps/console/src/pages/organizations/access-reviews/sources/AccessReviewSourcesTabLoader.tsx index e0d72afcc..6f8220acf 100644 --- a/apps/console/src/pages/organizations/access-reviews/sources/AccessReviewSourcesTabLoader.tsx +++ b/apps/console/src/pages/organizations/access-reviews/sources/AccessReviewSourcesTabLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/assets/AssetDetailsPage.tsx b/apps/console/src/pages/organizations/assets/AssetDetailsPage.tsx index 603c149a9..a6bcdabc3 100644 --- a/apps/console/src/pages/organizations/assets/AssetDetailsPage.tsx +++ b/apps/console/src/pages/organizations/assets/AssetDetailsPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/assets/AssetsPage.tsx b/apps/console/src/pages/organizations/assets/AssetsPage.tsx index 424c380fe..bdd2748b9 100644 --- a/apps/console/src/pages/organizations/assets/AssetsPage.tsx +++ b/apps/console/src/pages/organizations/assets/AssetsPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/assets/dialogs/CreateAssetDialog.tsx b/apps/console/src/pages/organizations/assets/dialogs/CreateAssetDialog.tsx index eaa1ffdb9..3bdb94518 100644 --- a/apps/console/src/pages/organizations/assets/dialogs/CreateAssetDialog.tsx +++ b/apps/console/src/pages/organizations/assets/dialogs/CreateAssetDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/assets/dialogs/PublishAssetListDialog.tsx b/apps/console/src/pages/organizations/assets/dialogs/PublishAssetListDialog.tsx index f9357a979..d7ae723df 100644 --- a/apps/console/src/pages/organizations/assets/dialogs/PublishAssetListDialog.tsx +++ b/apps/console/src/pages/organizations/assets/dialogs/PublishAssetListDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/audits/AuditDetailsPage.tsx b/apps/console/src/pages/organizations/audits/AuditDetailsPage.tsx index 5a1c3f2b0..e1048a2a0 100644 --- a/apps/console/src/pages/organizations/audits/AuditDetailsPage.tsx +++ b/apps/console/src/pages/organizations/audits/AuditDetailsPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/audits/AuditsPage.tsx b/apps/console/src/pages/organizations/audits/AuditsPage.tsx index e70c63c81..44d3548cb 100644 --- a/apps/console/src/pages/organizations/audits/AuditsPage.tsx +++ b/apps/console/src/pages/organizations/audits/AuditsPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/audits/dialogs/CreateAuditDialog.tsx b/apps/console/src/pages/organizations/audits/dialogs/CreateAuditDialog.tsx index e16fbd973..58ea3ddf0 100644 --- a/apps/console/src/pages/organizations/audits/dialogs/CreateAuditDialog.tsx +++ b/apps/console/src/pages/organizations/audits/dialogs/CreateAuditDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/CompliancePageLayout.tsx b/apps/console/src/pages/organizations/compliance-page/CompliancePageLayout.tsx index 059258a79..7530d4119 100644 --- a/apps/console/src/pages/organizations/compliance-page/CompliancePageLayout.tsx +++ b/apps/console/src/pages/organizations/compliance-page/CompliancePageLayout.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/CompliancePageLayoutLoader.tsx b/apps/console/src/pages/organizations/compliance-page/CompliancePageLayoutLoader.tsx index 024cdec40..0b7d0e9a5 100644 --- a/apps/console/src/pages/organizations/compliance-page/CompliancePageLayoutLoader.tsx +++ b/apps/console/src/pages/organizations/compliance-page/CompliancePageLayoutLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/access/CompliancePageAccessPage.tsx b/apps/console/src/pages/organizations/compliance-page/access/CompliancePageAccessPage.tsx index 493224e1e..ec3de4c7f 100644 --- a/apps/console/src/pages/organizations/compliance-page/access/CompliancePageAccessPage.tsx +++ b/apps/console/src/pages/organizations/compliance-page/access/CompliancePageAccessPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/access/CompliancePageAccessPageLoader.tsx b/apps/console/src/pages/organizations/compliance-page/access/CompliancePageAccessPageLoader.tsx index 2b417cfcd..0cc542551 100644 --- a/apps/console/src/pages/organizations/compliance-page/access/CompliancePageAccessPageLoader.tsx +++ b/apps/console/src/pages/organizations/compliance-page/access/CompliancePageAccessPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/access/_components/CompliancePageAccessEditDialog.tsx b/apps/console/src/pages/organizations/compliance-page/access/_components/CompliancePageAccessEditDialog.tsx index 3f5148f89..0d521f116 100644 --- a/apps/console/src/pages/organizations/compliance-page/access/_components/CompliancePageAccessEditDialog.tsx +++ b/apps/console/src/pages/organizations/compliance-page/access/_components/CompliancePageAccessEditDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/access/_components/CompliancePageAccessList.tsx b/apps/console/src/pages/organizations/compliance-page/access/_components/CompliancePageAccessList.tsx index 4fdcf27d8..df8460173 100644 --- a/apps/console/src/pages/organizations/compliance-page/access/_components/CompliancePageAccessList.tsx +++ b/apps/console/src/pages/organizations/compliance-page/access/_components/CompliancePageAccessList.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/access/_components/CompliancePageAccessListItem.tsx b/apps/console/src/pages/organizations/compliance-page/access/_components/CompliancePageAccessListItem.tsx index bf75bc98c..b59065ee2 100644 --- a/apps/console/src/pages/organizations/compliance-page/access/_components/CompliancePageAccessListItem.tsx +++ b/apps/console/src/pages/organizations/compliance-page/access/_components/CompliancePageAccessListItem.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/access/_components/CompliancePageDocumentAccessList.tsx b/apps/console/src/pages/organizations/compliance-page/access/_components/CompliancePageDocumentAccessList.tsx index d8c8bc383..e2282b217 100644 --- a/apps/console/src/pages/organizations/compliance-page/access/_components/CompliancePageDocumentAccessList.tsx +++ b/apps/console/src/pages/organizations/compliance-page/access/_components/CompliancePageDocumentAccessList.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/access/_components/ElectronicSignatureSection.tsx b/apps/console/src/pages/organizations/compliance-page/access/_components/ElectronicSignatureSection.tsx index 33575f62b..6137999ea 100644 --- a/apps/console/src/pages/organizations/compliance-page/access/_components/ElectronicSignatureSection.tsx +++ b/apps/console/src/pages/organizations/compliance-page/access/_components/ElectronicSignatureSection.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/access/_components/EventTypeLabel.tsx b/apps/console/src/pages/organizations/compliance-page/access/_components/EventTypeLabel.tsx index 6445fe891..790e2cc3b 100644 --- a/apps/console/src/pages/organizations/compliance-page/access/_components/EventTypeLabel.tsx +++ b/apps/console/src/pages/organizations/compliance-page/access/_components/EventTypeLabel.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/access/_components/NdaSignatureBadge.tsx b/apps/console/src/pages/organizations/compliance-page/access/_components/NdaSignatureBadge.tsx index 78ad004ff..ca8d4d505 100644 --- a/apps/console/src/pages/organizations/compliance-page/access/_components/NdaSignatureBadge.tsx +++ b/apps/console/src/pages/organizations/compliance-page/access/_components/NdaSignatureBadge.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/audits/CompliancePageAuditsPage.tsx b/apps/console/src/pages/organizations/compliance-page/audits/CompliancePageAuditsPage.tsx index 1a8cc5766..a9d016250 100644 --- a/apps/console/src/pages/organizations/compliance-page/audits/CompliancePageAuditsPage.tsx +++ b/apps/console/src/pages/organizations/compliance-page/audits/CompliancePageAuditsPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/audits/CompliancePageAuditsPageLoader.tsx b/apps/console/src/pages/organizations/compliance-page/audits/CompliancePageAuditsPageLoader.tsx index 19f7b3b72..89bd48fa4 100644 --- a/apps/console/src/pages/organizations/compliance-page/audits/CompliancePageAuditsPageLoader.tsx +++ b/apps/console/src/pages/organizations/compliance-page/audits/CompliancePageAuditsPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/audits/_components/CompliancePageAuditList.tsx b/apps/console/src/pages/organizations/compliance-page/audits/_components/CompliancePageAuditList.tsx index 8e1b07a56..7029c6baa 100644 --- a/apps/console/src/pages/organizations/compliance-page/audits/_components/CompliancePageAuditList.tsx +++ b/apps/console/src/pages/organizations/compliance-page/audits/_components/CompliancePageAuditList.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/audits/_components/CompliancePageAuditListItem.tsx b/apps/console/src/pages/organizations/compliance-page/audits/_components/CompliancePageAuditListItem.tsx index 4a5fdeaeb..09104141e 100644 --- a/apps/console/src/pages/organizations/compliance-page/audits/_components/CompliancePageAuditListItem.tsx +++ b/apps/console/src/pages/organizations/compliance-page/audits/_components/CompliancePageAuditListItem.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/brand/CompliancePageBrandPage.tsx b/apps/console/src/pages/organizations/compliance-page/brand/CompliancePageBrandPage.tsx index 818eeb227..e6297887e 100644 --- a/apps/console/src/pages/organizations/compliance-page/brand/CompliancePageBrandPage.tsx +++ b/apps/console/src/pages/organizations/compliance-page/brand/CompliancePageBrandPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/brand/CompliancePageBrandPageLoader.tsx b/apps/console/src/pages/organizations/compliance-page/brand/CompliancePageBrandPageLoader.tsx index 220d4da91..850854c51 100644 --- a/apps/console/src/pages/organizations/compliance-page/brand/CompliancePageBrandPageLoader.tsx +++ b/apps/console/src/pages/organizations/compliance-page/brand/CompliancePageBrandPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/documents/CompliancePageDocumentsPage.tsx b/apps/console/src/pages/organizations/compliance-page/documents/CompliancePageDocumentsPage.tsx index 45c666c1c..d1ebcdca4 100644 --- a/apps/console/src/pages/organizations/compliance-page/documents/CompliancePageDocumentsPage.tsx +++ b/apps/console/src/pages/organizations/compliance-page/documents/CompliancePageDocumentsPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/documents/CompliancePageDocumentsPageLoader.tsx b/apps/console/src/pages/organizations/compliance-page/documents/CompliancePageDocumentsPageLoader.tsx index 3267beced..3f2528d5a 100644 --- a/apps/console/src/pages/organizations/compliance-page/documents/CompliancePageDocumentsPageLoader.tsx +++ b/apps/console/src/pages/organizations/compliance-page/documents/CompliancePageDocumentsPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/documents/_components/CompliancePageDocumentList.tsx b/apps/console/src/pages/organizations/compliance-page/documents/_components/CompliancePageDocumentList.tsx index d257b5fe2..907649585 100644 --- a/apps/console/src/pages/organizations/compliance-page/documents/_components/CompliancePageDocumentList.tsx +++ b/apps/console/src/pages/organizations/compliance-page/documents/_components/CompliancePageDocumentList.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/documents/_components/CompliancePageDocumentListItem.tsx b/apps/console/src/pages/organizations/compliance-page/documents/_components/CompliancePageDocumentListItem.tsx index 3078ee5bd..98bcf6761 100644 --- a/apps/console/src/pages/organizations/compliance-page/documents/_components/CompliancePageDocumentListItem.tsx +++ b/apps/console/src/pages/organizations/compliance-page/documents/_components/CompliancePageDocumentListItem.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/domain/CompliancePageDomainPage.tsx b/apps/console/src/pages/organizations/compliance-page/domain/CompliancePageDomainPage.tsx index e14d92446..19f775498 100644 --- a/apps/console/src/pages/organizations/compliance-page/domain/CompliancePageDomainPage.tsx +++ b/apps/console/src/pages/organizations/compliance-page/domain/CompliancePageDomainPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/domain/CompliancePageDomainPageLoader.tsx b/apps/console/src/pages/organizations/compliance-page/domain/CompliancePageDomainPageLoader.tsx index 58e9d41b2..0845bdba2 100644 --- a/apps/console/src/pages/organizations/compliance-page/domain/CompliancePageDomainPageLoader.tsx +++ b/apps/console/src/pages/organizations/compliance-page/domain/CompliancePageDomainPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/domain/_components/CompliancePageDomainCard.tsx b/apps/console/src/pages/organizations/compliance-page/domain/_components/CompliancePageDomainCard.tsx index e2c38623f..3bf14c1ec 100644 --- a/apps/console/src/pages/organizations/compliance-page/domain/_components/CompliancePageDomainCard.tsx +++ b/apps/console/src/pages/organizations/compliance-page/domain/_components/CompliancePageDomainCard.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/domain/_components/CompliancePageDomainDialog.tsx b/apps/console/src/pages/organizations/compliance-page/domain/_components/CompliancePageDomainDialog.tsx index 7d392d6aa..8382322a4 100644 --- a/apps/console/src/pages/organizations/compliance-page/domain/_components/CompliancePageDomainDialog.tsx +++ b/apps/console/src/pages/organizations/compliance-page/domain/_components/CompliancePageDomainDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/domain/_components/DeleteCompliancePageDomainDialog.tsx b/apps/console/src/pages/organizations/compliance-page/domain/_components/DeleteCompliancePageDomainDialog.tsx index a1d37ccab..e6ab19a67 100644 --- a/apps/console/src/pages/organizations/compliance-page/domain/_components/DeleteCompliancePageDomainDialog.tsx +++ b/apps/console/src/pages/organizations/compliance-page/domain/_components/DeleteCompliancePageDomainDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/domain/_components/NewCompliancePageDomainDialog.tsx b/apps/console/src/pages/organizations/compliance-page/domain/_components/NewCompliancePageDomainDialog.tsx index 546de586d..0454afb8b 100644 --- a/apps/console/src/pages/organizations/compliance-page/domain/_components/NewCompliancePageDomainDialog.tsx +++ b/apps/console/src/pages/organizations/compliance-page/domain/_components/NewCompliancePageDomainDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/files/CompliancePageFilesPage.tsx b/apps/console/src/pages/organizations/compliance-page/files/CompliancePageFilesPage.tsx index bb0561d7a..e2e2937b7 100644 --- a/apps/console/src/pages/organizations/compliance-page/files/CompliancePageFilesPage.tsx +++ b/apps/console/src/pages/organizations/compliance-page/files/CompliancePageFilesPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/files/CompliancePageFilesPageLoader.tsx b/apps/console/src/pages/organizations/compliance-page/files/CompliancePageFilesPageLoader.tsx index 049436457..8c35bfac0 100644 --- a/apps/console/src/pages/organizations/compliance-page/files/CompliancePageFilesPageLoader.tsx +++ b/apps/console/src/pages/organizations/compliance-page/files/CompliancePageFilesPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/files/_components/CompliancePageFileList.tsx b/apps/console/src/pages/organizations/compliance-page/files/_components/CompliancePageFileList.tsx index 0fff4cc18..84ab4274a 100644 --- a/apps/console/src/pages/organizations/compliance-page/files/_components/CompliancePageFileList.tsx +++ b/apps/console/src/pages/organizations/compliance-page/files/_components/CompliancePageFileList.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/files/_components/CompliancePageFileListItem.tsx b/apps/console/src/pages/organizations/compliance-page/files/_components/CompliancePageFileListItem.tsx index 6d63ba1a5..306c8a74a 100644 --- a/apps/console/src/pages/organizations/compliance-page/files/_components/CompliancePageFileListItem.tsx +++ b/apps/console/src/pages/organizations/compliance-page/files/_components/CompliancePageFileListItem.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/files/_components/DeleteCompliancePageFileDialog.tsx b/apps/console/src/pages/organizations/compliance-page/files/_components/DeleteCompliancePageFileDialog.tsx index 9a5ad5779..6bcfed62b 100644 --- a/apps/console/src/pages/organizations/compliance-page/files/_components/DeleteCompliancePageFileDialog.tsx +++ b/apps/console/src/pages/organizations/compliance-page/files/_components/DeleteCompliancePageFileDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/files/_components/EditCompliancePageFileDialog.tsx b/apps/console/src/pages/organizations/compliance-page/files/_components/EditCompliancePageFileDialog.tsx index 8cd5dec12..050d7ab1f 100644 --- a/apps/console/src/pages/organizations/compliance-page/files/_components/EditCompliancePageFileDialog.tsx +++ b/apps/console/src/pages/organizations/compliance-page/files/_components/EditCompliancePageFileDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/files/_components/NewCompliancePageFileDialog.tsx b/apps/console/src/pages/organizations/compliance-page/files/_components/NewCompliancePageFileDialog.tsx index 08fec48ff..1d582a3e1 100644 --- a/apps/console/src/pages/organizations/compliance-page/files/_components/NewCompliancePageFileDialog.tsx +++ b/apps/console/src/pages/organizations/compliance-page/files/_components/NewCompliancePageFileDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/mailing-list/CompliancePageMailingListPage.tsx b/apps/console/src/pages/organizations/compliance-page/mailing-list/CompliancePageMailingListPage.tsx index 4486631cc..73edf4474 100644 --- a/apps/console/src/pages/organizations/compliance-page/mailing-list/CompliancePageMailingListPage.tsx +++ b/apps/console/src/pages/organizations/compliance-page/mailing-list/CompliancePageMailingListPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/mailing-list/CompliancePageMailingListPageLoader.tsx b/apps/console/src/pages/organizations/compliance-page/mailing-list/CompliancePageMailingListPageLoader.tsx index 3abb3d692..ecdcf5a93 100644 --- a/apps/console/src/pages/organizations/compliance-page/mailing-list/CompliancePageMailingListPageLoader.tsx +++ b/apps/console/src/pages/organizations/compliance-page/mailing-list/CompliancePageMailingListPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/mailing-list/_components/CompliancePageMailingList.tsx b/apps/console/src/pages/organizations/compliance-page/mailing-list/_components/CompliancePageMailingList.tsx index d0f1db9aa..584e0c05d 100644 --- a/apps/console/src/pages/organizations/compliance-page/mailing-list/_components/CompliancePageMailingList.tsx +++ b/apps/console/src/pages/organizations/compliance-page/mailing-list/_components/CompliancePageMailingList.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/mailing-list/_components/CompliancePageUpdatesList.tsx b/apps/console/src/pages/organizations/compliance-page/mailing-list/_components/CompliancePageUpdatesList.tsx index a3ec5de78..449da9d75 100644 --- a/apps/console/src/pages/organizations/compliance-page/mailing-list/_components/CompliancePageUpdatesList.tsx +++ b/apps/console/src/pages/organizations/compliance-page/mailing-list/_components/CompliancePageUpdatesList.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/mailing-list/_components/ComplianceUpdateFormDialog.tsx b/apps/console/src/pages/organizations/compliance-page/mailing-list/_components/ComplianceUpdateFormDialog.tsx index 5bdce9a13..92c40a51f 100644 --- a/apps/console/src/pages/organizations/compliance-page/mailing-list/_components/ComplianceUpdateFormDialog.tsx +++ b/apps/console/src/pages/organizations/compliance-page/mailing-list/_components/ComplianceUpdateFormDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/mailing-list/_components/NewCompliancePageSubscriberDialog.tsx b/apps/console/src/pages/organizations/compliance-page/mailing-list/_components/NewCompliancePageSubscriberDialog.tsx index 5cf1006f4..b6fc1b1c8 100644 --- a/apps/console/src/pages/organizations/compliance-page/mailing-list/_components/NewCompliancePageSubscriberDialog.tsx +++ b/apps/console/src/pages/organizations/compliance-page/mailing-list/_components/NewCompliancePageSubscriberDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/mailing-list/_components/SendUpdateDialog.tsx b/apps/console/src/pages/organizations/compliance-page/mailing-list/_components/SendUpdateDialog.tsx index 0410ddce4..54be59fb7 100644 --- a/apps/console/src/pages/organizations/compliance-page/mailing-list/_components/SendUpdateDialog.tsx +++ b/apps/console/src/pages/organizations/compliance-page/mailing-list/_components/SendUpdateDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/overview/CompliancePageOverviewPage.tsx b/apps/console/src/pages/organizations/compliance-page/overview/CompliancePageOverviewPage.tsx index f1b98d17b..9392290f1 100644 --- a/apps/console/src/pages/organizations/compliance-page/overview/CompliancePageOverviewPage.tsx +++ b/apps/console/src/pages/organizations/compliance-page/overview/CompliancePageOverviewPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/overview/CompliancePageOverviewPageLoader.tsx b/apps/console/src/pages/organizations/compliance-page/overview/CompliancePageOverviewPageLoader.tsx index 0388220c4..a21fe7df2 100644 --- a/apps/console/src/pages/organizations/compliance-page/overview/CompliancePageOverviewPageLoader.tsx +++ b/apps/console/src/pages/organizations/compliance-page/overview/CompliancePageOverviewPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/overview/_components/CompliancePageExternalUrlsSection.tsx b/apps/console/src/pages/organizations/compliance-page/overview/_components/CompliancePageExternalUrlsSection.tsx index 12e3be60d..405d9584c 100644 --- a/apps/console/src/pages/organizations/compliance-page/overview/_components/CompliancePageExternalUrlsSection.tsx +++ b/apps/console/src/pages/organizations/compliance-page/overview/_components/CompliancePageExternalUrlsSection.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/overview/_components/CompliancePageFrameworkList.tsx b/apps/console/src/pages/organizations/compliance-page/overview/_components/CompliancePageFrameworkList.tsx index dfc354cda..2a66b7535 100644 --- a/apps/console/src/pages/organizations/compliance-page/overview/_components/CompliancePageFrameworkList.tsx +++ b/apps/console/src/pages/organizations/compliance-page/overview/_components/CompliancePageFrameworkList.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/overview/_components/CompliancePageNDASection.tsx b/apps/console/src/pages/organizations/compliance-page/overview/_components/CompliancePageNDASection.tsx index 51057a5c5..945395960 100644 --- a/apps/console/src/pages/organizations/compliance-page/overview/_components/CompliancePageNDASection.tsx +++ b/apps/console/src/pages/organizations/compliance-page/overview/_components/CompliancePageNDASection.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/overview/_components/CompliancePageSlackSection.tsx b/apps/console/src/pages/organizations/compliance-page/overview/_components/CompliancePageSlackSection.tsx index 990421e3c..8bf54bb17 100644 --- a/apps/console/src/pages/organizations/compliance-page/overview/_components/CompliancePageSlackSection.tsx +++ b/apps/console/src/pages/organizations/compliance-page/overview/_components/CompliancePageSlackSection.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/overview/_components/CompliancePageStatusSection.tsx b/apps/console/src/pages/organizations/compliance-page/overview/_components/CompliancePageStatusSection.tsx index 98a784abb..f8a4fc717 100644 --- a/apps/console/src/pages/organizations/compliance-page/overview/_components/CompliancePageStatusSection.tsx +++ b/apps/console/src/pages/organizations/compliance-page/overview/_components/CompliancePageStatusSection.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/references/CompliancePageReferencesPage.tsx b/apps/console/src/pages/organizations/compliance-page/references/CompliancePageReferencesPage.tsx index 9c9ff2239..534cb322c 100644 --- a/apps/console/src/pages/organizations/compliance-page/references/CompliancePageReferencesPage.tsx +++ b/apps/console/src/pages/organizations/compliance-page/references/CompliancePageReferencesPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/references/CompliancePageReferencesPageLoader.tsx b/apps/console/src/pages/organizations/compliance-page/references/CompliancePageReferencesPageLoader.tsx index e617f694a..f6606ab10 100644 --- a/apps/console/src/pages/organizations/compliance-page/references/CompliancePageReferencesPageLoader.tsx +++ b/apps/console/src/pages/organizations/compliance-page/references/CompliancePageReferencesPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/references/_components/CompliancePageReferenceList.tsx b/apps/console/src/pages/organizations/compliance-page/references/_components/CompliancePageReferenceList.tsx index 4f522ee89..26d13b93c 100644 --- a/apps/console/src/pages/organizations/compliance-page/references/_components/CompliancePageReferenceList.tsx +++ b/apps/console/src/pages/organizations/compliance-page/references/_components/CompliancePageReferenceList.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/references/_components/CompliancePageReferenceListItem.tsx b/apps/console/src/pages/organizations/compliance-page/references/_components/CompliancePageReferenceListItem.tsx index 9301a5630..324baf166 100644 --- a/apps/console/src/pages/organizations/compliance-page/references/_components/CompliancePageReferenceListItem.tsx +++ b/apps/console/src/pages/organizations/compliance-page/references/_components/CompliancePageReferenceListItem.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/routes.ts b/apps/console/src/pages/organizations/compliance-page/routes.ts index e9ab0e7ff..97697fead 100644 --- a/apps/console/src/pages/organizations/compliance-page/routes.ts +++ b/apps/console/src/pages/organizations/compliance-page/routes.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/third-parties/CompliancePageThirdPartiesPage.tsx b/apps/console/src/pages/organizations/compliance-page/third-parties/CompliancePageThirdPartiesPage.tsx index b0662d155..227fef7fa 100644 --- a/apps/console/src/pages/organizations/compliance-page/third-parties/CompliancePageThirdPartiesPage.tsx +++ b/apps/console/src/pages/organizations/compliance-page/third-parties/CompliancePageThirdPartiesPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/third-parties/CompliancePageThirdPartiesPageLoader.tsx b/apps/console/src/pages/organizations/compliance-page/third-parties/CompliancePageThirdPartiesPageLoader.tsx index 96a1e7097..c78b362ef 100644 --- a/apps/console/src/pages/organizations/compliance-page/third-parties/CompliancePageThirdPartiesPageLoader.tsx +++ b/apps/console/src/pages/organizations/compliance-page/third-parties/CompliancePageThirdPartiesPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/third-parties/_components/CompliancePageThirdPartyList.tsx b/apps/console/src/pages/organizations/compliance-page/third-parties/_components/CompliancePageThirdPartyList.tsx index 96852a9cd..e735be3a5 100644 --- a/apps/console/src/pages/organizations/compliance-page/third-parties/_components/CompliancePageThirdPartyList.tsx +++ b/apps/console/src/pages/organizations/compliance-page/third-parties/_components/CompliancePageThirdPartyList.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/compliance-page/third-parties/_components/CompliancePageThirdPartyListItem.tsx b/apps/console/src/pages/organizations/compliance-page/third-parties/_components/CompliancePageThirdPartyListItem.tsx index 5f68383bf..a7d2ba122 100644 --- a/apps/console/src/pages/organizations/compliance-page/third-parties/_components/CompliancePageThirdPartyListItem.tsx +++ b/apps/console/src/pages/organizations/compliance-page/third-parties/_components/CompliancePageThirdPartyListItem.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/context/ContextLayoutLoader.tsx b/apps/console/src/pages/organizations/context/ContextLayoutLoader.tsx index 5928e72ad..b15510209 100644 --- a/apps/console/src/pages/organizations/context/ContextLayoutLoader.tsx +++ b/apps/console/src/pages/organizations/context/ContextLayoutLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/context/ContextPage.tsx b/apps/console/src/pages/organizations/context/ContextPage.tsx index a8b2b6452..d3100f5ce 100644 --- a/apps/console/src/pages/organizations/context/ContextPage.tsx +++ b/apps/console/src/pages/organizations/context/ContextPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/context/ContextPageLoader.tsx b/apps/console/src/pages/organizations/context/ContextPageLoader.tsx index c870f42c2..bab542198 100644 --- a/apps/console/src/pages/organizations/context/ContextPageLoader.tsx +++ b/apps/console/src/pages/organizations/context/ContextPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/NewCookieBannerPage.tsx b/apps/console/src/pages/organizations/cookie-banners/NewCookieBannerPage.tsx index ec93bff6a..23bc1a3b3 100644 --- a/apps/console/src/pages/organizations/cookie-banners/NewCookieBannerPage.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/NewCookieBannerPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/CookieBannerConfigLayout.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/CookieBannerConfigLayout.tsx index c33ee8c13..c0c02005c 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/CookieBannerConfigLayout.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/CookieBannerConfigLayout.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/CookieBannerConfigLayoutLoader.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/CookieBannerConfigLayoutLoader.tsx index 9bf2b2d7d..e32af8396 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/CookieBannerConfigLayoutLoader.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/CookieBannerConfigLayoutLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/consent-records/CookieBannerConsentRecordPage.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/consent-records/CookieBannerConsentRecordPage.tsx index 225320368..c66303dd5 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/consent-records/CookieBannerConsentRecordPage.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/consent-records/CookieBannerConsentRecordPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/consent-records/CookieBannerConsentRecordPageLoader.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/consent-records/CookieBannerConsentRecordPageLoader.tsx index 19a9261fd..9d74a4091 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/consent-records/CookieBannerConsentRecordPageLoader.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/consent-records/CookieBannerConsentRecordPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/consent-records/CookieBannerConsentRecordPageSkeleton.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/consent-records/CookieBannerConsentRecordPageSkeleton.tsx index a989cca70..95934f222 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/consent-records/CookieBannerConsentRecordPageSkeleton.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/consent-records/CookieBannerConsentRecordPageSkeleton.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/consent-records/CookieBannerConsentRecordsPage.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/consent-records/CookieBannerConsentRecordsPage.tsx index 8a7693c4f..138d24ead 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/consent-records/CookieBannerConsentRecordsPage.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/consent-records/CookieBannerConsentRecordsPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/consent-records/CookieBannerConsentRecordsPageLoader.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/consent-records/CookieBannerConsentRecordsPageLoader.tsx index 3d93ba6bb..ac9cd3afa 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/consent-records/CookieBannerConsentRecordsPageLoader.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/consent-records/CookieBannerConsentRecordsPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/consent-records/CookieBannerConsentRecordsPageSkeleton.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/consent-records/CookieBannerConsentRecordsPageSkeleton.tsx index 5e8929a3b..193307b00 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/consent-records/CookieBannerConsentRecordsPageSkeleton.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/consent-records/CookieBannerConsentRecordsPageSkeleton.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/consent-records/_components/ConsentRecordRow.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/consent-records/_components/ConsentRecordRow.tsx index 9034fd98d..e4a23f8f6 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/consent-records/_components/ConsentRecordRow.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/consent-records/_components/ConsentRecordRow.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/consent-records/_components/consentRecordHelpers.ts b/apps/console/src/pages/organizations/cookie-banners/configuration/consent-records/_components/consentRecordHelpers.ts index 44f36974e..809356a00 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/consent-records/_components/consentRecordHelpers.ts +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/consent-records/_components/consentRecordHelpers.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/display/CookieBannerDisplayPage.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/display/CookieBannerDisplayPage.tsx index feeaa242f..3caf07529 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/display/CookieBannerDisplayPage.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/display/CookieBannerDisplayPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/display/CookieBannerDisplayPageLoader.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/display/CookieBannerDisplayPageLoader.tsx index 8aa86dcf3..7ae595569 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/display/CookieBannerDisplayPageLoader.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/display/CookieBannerDisplayPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/display/_components/AddCookieRow.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/display/_components/AddCookieRow.tsx index 5730757d7..be7af9d2a 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/display/_components/AddCookieRow.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/display/_components/AddCookieRow.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/display/_components/CategoryDialog.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/display/_components/CategoryDialog.tsx index 8e741d753..23a270c72 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/display/_components/CategoryDialog.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/display/_components/CategoryDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/display/_components/CategorySection.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/display/_components/CategorySection.tsx index 6abb2433a..dd8911da9 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/display/_components/CategorySection.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/display/_components/CategorySection.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/display/_components/EditCategoryForm.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/display/_components/EditCategoryForm.tsx index 53b715db7..2b276f412 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/display/_components/EditCategoryForm.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/display/_components/EditCategoryForm.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/display/_components/EditCookieRow.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/display/_components/EditCookieRow.tsx index cef2ce72d..c77faa284 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/display/_components/EditCookieRow.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/display/_components/EditCookieRow.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/display/_components/ThemePreview.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/display/_components/ThemePreview.tsx index 1becf501d..925ff46bc 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/display/_components/ThemePreview.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/display/_components/ThemePreview.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/resources/CookieBannerResourcesPage.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/resources/CookieBannerResourcesPage.tsx index ace5afc6d..79aa7ffbc 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/resources/CookieBannerResourcesPage.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/resources/CookieBannerResourcesPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/resources/CookieBannerResourcesPageLoader.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/resources/CookieBannerResourcesPageLoader.tsx index 68dfb6098..87af4c28d 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/resources/CookieBannerResourcesPageLoader.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/resources/CookieBannerResourcesPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/resources/CookieBannerResourcesPageSkeleton.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/resources/CookieBannerResourcesPageSkeleton.tsx index e7d7001a9..e550956ff 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/resources/CookieBannerResourcesPageSkeleton.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/resources/CookieBannerResourcesPageSkeleton.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/resources/_components/TrackerResourceRow.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/resources/_components/TrackerResourceRow.tsx index 35b1aa79a..e3064c01d 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/resources/_components/TrackerResourceRow.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/resources/_components/TrackerResourceRow.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/resources/_components/TrackerResourceRowEdit.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/resources/_components/TrackerResourceRowEdit.tsx index 84a8bb39c..40579b5f1 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/resources/_components/TrackerResourceRowEdit.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/resources/_components/TrackerResourceRowEdit.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/settings/CookieBannerSettingsPage.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/settings/CookieBannerSettingsPage.tsx index 003bff77b..03372a419 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/settings/CookieBannerSettingsPage.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/settings/CookieBannerSettingsPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/settings/CookieBannerSettingsPageLoader.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/settings/CookieBannerSettingsPageLoader.tsx index 83d1e0197..3c8d08f4c 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/settings/CookieBannerSettingsPageLoader.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/settings/CookieBannerSettingsPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/settings/_components/BannerSettingsForm.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/settings/_components/BannerSettingsForm.tsx index 008e9f92b..6f7276bcd 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/settings/_components/BannerSettingsForm.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/settings/_components/BannerSettingsForm.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/settings/_components/CodeSnippets.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/settings/_components/CodeSnippets.tsx index 79046423f..10813bb19 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/settings/_components/CodeSnippets.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/settings/_components/CodeSnippets.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/CookieBannerTrackersPage.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/CookieBannerTrackersPage.tsx index 50fa484c5..5fbdf81b1 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/CookieBannerTrackersPage.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/CookieBannerTrackersPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/CookieBannerTrackersPageLoader.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/CookieBannerTrackersPageLoader.tsx index 4291247f0..f9ab039dd 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/CookieBannerTrackersPageLoader.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/CookieBannerTrackersPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/CookieBannerTrackersPageSkeleton.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/CookieBannerTrackersPageSkeleton.tsx index 48571258a..ca979a314 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/CookieBannerTrackersPageSkeleton.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/CookieBannerTrackersPageSkeleton.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/TrackerPatternDetailPage.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/TrackerPatternDetailPage.tsx index e0915f9ee..f72f16b69 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/TrackerPatternDetailPage.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/TrackerPatternDetailPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/TrackerPatternDetailPageLoader.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/TrackerPatternDetailPageLoader.tsx index 40d689733..278a45cc0 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/TrackerPatternDetailPageLoader.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/TrackerPatternDetailPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/TrackerPatternDetailPageSkeleton.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/TrackerPatternDetailPageSkeleton.tsx index 811698856..1c80c3941 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/TrackerPatternDetailPageSkeleton.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/TrackerPatternDetailPageSkeleton.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/_components/DetectedTrackerRow.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/_components/DetectedTrackerRow.tsx index f444f498f..da05b5c17 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/_components/DetectedTrackerRow.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/_components/DetectedTrackerRow.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/_components/MoveToCategoryDropdown.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/_components/MoveToCategoryDropdown.tsx index b52649ae3..e5a70cc7a 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/_components/MoveToCategoryDropdown.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/_components/MoveToCategoryDropdown.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/_components/MoveToCategorySelect.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/_components/MoveToCategorySelect.tsx index 1e8adc150..f808c373b 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/_components/MoveToCategorySelect.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/_components/MoveToCategorySelect.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/_components/TrackerPatternDetectedTrackersSection.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/_components/TrackerPatternDetectedTrackersSection.tsx index 28081d68e..481e844a9 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/_components/TrackerPatternDetectedTrackersSection.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/_components/TrackerPatternDetectedTrackersSection.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/_components/TrackerPatternPropertiesSection.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/_components/TrackerPatternPropertiesSection.tsx index 805ff56d1..60740dd0b 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/_components/TrackerPatternPropertiesSection.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/_components/TrackerPatternPropertiesSection.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/_components/TrackerPatternRow.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/_components/TrackerPatternRow.tsx index fa01a0c0c..371034c13 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/_components/TrackerPatternRow.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/_components/TrackerPatternRow.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/_components/TrackerPatternRowEdit.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/_components/TrackerPatternRowEdit.tsx index 20c2a4472..c8ede52b2 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/_components/TrackerPatternRowEdit.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/_components/TrackerPatternRowEdit.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/translations/CookieBannerTranslationsPage.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/translations/CookieBannerTranslationsPage.tsx index 54be201c6..6f31e2f8a 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/translations/CookieBannerTranslationsPage.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/translations/CookieBannerTranslationsPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/translations/CookieBannerTranslationsPageLoader.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/translations/CookieBannerTranslationsPageLoader.tsx index a500bfefd..b447d09d1 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/translations/CookieBannerTranslationsPageLoader.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/translations/CookieBannerTranslationsPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/BannerPreview.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/BannerPreview.tsx index 753899aee..04264459f 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/BannerPreview.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/BannerPreview.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/BannerTranslationSection.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/BannerTranslationSection.tsx index cb75bd660..381a4a6aa 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/BannerTranslationSection.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/BannerTranslationSection.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/PanelPreview.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/PanelPreview.tsx index d9bd0e70d..8358fe182 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/PanelPreview.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/PanelPreview.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/PanelTranslationSection.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/PanelTranslationSection.tsx index 71a91c24d..afa9454e9 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/PanelTranslationSection.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/PanelTranslationSection.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/PlaceholderPreview.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/PlaceholderPreview.tsx index 0d8057ab7..91397cdb0 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/PlaceholderPreview.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/PlaceholderPreview.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/PlaceholderTranslationSection.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/PlaceholderTranslationSection.tsx index f64a4cf5c..76af48482 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/PlaceholderTranslationSection.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/PlaceholderTranslationSection.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/TranslationEditor.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/TranslationEditor.tsx index 96b91ae63..346ca9594 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/TranslationEditor.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/TranslationEditor.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/translationDefaults.ts b/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/translationDefaults.ts index 7e5f27a49..e45e1b133 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/translationDefaults.ts +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/translationDefaults.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/overview/CookieBannersOverviewPage.tsx b/apps/console/src/pages/organizations/cookie-banners/overview/CookieBannersOverviewPage.tsx index 1a1134372..12bbef196 100644 --- a/apps/console/src/pages/organizations/cookie-banners/overview/CookieBannersOverviewPage.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/overview/CookieBannersOverviewPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/overview/CookieBannersOverviewPageLoader.tsx b/apps/console/src/pages/organizations/cookie-banners/overview/CookieBannersOverviewPageLoader.tsx index a47df303c..bbb75eb8b 100644 --- a/apps/console/src/pages/organizations/cookie-banners/overview/CookieBannersOverviewPageLoader.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/overview/CookieBannersOverviewPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/overview/_components/CookieBannerEmptyState.tsx b/apps/console/src/pages/organizations/cookie-banners/overview/_components/CookieBannerEmptyState.tsx index 6260bdeb2..1a72a3b6f 100644 --- a/apps/console/src/pages/organizations/cookie-banners/overview/_components/CookieBannerEmptyState.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/overview/_components/CookieBannerEmptyState.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/cookie-banners/routes.ts b/apps/console/src/pages/organizations/cookie-banners/routes.ts index 27c5e499e..cbb07e0d1 100644 --- a/apps/console/src/pages/organizations/cookie-banners/routes.ts +++ b/apps/console/src/pages/organizations/cookie-banners/routes.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/data/DataPage.tsx b/apps/console/src/pages/organizations/data/DataPage.tsx index ecfc324c3..870534c66 100644 --- a/apps/console/src/pages/organizations/data/DataPage.tsx +++ b/apps/console/src/pages/organizations/data/DataPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/data/DatumDetailsPage.tsx b/apps/console/src/pages/organizations/data/DatumDetailsPage.tsx index 59866dbae..8cd7ea471 100644 --- a/apps/console/src/pages/organizations/data/DatumDetailsPage.tsx +++ b/apps/console/src/pages/organizations/data/DatumDetailsPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/data/dialogs/CreateDatumDialog.tsx b/apps/console/src/pages/organizations/data/dialogs/CreateDatumDialog.tsx index 7b5c525a2..3ec21aa95 100644 --- a/apps/console/src/pages/organizations/data/dialogs/CreateDatumDialog.tsx +++ b/apps/console/src/pages/organizations/data/dialogs/CreateDatumDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/data/dialogs/PublishDataListDialog.tsx b/apps/console/src/pages/organizations/data/dialogs/PublishDataListDialog.tsx index 3e856fbe8..1cd1cbce2 100644 --- a/apps/console/src/pages/organizations/data/dialogs/PublishDataListDialog.tsx +++ b/apps/console/src/pages/organizations/data/dialogs/PublishDataListDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/documents/DocumentLayout.tsx b/apps/console/src/pages/organizations/documents/DocumentLayout.tsx index 3735dd7b8..396351264 100644 --- a/apps/console/src/pages/organizations/documents/DocumentLayout.tsx +++ b/apps/console/src/pages/organizations/documents/DocumentLayout.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/documents/DocumentLayoutLoader.tsx b/apps/console/src/pages/organizations/documents/DocumentLayoutLoader.tsx index 9b4d73299..41bad3e4a 100644 --- a/apps/console/src/pages/organizations/documents/DocumentLayoutLoader.tsx +++ b/apps/console/src/pages/organizations/documents/DocumentLayoutLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/documents/DocumentsPage.tsx b/apps/console/src/pages/organizations/documents/DocumentsPage.tsx index 2f1133526..985530039 100644 --- a/apps/console/src/pages/organizations/documents/DocumentsPage.tsx +++ b/apps/console/src/pages/organizations/documents/DocumentsPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/documents/DocumentsPageLoader.tsx b/apps/console/src/pages/organizations/documents/DocumentsPageLoader.tsx index df9ad4c52..999437af5 100644 --- a/apps/console/src/pages/organizations/documents/DocumentsPageLoader.tsx +++ b/apps/console/src/pages/organizations/documents/DocumentsPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/documents/_components/CreateDocumentDialog.tsx b/apps/console/src/pages/organizations/documents/_components/CreateDocumentDialog.tsx index 79613c9ce..a86118c53 100644 --- a/apps/console/src/pages/organizations/documents/_components/CreateDocumentDialog.tsx +++ b/apps/console/src/pages/organizations/documents/_components/CreateDocumentDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/documents/_components/DocumentActionsDropdown.tsx b/apps/console/src/pages/organizations/documents/_components/DocumentActionsDropdown.tsx index d5252b3ed..8dc2e351a 100644 --- a/apps/console/src/pages/organizations/documents/_components/DocumentActionsDropdown.tsx +++ b/apps/console/src/pages/organizations/documents/_components/DocumentActionsDropdown.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/documents/_components/DocumentDetailsCard.tsx b/apps/console/src/pages/organizations/documents/_components/DocumentDetailsCard.tsx index f314fb3e3..4e1814f33 100644 --- a/apps/console/src/pages/organizations/documents/_components/DocumentDetailsCard.tsx +++ b/apps/console/src/pages/organizations/documents/_components/DocumentDetailsCard.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/documents/_components/DocumentList.tsx b/apps/console/src/pages/organizations/documents/_components/DocumentList.tsx index 4ea4156a8..f0c4fedf9 100644 --- a/apps/console/src/pages/organizations/documents/_components/DocumentList.tsx +++ b/apps/console/src/pages/organizations/documents/_components/DocumentList.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/documents/_components/DocumentListItem.tsx b/apps/console/src/pages/organizations/documents/_components/DocumentListItem.tsx index 7c1cb201d..9584bf8a4 100644 --- a/apps/console/src/pages/organizations/documents/_components/DocumentListItem.tsx +++ b/apps/console/src/pages/organizations/documents/_components/DocumentListItem.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/documents/_components/DocumentTitleForm.tsx b/apps/console/src/pages/organizations/documents/_components/DocumentTitleForm.tsx index 5de195ffa..6f7c082be 100644 --- a/apps/console/src/pages/organizations/documents/_components/DocumentTitleForm.tsx +++ b/apps/console/src/pages/organizations/documents/_components/DocumentTitleForm.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/documents/_components/DocumentVersionsDropdown.tsx b/apps/console/src/pages/organizations/documents/_components/DocumentVersionsDropdown.tsx index e8f48bb14..1e14ef437 100644 --- a/apps/console/src/pages/organizations/documents/_components/DocumentVersionsDropdown.tsx +++ b/apps/console/src/pages/organizations/documents/_components/DocumentVersionsDropdown.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/documents/_components/DocumentVersionsDropdownItem.tsx b/apps/console/src/pages/organizations/documents/_components/DocumentVersionsDropdownItem.tsx index 92c9900a8..4b85da52c 100644 --- a/apps/console/src/pages/organizations/documents/_components/DocumentVersionsDropdownItem.tsx +++ b/apps/console/src/pages/organizations/documents/_components/DocumentVersionsDropdownItem.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/documents/_components/DocumentVersionsDropdownMenu.tsx b/apps/console/src/pages/organizations/documents/_components/DocumentVersionsDropdownMenu.tsx index 0ac16105e..9435e2ea6 100644 --- a/apps/console/src/pages/organizations/documents/_components/DocumentVersionsDropdownMenu.tsx +++ b/apps/console/src/pages/organizations/documents/_components/DocumentVersionsDropdownMenu.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/documents/_components/PublishDialog.tsx b/apps/console/src/pages/organizations/documents/_components/PublishDialog.tsx index bce9fc908..1b979954a 100644 --- a/apps/console/src/pages/organizations/documents/_components/PublishDialog.tsx +++ b/apps/console/src/pages/organizations/documents/_components/PublishDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/documents/_components/PublishDocumentsDialog.tsx b/apps/console/src/pages/organizations/documents/_components/PublishDocumentsDialog.tsx index 2824a7413..bd77f6c0a 100644 --- a/apps/console/src/pages/organizations/documents/_components/PublishDocumentsDialog.tsx +++ b/apps/console/src/pages/organizations/documents/_components/PublishDocumentsDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/documents/_components/SignatureDocumentsDialog.tsx b/apps/console/src/pages/organizations/documents/_components/SignatureDocumentsDialog.tsx index b7e833581..28b090a45 100644 --- a/apps/console/src/pages/organizations/documents/_components/SignatureDocumentsDialog.tsx +++ b/apps/console/src/pages/organizations/documents/_components/SignatureDocumentsDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/documents/approvals/DocumentApprovalsPage.tsx b/apps/console/src/pages/organizations/documents/approvals/DocumentApprovalsPage.tsx index c3885018a..1e091d097 100644 --- a/apps/console/src/pages/organizations/documents/approvals/DocumentApprovalsPage.tsx +++ b/apps/console/src/pages/organizations/documents/approvals/DocumentApprovalsPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/documents/approvals/DocumentApprovalsPageLoader.tsx b/apps/console/src/pages/organizations/documents/approvals/DocumentApprovalsPageLoader.tsx index f522974a2..2c019ebbd 100644 --- a/apps/console/src/pages/organizations/documents/approvals/DocumentApprovalsPageLoader.tsx +++ b/apps/console/src/pages/organizations/documents/approvals/DocumentApprovalsPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/documents/approvals/_components/DocumentApprovalList.tsx b/apps/console/src/pages/organizations/documents/approvals/_components/DocumentApprovalList.tsx index 234ce43b0..c1d57bf0e 100644 --- a/apps/console/src/pages/organizations/documents/approvals/_components/DocumentApprovalList.tsx +++ b/apps/console/src/pages/organizations/documents/approvals/_components/DocumentApprovalList.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/documents/approvals/_components/DocumentApprovalListItem.tsx b/apps/console/src/pages/organizations/documents/approvals/_components/DocumentApprovalListItem.tsx index d40e2982b..5de24b165 100644 --- a/apps/console/src/pages/organizations/documents/approvals/_components/DocumentApprovalListItem.tsx +++ b/apps/console/src/pages/organizations/documents/approvals/_components/DocumentApprovalListItem.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/documents/approve/DocumentApprovePage.tsx b/apps/console/src/pages/organizations/documents/approve/DocumentApprovePage.tsx index 467f396c4..112093655 100644 --- a/apps/console/src/pages/organizations/documents/approve/DocumentApprovePage.tsx +++ b/apps/console/src/pages/organizations/documents/approve/DocumentApprovePage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/documents/approve/DocumentApprovePageLoader.tsx b/apps/console/src/pages/organizations/documents/approve/DocumentApprovePageLoader.tsx index c30d6acc6..ba965c1b7 100644 --- a/apps/console/src/pages/organizations/documents/approve/DocumentApprovePageLoader.tsx +++ b/apps/console/src/pages/organizations/documents/approve/DocumentApprovePageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/documents/controls/DocumentControlsPage.tsx b/apps/console/src/pages/organizations/documents/controls/DocumentControlsPage.tsx index 0bf85637c..92b3630f0 100644 --- a/apps/console/src/pages/organizations/documents/controls/DocumentControlsPage.tsx +++ b/apps/console/src/pages/organizations/documents/controls/DocumentControlsPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/documents/controls/DocumentControlsPageLoader.tsx b/apps/console/src/pages/organizations/documents/controls/DocumentControlsPageLoader.tsx index 95a31a22c..9f7929967 100644 --- a/apps/console/src/pages/organizations/documents/controls/DocumentControlsPageLoader.tsx +++ b/apps/console/src/pages/organizations/documents/controls/DocumentControlsPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/documents/controls/_components/DocumentControlList.tsx b/apps/console/src/pages/organizations/documents/controls/_components/DocumentControlList.tsx index d4bc272f3..3afb4468c 100644 --- a/apps/console/src/pages/organizations/documents/controls/_components/DocumentControlList.tsx +++ b/apps/console/src/pages/organizations/documents/controls/_components/DocumentControlList.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/documents/description/DocumentDescriptionPage.tsx b/apps/console/src/pages/organizations/documents/description/DocumentDescriptionPage.tsx index e03a6f2ca..ef8e0978f 100644 --- a/apps/console/src/pages/organizations/documents/description/DocumentDescriptionPage.tsx +++ b/apps/console/src/pages/organizations/documents/description/DocumentDescriptionPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/documents/description/DocumentDescriptionPageLoader.tsx b/apps/console/src/pages/organizations/documents/description/DocumentDescriptionPageLoader.tsx index 78849bc7c..5b5004f70 100644 --- a/apps/console/src/pages/organizations/documents/description/DocumentDescriptionPageLoader.tsx +++ b/apps/console/src/pages/organizations/documents/description/DocumentDescriptionPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/documents/signatures/DocumentSignaturesPage.tsx b/apps/console/src/pages/organizations/documents/signatures/DocumentSignaturesPage.tsx index 052f8c165..d2cfcc213 100644 --- a/apps/console/src/pages/organizations/documents/signatures/DocumentSignaturesPage.tsx +++ b/apps/console/src/pages/organizations/documents/signatures/DocumentSignaturesPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/documents/signatures/DocumentSignaturesPageLoader.tsx b/apps/console/src/pages/organizations/documents/signatures/DocumentSignaturesPageLoader.tsx index 04dc2edae..f5ce0111b 100644 --- a/apps/console/src/pages/organizations/documents/signatures/DocumentSignaturesPageLoader.tsx +++ b/apps/console/src/pages/organizations/documents/signatures/DocumentSignaturesPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/documents/signatures/_components/DocumentSignatureList.tsx b/apps/console/src/pages/organizations/documents/signatures/_components/DocumentSignatureList.tsx index 1edc4880c..ce7af2539 100644 --- a/apps/console/src/pages/organizations/documents/signatures/_components/DocumentSignatureList.tsx +++ b/apps/console/src/pages/organizations/documents/signatures/_components/DocumentSignatureList.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/documents/signatures/_components/DocumentSignatureListItem.tsx b/apps/console/src/pages/organizations/documents/signatures/_components/DocumentSignatureListItem.tsx index 954401a2c..a15ba70ae 100644 --- a/apps/console/src/pages/organizations/documents/signatures/_components/DocumentSignatureListItem.tsx +++ b/apps/console/src/pages/organizations/documents/signatures/_components/DocumentSignatureListItem.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/documents/signatures/_components/DocumentSignaturePlaceholder.tsx b/apps/console/src/pages/organizations/documents/signatures/_components/DocumentSignaturePlaceholder.tsx index 83a535651..228ec165c 100644 --- a/apps/console/src/pages/organizations/documents/signatures/_components/DocumentSignaturePlaceholder.tsx +++ b/apps/console/src/pages/organizations/documents/signatures/_components/DocumentSignaturePlaceholder.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/employee/EmployeeApprovalsPage.tsx b/apps/console/src/pages/organizations/employee/EmployeeApprovalsPage.tsx index d1ce9dfc0..f864716b4 100644 --- a/apps/console/src/pages/organizations/employee/EmployeeApprovalsPage.tsx +++ b/apps/console/src/pages/organizations/employee/EmployeeApprovalsPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/employee/EmployeeApprovalsPageLoader.tsx b/apps/console/src/pages/organizations/employee/EmployeeApprovalsPageLoader.tsx index 97218e950..db3f91db6 100644 --- a/apps/console/src/pages/organizations/employee/EmployeeApprovalsPageLoader.tsx +++ b/apps/console/src/pages/organizations/employee/EmployeeApprovalsPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/employee/EmployeeDocumentSignaturePage.tsx b/apps/console/src/pages/organizations/employee/EmployeeDocumentSignaturePage.tsx index 7d13c29c0..2044e8910 100644 --- a/apps/console/src/pages/organizations/employee/EmployeeDocumentSignaturePage.tsx +++ b/apps/console/src/pages/organizations/employee/EmployeeDocumentSignaturePage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/employee/EmployeeDocumentSignaturePageLoader.tsx b/apps/console/src/pages/organizations/employee/EmployeeDocumentSignaturePageLoader.tsx index 59eedfb68..670faaadd 100644 --- a/apps/console/src/pages/organizations/employee/EmployeeDocumentSignaturePageLoader.tsx +++ b/apps/console/src/pages/organizations/employee/EmployeeDocumentSignaturePageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/employee/EmployeeDocumentsPage.tsx b/apps/console/src/pages/organizations/employee/EmployeeDocumentsPage.tsx index 3e221cf1d..535dd8b36 100644 --- a/apps/console/src/pages/organizations/employee/EmployeeDocumentsPage.tsx +++ b/apps/console/src/pages/organizations/employee/EmployeeDocumentsPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/employee/EmployeeDocumentsPageLoader.tsx b/apps/console/src/pages/organizations/employee/EmployeeDocumentsPageLoader.tsx index 60be614a7..25294bc15 100644 --- a/apps/console/src/pages/organizations/employee/EmployeeDocumentsPageLoader.tsx +++ b/apps/console/src/pages/organizations/employee/EmployeeDocumentsPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/employee/EmployeeLayoutLoader.tsx b/apps/console/src/pages/organizations/employee/EmployeeLayoutLoader.tsx index a017fbaab..38bc4679a 100644 --- a/apps/console/src/pages/organizations/employee/EmployeeLayoutLoader.tsx +++ b/apps/console/src/pages/organizations/employee/EmployeeLayoutLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/employee/EmployeeTabsLayout.tsx b/apps/console/src/pages/organizations/employee/EmployeeTabsLayout.tsx index 4f4dcec34..b8d3797aa 100644 --- a/apps/console/src/pages/organizations/employee/EmployeeTabsLayout.tsx +++ b/apps/console/src/pages/organizations/employee/EmployeeTabsLayout.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/employee/_components/ApprovableDocumentRow.tsx b/apps/console/src/pages/organizations/employee/_components/ApprovableDocumentRow.tsx index 418d53dfa..25ed303d8 100644 --- a/apps/console/src/pages/organizations/employee/_components/ApprovableDocumentRow.tsx +++ b/apps/console/src/pages/organizations/employee/_components/ApprovableDocumentRow.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/employee/_components/DocumentRow.tsx b/apps/console/src/pages/organizations/employee/_components/DocumentRow.tsx index 078891f7c..05b4ed39f 100644 --- a/apps/console/src/pages/organizations/employee/_components/DocumentRow.tsx +++ b/apps/console/src/pages/organizations/employee/_components/DocumentRow.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/employee/_components/VersionActions.tsx b/apps/console/src/pages/organizations/employee/_components/VersionActions.tsx index dbb81124c..680c12be3 100644 --- a/apps/console/src/pages/organizations/employee/_components/VersionActions.tsx +++ b/apps/console/src/pages/organizations/employee/_components/VersionActions.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/employee/_components/VersionRow.tsx b/apps/console/src/pages/organizations/employee/_components/VersionRow.tsx index af179e0f0..ea10d8f77 100644 --- a/apps/console/src/pages/organizations/employee/_components/VersionRow.tsx +++ b/apps/console/src/pages/organizations/employee/_components/VersionRow.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/findings/FindingDetailsPage.tsx b/apps/console/src/pages/organizations/findings/FindingDetailsPage.tsx index 5787d9d85..3d41cc743 100644 --- a/apps/console/src/pages/organizations/findings/FindingDetailsPage.tsx +++ b/apps/console/src/pages/organizations/findings/FindingDetailsPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/findings/FindingDetailsPageLoader.tsx b/apps/console/src/pages/organizations/findings/FindingDetailsPageLoader.tsx index ad3db1174..a76825faf 100644 --- a/apps/console/src/pages/organizations/findings/FindingDetailsPageLoader.tsx +++ b/apps/console/src/pages/organizations/findings/FindingDetailsPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/findings/FindingsPage.tsx b/apps/console/src/pages/organizations/findings/FindingsPage.tsx index 73d136654..a81acf048 100644 --- a/apps/console/src/pages/organizations/findings/FindingsPage.tsx +++ b/apps/console/src/pages/organizations/findings/FindingsPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/findings/FindingsPageLoader.tsx b/apps/console/src/pages/organizations/findings/FindingsPageLoader.tsx index 13267910f..d5bae8e8b 100644 --- a/apps/console/src/pages/organizations/findings/FindingsPageLoader.tsx +++ b/apps/console/src/pages/organizations/findings/FindingsPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/findings/dialogs/CreateFindingDialog.tsx b/apps/console/src/pages/organizations/findings/dialogs/CreateFindingDialog.tsx index 34a9fb104..bbf4dce5d 100644 --- a/apps/console/src/pages/organizations/findings/dialogs/CreateFindingDialog.tsx +++ b/apps/console/src/pages/organizations/findings/dialogs/CreateFindingDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/findings/dialogs/PublishFindingListDialog.tsx b/apps/console/src/pages/organizations/findings/dialogs/PublishFindingListDialog.tsx index cb92dd66e..6106c6727 100644 --- a/apps/console/src/pages/organizations/findings/dialogs/PublishFindingListDialog.tsx +++ b/apps/console/src/pages/organizations/findings/dialogs/PublishFindingListDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/frameworks/FrameworkControlPage.tsx b/apps/console/src/pages/organizations/frameworks/FrameworkControlPage.tsx index de379119f..c2abe7d69 100644 --- a/apps/console/src/pages/organizations/frameworks/FrameworkControlPage.tsx +++ b/apps/console/src/pages/organizations/frameworks/FrameworkControlPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/frameworks/FrameworkDetailPage.tsx b/apps/console/src/pages/organizations/frameworks/FrameworkDetailPage.tsx index d7e1a3061..99c9c8afa 100644 --- a/apps/console/src/pages/organizations/frameworks/FrameworkDetailPage.tsx +++ b/apps/console/src/pages/organizations/frameworks/FrameworkDetailPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/frameworks/FrameworksPage.tsx b/apps/console/src/pages/organizations/frameworks/FrameworksPage.tsx index 2bbc29977..55647aadb 100644 --- a/apps/console/src/pages/organizations/frameworks/FrameworksPage.tsx +++ b/apps/console/src/pages/organizations/frameworks/FrameworksPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/frameworks/dialogs/FrameworkControlDialog.tsx b/apps/console/src/pages/organizations/frameworks/dialogs/FrameworkControlDialog.tsx index 7d4dcaf3d..df0ff1fa6 100644 --- a/apps/console/src/pages/organizations/frameworks/dialogs/FrameworkControlDialog.tsx +++ b/apps/console/src/pages/organizations/frameworks/dialogs/FrameworkControlDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/frameworks/dialogs/FrameworkFormDialog.tsx b/apps/console/src/pages/organizations/frameworks/dialogs/FrameworkFormDialog.tsx index 9155298af..0029eafc2 100644 --- a/apps/console/src/pages/organizations/frameworks/dialogs/FrameworkFormDialog.tsx +++ b/apps/console/src/pages/organizations/frameworks/dialogs/FrameworkFormDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/measures/MeasureDetailPage.tsx b/apps/console/src/pages/organizations/measures/MeasureDetailPage.tsx index 5ea7d1798..fc08fff7c 100644 --- a/apps/console/src/pages/organizations/measures/MeasureDetailPage.tsx +++ b/apps/console/src/pages/organizations/measures/MeasureDetailPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/measures/MeasuresPage.tsx b/apps/console/src/pages/organizations/measures/MeasuresPage.tsx index 7eddf8e71..2e123ad4c 100644 --- a/apps/console/src/pages/organizations/measures/MeasuresPage.tsx +++ b/apps/console/src/pages/organizations/measures/MeasuresPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/measures/MeasuresPageLoader.tsx b/apps/console/src/pages/organizations/measures/MeasuresPageLoader.tsx index 930719384..6f1c0cf98 100644 --- a/apps/console/src/pages/organizations/measures/MeasuresPageLoader.tsx +++ b/apps/console/src/pages/organizations/measures/MeasuresPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/measures/_components/LinkedThirdPartiesCard.tsx b/apps/console/src/pages/organizations/measures/_components/LinkedThirdPartiesCard.tsx index 7b121132e..61544b539 100644 --- a/apps/console/src/pages/organizations/measures/_components/LinkedThirdPartiesCard.tsx +++ b/apps/console/src/pages/organizations/measures/_components/LinkedThirdPartiesCard.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/measures/_components/LinkedThirdPartiesDialog.tsx b/apps/console/src/pages/organizations/measures/_components/LinkedThirdPartiesDialog.tsx index e1b111140..61cb0e8c8 100644 --- a/apps/console/src/pages/organizations/measures/_components/LinkedThirdPartiesDialog.tsx +++ b/apps/console/src/pages/organizations/measures/_components/LinkedThirdPartiesDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/measures/dialog/CreateEvidenceDialog.tsx b/apps/console/src/pages/organizations/measures/dialog/CreateEvidenceDialog.tsx index 10ba96da0..328c1af52 100644 --- a/apps/console/src/pages/organizations/measures/dialog/CreateEvidenceDialog.tsx +++ b/apps/console/src/pages/organizations/measures/dialog/CreateEvidenceDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/measures/dialog/EvidenceDownloadDialog.tsx b/apps/console/src/pages/organizations/measures/dialog/EvidenceDownloadDialog.tsx index 64b6989d9..88b868041 100644 --- a/apps/console/src/pages/organizations/measures/dialog/EvidenceDownloadDialog.tsx +++ b/apps/console/src/pages/organizations/measures/dialog/EvidenceDownloadDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/measures/dialog/EvidencePreviewDialog.tsx b/apps/console/src/pages/organizations/measures/dialog/EvidencePreviewDialog.tsx index 1f63f5ae0..98ed3f4d6 100644 --- a/apps/console/src/pages/organizations/measures/dialog/EvidencePreviewDialog.tsx +++ b/apps/console/src/pages/organizations/measures/dialog/EvidencePreviewDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/measures/dialog/MeasureFormDialog.tsx b/apps/console/src/pages/organizations/measures/dialog/MeasureFormDialog.tsx index 6c8451ad5..c03d8c1dd 100644 --- a/apps/console/src/pages/organizations/measures/dialog/MeasureFormDialog.tsx +++ b/apps/console/src/pages/organizations/measures/dialog/MeasureFormDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/measures/tabs/MeasureControlsTab.tsx b/apps/console/src/pages/organizations/measures/tabs/MeasureControlsTab.tsx index 10b8c0608..5a7d1730d 100644 --- a/apps/console/src/pages/organizations/measures/tabs/MeasureControlsTab.tsx +++ b/apps/console/src/pages/organizations/measures/tabs/MeasureControlsTab.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/measures/tabs/MeasureDocumentsTab.tsx b/apps/console/src/pages/organizations/measures/tabs/MeasureDocumentsTab.tsx index b0ae2b3ed..fa6315b1c 100644 --- a/apps/console/src/pages/organizations/measures/tabs/MeasureDocumentsTab.tsx +++ b/apps/console/src/pages/organizations/measures/tabs/MeasureDocumentsTab.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/measures/tabs/MeasureEvidencesTab.tsx b/apps/console/src/pages/organizations/measures/tabs/MeasureEvidencesTab.tsx index 5f1e83a36..cc848a494 100644 --- a/apps/console/src/pages/organizations/measures/tabs/MeasureEvidencesTab.tsx +++ b/apps/console/src/pages/organizations/measures/tabs/MeasureEvidencesTab.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/measures/tabs/MeasureRisksTab.tsx b/apps/console/src/pages/organizations/measures/tabs/MeasureRisksTab.tsx index a841361ba..1207f3e42 100644 --- a/apps/console/src/pages/organizations/measures/tabs/MeasureRisksTab.tsx +++ b/apps/console/src/pages/organizations/measures/tabs/MeasureRisksTab.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/measures/tabs/MeasureTasksTab.tsx b/apps/console/src/pages/organizations/measures/tabs/MeasureTasksTab.tsx index 589f25ed3..ed8bf9f5a 100644 --- a/apps/console/src/pages/organizations/measures/tabs/MeasureTasksTab.tsx +++ b/apps/console/src/pages/organizations/measures/tabs/MeasureTasksTab.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/measures/third-parties/MeasureThirdPartiesPage.tsx b/apps/console/src/pages/organizations/measures/third-parties/MeasureThirdPartiesPage.tsx index e5731f36d..b5e29dc31 100644 --- a/apps/console/src/pages/organizations/measures/third-parties/MeasureThirdPartiesPage.tsx +++ b/apps/console/src/pages/organizations/measures/third-parties/MeasureThirdPartiesPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/obligations/ObligationDetailsPage.tsx b/apps/console/src/pages/organizations/obligations/ObligationDetailsPage.tsx index e8d61e548..24415e533 100644 --- a/apps/console/src/pages/organizations/obligations/ObligationDetailsPage.tsx +++ b/apps/console/src/pages/organizations/obligations/ObligationDetailsPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/obligations/ObligationsPage.tsx b/apps/console/src/pages/organizations/obligations/ObligationsPage.tsx index 5a9ead175..d360dfe87 100644 --- a/apps/console/src/pages/organizations/obligations/ObligationsPage.tsx +++ b/apps/console/src/pages/organizations/obligations/ObligationsPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/obligations/dialogs/CreateObligationDialog.tsx b/apps/console/src/pages/organizations/obligations/dialogs/CreateObligationDialog.tsx index d68af1674..8cb005bd9 100644 --- a/apps/console/src/pages/organizations/obligations/dialogs/CreateObligationDialog.tsx +++ b/apps/console/src/pages/organizations/obligations/dialogs/CreateObligationDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/obligations/dialogs/PublishObligationListDialog.tsx b/apps/console/src/pages/organizations/obligations/dialogs/PublishObligationListDialog.tsx index 07971be25..71660e0b9 100644 --- a/apps/console/src/pages/organizations/obligations/dialogs/PublishObligationListDialog.tsx +++ b/apps/console/src/pages/organizations/obligations/dialogs/PublishObligationListDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/processingActivities/ProcessingActivitiesPage.tsx b/apps/console/src/pages/organizations/processingActivities/ProcessingActivitiesPage.tsx index 5f5b3f47c..034d4de06 100644 --- a/apps/console/src/pages/organizations/processingActivities/ProcessingActivitiesPage.tsx +++ b/apps/console/src/pages/organizations/processingActivities/ProcessingActivitiesPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/processingActivities/ProcessingActivityDetailsPage.tsx b/apps/console/src/pages/organizations/processingActivities/ProcessingActivityDetailsPage.tsx index 8d2fa83d6..dda5e133d 100644 --- a/apps/console/src/pages/organizations/processingActivities/ProcessingActivityDetailsPage.tsx +++ b/apps/console/src/pages/organizations/processingActivities/ProcessingActivityDetailsPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/processingActivities/dialogs/CreateProcessingActivityDialog.tsx b/apps/console/src/pages/organizations/processingActivities/dialogs/CreateProcessingActivityDialog.tsx index 10f2284a4..51b1dc258 100644 --- a/apps/console/src/pages/organizations/processingActivities/dialogs/CreateProcessingActivityDialog.tsx +++ b/apps/console/src/pages/organizations/processingActivities/dialogs/CreateProcessingActivityDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/processingActivities/dialogs/PublishDataProtectionImpactAssessmentListDialog.tsx b/apps/console/src/pages/organizations/processingActivities/dialogs/PublishDataProtectionImpactAssessmentListDialog.tsx index 730d63e62..2625b7b2f 100644 --- a/apps/console/src/pages/organizations/processingActivities/dialogs/PublishDataProtectionImpactAssessmentListDialog.tsx +++ b/apps/console/src/pages/organizations/processingActivities/dialogs/PublishDataProtectionImpactAssessmentListDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/processingActivities/dialogs/PublishProcessingActivityListDialog.tsx b/apps/console/src/pages/organizations/processingActivities/dialogs/PublishProcessingActivityListDialog.tsx index 5881321f5..f842f2847 100644 --- a/apps/console/src/pages/organizations/processingActivities/dialogs/PublishProcessingActivityListDialog.tsx +++ b/apps/console/src/pages/organizations/processingActivities/dialogs/PublishProcessingActivityListDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/processingActivities/dialogs/PublishTransferImpactAssessmentListDialog.tsx b/apps/console/src/pages/organizations/processingActivities/dialogs/PublishTransferImpactAssessmentListDialog.tsx index d009019e0..f6337590c 100644 --- a/apps/console/src/pages/organizations/processingActivities/dialogs/PublishTransferImpactAssessmentListDialog.tsx +++ b/apps/console/src/pages/organizations/processingActivities/dialogs/PublishTransferImpactAssessmentListDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/rightsRequests/RightsRequestDetailsPage.tsx b/apps/console/src/pages/organizations/rightsRequests/RightsRequestDetailsPage.tsx index 289dfb376..e7611fd22 100644 --- a/apps/console/src/pages/organizations/rightsRequests/RightsRequestDetailsPage.tsx +++ b/apps/console/src/pages/organizations/rightsRequests/RightsRequestDetailsPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/rightsRequests/RightsRequestsPage.tsx b/apps/console/src/pages/organizations/rightsRequests/RightsRequestsPage.tsx index 7de8cc655..1f921ea23 100644 --- a/apps/console/src/pages/organizations/rightsRequests/RightsRequestsPage.tsx +++ b/apps/console/src/pages/organizations/rightsRequests/RightsRequestsPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/rightsRequests/dialogs/CreateRightsRequestDialog.tsx b/apps/console/src/pages/organizations/rightsRequests/dialogs/CreateRightsRequestDialog.tsx index db1b0bf7d..547f2833c 100644 --- a/apps/console/src/pages/organizations/rightsRequests/dialogs/CreateRightsRequestDialog.tsx +++ b/apps/console/src/pages/organizations/rightsRequests/dialogs/CreateRightsRequestDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risk-assessments/RiskAssessmentDetailPage.tsx b/apps/console/src/pages/organizations/risk-assessments/RiskAssessmentDetailPage.tsx index afcea908f..35615aea1 100644 --- a/apps/console/src/pages/organizations/risk-assessments/RiskAssessmentDetailPage.tsx +++ b/apps/console/src/pages/organizations/risk-assessments/RiskAssessmentDetailPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risk-assessments/RiskAssessmentDetailPageLoader.tsx b/apps/console/src/pages/organizations/risk-assessments/RiskAssessmentDetailPageLoader.tsx index eda8a30b9..6b28a115f 100644 --- a/apps/console/src/pages/organizations/risk-assessments/RiskAssessmentDetailPageLoader.tsx +++ b/apps/console/src/pages/organizations/risk-assessments/RiskAssessmentDetailPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risk-assessments/RiskAssessmentsPage.tsx b/apps/console/src/pages/organizations/risk-assessments/RiskAssessmentsPage.tsx index 6558e2d0b..182f33de1 100644 --- a/apps/console/src/pages/organizations/risk-assessments/RiskAssessmentsPage.tsx +++ b/apps/console/src/pages/organizations/risk-assessments/RiskAssessmentsPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risk-assessments/RiskAssessmentsPageLoader.tsx b/apps/console/src/pages/organizations/risk-assessments/RiskAssessmentsPageLoader.tsx index 72688be56..c13af045f 100644 --- a/apps/console/src/pages/organizations/risk-assessments/RiskAssessmentsPageLoader.tsx +++ b/apps/console/src/pages/organizations/risk-assessments/RiskAssessmentsPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risk-assessments/_components/BoundaryActions.tsx b/apps/console/src/pages/organizations/risk-assessments/_components/BoundaryActions.tsx index e096b9385..efe958869 100644 --- a/apps/console/src/pages/organizations/risk-assessments/_components/BoundaryActions.tsx +++ b/apps/console/src/pages/organizations/risk-assessments/_components/BoundaryActions.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risk-assessments/_components/CreateBoundaryDialog.tsx b/apps/console/src/pages/organizations/risk-assessments/_components/CreateBoundaryDialog.tsx index 5e8b9147d..307ef8c6d 100644 --- a/apps/console/src/pages/organizations/risk-assessments/_components/CreateBoundaryDialog.tsx +++ b/apps/console/src/pages/organizations/risk-assessments/_components/CreateBoundaryDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risk-assessments/_components/CreateNodeDialog.tsx b/apps/console/src/pages/organizations/risk-assessments/_components/CreateNodeDialog.tsx index a01b450c1..713dd4810 100644 --- a/apps/console/src/pages/organizations/risk-assessments/_components/CreateNodeDialog.tsx +++ b/apps/console/src/pages/organizations/risk-assessments/_components/CreateNodeDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risk-assessments/_components/CreateProcessDialog.tsx b/apps/console/src/pages/organizations/risk-assessments/_components/CreateProcessDialog.tsx index bffdb8e02..7c443b259 100644 --- a/apps/console/src/pages/organizations/risk-assessments/_components/CreateProcessDialog.tsx +++ b/apps/console/src/pages/organizations/risk-assessments/_components/CreateProcessDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risk-assessments/_components/CreateRiskAssessmentDialog.tsx b/apps/console/src/pages/organizations/risk-assessments/_components/CreateRiskAssessmentDialog.tsx index 46ea9ec37..380634e3a 100644 --- a/apps/console/src/pages/organizations/risk-assessments/_components/CreateRiskAssessmentDialog.tsx +++ b/apps/console/src/pages/organizations/risk-assessments/_components/CreateRiskAssessmentDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risk-assessments/_components/CreateScenarioInScopeDialog.tsx b/apps/console/src/pages/organizations/risk-assessments/_components/CreateScenarioInScopeDialog.tsx index ef7d160df..3a341d4f6 100644 --- a/apps/console/src/pages/organizations/risk-assessments/_components/CreateScenarioInScopeDialog.tsx +++ b/apps/console/src/pages/organizations/risk-assessments/_components/CreateScenarioInScopeDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risk-assessments/_components/CreateScopeDialog.tsx b/apps/console/src/pages/organizations/risk-assessments/_components/CreateScopeDialog.tsx index 76cf1b440..d7eda8679 100644 --- a/apps/console/src/pages/organizations/risk-assessments/_components/CreateScopeDialog.tsx +++ b/apps/console/src/pages/organizations/risk-assessments/_components/CreateScopeDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risk-assessments/_components/CreateThreatDialog.tsx b/apps/console/src/pages/organizations/risk-assessments/_components/CreateThreatDialog.tsx index 4ecc72dd6..be9764689 100644 --- a/apps/console/src/pages/organizations/risk-assessments/_components/CreateThreatDialog.tsx +++ b/apps/console/src/pages/organizations/risk-assessments/_components/CreateThreatDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risk-assessments/_components/NodeActions.tsx b/apps/console/src/pages/organizations/risk-assessments/_components/NodeActions.tsx index 996eec982..95747b788 100644 --- a/apps/console/src/pages/organizations/risk-assessments/_components/NodeActions.tsx +++ b/apps/console/src/pages/organizations/risk-assessments/_components/NodeActions.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risk-assessments/_components/ProcessActions.tsx b/apps/console/src/pages/organizations/risk-assessments/_components/ProcessActions.tsx index f032b4550..6ba5c6ccf 100644 --- a/apps/console/src/pages/organizations/risk-assessments/_components/ProcessActions.tsx +++ b/apps/console/src/pages/organizations/risk-assessments/_components/ProcessActions.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risk-assessments/_components/ScenarioInScopeActions.tsx b/apps/console/src/pages/organizations/risk-assessments/_components/ScenarioInScopeActions.tsx index 9ebb23665..f29222213 100644 --- a/apps/console/src/pages/organizations/risk-assessments/_components/ScenarioInScopeActions.tsx +++ b/apps/console/src/pages/organizations/risk-assessments/_components/ScenarioInScopeActions.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risk-assessments/_components/ScopeActions.tsx b/apps/console/src/pages/organizations/risk-assessments/_components/ScopeActions.tsx index 1972d3566..daffc867a 100644 --- a/apps/console/src/pages/organizations/risk-assessments/_components/ScopeActions.tsx +++ b/apps/console/src/pages/organizations/risk-assessments/_components/ScopeActions.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risk-assessments/_components/ScopeCard.tsx b/apps/console/src/pages/organizations/risk-assessments/_components/ScopeCard.tsx index 1fc4827a0..1e826f19f 100644 --- a/apps/console/src/pages/organizations/risk-assessments/_components/ScopeCard.tsx +++ b/apps/console/src/pages/organizations/risk-assessments/_components/ScopeCard.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risk-assessments/_components/ScopeDiagram.tsx b/apps/console/src/pages/organizations/risk-assessments/_components/ScopeDiagram.tsx index 3b807935a..cabe8a61a 100644 --- a/apps/console/src/pages/organizations/risk-assessments/_components/ScopeDiagram.tsx +++ b/apps/console/src/pages/organizations/risk-assessments/_components/ScopeDiagram.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risk-assessments/_components/ThreatActions.tsx b/apps/console/src/pages/organizations/risk-assessments/_components/ThreatActions.tsx index 28200186f..bdac86918 100644 --- a/apps/console/src/pages/organizations/risk-assessments/_components/ThreatActions.tsx +++ b/apps/console/src/pages/organizations/risk-assessments/_components/ThreatActions.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risk-assessments/routes.ts b/apps/console/src/pages/organizations/risk-assessments/routes.ts index c43402da4..aeb638569 100644 --- a/apps/console/src/pages/organizations/risk-assessments/routes.ts +++ b/apps/console/src/pages/organizations/risk-assessments/routes.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risks/RiskDetailLayout.tsx b/apps/console/src/pages/organizations/risks/RiskDetailLayout.tsx index 7482352c8..1e17a7d72 100644 --- a/apps/console/src/pages/organizations/risks/RiskDetailLayout.tsx +++ b/apps/console/src/pages/organizations/risks/RiskDetailLayout.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risks/RiskDetailLayoutLoader.tsx b/apps/console/src/pages/organizations/risks/RiskDetailLayoutLoader.tsx index cb1ea5e6c..2e286d428 100644 --- a/apps/console/src/pages/organizations/risks/RiskDetailLayoutLoader.tsx +++ b/apps/console/src/pages/organizations/risks/RiskDetailLayoutLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risks/RisksPage.tsx b/apps/console/src/pages/organizations/risks/RisksPage.tsx index ff6b06c6d..fc7363ba9 100644 --- a/apps/console/src/pages/organizations/risks/RisksPage.tsx +++ b/apps/console/src/pages/organizations/risks/RisksPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risks/RisksPageLoader.tsx b/apps/console/src/pages/organizations/risks/RisksPageLoader.tsx index 085ddca66..4150fb321 100644 --- a/apps/console/src/pages/organizations/risks/RisksPageLoader.tsx +++ b/apps/console/src/pages/organizations/risks/RisksPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risks/_components/FormRiskDialog.tsx b/apps/console/src/pages/organizations/risks/_components/FormRiskDialog.tsx index f53d1645f..52859d466 100644 --- a/apps/console/src/pages/organizations/risks/_components/FormRiskDialog.tsx +++ b/apps/console/src/pages/organizations/risks/_components/FormRiskDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risks/_components/LinkScenarioDialog.tsx b/apps/console/src/pages/organizations/risks/_components/LinkScenarioDialog.tsx index 7388f21bf..76e557b1c 100644 --- a/apps/console/src/pages/organizations/risks/_components/LinkScenarioDialog.tsx +++ b/apps/console/src/pages/organizations/risks/_components/LinkScenarioDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risks/_components/PublishRiskListDialog.tsx b/apps/console/src/pages/organizations/risks/_components/PublishRiskListDialog.tsx index 9bce13e89..6aa4207c5 100644 --- a/apps/console/src/pages/organizations/risks/_components/PublishRiskListDialog.tsx +++ b/apps/console/src/pages/organizations/risks/_components/PublishRiskListDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risks/_components/RiskRow.tsx b/apps/console/src/pages/organizations/risks/_components/RiskRow.tsx index 26634fe6c..50eb012ad 100644 --- a/apps/console/src/pages/organizations/risks/_components/RiskRow.tsx +++ b/apps/console/src/pages/organizations/risks/_components/RiskRow.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risks/controls/RiskControlsPage.tsx b/apps/console/src/pages/organizations/risks/controls/RiskControlsPage.tsx index f6010e1fd..c03d1de96 100644 --- a/apps/console/src/pages/organizations/risks/controls/RiskControlsPage.tsx +++ b/apps/console/src/pages/organizations/risks/controls/RiskControlsPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risks/controls/RiskControlsPageLoader.tsx b/apps/console/src/pages/organizations/risks/controls/RiskControlsPageLoader.tsx index deeb8836f..7e0d1810c 100644 --- a/apps/console/src/pages/organizations/risks/controls/RiskControlsPageLoader.tsx +++ b/apps/console/src/pages/organizations/risks/controls/RiskControlsPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risks/documents/RiskDocumentsPage.tsx b/apps/console/src/pages/organizations/risks/documents/RiskDocumentsPage.tsx index 979c3a05e..26deadd59 100644 --- a/apps/console/src/pages/organizations/risks/documents/RiskDocumentsPage.tsx +++ b/apps/console/src/pages/organizations/risks/documents/RiskDocumentsPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risks/documents/RiskDocumentsPageLoader.tsx b/apps/console/src/pages/organizations/risks/documents/RiskDocumentsPageLoader.tsx index 5a59468a2..1e2911fed 100644 --- a/apps/console/src/pages/organizations/risks/documents/RiskDocumentsPageLoader.tsx +++ b/apps/console/src/pages/organizations/risks/documents/RiskDocumentsPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risks/measures/RiskMeasuresPage.tsx b/apps/console/src/pages/organizations/risks/measures/RiskMeasuresPage.tsx index 59d25e3f1..c81f982d5 100644 --- a/apps/console/src/pages/organizations/risks/measures/RiskMeasuresPage.tsx +++ b/apps/console/src/pages/organizations/risks/measures/RiskMeasuresPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risks/measures/RiskMeasuresPageLoader.tsx b/apps/console/src/pages/organizations/risks/measures/RiskMeasuresPageLoader.tsx index 89d0382ca..59101a421 100644 --- a/apps/console/src/pages/organizations/risks/measures/RiskMeasuresPageLoader.tsx +++ b/apps/console/src/pages/organizations/risks/measures/RiskMeasuresPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risks/obligations/RiskObligationsPage.tsx b/apps/console/src/pages/organizations/risks/obligations/RiskObligationsPage.tsx index 6a61500da..d4bf84b9b 100644 --- a/apps/console/src/pages/organizations/risks/obligations/RiskObligationsPage.tsx +++ b/apps/console/src/pages/organizations/risks/obligations/RiskObligationsPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risks/obligations/RiskObligationsPageLoader.tsx b/apps/console/src/pages/organizations/risks/obligations/RiskObligationsPageLoader.tsx index b96700b87..99ef454f2 100644 --- a/apps/console/src/pages/organizations/risks/obligations/RiskObligationsPageLoader.tsx +++ b/apps/console/src/pages/organizations/risks/obligations/RiskObligationsPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risks/overview/RiskOverviewPage.tsx b/apps/console/src/pages/organizations/risks/overview/RiskOverviewPage.tsx index f8836a6a4..ab963842e 100644 --- a/apps/console/src/pages/organizations/risks/overview/RiskOverviewPage.tsx +++ b/apps/console/src/pages/organizations/risks/overview/RiskOverviewPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risks/overview/RiskOverviewPageLoader.tsx b/apps/console/src/pages/organizations/risks/overview/RiskOverviewPageLoader.tsx index 97e978094..6ef5616e7 100644 --- a/apps/console/src/pages/organizations/risks/overview/RiskOverviewPageLoader.tsx +++ b/apps/console/src/pages/organizations/risks/overview/RiskOverviewPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risks/routes.ts b/apps/console/src/pages/organizations/risks/routes.ts index 9c0c0863b..0f8d1f9fa 100644 --- a/apps/console/src/pages/organizations/risks/routes.ts +++ b/apps/console/src/pages/organizations/risks/routes.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risks/scenarios/RiskScenariosPage.tsx b/apps/console/src/pages/organizations/risks/scenarios/RiskScenariosPage.tsx index cc31cd0f1..c45ee6b8f 100644 --- a/apps/console/src/pages/organizations/risks/scenarios/RiskScenariosPage.tsx +++ b/apps/console/src/pages/organizations/risks/scenarios/RiskScenariosPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/risks/scenarios/RiskScenariosPageLoader.tsx b/apps/console/src/pages/organizations/risks/scenarios/RiskScenariosPageLoader.tsx index f67bd445e..98bae7728 100644 --- a/apps/console/src/pages/organizations/risks/scenarios/RiskScenariosPageLoader.tsx +++ b/apps/console/src/pages/organizations/risks/scenarios/RiskScenariosPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/settings/WebhooksSettingsPage.tsx b/apps/console/src/pages/organizations/settings/WebhooksSettingsPage.tsx index c9292bc31..abc191c09 100644 --- a/apps/console/src/pages/organizations/settings/WebhooksSettingsPage.tsx +++ b/apps/console/src/pages/organizations/settings/WebhooksSettingsPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/statements-of-applicability/StatementOfApplicabilityDetailPage.tsx b/apps/console/src/pages/organizations/statements-of-applicability/StatementOfApplicabilityDetailPage.tsx index fbccf0b50..cfe5e06fa 100644 --- a/apps/console/src/pages/organizations/statements-of-applicability/StatementOfApplicabilityDetailPage.tsx +++ b/apps/console/src/pages/organizations/statements-of-applicability/StatementOfApplicabilityDetailPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/statements-of-applicability/StatementOfApplicabilityDetailPageLoader.tsx b/apps/console/src/pages/organizations/statements-of-applicability/StatementOfApplicabilityDetailPageLoader.tsx index 09516bbf2..c455933f7 100644 --- a/apps/console/src/pages/organizations/statements-of-applicability/StatementOfApplicabilityDetailPageLoader.tsx +++ b/apps/console/src/pages/organizations/statements-of-applicability/StatementOfApplicabilityDetailPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/statements-of-applicability/StatementsOfApplicabilityPage.tsx b/apps/console/src/pages/organizations/statements-of-applicability/StatementsOfApplicabilityPage.tsx index 8f219a3ea..9bd57511c 100644 --- a/apps/console/src/pages/organizations/statements-of-applicability/StatementsOfApplicabilityPage.tsx +++ b/apps/console/src/pages/organizations/statements-of-applicability/StatementsOfApplicabilityPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/statements-of-applicability/StatementsOfApplicabilityPageLoader.tsx b/apps/console/src/pages/organizations/statements-of-applicability/StatementsOfApplicabilityPageLoader.tsx index 990692162..bd9ede7ae 100644 --- a/apps/console/src/pages/organizations/statements-of-applicability/StatementsOfApplicabilityPageLoader.tsx +++ b/apps/console/src/pages/organizations/statements-of-applicability/StatementsOfApplicabilityPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/statements-of-applicability/_components/StatementOfApplicabilityRow.tsx b/apps/console/src/pages/organizations/statements-of-applicability/_components/StatementOfApplicabilityRow.tsx index 1c8f21c8b..564801d51 100644 --- a/apps/console/src/pages/organizations/statements-of-applicability/_components/StatementOfApplicabilityRow.tsx +++ b/apps/console/src/pages/organizations/statements-of-applicability/_components/StatementOfApplicabilityRow.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/statements-of-applicability/dialogs/AddApplicabilityStatementDialog.tsx b/apps/console/src/pages/organizations/statements-of-applicability/dialogs/AddApplicabilityStatementDialog.tsx index 1eecf0099..b40870610 100644 --- a/apps/console/src/pages/organizations/statements-of-applicability/dialogs/AddApplicabilityStatementDialog.tsx +++ b/apps/console/src/pages/organizations/statements-of-applicability/dialogs/AddApplicabilityStatementDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/statements-of-applicability/dialogs/CreateStatementOfApplicabilityDialog.tsx b/apps/console/src/pages/organizations/statements-of-applicability/dialogs/CreateStatementOfApplicabilityDialog.tsx index b072e9f65..b00b1a2e9 100644 --- a/apps/console/src/pages/organizations/statements-of-applicability/dialogs/CreateStatementOfApplicabilityDialog.tsx +++ b/apps/console/src/pages/organizations/statements-of-applicability/dialogs/CreateStatementOfApplicabilityDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/statements-of-applicability/dialogs/EditControlDialog.tsx b/apps/console/src/pages/organizations/statements-of-applicability/dialogs/EditControlDialog.tsx index 549257eb0..0292b0023 100644 --- a/apps/console/src/pages/organizations/statements-of-applicability/dialogs/EditControlDialog.tsx +++ b/apps/console/src/pages/organizations/statements-of-applicability/dialogs/EditControlDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/statements-of-applicability/dialogs/LinkControlDialog.tsx b/apps/console/src/pages/organizations/statements-of-applicability/dialogs/LinkControlDialog.tsx index 2e96ab1a6..6075c414b 100644 --- a/apps/console/src/pages/organizations/statements-of-applicability/dialogs/LinkControlDialog.tsx +++ b/apps/console/src/pages/organizations/statements-of-applicability/dialogs/LinkControlDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/statements-of-applicability/dialogs/PublishStatementOfApplicabilityDialog.tsx b/apps/console/src/pages/organizations/statements-of-applicability/dialogs/PublishStatementOfApplicabilityDialog.tsx index aa46a8c65..cf368f3b1 100644 --- a/apps/console/src/pages/organizations/statements-of-applicability/dialogs/PublishStatementOfApplicabilityDialog.tsx +++ b/apps/console/src/pages/organizations/statements-of-applicability/dialogs/PublishStatementOfApplicabilityDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/statements-of-applicability/tabs/StatementOfApplicabilityControlsTab.tsx b/apps/console/src/pages/organizations/statements-of-applicability/tabs/StatementOfApplicabilityControlsTab.tsx index b963efc13..62c1aebbc 100644 --- a/apps/console/src/pages/organizations/statements-of-applicability/tabs/StatementOfApplicabilityControlsTab.tsx +++ b/apps/console/src/pages/organizations/statements-of-applicability/tabs/StatementOfApplicabilityControlsTab.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/tasks/TasksPage.tsx b/apps/console/src/pages/organizations/tasks/TasksPage.tsx index 46b17834e..3f428cc51 100644 --- a/apps/console/src/pages/organizations/tasks/TasksPage.tsx +++ b/apps/console/src/pages/organizations/tasks/TasksPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/third-parties/ThirdPartiesPage.tsx b/apps/console/src/pages/organizations/third-parties/ThirdPartiesPage.tsx index a887c97f5..4ab151c04 100644 --- a/apps/console/src/pages/organizations/third-parties/ThirdPartiesPage.tsx +++ b/apps/console/src/pages/organizations/third-parties/ThirdPartiesPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/third-parties/ThirdPartyDetailPage.tsx b/apps/console/src/pages/organizations/third-parties/ThirdPartyDetailPage.tsx index 5a74de0fd..57983938d 100644 --- a/apps/console/src/pages/organizations/third-parties/ThirdPartyDetailPage.tsx +++ b/apps/console/src/pages/organizations/third-parties/ThirdPartyDetailPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/third-parties/dialogs/AddChildThirdPartyDialog.tsx b/apps/console/src/pages/organizations/third-parties/dialogs/AddChildThirdPartyDialog.tsx index 1cf0fcb67..7d22cebc8 100644 --- a/apps/console/src/pages/organizations/third-parties/dialogs/AddChildThirdPartyDialog.tsx +++ b/apps/console/src/pages/organizations/third-parties/dialogs/AddChildThirdPartyDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/third-parties/dialogs/CommonThirdPartyCombobox.tsx b/apps/console/src/pages/organizations/third-parties/dialogs/CommonThirdPartyCombobox.tsx index af1e5946c..06852fea3 100644 --- a/apps/console/src/pages/organizations/third-parties/dialogs/CommonThirdPartyCombobox.tsx +++ b/apps/console/src/pages/organizations/third-parties/dialogs/CommonThirdPartyCombobox.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/third-parties/dialogs/CreateContactDialog.tsx b/apps/console/src/pages/organizations/third-parties/dialogs/CreateContactDialog.tsx index 46959df6a..eb2207976 100644 --- a/apps/console/src/pages/organizations/third-parties/dialogs/CreateContactDialog.tsx +++ b/apps/console/src/pages/organizations/third-parties/dialogs/CreateContactDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/third-parties/dialogs/CreateRiskAssessmentDialog.tsx b/apps/console/src/pages/organizations/third-parties/dialogs/CreateRiskAssessmentDialog.tsx index ecca46944..7141d7e1b 100644 --- a/apps/console/src/pages/organizations/third-parties/dialogs/CreateRiskAssessmentDialog.tsx +++ b/apps/console/src/pages/organizations/third-parties/dialogs/CreateRiskAssessmentDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/third-parties/dialogs/CreateServiceDialog.tsx b/apps/console/src/pages/organizations/third-parties/dialogs/CreateServiceDialog.tsx index 43d3e538c..ebfc6e3af 100644 --- a/apps/console/src/pages/organizations/third-parties/dialogs/CreateServiceDialog.tsx +++ b/apps/console/src/pages/organizations/third-parties/dialogs/CreateServiceDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/third-parties/dialogs/CreateThirdPartyDialog.tsx b/apps/console/src/pages/organizations/third-parties/dialogs/CreateThirdPartyDialog.tsx index e71a03838..444a50b79 100644 --- a/apps/console/src/pages/organizations/third-parties/dialogs/CreateThirdPartyDialog.tsx +++ b/apps/console/src/pages/organizations/third-parties/dialogs/CreateThirdPartyDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/third-parties/dialogs/DeleteBusinessAssociateAgreementDialog.tsx b/apps/console/src/pages/organizations/third-parties/dialogs/DeleteBusinessAssociateAgreementDialog.tsx index 0d0211d88..7750389f1 100644 --- a/apps/console/src/pages/organizations/third-parties/dialogs/DeleteBusinessAssociateAgreementDialog.tsx +++ b/apps/console/src/pages/organizations/third-parties/dialogs/DeleteBusinessAssociateAgreementDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/third-parties/dialogs/DeleteDataPrivacyAgreementDialog.tsx b/apps/console/src/pages/organizations/third-parties/dialogs/DeleteDataPrivacyAgreementDialog.tsx index ece0f11bc..d9d09d137 100644 --- a/apps/console/src/pages/organizations/third-parties/dialogs/DeleteDataPrivacyAgreementDialog.tsx +++ b/apps/console/src/pages/organizations/third-parties/dialogs/DeleteDataPrivacyAgreementDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/third-parties/dialogs/EditBusinessAssociateAgreementDialog.tsx b/apps/console/src/pages/organizations/third-parties/dialogs/EditBusinessAssociateAgreementDialog.tsx index adcc0c06c..4303a00e7 100644 --- a/apps/console/src/pages/organizations/third-parties/dialogs/EditBusinessAssociateAgreementDialog.tsx +++ b/apps/console/src/pages/organizations/third-parties/dialogs/EditBusinessAssociateAgreementDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/third-parties/dialogs/EditContactDialog.tsx b/apps/console/src/pages/organizations/third-parties/dialogs/EditContactDialog.tsx index fdb8f6552..427c6a1e6 100644 --- a/apps/console/src/pages/organizations/third-parties/dialogs/EditContactDialog.tsx +++ b/apps/console/src/pages/organizations/third-parties/dialogs/EditContactDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/third-parties/dialogs/EditDataPrivacyAgreementDialog.tsx b/apps/console/src/pages/organizations/third-parties/dialogs/EditDataPrivacyAgreementDialog.tsx index 2ced6c54c..c42553606 100644 --- a/apps/console/src/pages/organizations/third-parties/dialogs/EditDataPrivacyAgreementDialog.tsx +++ b/apps/console/src/pages/organizations/third-parties/dialogs/EditDataPrivacyAgreementDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/third-parties/dialogs/EditServiceDialog.tsx b/apps/console/src/pages/organizations/third-parties/dialogs/EditServiceDialog.tsx index 5f0f5a4b9..51d8876a2 100644 --- a/apps/console/src/pages/organizations/third-parties/dialogs/EditServiceDialog.tsx +++ b/apps/console/src/pages/organizations/third-parties/dialogs/EditServiceDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/third-parties/dialogs/PublishThirdPartyListDialog.tsx b/apps/console/src/pages/organizations/third-parties/dialogs/PublishThirdPartyListDialog.tsx index bc30f4ca8..e8b3efd83 100644 --- a/apps/console/src/pages/organizations/third-parties/dialogs/PublishThirdPartyListDialog.tsx +++ b/apps/console/src/pages/organizations/third-parties/dialogs/PublishThirdPartyListDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/third-parties/dialogs/UploadBusinessAssociateAgreementDialog.tsx b/apps/console/src/pages/organizations/third-parties/dialogs/UploadBusinessAssociateAgreementDialog.tsx index bf7445799..12219dc36 100644 --- a/apps/console/src/pages/organizations/third-parties/dialogs/UploadBusinessAssociateAgreementDialog.tsx +++ b/apps/console/src/pages/organizations/third-parties/dialogs/UploadBusinessAssociateAgreementDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/third-parties/dialogs/UploadComplianceReportDialog.tsx b/apps/console/src/pages/organizations/third-parties/dialogs/UploadComplianceReportDialog.tsx index ce98c7704..e06bd5ce4 100644 --- a/apps/console/src/pages/organizations/third-parties/dialogs/UploadComplianceReportDialog.tsx +++ b/apps/console/src/pages/organizations/third-parties/dialogs/UploadComplianceReportDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/third-parties/dialogs/UploadDataPrivacyAgreementDialog.tsx b/apps/console/src/pages/organizations/third-parties/dialogs/UploadDataPrivacyAgreementDialog.tsx index 8e0266bda..675660844 100644 --- a/apps/console/src/pages/organizations/third-parties/dialogs/UploadDataPrivacyAgreementDialog.tsx +++ b/apps/console/src/pages/organizations/third-parties/dialogs/UploadDataPrivacyAgreementDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/third-parties/dialogs/VettingDialog.tsx b/apps/console/src/pages/organizations/third-parties/dialogs/VettingDialog.tsx index 66dee03aa..ac0aac107 100644 --- a/apps/console/src/pages/organizations/third-parties/dialogs/VettingDialog.tsx +++ b/apps/console/src/pages/organizations/third-parties/dialogs/VettingDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/third-parties/measures/ThirdPartyMeasuresPage.tsx b/apps/console/src/pages/organizations/third-parties/measures/ThirdPartyMeasuresPage.tsx index b7f2d147a..3faf9cdbf 100644 --- a/apps/console/src/pages/organizations/third-parties/measures/ThirdPartyMeasuresPage.tsx +++ b/apps/console/src/pages/organizations/third-parties/measures/ThirdPartyMeasuresPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/third-parties/tabs/ThirdPartyCertificationsTab.tsx b/apps/console/src/pages/organizations/third-parties/tabs/ThirdPartyCertificationsTab.tsx index f31c6d036..914d31280 100644 --- a/apps/console/src/pages/organizations/third-parties/tabs/ThirdPartyCertificationsTab.tsx +++ b/apps/console/src/pages/organizations/third-parties/tabs/ThirdPartyCertificationsTab.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/third-parties/tabs/ThirdPartyComplianceTab.tsx b/apps/console/src/pages/organizations/third-parties/tabs/ThirdPartyComplianceTab.tsx index aff446f66..3673c7d25 100644 --- a/apps/console/src/pages/organizations/third-parties/tabs/ThirdPartyComplianceTab.tsx +++ b/apps/console/src/pages/organizations/third-parties/tabs/ThirdPartyComplianceTab.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/third-parties/tabs/ThirdPartyContactsTab.tsx b/apps/console/src/pages/organizations/third-parties/tabs/ThirdPartyContactsTab.tsx index 1a1170e5f..8f2f5b427 100644 --- a/apps/console/src/pages/organizations/third-parties/tabs/ThirdPartyContactsTab.tsx +++ b/apps/console/src/pages/organizations/third-parties/tabs/ThirdPartyContactsTab.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/third-parties/tabs/ThirdPartyOverviewTab.tsx b/apps/console/src/pages/organizations/third-parties/tabs/ThirdPartyOverviewTab.tsx index 3fd2337f7..72ffc0f16 100644 --- a/apps/console/src/pages/organizations/third-parties/tabs/ThirdPartyOverviewTab.tsx +++ b/apps/console/src/pages/organizations/third-parties/tabs/ThirdPartyOverviewTab.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/third-parties/tabs/ThirdPartyRiskAssessmentTab.tsx b/apps/console/src/pages/organizations/third-parties/tabs/ThirdPartyRiskAssessmentTab.tsx index 4f88b07b3..c50ff7de3 100644 --- a/apps/console/src/pages/organizations/third-parties/tabs/ThirdPartyRiskAssessmentTab.tsx +++ b/apps/console/src/pages/organizations/third-parties/tabs/ThirdPartyRiskAssessmentTab.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/third-parties/tabs/ThirdPartyServicesTab.tsx b/apps/console/src/pages/organizations/third-parties/tabs/ThirdPartyServicesTab.tsx index b57e6e31a..5d647c130 100644 --- a/apps/console/src/pages/organizations/third-parties/tabs/ThirdPartyServicesTab.tsx +++ b/apps/console/src/pages/organizations/third-parties/tabs/ThirdPartyServicesTab.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/third-parties/third-parties/ThirdPartyThirdPartiesPage.tsx b/apps/console/src/pages/organizations/third-parties/third-parties/ThirdPartyThirdPartiesPage.tsx index 3fb7efb08..643b1b360 100644 --- a/apps/console/src/pages/organizations/third-parties/third-parties/ThirdPartyThirdPartiesPage.tsx +++ b/apps/console/src/pages/organizations/third-parties/third-parties/ThirdPartyThirdPartiesPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/pages/organizations/third-parties/third-parties/ThirdPartyThirdPartiesPageLoader.tsx b/apps/console/src/pages/organizations/third-parties/third-parties/ThirdPartyThirdPartiesPageLoader.tsx index 11920971a..26df8bddf 100644 --- a/apps/console/src/pages/organizations/third-parties/third-parties/ThirdPartyThirdPartiesPageLoader.tsx +++ b/apps/console/src/pages/organizations/third-parties/third-parties/ThirdPartyThirdPartiesPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/providers/CoreRelayProvider.tsx b/apps/console/src/providers/CoreRelayProvider.tsx index 8e6e18f08..b8e23476d 100644 --- a/apps/console/src/providers/CoreRelayProvider.tsx +++ b/apps/console/src/providers/CoreRelayProvider.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/providers/CurrentUser.tsx b/apps/console/src/providers/CurrentUser.tsx index 26ab8c960..cccf1b82c 100644 --- a/apps/console/src/providers/CurrentUser.tsx +++ b/apps/console/src/providers/CurrentUser.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/providers/IAMRelayProvider.tsx b/apps/console/src/providers/IAMRelayProvider.tsx index 46c2e4fc5..93b54cad1 100644 --- a/apps/console/src/providers/IAMRelayProvider.tsx +++ b/apps/console/src/providers/IAMRelayProvider.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/providers/TranslatorProvider.tsx b/apps/console/src/providers/TranslatorProvider.tsx index 533ed1047..6cbffd41f 100644 --- a/apps/console/src/providers/TranslatorProvider.tsx +++ b/apps/console/src/providers/TranslatorProvider.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/routes.tsx b/apps/console/src/routes.tsx index d0ff003e4..db2ec7b9a 100644 --- a/apps/console/src/routes.tsx +++ b/apps/console/src/routes.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/routes/assetRoutes.ts b/apps/console/src/routes/assetRoutes.ts index 2ec843ea1..a44326bf1 100644 --- a/apps/console/src/routes/assetRoutes.ts +++ b/apps/console/src/routes/assetRoutes.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/routes/auditRoutes.ts b/apps/console/src/routes/auditRoutes.ts index a90d2dc7a..56fb50376 100644 --- a/apps/console/src/routes/auditRoutes.ts +++ b/apps/console/src/routes/auditRoutes.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/routes/contextRoutes.ts b/apps/console/src/routes/contextRoutes.ts index 307eced79..2536c3aea 100644 --- a/apps/console/src/routes/contextRoutes.ts +++ b/apps/console/src/routes/contextRoutes.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/routes/dataRoutes.ts b/apps/console/src/routes/dataRoutes.ts index 03e9a556c..6a27c2c9f 100644 --- a/apps/console/src/routes/dataRoutes.ts +++ b/apps/console/src/routes/dataRoutes.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/routes/documentsRoutes.ts b/apps/console/src/routes/documentsRoutes.ts index ab6e2fc2b..2a551a8e4 100644 --- a/apps/console/src/routes/documentsRoutes.ts +++ b/apps/console/src/routes/documentsRoutes.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/routes/findingRoutes.ts b/apps/console/src/routes/findingRoutes.ts index f3f4a0710..fb738e1a8 100644 --- a/apps/console/src/routes/findingRoutes.ts +++ b/apps/console/src/routes/findingRoutes.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/routes/frameworkRoutes.ts b/apps/console/src/routes/frameworkRoutes.ts index 5770f5d84..889ba0919 100644 --- a/apps/console/src/routes/frameworkRoutes.ts +++ b/apps/console/src/routes/frameworkRoutes.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/routes/measureRoutes.ts b/apps/console/src/routes/measureRoutes.ts index 9aec1c0f3..9b40fca01 100644 --- a/apps/console/src/routes/measureRoutes.ts +++ b/apps/console/src/routes/measureRoutes.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/routes/obligationRoutes.ts b/apps/console/src/routes/obligationRoutes.ts index b24886347..86c99b287 100644 --- a/apps/console/src/routes/obligationRoutes.ts +++ b/apps/console/src/routes/obligationRoutes.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/routes/processingActivityRoutes.ts b/apps/console/src/routes/processingActivityRoutes.ts index 386d164a1..5be727a57 100644 --- a/apps/console/src/routes/processingActivityRoutes.ts +++ b/apps/console/src/routes/processingActivityRoutes.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/routes/rightsRequestRoutes.ts b/apps/console/src/routes/rightsRequestRoutes.ts index 0356ae352..a82d5ac22 100644 --- a/apps/console/src/routes/rightsRequestRoutes.ts +++ b/apps/console/src/routes/rightsRequestRoutes.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/routes/statementsOfApplicabilityRoutes.ts b/apps/console/src/routes/statementsOfApplicabilityRoutes.ts index e8388fb9f..190639ecc 100644 --- a/apps/console/src/routes/statementsOfApplicabilityRoutes.ts +++ b/apps/console/src/routes/statementsOfApplicabilityRoutes.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/routes/taskRoutes.ts b/apps/console/src/routes/taskRoutes.ts index 4e35c063a..58abad444 100644 --- a/apps/console/src/routes/taskRoutes.ts +++ b/apps/console/src/routes/taskRoutes.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/routes/thirdPartyRoutes.ts b/apps/console/src/routes/thirdPartyRoutes.ts index e5ab7aaf3..50651ff4c 100644 --- a/apps/console/src/routes/thirdPartyRoutes.ts +++ b/apps/console/src/routes/thirdPartyRoutes.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/types.ts b/apps/console/src/types.ts index fceba74fb..7b30557b9 100644 --- a/apps/console/src/types.ts +++ b/apps/console/src/types.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/src/vite-env.d.ts b/apps/console/src/vite-env.d.ts index 96a7cba3b..057dba9a8 100644 --- a/apps/console/src/vite-env.d.ts +++ b/apps/console/src/vite-env.d.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/console/vite.config.ts b/apps/console/vite.config.ts index 9136e0114..871fdaf85 100644 --- a/apps/console/vite.config.ts +++ b/apps/console/vite.config.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/App.tsx b/apps/trust/src/App.tsx index 1c7c01600..3242ace38 100644 --- a/apps/trust/src/App.tsx +++ b/apps/trust/src/App.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/components/AuditRow.tsx b/apps/trust/src/components/AuditRow.tsx index 3cb91a54f..eb1a027cb 100644 --- a/apps/trust/src/components/AuditRow.tsx +++ b/apps/trust/src/components/AuditRow.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/components/DocumentPageErrorBoundary.tsx b/apps/trust/src/components/DocumentPageErrorBoundary.tsx index 28a3c176c..2e7083a3f 100644 --- a/apps/trust/src/components/DocumentPageErrorBoundary.tsx +++ b/apps/trust/src/components/DocumentPageErrorBoundary.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/components/DocumentRow.tsx b/apps/trust/src/components/DocumentRow.tsx index 84c95185a..36b3a4280 100644 --- a/apps/trust/src/components/DocumentRow.tsx +++ b/apps/trust/src/components/DocumentRow.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/components/FrameworkBadge.tsx b/apps/trust/src/components/FrameworkBadge.tsx index dab00b290..e3fd5ab5b 100644 --- a/apps/trust/src/components/FrameworkBadge.tsx +++ b/apps/trust/src/components/FrameworkBadge.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/components/OrganizationSidebar.tsx b/apps/trust/src/components/OrganizationSidebar.tsx index 00223f6e8..73522b504 100644 --- a/apps/trust/src/components/OrganizationSidebar.tsx +++ b/apps/trust/src/components/OrganizationSidebar.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/components/PDFPreview.tsx b/apps/trust/src/components/PDFPreview.tsx index b102f1b81..ff1f45fa9 100644 --- a/apps/trust/src/components/PDFPreview.tsx +++ b/apps/trust/src/components/PDFPreview.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/components/PageError.tsx b/apps/trust/src/components/PageError.tsx index 2d861b80d..40fe54473 100644 --- a/apps/trust/src/components/PageError.tsx +++ b/apps/trust/src/components/PageError.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/components/RootErrorBoundary.tsx b/apps/trust/src/components/RootErrorBoundary.tsx index 9272d26f3..ff6a36cb2 100644 --- a/apps/trust/src/components/RootErrorBoundary.tsx +++ b/apps/trust/src/components/RootErrorBoundary.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/components/RowHeader.tsx b/apps/trust/src/components/RowHeader.tsx index e2d0827a2..95bfdd6c6 100644 --- a/apps/trust/src/components/RowHeader.tsx +++ b/apps/trust/src/components/RowHeader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/components/Rows.tsx b/apps/trust/src/components/Rows.tsx index f06ade235..a756ee727 100644 --- a/apps/trust/src/components/Rows.tsx +++ b/apps/trust/src/components/Rows.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/components/Skeletons/MainSkeleton.tsx b/apps/trust/src/components/Skeletons/MainSkeleton.tsx index 01e4f424f..b3b7c1dd9 100644 --- a/apps/trust/src/components/Skeletons/MainSkeleton.tsx +++ b/apps/trust/src/components/Skeletons/MainSkeleton.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/components/Skeletons/TabSkeleton.tsx b/apps/trust/src/components/Skeletons/TabSkeleton.tsx index 00a68fe77..25c431d37 100644 --- a/apps/trust/src/components/Skeletons/TabSkeleton.tsx +++ b/apps/trust/src/components/Skeletons/TabSkeleton.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/components/SubprocessorRow.tsx b/apps/trust/src/components/SubprocessorRow.tsx index 990a54068..4b69deac5 100644 --- a/apps/trust/src/components/SubprocessorRow.tsx +++ b/apps/trust/src/components/SubprocessorRow.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/components/TrustCenterFileRow.tsx b/apps/trust/src/components/TrustCenterFileRow.tsx index a1ef7b0fa..d3811af5d 100644 --- a/apps/trust/src/components/TrustCenterFileRow.tsx +++ b/apps/trust/src/components/TrustCenterFileRow.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/helpers/documents.ts b/apps/trust/src/helpers/documents.ts index 6b9f12b84..99abe9154 100644 --- a/apps/trust/src/helpers/documents.ts +++ b/apps/trust/src/helpers/documents.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/hooks/useFormWithSchema.ts b/apps/trust/src/hooks/useFormWithSchema.ts index e346c4718..1af41be4b 100644 --- a/apps/trust/src/hooks/useFormWithSchema.ts +++ b/apps/trust/src/hooks/useFormWithSchema.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/hooks/useMutationWithToast.ts b/apps/trust/src/hooks/useMutationWithToast.ts index 33fbc2629..a7e1df36a 100644 --- a/apps/trust/src/hooks/useMutationWithToast.ts +++ b/apps/trust/src/hooks/useMutationWithToast.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/hooks/useRequestAccessCallback.ts b/apps/trust/src/hooks/useRequestAccessCallback.ts index a5ef12865..2c382317b 100644 --- a/apps/trust/src/hooks/useRequestAccessCallback.ts +++ b/apps/trust/src/hooks/useRequestAccessCallback.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/hooks/useSafeContinueUrl.ts b/apps/trust/src/hooks/useSafeContinueUrl.ts index e9203f40a..2ce0830f7 100644 --- a/apps/trust/src/hooks/useSafeContinueUrl.ts +++ b/apps/trust/src/hooks/useSafeContinueUrl.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/hooks/useTrustCenter.ts b/apps/trust/src/hooks/useTrustCenter.ts index e1c6d9176..ee3e11a27 100644 --- a/apps/trust/src/hooks/useTrustCenter.ts +++ b/apps/trust/src/hooks/useTrustCenter.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/layouts/MainLayout.tsx b/apps/trust/src/layouts/MainLayout.tsx index dce0e02ab..f1c1a9515 100644 --- a/apps/trust/src/layouts/MainLayout.tsx +++ b/apps/trust/src/layouts/MainLayout.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/main.tsx b/apps/trust/src/main.tsx index d3a371c9a..2a3805d8f 100644 --- a/apps/trust/src/main.tsx +++ b/apps/trust/src/main.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/module.d.ts b/apps/trust/src/module.d.ts index 9e75392a9..ea447b66a 100644 --- a/apps/trust/src/module.d.ts +++ b/apps/trust/src/module.d.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/pages/DocumentPage.tsx b/apps/trust/src/pages/DocumentPage.tsx index 3e55287f0..504232fdd 100644 --- a/apps/trust/src/pages/DocumentPage.tsx +++ b/apps/trust/src/pages/DocumentPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/pages/DocumentPageLoader.tsx b/apps/trust/src/pages/DocumentPageLoader.tsx index 0f6724585..f69a559f4 100644 --- a/apps/trust/src/pages/DocumentPageLoader.tsx +++ b/apps/trust/src/pages/DocumentPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/pages/DocumentsPage.tsx b/apps/trust/src/pages/DocumentsPage.tsx index 838e638d2..fde4f3080 100644 --- a/apps/trust/src/pages/DocumentsPage.tsx +++ b/apps/trust/src/pages/DocumentsPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/pages/NDAPage.tsx b/apps/trust/src/pages/NDAPage.tsx index a454f7af8..bd7faf943 100644 --- a/apps/trust/src/pages/NDAPage.tsx +++ b/apps/trust/src/pages/NDAPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/pages/NDAPageLoader.tsx b/apps/trust/src/pages/NDAPageLoader.tsx index ca5dbf10d..5605a573f 100644 --- a/apps/trust/src/pages/NDAPageLoader.tsx +++ b/apps/trust/src/pages/NDAPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/pages/OverviewPage.tsx b/apps/trust/src/pages/OverviewPage.tsx index a14ee3dd0..39846da75 100644 --- a/apps/trust/src/pages/OverviewPage.tsx +++ b/apps/trust/src/pages/OverviewPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/pages/SubprocessorsPage.tsx b/apps/trust/src/pages/SubprocessorsPage.tsx index baad9dc23..5f1ab74c2 100644 --- a/apps/trust/src/pages/SubprocessorsPage.tsx +++ b/apps/trust/src/pages/SubprocessorsPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/pages/UpdatesPage.tsx b/apps/trust/src/pages/UpdatesPage.tsx index 6e0b6d6be..315a01c1c 100644 --- a/apps/trust/src/pages/UpdatesPage.tsx +++ b/apps/trust/src/pages/UpdatesPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/pages/auth/AuthLayout.tsx b/apps/trust/src/pages/auth/AuthLayout.tsx index 65fbeb817..bac29a126 100644 --- a/apps/trust/src/pages/auth/AuthLayout.tsx +++ b/apps/trust/src/pages/auth/AuthLayout.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/pages/auth/AuthLayoutLoader.tsx b/apps/trust/src/pages/auth/AuthLayoutLoader.tsx index 2db860f34..6c85c2b22 100644 --- a/apps/trust/src/pages/auth/AuthLayoutLoader.tsx +++ b/apps/trust/src/pages/auth/AuthLayoutLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/pages/auth/ConnectPage.tsx b/apps/trust/src/pages/auth/ConnectPage.tsx index 570801fc1..ac215c4e7 100644 --- a/apps/trust/src/pages/auth/ConnectPage.tsx +++ b/apps/trust/src/pages/auth/ConnectPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/pages/auth/ConnectPageLoader.tsx b/apps/trust/src/pages/auth/ConnectPageLoader.tsx index fff77a03a..15dc03595 100644 --- a/apps/trust/src/pages/auth/ConnectPageLoader.tsx +++ b/apps/trust/src/pages/auth/ConnectPageLoader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/pages/auth/FullNamePage.tsx b/apps/trust/src/pages/auth/FullNamePage.tsx index 60dce4853..cfaec06a5 100644 --- a/apps/trust/src/pages/auth/FullNamePage.tsx +++ b/apps/trust/src/pages/auth/FullNamePage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/pages/auth/MagicLinkAlreadyUsedPage.tsx b/apps/trust/src/pages/auth/MagicLinkAlreadyUsedPage.tsx index 80c44f5c0..7915d2577 100644 --- a/apps/trust/src/pages/auth/MagicLinkAlreadyUsedPage.tsx +++ b/apps/trust/src/pages/auth/MagicLinkAlreadyUsedPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/pages/auth/MagicLinkExpiredPage.tsx b/apps/trust/src/pages/auth/MagicLinkExpiredPage.tsx index 1c38453e3..aa9844a4c 100644 --- a/apps/trust/src/pages/auth/MagicLinkExpiredPage.tsx +++ b/apps/trust/src/pages/auth/MagicLinkExpiredPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/pages/auth/VerifyMagicLinkPage.tsx b/apps/trust/src/pages/auth/VerifyMagicLinkPage.tsx index a3b86e327..0741ab60d 100644 --- a/apps/trust/src/pages/auth/VerifyMagicLinkPage.tsx +++ b/apps/trust/src/pages/auth/VerifyMagicLinkPage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/pages/auth/_components/Divider.tsx b/apps/trust/src/pages/auth/_components/Divider.tsx index 07373a6ef..71f424ea0 100644 --- a/apps/trust/src/pages/auth/_components/Divider.tsx +++ b/apps/trust/src/pages/auth/_components/Divider.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/pages/auth/_components/OIDCButton.tsx b/apps/trust/src/pages/auth/_components/OIDCButton.tsx index 1c44ec2b3..64f7e68dc 100644 --- a/apps/trust/src/pages/auth/_components/OIDCButton.tsx +++ b/apps/trust/src/pages/auth/_components/OIDCButton.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/providers/AuthProvider.tsx b/apps/trust/src/providers/AuthProvider.tsx index 7a9c7c067..3d96c323c 100644 --- a/apps/trust/src/providers/AuthProvider.tsx +++ b/apps/trust/src/providers/AuthProvider.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/providers/RelayProviders.tsx b/apps/trust/src/providers/RelayProviders.tsx index f67f9d44a..6df4c17a1 100644 --- a/apps/trust/src/providers/RelayProviders.tsx +++ b/apps/trust/src/providers/RelayProviders.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/providers/TranslatorProvider.tsx b/apps/trust/src/providers/TranslatorProvider.tsx index 89522f806..af7a69960 100644 --- a/apps/trust/src/providers/TranslatorProvider.tsx +++ b/apps/trust/src/providers/TranslatorProvider.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/providers/TrustCenterProvider.tsx b/apps/trust/src/providers/TrustCenterProvider.tsx index 2bb7d6921..472a5904b 100644 --- a/apps/trust/src/providers/TrustCenterProvider.tsx +++ b/apps/trust/src/providers/TrustCenterProvider.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/queries/TrustGraph.ts b/apps/trust/src/queries/TrustGraph.ts index 7805751a1..66dafa0fc 100644 --- a/apps/trust/src/queries/TrustGraph.ts +++ b/apps/trust/src/queries/TrustGraph.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/routes.tsx b/apps/trust/src/routes.tsx index cafc003f5..30537a3dd 100644 --- a/apps/trust/src/routes.tsx +++ b/apps/trust/src/routes.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/types.ts b/apps/trust/src/types.ts index fceba74fb..7b30557b9 100644 --- a/apps/trust/src/types.ts +++ b/apps/trust/src/types.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/utils/pathPrefix.ts b/apps/trust/src/utils/pathPrefix.ts index 95fdfec51..d57f5c3d7 100644 --- a/apps/trust/src/utils/pathPrefix.ts +++ b/apps/trust/src/utils/pathPrefix.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/src/vite-env.d.ts b/apps/trust/src/vite-env.d.ts index 96a7cba3b..057dba9a8 100644 --- a/apps/trust/src/vite-env.d.ts +++ b/apps/trust/src/vite-env.d.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/trust.go b/apps/trust/trust.go index 1dd513542..0a715be71 100644 --- a/apps/trust/trust.go +++ b/apps/trust/trust.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/apps/trust/vite.config.ts b/apps/trust/vite.config.ts index 1a9fc2daa..173436ca8 100644 --- a/apps/trust/vite.config.ts +++ b/apps/trust/vite.config.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/cmd/acme-keygen/main.go b/cmd/acme-keygen/main.go index ab10f44d9..63258e705 100644 --- a/cmd/acme-keygen/main.go +++ b/cmd/acme-keygen/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/cmd/geoloc-import/main.go b/cmd/geoloc-import/main.go index cfa1a80ac..e76c7d295 100644 --- a/cmd/geoloc-import/main.go +++ b/cmd/geoloc-import/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/cmd/migrate-document-versions-markdown/main.go b/cmd/migrate-document-versions-markdown/main.go index 0c0ad84d8..fd95414c9 100644 --- a/cmd/migrate-document-versions-markdown/main.go +++ b/cmd/migrate-document-versions-markdown/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/cmd/prb/main.go b/cmd/prb/main.go index fc3f1cb16..9e41e0e15 100644 --- a/cmd/prb/main.go +++ b/cmd/prb/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/cmd/probo-agent/main.go b/cmd/probo-agent/main.go index ce452222c..571e1ecac 100644 --- a/cmd/probo-agent/main.go +++ b/cmd/probo-agent/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/cmd/proboctl/main.go b/cmd/proboctl/main.go index 29f9f3818..0120014ad 100644 --- a/cmd/proboctl/main.go +++ b/cmd/proboctl/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/cmd/probod-bootstrap/main.go b/cmd/probod-bootstrap/main.go index 8e4a37b82..b5a60432a 100644 --- a/cmd/probod-bootstrap/main.go +++ b/cmd/probod-bootstrap/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/cmd/probod/main.go b/cmd/probod/main.go index 4cb5104c0..cea6a1d60 100644 --- a/cmd/probod/main.go +++ b/cmd/probod/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/contrib/claude/license.md b/contrib/claude/license.md index 3c17e6974..ed50d7ad6 100644 --- a/contrib/claude/license.md +++ b/contrib/claude/license.md @@ -5,7 +5,7 @@ Every source file must start with the ISC license header. Use the **current year ## Go, TypeScript, JavaScript (`.go`, `.ts`, `.tsx`, `.js`, `.jsx`) ``` -// Copyright (c) Probo Inc . +// Copyright (c) Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above @@ -23,7 +23,7 @@ Every source file must start with the ISC license header. Use the **current year ## CSS (`.css`) ``` -/* Copyright (c) Probo Inc . +/* Copyright (c) Probo Inc . * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -42,7 +42,7 @@ Every source file must start with the ISC license header. Use the **current year ## SQL (`.sql`) ``` --- Copyright (c) Probo Inc . +-- Copyright (c) Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above @@ -60,7 +60,7 @@ Every source file must start with the ISC license header. Use the **current year ## GraphQL (`.graphql`) ``` -# Copyright (c) Probo Inc . +# Copyright (c) Probo Inc . # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/contrib/helm/charts/probo/Chart.yaml b/contrib/helm/charts/probo/Chart.yaml index 432561c6c..1ec2bcd57 100644 --- a/contrib/helm/charts/probo/Chart.yaml +++ b/contrib/helm/charts/probo/Chart.yaml @@ -14,7 +14,7 @@ sources: - https://github.com/getprobo/probo maintainers: - name: Probo Team - email: hello@getprobo.com + email: hello@probo.com icon: https://github.com/getprobo/probo/blob/main/.github/cover_v3.png dependencies: diff --git a/contrib/seed.sh b/contrib/seed.sh index ca6f74f0b..c692a7322 100755 --- a/contrib/seed.sh +++ b/contrib/seed.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2026 Probo Inc . +# Copyright (c) 2026 Probo Inc . # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/access_review_test.go b/e2e/console/access_review_test.go index 5e9b6f8d7..078cd61a7 100644 --- a/e2e/console/access_review_test.go +++ b/e2e/console/access_review_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/agent_run_test.go b/e2e/console/agent_run_test.go index 50a93ff4e..181a94a7e 100644 --- a/e2e/console/agent_run_test.go +++ b/e2e/console/agent_run_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/asset_publish_test.go b/e2e/console/asset_publish_test.go index e2a976652..f710989bb 100644 --- a/e2e/console/asset_publish_test.go +++ b/e2e/console/asset_publish_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/asset_test.go b/e2e/console/asset_test.go index 64eac5e5a..e686f0e55 100644 --- a/e2e/console/asset_test.go +++ b/e2e/console/asset_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/audit_log_test.go b/e2e/console/audit_log_test.go index 9bbee8f52..c1d063989 100644 --- a/e2e/console/audit_log_test.go +++ b/e2e/console/audit_log_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/audit_test.go b/e2e/console/audit_test.go index a39e7b695..59c727147 100644 --- a/e2e/console/audit_test.go +++ b/e2e/console/audit_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/common_third_party_test.go b/e2e/console/common_third_party_test.go index ba1363842..101d2a29d 100644 --- a/e2e/console/common_third_party_test.go +++ b/e2e/console/common_third_party_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/connector_test.go b/e2e/console/connector_test.go index b9efbc32a..a0a1eda87 100644 --- a/e2e/console/connector_test.go +++ b/e2e/console/connector_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/control_test.go b/e2e/console/control_test.go index 384a6dec3..497b2fb14 100644 --- a/e2e/console/control_test.go +++ b/e2e/console/control_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/cookie_banner_test.go b/e2e/console/cookie_banner_test.go index c14eddf2a..28a1fb959 100644 --- a/e2e/console/cookie_banner_test.go +++ b/e2e/console/cookie_banner_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/cookie_banner_versioning_test.go b/e2e/console/cookie_banner_versioning_test.go index c43410df9..7a99ff2ef 100644 --- a/e2e/console/cookie_banner_versioning_test.go +++ b/e2e/console/cookie_banner_versioning_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/cookie_category_test.go b/e2e/console/cookie_category_test.go index b750d0f58..dc2eb148e 100644 --- a/e2e/console/cookie_category_test.go +++ b/e2e/console/cookie_category_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/datum_publish_test.go b/e2e/console/datum_publish_test.go index 16347ed6d..e87cfd7fe 100644 --- a/e2e/console/datum_publish_test.go +++ b/e2e/console/datum_publish_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/datum_test.go b/e2e/console/datum_test.go index df0692abb..f4e2b197a 100644 --- a/e2e/console/datum_test.go +++ b/e2e/console/datum_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/document_test.go b/e2e/console/document_test.go index a5f4b2891..17b0c63d6 100644 --- a/e2e/console/document_test.go +++ b/e2e/console/document_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/document_version_test.go b/e2e/console/document_version_test.go index 24afa3656..f8685e47b 100644 --- a/e2e/console/document_version_test.go +++ b/e2e/console/document_version_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/dpia_publish_test.go b/e2e/console/dpia_publish_test.go index 60dbce649..2b7b4ef0e 100644 --- a/e2e/console/dpia_publish_test.go +++ b/e2e/console/dpia_publish_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/employee_document_test.go b/e2e/console/employee_document_test.go index a5795be76..37c3293aa 100644 --- a/e2e/console/employee_document_test.go +++ b/e2e/console/employee_document_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/finding_publish_test.go b/e2e/console/finding_publish_test.go index ca16ff994..f3abf407f 100644 --- a/e2e/console/finding_publish_test.go +++ b/e2e/console/finding_publish_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/finding_test.go b/e2e/console/finding_test.go index 2e38876db..8267e6fec 100644 --- a/e2e/console/finding_test.go +++ b/e2e/console/finding_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/framework_test.go b/e2e/console/framework_test.go index 3d5806a2b..3e33bf15c 100644 --- a/e2e/console/framework_test.go +++ b/e2e/console/framework_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/inviting_organizations_test.go b/e2e/console/inviting_organizations_test.go index 19773e40d..9f4472d9f 100644 --- a/e2e/console/inviting_organizations_test.go +++ b/e2e/console/inviting_organizations_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/main_test.go b/e2e/console/main_test.go index 7916cd15c..214a735c2 100644 --- a/e2e/console/main_test.go +++ b/e2e/console/main_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/mapping_test.go b/e2e/console/mapping_test.go index 4ef7d111e..9c96de353 100644 --- a/e2e/console/mapping_test.go +++ b/e2e/console/mapping_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/measure_test.go b/e2e/console/measure_test.go index 4bd5ea721..4336a7749 100644 --- a/e2e/console/measure_test.go +++ b/e2e/console/measure_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/oauth2_test.go b/e2e/console/oauth2_test.go index 089f1cbdb..657038e2a 100644 --- a/e2e/console/oauth2_test.go +++ b/e2e/console/oauth2_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/obligation_publish_test.go b/e2e/console/obligation_publish_test.go index 9977e2ffd..5439a6cdf 100644 --- a/e2e/console/obligation_publish_test.go +++ b/e2e/console/obligation_publish_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/obligation_test.go b/e2e/console/obligation_test.go index 70a91de19..774d23079 100644 --- a/e2e/console/obligation_test.go +++ b/e2e/console/obligation_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/organization_test.go b/e2e/console/organization_test.go index 4b71409cc..6cda2ebde 100644 --- a/e2e/console/organization_test.go +++ b/e2e/console/organization_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/processing_activity_publish_test.go b/e2e/console/processing_activity_publish_test.go index 5f2d276c2..84b1446cd 100644 --- a/e2e/console/processing_activity_publish_test.go +++ b/e2e/console/processing_activity_publish_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/processing_activity_test.go b/e2e/console/processing_activity_test.go index 4f44e0067..1441cef90 100644 --- a/e2e/console/processing_activity_test.go +++ b/e2e/console/processing_activity_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/rbac_test.go b/e2e/console/rbac_test.go index eecef3c3b..ebf633d13 100644 --- a/e2e/console/rbac_test.go +++ b/e2e/console/rbac_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/rights_request_test.go b/e2e/console/rights_request_test.go index dcbe13779..ccb4f862e 100644 --- a/e2e/console/rights_request_test.go +++ b/e2e/console/rights_request_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/risk_assessment_test.go b/e2e/console/risk_assessment_test.go index b9dc23c00..b75628be0 100644 --- a/e2e/console/risk_assessment_test.go +++ b/e2e/console/risk_assessment_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/risk_publish_test.go b/e2e/console/risk_publish_test.go index 7a22fa9bf..778e6f8ba 100644 --- a/e2e/console/risk_publish_test.go +++ b/e2e/console/risk_publish_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/risk_test.go b/e2e/console/risk_test.go index 543330b26..f44b61ce7 100644 --- a/e2e/console/risk_test.go +++ b/e2e/console/risk_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/scim_test.go b/e2e/console/scim_test.go index 5a39a6287..a8017c5be 100644 --- a/e2e/console/scim_test.go +++ b/e2e/console/scim_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/statement_of_applicability_test.go b/e2e/console/statement_of_applicability_test.go index f904899d9..6c79ca616 100644 --- a/e2e/console/statement_of_applicability_test.go +++ b/e2e/console/statement_of_applicability_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/task_assignment_test.go b/e2e/console/task_assignment_test.go index bb8174deb..5875e04d4 100644 --- a/e2e/console/task_assignment_test.go +++ b/e2e/console/task_assignment_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/task_test.go b/e2e/console/task_test.go index ff928a74f..c4077b7ed 100644 --- a/e2e/console/task_test.go +++ b/e2e/console/task_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/third_party_compliance_report_test.go b/e2e/console/third_party_compliance_report_test.go index de0221f6d..259d2d8db 100644 --- a/e2e/console/third_party_compliance_report_test.go +++ b/e2e/console/third_party_compliance_report_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/third_party_contact_test.go b/e2e/console/third_party_contact_test.go index 55927b5fb..cdebdd598 100644 --- a/e2e/console/third_party_contact_test.go +++ b/e2e/console/third_party_contact_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/third_party_publish_test.go b/e2e/console/third_party_publish_test.go index 459353c1a..59d9f2498 100644 --- a/e2e/console/third_party_publish_test.go +++ b/e2e/console/third_party_publish_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/third_party_relation_test.go b/e2e/console/third_party_relation_test.go index 02d487a4b..5d5004619 100644 --- a/e2e/console/third_party_relation_test.go +++ b/e2e/console/third_party_relation_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/third_party_service_test.go b/e2e/console/third_party_service_test.go index 40ea6b76e..9d3ec1ae8 100644 --- a/e2e/console/third_party_service_test.go +++ b/e2e/console/third_party_service_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/third_party_test.go b/e2e/console/third_party_test.go index 7f1feb1e1..2020a656f 100644 --- a/e2e/console/third_party_test.go +++ b/e2e/console/third_party_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/tia_publish_test.go b/e2e/console/tia_publish_test.go index b9afec2b2..9912853dd 100644 --- a/e2e/console/tia_publish_test.go +++ b/e2e/console/tia_publish_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/tracker_pattern_test.go b/e2e/console/tracker_pattern_test.go index d06b6793e..be65a8322 100644 --- a/e2e/console/tracker_pattern_test.go +++ b/e2e/console/tracker_pattern_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/tracker_resource_test.go b/e2e/console/tracker_resource_test.go index 4937a0d75..b622d082b 100644 --- a/e2e/console/tracker_resource_test.go +++ b/e2e/console/tracker_resource_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/console/user_test.go b/e2e/console/user_test.go index 715a0e4eb..1d45caed4 100644 --- a/e2e/console/user_test.go +++ b/e2e/console/user_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/internal/factory/factory.go b/e2e/internal/factory/factory.go index 352f1da73..aacd6d276 100644 --- a/e2e/internal/factory/factory.go +++ b/e2e/internal/factory/factory.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/internal/testutil/assert.go b/e2e/internal/testutil/assert.go index 25ccbbc73..960173515 100644 --- a/e2e/internal/testutil/assert.go +++ b/e2e/internal/testutil/assert.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/internal/testutil/client.go b/e2e/internal/testutil/client.go index 411c390ff..015908a63 100644 --- a/e2e/internal/testutil/client.go +++ b/e2e/internal/testutil/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/internal/testutil/graphql.go b/e2e/internal/testutil/graphql.go index 521798b53..2360d7aa4 100644 --- a/e2e/internal/testutil/graphql.go +++ b/e2e/internal/testutil/graphql.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/internal/testutil/mailpit.go b/e2e/internal/testutil/mailpit.go index ad8466929..f350cf86f 100644 --- a/e2e/internal/testutil/mailpit.go +++ b/e2e/internal/testutil/mailpit.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/internal/testutil/mcp.go b/e2e/internal/testutil/mcp.go index 355352147..8e19cd27f 100644 --- a/e2e/internal/testutil/mcp.go +++ b/e2e/internal/testutil/mcp.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/internal/testutil/oauth2.go b/e2e/internal/testutil/oauth2.go index 752b7b6cb..ab0f84058 100644 --- a/e2e/internal/testutil/oauth2.go +++ b/e2e/internal/testutil/oauth2.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/internal/testutil/prosemirror.go b/e2e/internal/testutil/prosemirror.go index 38c33064d..d22266941 100644 --- a/e2e/internal/testutil/prosemirror.go +++ b/e2e/internal/testutil/prosemirror.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/internal/testutil/testutil.go b/e2e/internal/testutil/testutil.go index d69c8ec5f..a2ae2ed3e 100644 --- a/e2e/internal/testutil/testutil.go +++ b/e2e/internal/testutil/testutil.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/mcp/asset_test.go b/e2e/mcp/asset_test.go index 55fe8c17c..383192663 100644 --- a/e2e/mcp/asset_test.go +++ b/e2e/mcp/asset_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/mcp/audit_test.go b/e2e/mcp/audit_test.go index d50499c2e..96182827f 100644 --- a/e2e/mcp/audit_test.go +++ b/e2e/mcp/audit_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/mcp/datum_test.go b/e2e/mcp/datum_test.go index d86c19db7..578943432 100644 --- a/e2e/mcp/datum_test.go +++ b/e2e/mcp/datum_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/mcp/document_test.go b/e2e/mcp/document_test.go index f6b237900..5a38d4ff8 100644 --- a/e2e/mcp/document_test.go +++ b/e2e/mcp/document_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/mcp/dpia_tia_test.go b/e2e/mcp/dpia_tia_test.go index 8d077b2ad..e692072f1 100644 --- a/e2e/mcp/dpia_tia_test.go +++ b/e2e/mcp/dpia_tia_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/mcp/finding_test.go b/e2e/mcp/finding_test.go index 2972a1581..6d9db3bc8 100644 --- a/e2e/mcp/finding_test.go +++ b/e2e/mcp/finding_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/mcp/framework_test.go b/e2e/mcp/framework_test.go index a651b4b02..b15c95ea9 100644 --- a/e2e/mcp/framework_test.go +++ b/e2e/mcp/framework_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/mcp/main_test.go b/e2e/mcp/main_test.go index eb978a62b..8dd6eb24a 100644 --- a/e2e/mcp/main_test.go +++ b/e2e/mcp/main_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/mcp/measure_test.go b/e2e/mcp/measure_test.go index 68c05f760..457594175 100644 --- a/e2e/mcp/measure_test.go +++ b/e2e/mcp/measure_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/mcp/obligation_test.go b/e2e/mcp/obligation_test.go index b4b84db25..21976bde5 100644 --- a/e2e/mcp/obligation_test.go +++ b/e2e/mcp/obligation_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/mcp/organization_context_test.go b/e2e/mcp/organization_context_test.go index a415eb25b..4e0eac1a1 100644 --- a/e2e/mcp/organization_context_test.go +++ b/e2e/mcp/organization_context_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/mcp/organization_test.go b/e2e/mcp/organization_test.go index bf3b837d5..9c4ef3e2b 100644 --- a/e2e/mcp/organization_test.go +++ b/e2e/mcp/organization_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/mcp/processing_activity_test.go b/e2e/mcp/processing_activity_test.go index 0b1260612..3f543d843 100644 --- a/e2e/mcp/processing_activity_test.go +++ b/e2e/mcp/processing_activity_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/mcp/rights_request_test.go b/e2e/mcp/rights_request_test.go index 6ec656692..eb6a26e95 100644 --- a/e2e/mcp/rights_request_test.go +++ b/e2e/mcp/rights_request_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/mcp/risk_test.go b/e2e/mcp/risk_test.go index 1fe4686b4..f1bfa694e 100644 --- a/e2e/mcp/risk_test.go +++ b/e2e/mcp/risk_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/mcp/task_test.go b/e2e/mcp/task_test.go index 36338ab52..273287744 100644 --- a/e2e/mcp/task_test.go +++ b/e2e/mcp/task_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/mcp/third_party_contact_test.go b/e2e/mcp/third_party_contact_test.go index d8e766cfb..d1455a50e 100644 --- a/e2e/mcp/third_party_contact_test.go +++ b/e2e/mcp/third_party_contact_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/mcp/third_party_service_test.go b/e2e/mcp/third_party_service_test.go index 77aed8ebf..2daaed464 100644 --- a/e2e/mcp/third_party_service_test.go +++ b/e2e/mcp/third_party_service_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/mcp/third_party_test.go b/e2e/mcp/third_party_test.go index b9fdc841a..2506119ee 100644 --- a/e2e/mcp/third_party_test.go +++ b/e2e/mcp/third_party_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/mcp/trust_center_test.go b/e2e/mcp/trust_center_test.go index 819d36b84..58ff6a224 100644 --- a/e2e/mcp/trust_center_test.go +++ b/e2e/mcp/trust_center_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/e2e/mcp/user_test.go b/e2e/mcp/user_test.go index 68a3fba80..ccdf440ae 100644 --- a/e2e/mcp/user_test.go +++ b/e2e/mcp/user_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/examples/cookie-banner-react/src/lib/posthog.ts b/examples/cookie-banner-react/src/lib/posthog.ts index a11b67fc0..bcbc6e858 100644 --- a/examples/cookie-banner-react/src/lib/posthog.ts +++ b/examples/cookie-banner-react/src/lib/posthog.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/internal/cmd/genmodels/main.go b/internal/cmd/genmodels/main.go index 7d67a4e6a..816446ae6 100644 --- a/internal/cmd/genmodels/main.go +++ b/internal/cmd/genmodels/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above @@ -72,7 +72,7 @@ type ( } ) -const iscHeader = `// Copyright (c) 2026 Probo Inc . +const iscHeader = `// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/internal/test/pg.go b/internal/test/pg.go index ecfecba22..92f45d407 100644 --- a/internal/test/pg.go +++ b/internal/test/pg.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/build.mjs b/packages/cookie-banner/build.mjs index ec8e3ea3f..e99ab1069 100644 --- a/packages/cookie-banner/build.mjs +++ b/packages/cookie-banner/build.mjs @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/package.json b/packages/cookie-banner/package.json index 70dabb40a..d890d7df6 100644 --- a/packages/cookie-banner/package.json +++ b/packages/cookie-banner/package.json @@ -29,7 +29,7 @@ }, "author": { "name": "Probo Inc", - "email": "hello@getprobo.com" + "email": "hello@probo.com" }, "files": [ "dist" diff --git a/packages/cookie-banner/src/activation.ts b/packages/cookie-banner/src/activation.ts index b5e7e03bb..1205391ca 100644 --- a/packages/cookie-banner/src/activation.ts +++ b/packages/cookie-banner/src/activation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/client.ts b/packages/cookie-banner/src/client.ts index 435f46c99..939d05b24 100644 --- a/packages/cookie-banner/src/client.ts +++ b/packages/cookie-banner/src/client.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/components/banner.ts b/packages/cookie-banner/src/components/banner.ts index b44c892c7..d5090a838 100644 --- a/packages/cookie-banner/src/components/banner.ts +++ b/packages/cookie-banner/src/components/banner.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/components/base.ts b/packages/cookie-banner/src/components/base.ts index 3c6f4779d..94256a05f 100644 --- a/packages/cookie-banner/src/components/base.ts +++ b/packages/cookie-banner/src/components/base.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/components/buttons.ts b/packages/cookie-banner/src/components/buttons.ts index a3977643b..f4f4d0564 100644 --- a/packages/cookie-banner/src/components/buttons.ts +++ b/packages/cookie-banner/src/components/buttons.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/components/category-list.ts b/packages/cookie-banner/src/components/category-list.ts index cee13274a..8096dc54f 100644 --- a/packages/cookie-banner/src/components/category-list.ts +++ b/packages/cookie-banner/src/components/category-list.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/components/category-toggle.ts b/packages/cookie-banner/src/components/category-toggle.ts index b37383c8c..242365491 100644 --- a/packages/cookie-banner/src/components/category-toggle.ts +++ b/packages/cookie-banner/src/components/category-toggle.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/components/category.ts b/packages/cookie-banner/src/components/category.ts index 40bb6e5b8..bae0cecf5 100644 --- a/packages/cookie-banner/src/components/category.ts +++ b/packages/cookie-banner/src/components/category.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/components/cookie-banner-root.ts b/packages/cookie-banner/src/components/cookie-banner-root.ts index 37e4dd1f0..c053ba0fe 100644 --- a/packages/cookie-banner/src/components/cookie-banner-root.ts +++ b/packages/cookie-banner/src/components/cookie-banner-root.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/components/cookie-list.ts b/packages/cookie-banner/src/components/cookie-list.ts index 3d79ad834..ed318a04c 100644 --- a/packages/cookie-banner/src/components/cookie-list.ts +++ b/packages/cookie-banner/src/components/cookie-list.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/components/index.ts b/packages/cookie-banner/src/components/index.ts index dbcff1862..73741aa22 100644 --- a/packages/cookie-banner/src/components/index.ts +++ b/packages/cookie-banner/src/components/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/components/preference-panel.ts b/packages/cookie-banner/src/components/preference-panel.ts index 247252189..b77fc8840 100644 --- a/packages/cookie-banner/src/components/preference-panel.ts +++ b/packages/cookie-banner/src/components/preference-panel.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/components/register.ts b/packages/cookie-banner/src/components/register.ts index 545376af7..39f2f60e3 100644 --- a/packages/cookie-banner/src/components/register.ts +++ b/packages/cookie-banner/src/components/register.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/components/settings-button.ts b/packages/cookie-banner/src/components/settings-button.ts index 095acc406..b7ae1cb54 100644 --- a/packages/cookie-banner/src/components/settings-button.ts +++ b/packages/cookie-banner/src/components/settings-button.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/components/settings-link.ts b/packages/cookie-banner/src/components/settings-link.ts index fa7713cc9..3b3fee6cd 100644 --- a/packages/cookie-banner/src/components/settings-link.ts +++ b/packages/cookie-banner/src/components/settings-link.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/consent.ts b/packages/cookie-banner/src/consent.ts index 9e7b75849..5cda447ba 100644 --- a/packages/cookie-banner/src/consent.ts +++ b/packages/cookie-banner/src/consent.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/cookie-utils.ts b/packages/cookie-banner/src/cookie-utils.ts index 9bab3e496..de94a09eb 100644 --- a/packages/cookie-banner/src/cookie-utils.ts +++ b/packages/cookie-banner/src/cookie-utils.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/cookie.ts b/packages/cookie-banner/src/cookie.ts index 76d66bc89..f6aef1829 100644 --- a/packages/cookie-banner/src/cookie.ts +++ b/packages/cookie-banner/src/cookie.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/detectors/cookie-detector.ts b/packages/cookie-banner/src/detectors/cookie-detector.ts index 17247b212..1f433f5af 100644 --- a/packages/cookie-banner/src/detectors/cookie-detector.ts +++ b/packages/cookie-banner/src/detectors/cookie-detector.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/detectors/detector.ts b/packages/cookie-banner/src/detectors/detector.ts index 9533b1357..a6be36dcf 100644 --- a/packages/cookie-banner/src/detectors/detector.ts +++ b/packages/cookie-banner/src/detectors/detector.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/detectors/extension-context.ts b/packages/cookie-banner/src/detectors/extension-context.ts index 6338f11db..746c2a23a 100644 --- a/packages/cookie-banner/src/detectors/extension-context.ts +++ b/packages/cookie-banner/src/detectors/extension-context.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/detectors/index.ts b/packages/cookie-banner/src/detectors/index.ts index 3a6845a4c..1f68fb7cf 100644 --- a/packages/cookie-banner/src/detectors/index.ts +++ b/packages/cookie-banner/src/detectors/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/detectors/initiator.ts b/packages/cookie-banner/src/detectors/initiator.ts index e8a454b00..fe3eb21d3 100644 --- a/packages/cookie-banner/src/detectors/initiator.ts +++ b/packages/cookie-banner/src/detectors/initiator.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/detectors/report-queue.ts b/packages/cookie-banner/src/detectors/report-queue.ts index cc5ad760e..20bd5bcb8 100644 --- a/packages/cookie-banner/src/detectors/report-queue.ts +++ b/packages/cookie-banner/src/detectors/report-queue.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/detectors/resource-detector.ts b/packages/cookie-banner/src/detectors/resource-detector.ts index 521cf8d0f..848a8719c 100644 --- a/packages/cookie-banner/src/detectors/resource-detector.ts +++ b/packages/cookie-banner/src/detectors/resource-detector.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/detectors/storage-detector.ts b/packages/cookie-banner/src/detectors/storage-detector.ts index afc44f6ff..8116eb760 100644 --- a/packages/cookie-banner/src/detectors/storage-detector.ts +++ b/packages/cookie-banner/src/detectors/storage-detector.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/detectors/types.ts b/packages/cookie-banner/src/detectors/types.ts index 7cc548eeb..5f32d795d 100644 --- a/packages/cookie-banner/src/detectors/types.ts +++ b/packages/cookie-banner/src/detectors/types.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/errors.ts b/packages/cookie-banner/src/errors.ts index b5a117b3e..2fc423ca1 100644 --- a/packages/cookie-banner/src/errors.ts +++ b/packages/cookie-banner/src/errors.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/globals.d.ts b/packages/cookie-banner/src/globals.d.ts index aefed31ce..da0d5ba2a 100644 --- a/packages/cookie-banner/src/globals.d.ts +++ b/packages/cookie-banner/src/globals.d.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/headless/index.ts b/packages/cookie-banner/src/headless/index.ts index 031422ea7..5358844bd 100644 --- a/packages/cookie-banner/src/headless/index.ts +++ b/packages/cookie-banner/src/headless/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/html.ts b/packages/cookie-banner/src/html.ts index 6be7c72c7..e98c94595 100644 --- a/packages/cookie-banner/src/html.ts +++ b/packages/cookie-banner/src/html.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/http.ts b/packages/cookie-banner/src/http.ts index 8cf8c74ed..9c38f65a2 100644 --- a/packages/cookie-banner/src/http.ts +++ b/packages/cookie-banner/src/http.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/i18n.ts b/packages/cookie-banner/src/i18n.ts index f19ff9b94..584d5a9ba 100644 --- a/packages/cookie-banner/src/i18n.ts +++ b/packages/cookie-banner/src/i18n.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/index.ts b/packages/cookie-banner/src/index.ts index 8be1e7bb5..10cc8aad3 100644 --- a/packages/cookie-banner/src/index.ts +++ b/packages/cookie-banner/src/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/integrations/gcm.ts b/packages/cookie-banner/src/integrations/gcm.ts index cec93d8f1..81f0b3d23 100644 --- a/packages/cookie-banner/src/integrations/gcm.ts +++ b/packages/cookie-banner/src/integrations/gcm.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/integrations/index.ts b/packages/cookie-banner/src/integrations/index.ts index 2c4b1ac60..a99634d81 100644 --- a/packages/cookie-banner/src/integrations/index.ts +++ b/packages/cookie-banner/src/integrations/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/integrations/integration.ts b/packages/cookie-banner/src/integrations/integration.ts index 1d73469a6..a27cc17cc 100644 --- a/packages/cookie-banner/src/integrations/integration.ts +++ b/packages/cookie-banner/src/integrations/integration.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/queue.ts b/packages/cookie-banner/src/queue.ts index 9259c05bf..8d6ac148a 100644 --- a/packages/cookie-banner/src/queue.ts +++ b/packages/cookie-banner/src/queue.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/themed-banner/iife.ts b/packages/cookie-banner/src/themed-banner/iife.ts index ea7403e85..0c61c234c 100644 --- a/packages/cookie-banner/src/themed-banner/iife.ts +++ b/packages/cookie-banner/src/themed-banner/iife.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/themed-banner/index.ts b/packages/cookie-banner/src/themed-banner/index.ts index 10ed060c3..7b65d9fde 100644 --- a/packages/cookie-banner/src/themed-banner/index.ts +++ b/packages/cookie-banner/src/themed-banner/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/themed-banner/styles.ts b/packages/cookie-banner/src/themed-banner/styles.ts index 5b951b524..a1ff907a8 100644 --- a/packages/cookie-banner/src/themed-banner/styles.ts +++ b/packages/cookie-banner/src/themed-banner/styles.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/themed-banner/themed-banner.ts b/packages/cookie-banner/src/themed-banner/themed-banner.ts index 1d5e36347..999922512 100644 --- a/packages/cookie-banner/src/themed-banner/themed-banner.ts +++ b/packages/cookie-banner/src/themed-banner/themed-banner.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/types.ts b/packages/cookie-banner/src/types.ts index d9a3888da..f6e1e89b2 100644 --- a/packages/cookie-banner/src/types.ts +++ b/packages/cookie-banner/src/types.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/cookie-banner/src/visitor.ts b/packages/cookie-banner/src/visitor.ts index ddc75e2a1..5f71642f5 100644 --- a/packages/cookie-banner/src/visitor.ts +++ b/packages/cookie-banner/src/visitor.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/coredata/src/TrustCenterDocumentAccess.ts b/packages/coredata/src/TrustCenterDocumentAccess.ts index a2c931c43..c3224f7d9 100644 --- a/packages/coredata/src/TrustCenterDocumentAccess.ts +++ b/packages/coredata/src/TrustCenterDocumentAccess.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/coredata/src/index.ts b/packages/coredata/src/index.ts index 782b2f16e..d5b69d7dd 100644 --- a/packages/coredata/src/index.ts +++ b/packages/coredata/src/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/emails/emails.go b/packages/emails/emails.go index 29db869f8..75ff8139a 100644 --- a/packages/emails/emails.go +++ b/packages/emails/emails.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/emails/scripts/build.ts b/packages/emails/scripts/build.ts index 80ac04ba9..377cd598a 100644 --- a/packages/emails/scripts/build.ts +++ b/packages/emails/scripts/build.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/emails/src/ConfirmEmail.tsx b/packages/emails/src/ConfirmEmail.tsx index 1e273988b..4b04b9b35 100644 --- a/packages/emails/src/ConfirmEmail.tsx +++ b/packages/emails/src/ConfirmEmail.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/emails/src/DocumentApproval.tsx b/packages/emails/src/DocumentApproval.tsx index e7e3f1c4f..1feaedf4e 100644 --- a/packages/emails/src/DocumentApproval.tsx +++ b/packages/emails/src/DocumentApproval.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/emails/src/DocumentExport.tsx b/packages/emails/src/DocumentExport.tsx index b3372228a..a6f35bbf0 100644 --- a/packages/emails/src/DocumentExport.tsx +++ b/packages/emails/src/DocumentExport.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/emails/src/DocumentSigning.tsx b/packages/emails/src/DocumentSigning.tsx index 243dd2724..5a9b9b23a 100644 --- a/packages/emails/src/DocumentSigning.tsx +++ b/packages/emails/src/DocumentSigning.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/emails/src/ElectronicSignatureCertificate.tsx b/packages/emails/src/ElectronicSignatureCertificate.tsx index 763d995d6..6c7a63dc3 100644 --- a/packages/emails/src/ElectronicSignatureCertificate.tsx +++ b/packages/emails/src/ElectronicSignatureCertificate.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/emails/src/FrameworkExport.tsx b/packages/emails/src/FrameworkExport.tsx index f40327769..ed479267e 100644 --- a/packages/emails/src/FrameworkExport.tsx +++ b/packages/emails/src/FrameworkExport.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/emails/src/Invitation.tsx b/packages/emails/src/Invitation.tsx index 689b3100b..4200e5706 100644 --- a/packages/emails/src/Invitation.tsx +++ b/packages/emails/src/Invitation.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/emails/src/MagicLink.tsx b/packages/emails/src/MagicLink.tsx index 758cbba45..871aa41d3 100644 --- a/packages/emails/src/MagicLink.tsx +++ b/packages/emails/src/MagicLink.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/emails/src/MailingListSubscription.tsx b/packages/emails/src/MailingListSubscription.tsx index 4fcb9b626..f98dfd11e 100644 --- a/packages/emails/src/MailingListSubscription.tsx +++ b/packages/emails/src/MailingListSubscription.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/emails/src/MailingListUnsubscription.tsx b/packages/emails/src/MailingListUnsubscription.tsx index b4f984c18..46baa73c6 100644 --- a/packages/emails/src/MailingListUnsubscription.tsx +++ b/packages/emails/src/MailingListUnsubscription.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/emails/src/MailingListUpdates.tsx b/packages/emails/src/MailingListUpdates.tsx index abc352339..edeca072e 100644 --- a/packages/emails/src/MailingListUpdates.tsx +++ b/packages/emails/src/MailingListUpdates.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/emails/src/PasswordReset.tsx b/packages/emails/src/PasswordReset.tsx index d38678bc1..34cff30a1 100644 --- a/packages/emails/src/PasswordReset.tsx +++ b/packages/emails/src/PasswordReset.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/emails/src/TrustCenterAccess.tsx b/packages/emails/src/TrustCenterAccess.tsx index 4840e73ab..99827171f 100644 --- a/packages/emails/src/TrustCenterAccess.tsx +++ b/packages/emails/src/TrustCenterAccess.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/emails/src/TrustCenterDocumentAccessRejected.tsx b/packages/emails/src/TrustCenterDocumentAccessRejected.tsx index 9bb335a4d..26a4e7f57 100644 --- a/packages/emails/src/TrustCenterDocumentAccessRejected.tsx +++ b/packages/emails/src/TrustCenterDocumentAccessRejected.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/emails/src/components/EmailLayout.tsx b/packages/emails/src/components/EmailLayout.tsx index 783576712..77b03f616 100644 --- a/packages/emails/src/components/EmailLayout.tsx +++ b/packages/emails/src/components/EmailLayout.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/emails/src/components/Logo.tsx b/packages/emails/src/components/Logo.tsx index 3c1aa59c7..4c4a729d9 100644 --- a/packages/emails/src/components/Logo.tsx +++ b/packages/emails/src/components/Logo.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/emails/src/components/ProboLogo.tsx b/packages/emails/src/components/ProboLogo.tsx index ad7c7c02f..37976265d 100644 --- a/packages/emails/src/components/ProboLogo.tsx +++ b/packages/emails/src/components/ProboLogo.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/eslint-config/src/baseConfigs.ts b/packages/eslint-config/src/baseConfigs.ts index 4126faaf4..6c631c0f4 100644 --- a/packages/eslint-config/src/baseConfigs.ts +++ b/packages/eslint-config/src/baseConfigs.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/eslint-config/src/importsConfigs.ts b/packages/eslint-config/src/importsConfigs.ts index e31c9dfa7..663f99d8a 100644 --- a/packages/eslint-config/src/importsConfigs.ts +++ b/packages/eslint-config/src/importsConfigs.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/eslint-config/src/index.ts b/packages/eslint-config/src/index.ts index e0bdd5dac..cefb38cb0 100644 --- a/packages/eslint-config/src/index.ts +++ b/packages/eslint-config/src/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/eslint-config/src/languageOptionsConfigs.ts b/packages/eslint-config/src/languageOptionsConfigs.ts index d1f4ee3f2..a6603c98e 100644 --- a/packages/eslint-config/src/languageOptionsConfigs.ts +++ b/packages/eslint-config/src/languageOptionsConfigs.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/eslint-config/src/reactConfigs.ts b/packages/eslint-config/src/reactConfigs.ts index 031cce0d1..6223ea4c8 100644 --- a/packages/eslint-config/src/reactConfigs.ts +++ b/packages/eslint-config/src/reactConfigs.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/eslint-config/src/relayConfigs.ts b/packages/eslint-config/src/relayConfigs.ts index bb8a33f9c..9442b3e8f 100644 --- a/packages/eslint-config/src/relayConfigs.ts +++ b/packages/eslint-config/src/relayConfigs.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/eslint-config/src/stylisticConfigs.ts b/packages/eslint-config/src/stylisticConfigs.ts index c60c9a982..c316d1225 100644 --- a/packages/eslint-config/src/stylisticConfigs.ts +++ b/packages/eslint-config/src/stylisticConfigs.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/eslint-config/src/tsConfigs.ts b/packages/eslint-config/src/tsConfigs.ts index 9059c5ce5..b915400bf 100644 --- a/packages/eslint-config/src/tsConfigs.ts +++ b/packages/eslint-config/src/tsConfigs.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/eslint-relay-plugin-types/index.d.ts b/packages/eslint-relay-plugin-types/index.d.ts index 3ecad2e91..0720b0c20 100644 --- a/packages/eslint-relay-plugin-types/index.d.ts +++ b/packages/eslint-relay-plugin-types/index.d.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/helpers/src/array.test.ts b/packages/helpers/src/array.test.ts index 9e837df94..e9f4f0b74 100644 --- a/packages/helpers/src/array.test.ts +++ b/packages/helpers/src/array.test.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/helpers/src/array.ts b/packages/helpers/src/array.ts index afbd05dec..2d1ffceb6 100644 --- a/packages/helpers/src/array.ts +++ b/packages/helpers/src/array.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/helpers/src/assets.ts b/packages/helpers/src/assets.ts index ac6b6779b..59b26e522 100644 --- a/packages/helpers/src/assets.ts +++ b/packages/helpers/src/assets.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/helpers/src/audits.ts b/packages/helpers/src/audits.ts index 36e5c26c9..72b0604c5 100644 --- a/packages/helpers/src/audits.ts +++ b/packages/helpers/src/audits.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/helpers/src/certifications.ts b/packages/helpers/src/certifications.ts index 76b887370..7a3821afc 100644 --- a/packages/helpers/src/certifications.ts +++ b/packages/helpers/src/certifications.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/helpers/src/controls.ts b/packages/helpers/src/controls.ts index ccb8ffcab..805adaf04 100644 --- a/packages/helpers/src/controls.ts +++ b/packages/helpers/src/controls.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/helpers/src/countries.ts b/packages/helpers/src/countries.ts index e36ea4e3d..33413f9dd 100644 --- a/packages/helpers/src/countries.ts +++ b/packages/helpers/src/countries.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/helpers/src/customDomain.ts b/packages/helpers/src/customDomain.ts index 8dae03a8e..97608c184 100644 --- a/packages/helpers/src/customDomain.ts +++ b/packages/helpers/src/customDomain.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/helpers/src/date.ts b/packages/helpers/src/date.ts index a511a6a4f..4b0af7438 100644 --- a/packages/helpers/src/date.ts +++ b/packages/helpers/src/date.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/helpers/src/documents.ts b/packages/helpers/src/documents.ts index ea56e9962..69ac6b325 100644 --- a/packages/helpers/src/documents.ts +++ b/packages/helpers/src/documents.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/helpers/src/dom.ts b/packages/helpers/src/dom.ts index bb5dbf6ef..36191bbd2 100644 --- a/packages/helpers/src/dom.ts +++ b/packages/helpers/src/dom.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/helpers/src/duration.ts b/packages/helpers/src/duration.ts index 24ae14b29..f8d5cf229 100644 --- a/packages/helpers/src/duration.ts +++ b/packages/helpers/src/duration.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/helpers/src/error.ts b/packages/helpers/src/error.ts index 609b332f3..79cc04c2a 100644 --- a/packages/helpers/src/error.ts +++ b/packages/helpers/src/error.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/helpers/src/file.test.ts b/packages/helpers/src/file.test.ts index e38132a82..5edd6c62d 100644 --- a/packages/helpers/src/file.test.ts +++ b/packages/helpers/src/file.test.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/helpers/src/file.ts b/packages/helpers/src/file.ts index 00ebd9b5e..51ce7ed85 100644 --- a/packages/helpers/src/file.ts +++ b/packages/helpers/src/file.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/helpers/src/fileAccept.ts b/packages/helpers/src/fileAccept.ts index 5fc7ad420..6877b6cc9 100644 --- a/packages/helpers/src/fileAccept.ts +++ b/packages/helpers/src/fileAccept.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/helpers/src/index.ts b/packages/helpers/src/index.ts index 14dff2cc7..96d3edfeb 100644 --- a/packages/helpers/src/index.ts +++ b/packages/helpers/src/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/helpers/src/measure.ts b/packages/helpers/src/measure.ts index f9ac93443..d5911e8d3 100644 --- a/packages/helpers/src/measure.ts +++ b/packages/helpers/src/measure.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/helpers/src/number.ts b/packages/helpers/src/number.ts index 94b8e908f..c999d53b5 100644 --- a/packages/helpers/src/number.ts +++ b/packages/helpers/src/number.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/helpers/src/object.ts b/packages/helpers/src/object.ts index 02b8626d5..2a1bc6c41 100644 --- a/packages/helpers/src/object.ts +++ b/packages/helpers/src/object.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/helpers/src/obligationStatus.ts b/packages/helpers/src/obligationStatus.ts index 0af907fa2..84f36f2e5 100644 --- a/packages/helpers/src/obligationStatus.ts +++ b/packages/helpers/src/obligationStatus.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/helpers/src/obligationType.ts b/packages/helpers/src/obligationType.ts index 706377c62..1bf4b0cc4 100644 --- a/packages/helpers/src/obligationType.ts +++ b/packages/helpers/src/obligationType.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/helpers/src/people.ts b/packages/helpers/src/people.ts index f67f75048..296237513 100644 --- a/packages/helpers/src/people.ts +++ b/packages/helpers/src/people.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/helpers/src/registryStatus.ts b/packages/helpers/src/registryStatus.ts index 50468fb5e..4856da79e 100644 --- a/packages/helpers/src/registryStatus.ts +++ b/packages/helpers/src/registryStatus.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/helpers/src/relay.ts b/packages/helpers/src/relay.ts index 7bbe4cb5c..afd996fda 100644 --- a/packages/helpers/src/relay.ts +++ b/packages/helpers/src/relay.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/helpers/src/rightsRequest.ts b/packages/helpers/src/rightsRequest.ts index 219e3b798..e09e0d460 100644 --- a/packages/helpers/src/rightsRequest.ts +++ b/packages/helpers/src/rightsRequest.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/helpers/src/risk.ts b/packages/helpers/src/risk.ts index 45cccf5a4..ddfd83487 100644 --- a/packages/helpers/src/risk.ts +++ b/packages/helpers/src/risk.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/helpers/src/roles.ts b/packages/helpers/src/roles.ts index 1b286f21e..10159538a 100644 --- a/packages/helpers/src/roles.ts +++ b/packages/helpers/src/roles.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/helpers/src/socialUrl.ts b/packages/helpers/src/socialUrl.ts index 63bfac3f9..d7da407c0 100644 --- a/packages/helpers/src/socialUrl.ts +++ b/packages/helpers/src/socialUrl.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/helpers/src/string.test.ts b/packages/helpers/src/string.test.ts index 6dc218c75..b7d0ab12d 100644 --- a/packages/helpers/src/string.test.ts +++ b/packages/helpers/src/string.test.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/helpers/src/string.ts b/packages/helpers/src/string.ts index 9b89bf0bd..aedf77d42 100644 --- a/packages/helpers/src/string.ts +++ b/packages/helpers/src/string.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/helpers/src/tracker.ts b/packages/helpers/src/tracker.ts index a3d4e8b3d..d37e699b5 100644 --- a/packages/helpers/src/tracker.ts +++ b/packages/helpers/src/tracker.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/helpers/src/trustCenter.ts b/packages/helpers/src/trustCenter.ts index a357e9d87..7dce31e89 100644 --- a/packages/helpers/src/trustCenter.ts +++ b/packages/helpers/src/trustCenter.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/helpers/src/trustCenterDocumentAccess.ts b/packages/helpers/src/trustCenterDocumentAccess.ts index 4709cc086..ee382967f 100644 --- a/packages/helpers/src/trustCenterDocumentAccess.ts +++ b/packages/helpers/src/trustCenterDocumentAccess.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/helpers/src/trustCenterVisibility.ts b/packages/helpers/src/trustCenterVisibility.ts index fc0114966..7c3ef0cb5 100644 --- a/packages/helpers/src/trustCenterVisibility.ts +++ b/packages/helpers/src/trustCenterVisibility.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/hooks/src/index.ts b/packages/hooks/src/index.ts index acdccd3f7..9244e0c23 100644 --- a/packages/hooks/src/index.ts +++ b/packages/hooks/src/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/hooks/src/useCleanup.ts b/packages/hooks/src/useCleanup.ts index 87f365a21..9f1fd962b 100644 --- a/packages/hooks/src/useCleanup.ts +++ b/packages/hooks/src/useCleanup.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/hooks/src/useCopy.ts b/packages/hooks/src/useCopy.ts index e03463400..e6177163f 100644 --- a/packages/hooks/src/useCopy.ts +++ b/packages/hooks/src/useCopy.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/hooks/src/useFavicon.ts b/packages/hooks/src/useFavicon.ts index e81748804..3666ab333 100644 --- a/packages/hooks/src/useFavicon.ts +++ b/packages/hooks/src/useFavicon.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/hooks/src/useList.ts b/packages/hooks/src/useList.ts index d8a5ae45e..6eccd07e9 100644 --- a/packages/hooks/src/useList.ts +++ b/packages/hooks/src/useList.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/hooks/src/usePageTitle.ts b/packages/hooks/src/usePageTitle.ts index 4f70392df..ff951e014 100644 --- a/packages/hooks/src/usePageTitle.ts +++ b/packages/hooks/src/usePageTitle.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/hooks/src/useRefSync.ts b/packages/hooks/src/useRefSync.ts index 8c4cde16c..a97136c9d 100644 --- a/packages/hooks/src/useRefSync.ts +++ b/packages/hooks/src/useRefSync.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/hooks/src/useStateWithRef.ts b/packages/hooks/src/useStateWithRef.ts index 984221836..5180bb47a 100644 --- a/packages/hooks/src/useStateWithRef.ts +++ b/packages/hooks/src/useStateWithRef.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/hooks/src/useSystemTheme.ts b/packages/hooks/src/useSystemTheme.ts index 6767ea2bf..4f9146ab9 100644 --- a/packages/hooks/src/useSystemTheme.ts +++ b/packages/hooks/src/useSystemTheme.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/hooks/src/useToggle.ts b/packages/hooks/src/useToggle.ts index 198de52bf..4eadaa6f8 100644 --- a/packages/hooks/src/useToggle.ts +++ b/packages/hooks/src/useToggle.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/i18n/TranslatorProvider.tsx b/packages/i18n/TranslatorProvider.tsx index 679206527..cfed026f3 100644 --- a/packages/i18n/TranslatorProvider.tsx +++ b/packages/i18n/TranslatorProvider.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/credentials/ProboApi.credentials.ts b/packages/n8n-node/credentials/ProboApi.credentials.ts index 8be75256a..40848aef9 100644 --- a/packages/n8n-node/credentials/ProboApi.credentials.ts +++ b/packages/n8n-node/credentials/ProboApi.credentials.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/GenericFunctions.ts b/packages/n8n-node/nodes/Probo/GenericFunctions.ts index 5dbe17e94..bf83e15dc 100644 --- a/packages/n8n-node/nodes/Probo/GenericFunctions.ts +++ b/packages/n8n-node/nodes/Probo/GenericFunctions.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/Probo.node.ts b/packages/n8n-node/nodes/Probo/Probo.node.ts index 0b3df7cc8..b447aa10d 100644 --- a/packages/n8n-node/nodes/Probo/Probo.node.ts +++ b/packages/n8n-node/nodes/Probo/Probo.node.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/accessReview/cancel.operation.ts b/packages/n8n-node/nodes/Probo/actions/accessReview/cancel.operation.ts index 0e28e2bc5..4ee6beccf 100644 --- a/packages/n8n-node/nodes/Probo/actions/accessReview/cancel.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/accessReview/cancel.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/accessReview/close.operation.ts b/packages/n8n-node/nodes/Probo/actions/accessReview/close.operation.ts index ee55077e2..01ed035a3 100644 --- a/packages/n8n-node/nodes/Probo/actions/accessReview/close.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/accessReview/close.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/accessReview/create.operation.ts b/packages/n8n-node/nodes/Probo/actions/accessReview/create.operation.ts index 876a39867..ab096f54b 100644 --- a/packages/n8n-node/nodes/Probo/actions/accessReview/create.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/accessReview/create.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/accessReview/delete.operation.ts b/packages/n8n-node/nodes/Probo/actions/accessReview/delete.operation.ts index efb0fb883..d4ad4c664 100644 --- a/packages/n8n-node/nodes/Probo/actions/accessReview/delete.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/accessReview/delete.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/accessReview/get.operation.ts b/packages/n8n-node/nodes/Probo/actions/accessReview/get.operation.ts index fa2cde2d7..fafda9912 100644 --- a/packages/n8n-node/nodes/Probo/actions/accessReview/get.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/accessReview/get.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/accessReview/getAll.operation.ts b/packages/n8n-node/nodes/Probo/actions/accessReview/getAll.operation.ts index 43ed5a321..4a651fca2 100644 --- a/packages/n8n-node/nodes/Probo/actions/accessReview/getAll.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/accessReview/getAll.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/accessReview/index.ts b/packages/n8n-node/nodes/Probo/actions/accessReview/index.ts index 43709997a..6d4fdbb5f 100644 --- a/packages/n8n-node/nodes/Probo/actions/accessReview/index.ts +++ b/packages/n8n-node/nodes/Probo/actions/accessReview/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/accessReview/start.operation.ts b/packages/n8n-node/nodes/Probo/actions/accessReview/start.operation.ts index c980df682..8342bbf63 100644 --- a/packages/n8n-node/nodes/Probo/actions/accessReview/start.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/accessReview/start.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/accessReview/update.operation.ts b/packages/n8n-node/nodes/Probo/actions/accessReview/update.operation.ts index 54fc52ad0..b087449f4 100644 --- a/packages/n8n-node/nodes/Probo/actions/accessReview/update.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/accessReview/update.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/asset/create.operation.ts b/packages/n8n-node/nodes/Probo/actions/asset/create.operation.ts index 5e8c47051..e0d113e0f 100644 --- a/packages/n8n-node/nodes/Probo/actions/asset/create.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/asset/create.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/asset/delete.operation.ts b/packages/n8n-node/nodes/Probo/actions/asset/delete.operation.ts index e166dc45d..322dd5717 100644 --- a/packages/n8n-node/nodes/Probo/actions/asset/delete.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/asset/delete.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/asset/get.operation.ts b/packages/n8n-node/nodes/Probo/actions/asset/get.operation.ts index e370d9d23..2f700bd45 100644 --- a/packages/n8n-node/nodes/Probo/actions/asset/get.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/asset/get.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/asset/getAll.operation.ts b/packages/n8n-node/nodes/Probo/actions/asset/getAll.operation.ts index 80b133bfc..ca115344b 100644 --- a/packages/n8n-node/nodes/Probo/actions/asset/getAll.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/asset/getAll.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/asset/index.ts b/packages/n8n-node/nodes/Probo/actions/asset/index.ts index 4ef5c77d5..886db93a9 100644 --- a/packages/n8n-node/nodes/Probo/actions/asset/index.ts +++ b/packages/n8n-node/nodes/Probo/actions/asset/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/asset/publish.operation.ts b/packages/n8n-node/nodes/Probo/actions/asset/publish.operation.ts index ee8a553c1..49e7b6cdd 100644 --- a/packages/n8n-node/nodes/Probo/actions/asset/publish.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/asset/publish.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/asset/update.operation.ts b/packages/n8n-node/nodes/Probo/actions/asset/update.operation.ts index 400d9a9ef..335fe977e 100644 --- a/packages/n8n-node/nodes/Probo/actions/asset/update.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/asset/update.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/audit/create.operation.ts b/packages/n8n-node/nodes/Probo/actions/audit/create.operation.ts index d27cbef0b..10ef28ec7 100644 --- a/packages/n8n-node/nodes/Probo/actions/audit/create.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/audit/create.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/audit/delete.operation.ts b/packages/n8n-node/nodes/Probo/actions/audit/delete.operation.ts index 624678a2c..c326c60a7 100644 --- a/packages/n8n-node/nodes/Probo/actions/audit/delete.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/audit/delete.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/audit/deleteReport.operation.ts b/packages/n8n-node/nodes/Probo/actions/audit/deleteReport.operation.ts index f8bdc718c..1f44b3000 100644 --- a/packages/n8n-node/nodes/Probo/actions/audit/deleteReport.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/audit/deleteReport.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/audit/get.operation.ts b/packages/n8n-node/nodes/Probo/actions/audit/get.operation.ts index a40589472..085b29518 100644 --- a/packages/n8n-node/nodes/Probo/actions/audit/get.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/audit/get.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/audit/getAll.operation.ts b/packages/n8n-node/nodes/Probo/actions/audit/getAll.operation.ts index 0fae90949..dd247ee55 100644 --- a/packages/n8n-node/nodes/Probo/actions/audit/getAll.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/audit/getAll.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/audit/index.ts b/packages/n8n-node/nodes/Probo/actions/audit/index.ts index d7ad53ff2..25fa6fa95 100644 --- a/packages/n8n-node/nodes/Probo/actions/audit/index.ts +++ b/packages/n8n-node/nodes/Probo/actions/audit/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/audit/update.operation.ts b/packages/n8n-node/nodes/Probo/actions/audit/update.operation.ts index 823268f8c..f9e40d4f0 100644 --- a/packages/n8n-node/nodes/Probo/actions/audit/update.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/audit/update.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/audit/uploadReport.operation.ts b/packages/n8n-node/nodes/Probo/actions/audit/uploadReport.operation.ts index 1ae156323..29e18a6f8 100644 --- a/packages/n8n-node/nodes/Probo/actions/audit/uploadReport.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/audit/uploadReport.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/auditLog/get.operation.ts b/packages/n8n-node/nodes/Probo/actions/auditLog/get.operation.ts index 8ccf9d060..5a6f91566 100644 --- a/packages/n8n-node/nodes/Probo/actions/auditLog/get.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/auditLog/get.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/auditLog/getAll.operation.ts b/packages/n8n-node/nodes/Probo/actions/auditLog/getAll.operation.ts index 00817086b..a4e0b95f7 100644 --- a/packages/n8n-node/nodes/Probo/actions/auditLog/getAll.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/auditLog/getAll.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/auditLog/index.ts b/packages/n8n-node/nodes/Probo/actions/auditLog/index.ts index 8a9d50d1f..1cec1baf5 100644 --- a/packages/n8n-node/nodes/Probo/actions/auditLog/index.ts +++ b/packages/n8n-node/nodes/Probo/actions/auditLog/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/control/create.operation.ts b/packages/n8n-node/nodes/Probo/actions/control/create.operation.ts index e559bc12f..efe1aaa87 100644 --- a/packages/n8n-node/nodes/Probo/actions/control/create.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/control/create.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/control/delete.operation.ts b/packages/n8n-node/nodes/Probo/actions/control/delete.operation.ts index 82215911a..02089ef46 100644 --- a/packages/n8n-node/nodes/Probo/actions/control/delete.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/control/delete.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/control/get.operation.ts b/packages/n8n-node/nodes/Probo/actions/control/get.operation.ts index 9c9333ae6..52056ab88 100644 --- a/packages/n8n-node/nodes/Probo/actions/control/get.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/control/get.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/control/getAll.operation.ts b/packages/n8n-node/nodes/Probo/actions/control/getAll.operation.ts index 7b58db854..6e6ad15b1 100644 --- a/packages/n8n-node/nodes/Probo/actions/control/getAll.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/control/getAll.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/control/index.ts b/packages/n8n-node/nodes/Probo/actions/control/index.ts index fb9ce791d..3705ab882 100644 --- a/packages/n8n-node/nodes/Probo/actions/control/index.ts +++ b/packages/n8n-node/nodes/Probo/actions/control/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/control/linkAudit.operation.ts b/packages/n8n-node/nodes/Probo/actions/control/linkAudit.operation.ts index 9f8003535..536e74750 100644 --- a/packages/n8n-node/nodes/Probo/actions/control/linkAudit.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/control/linkAudit.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/control/linkDocument.operation.ts b/packages/n8n-node/nodes/Probo/actions/control/linkDocument.operation.ts index 2e8ec45da..fe64c8421 100644 --- a/packages/n8n-node/nodes/Probo/actions/control/linkDocument.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/control/linkDocument.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/control/linkMeasure.operation.ts b/packages/n8n-node/nodes/Probo/actions/control/linkMeasure.operation.ts index fa02822b2..9bfab2bee 100644 --- a/packages/n8n-node/nodes/Probo/actions/control/linkMeasure.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/control/linkMeasure.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/control/linkObligation.operation.ts b/packages/n8n-node/nodes/Probo/actions/control/linkObligation.operation.ts index 9203581d5..a6ac26924 100644 --- a/packages/n8n-node/nodes/Probo/actions/control/linkObligation.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/control/linkObligation.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/control/unlinkAudit.operation.ts b/packages/n8n-node/nodes/Probo/actions/control/unlinkAudit.operation.ts index b98e91979..10aa27774 100644 --- a/packages/n8n-node/nodes/Probo/actions/control/unlinkAudit.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/control/unlinkAudit.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/control/unlinkDocument.operation.ts b/packages/n8n-node/nodes/Probo/actions/control/unlinkDocument.operation.ts index 59dda1eac..62b6ac4da 100644 --- a/packages/n8n-node/nodes/Probo/actions/control/unlinkDocument.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/control/unlinkDocument.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/control/unlinkMeasure.operation.ts b/packages/n8n-node/nodes/Probo/actions/control/unlinkMeasure.operation.ts index b9bc1ce98..00605f833 100644 --- a/packages/n8n-node/nodes/Probo/actions/control/unlinkMeasure.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/control/unlinkMeasure.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/control/unlinkObligation.operation.ts b/packages/n8n-node/nodes/Probo/actions/control/unlinkObligation.operation.ts index a424a03e8..0e3ae2d61 100644 --- a/packages/n8n-node/nodes/Probo/actions/control/unlinkObligation.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/control/unlinkObligation.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/control/update.operation.ts b/packages/n8n-node/nodes/Probo/actions/control/update.operation.ts index 597344ed9..100cbe348 100644 --- a/packages/n8n-node/nodes/Probo/actions/control/update.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/control/update.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/cookieBanner/activate.operation.ts b/packages/n8n-node/nodes/Probo/actions/cookieBanner/activate.operation.ts index 57c1e8631..8c5fe67ff 100644 --- a/packages/n8n-node/nodes/Probo/actions/cookieBanner/activate.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/cookieBanner/activate.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/cookieBanner/create.operation.ts b/packages/n8n-node/nodes/Probo/actions/cookieBanner/create.operation.ts index 4b49b28b1..67d1f58d3 100644 --- a/packages/n8n-node/nodes/Probo/actions/cookieBanner/create.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/cookieBanner/create.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/cookieBanner/deactivate.operation.ts b/packages/n8n-node/nodes/Probo/actions/cookieBanner/deactivate.operation.ts index e6d4d0993..9770be222 100644 --- a/packages/n8n-node/nodes/Probo/actions/cookieBanner/deactivate.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/cookieBanner/deactivate.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/cookieBanner/delete.operation.ts b/packages/n8n-node/nodes/Probo/actions/cookieBanner/delete.operation.ts index 7cbc23ddb..9f05668a8 100644 --- a/packages/n8n-node/nodes/Probo/actions/cookieBanner/delete.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/cookieBanner/delete.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/cookieBanner/get.operation.ts b/packages/n8n-node/nodes/Probo/actions/cookieBanner/get.operation.ts index df5a5cf82..92961113b 100644 --- a/packages/n8n-node/nodes/Probo/actions/cookieBanner/get.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/cookieBanner/get.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/cookieBanner/getAll.operation.ts b/packages/n8n-node/nodes/Probo/actions/cookieBanner/getAll.operation.ts index 05269e0f5..4d806cf57 100644 --- a/packages/n8n-node/nodes/Probo/actions/cookieBanner/getAll.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/cookieBanner/getAll.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/cookieBanner/index.ts b/packages/n8n-node/nodes/Probo/actions/cookieBanner/index.ts index 8b98853d4..72795f317 100644 --- a/packages/n8n-node/nodes/Probo/actions/cookieBanner/index.ts +++ b/packages/n8n-node/nodes/Probo/actions/cookieBanner/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/cookieBanner/publish.operation.ts b/packages/n8n-node/nodes/Probo/actions/cookieBanner/publish.operation.ts index 7006f847d..3d2f6e99a 100644 --- a/packages/n8n-node/nodes/Probo/actions/cookieBanner/publish.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/cookieBanner/publish.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/cookieBanner/translate.operation.ts b/packages/n8n-node/nodes/Probo/actions/cookieBanner/translate.operation.ts index 752cf80bc..aeca7db54 100644 --- a/packages/n8n-node/nodes/Probo/actions/cookieBanner/translate.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/cookieBanner/translate.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/cookieBanner/update.operation.ts b/packages/n8n-node/nodes/Probo/actions/cookieBanner/update.operation.ts index 13a5a5327..04116050a 100644 --- a/packages/n8n-node/nodes/Probo/actions/cookieBanner/update.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/cookieBanner/update.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/cookieCategory/create.operation.ts b/packages/n8n-node/nodes/Probo/actions/cookieCategory/create.operation.ts index d7901240e..9a27b64b6 100644 --- a/packages/n8n-node/nodes/Probo/actions/cookieCategory/create.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/cookieCategory/create.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/cookieCategory/delete.operation.ts b/packages/n8n-node/nodes/Probo/actions/cookieCategory/delete.operation.ts index 500f6ba67..4639e65c7 100644 --- a/packages/n8n-node/nodes/Probo/actions/cookieCategory/delete.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/cookieCategory/delete.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/cookieCategory/get.operation.ts b/packages/n8n-node/nodes/Probo/actions/cookieCategory/get.operation.ts index c516543a0..b7466ea0a 100644 --- a/packages/n8n-node/nodes/Probo/actions/cookieCategory/get.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/cookieCategory/get.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/cookieCategory/getAll.operation.ts b/packages/n8n-node/nodes/Probo/actions/cookieCategory/getAll.operation.ts index 524f967e5..cae3d45e4 100644 --- a/packages/n8n-node/nodes/Probo/actions/cookieCategory/getAll.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/cookieCategory/getAll.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/cookieCategory/index.ts b/packages/n8n-node/nodes/Probo/actions/cookieCategory/index.ts index c83f24971..6d0c94e84 100644 --- a/packages/n8n-node/nodes/Probo/actions/cookieCategory/index.ts +++ b/packages/n8n-node/nodes/Probo/actions/cookieCategory/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/cookieCategory/reorder.operation.ts b/packages/n8n-node/nodes/Probo/actions/cookieCategory/reorder.operation.ts index 83ada4d60..58e706daa 100644 --- a/packages/n8n-node/nodes/Probo/actions/cookieCategory/reorder.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/cookieCategory/reorder.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/cookieCategory/update.operation.ts b/packages/n8n-node/nodes/Probo/actions/cookieCategory/update.operation.ts index 46d61d738..a5adc542a 100644 --- a/packages/n8n-node/nodes/Probo/actions/cookieCategory/update.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/cookieCategory/update.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/cookieConsentRecord/get.operation.ts b/packages/n8n-node/nodes/Probo/actions/cookieConsentRecord/get.operation.ts index 38cd2cb58..5386467a6 100644 --- a/packages/n8n-node/nodes/Probo/actions/cookieConsentRecord/get.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/cookieConsentRecord/get.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/cookieConsentRecord/getAll.operation.ts b/packages/n8n-node/nodes/Probo/actions/cookieConsentRecord/getAll.operation.ts index 9e78619bb..fd68db6f0 100644 --- a/packages/n8n-node/nodes/Probo/actions/cookieConsentRecord/getAll.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/cookieConsentRecord/getAll.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/cookieConsentRecord/index.ts b/packages/n8n-node/nodes/Probo/actions/cookieConsentRecord/index.ts index 525f1e993..1f0661b96 100644 --- a/packages/n8n-node/nodes/Probo/actions/cookieConsentRecord/index.ts +++ b/packages/n8n-node/nodes/Probo/actions/cookieConsentRecord/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/datum/create.operation.ts b/packages/n8n-node/nodes/Probo/actions/datum/create.operation.ts index 166c24b81..760353fea 100644 --- a/packages/n8n-node/nodes/Probo/actions/datum/create.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/datum/create.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/datum/delete.operation.ts b/packages/n8n-node/nodes/Probo/actions/datum/delete.operation.ts index 48ef5dace..0df11c963 100644 --- a/packages/n8n-node/nodes/Probo/actions/datum/delete.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/datum/delete.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/datum/get.operation.ts b/packages/n8n-node/nodes/Probo/actions/datum/get.operation.ts index 22628e481..e902fc5e5 100644 --- a/packages/n8n-node/nodes/Probo/actions/datum/get.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/datum/get.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/datum/getAll.operation.ts b/packages/n8n-node/nodes/Probo/actions/datum/getAll.operation.ts index 69aae8f8b..07dc1f36d 100644 --- a/packages/n8n-node/nodes/Probo/actions/datum/getAll.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/datum/getAll.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/datum/index.ts b/packages/n8n-node/nodes/Probo/actions/datum/index.ts index 4edfa6255..384952b72 100644 --- a/packages/n8n-node/nodes/Probo/actions/datum/index.ts +++ b/packages/n8n-node/nodes/Probo/actions/datum/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/datum/publish.operation.ts b/packages/n8n-node/nodes/Probo/actions/datum/publish.operation.ts index 1fc518b24..861f8f17e 100644 --- a/packages/n8n-node/nodes/Probo/actions/datum/publish.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/datum/publish.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/datum/update.operation.ts b/packages/n8n-node/nodes/Probo/actions/datum/update.operation.ts index 5ed760b5f..bd21003bd 100644 --- a/packages/n8n-node/nodes/Probo/actions/datum/update.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/datum/update.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/document/archive.operation.ts b/packages/n8n-node/nodes/Probo/actions/document/archive.operation.ts index 62180cbd7..8bb2b1247 100644 --- a/packages/n8n-node/nodes/Probo/actions/document/archive.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/document/archive.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/document/cancelSignature.operation.ts b/packages/n8n-node/nodes/Probo/actions/document/cancelSignature.operation.ts index c36993b3a..a5e6a3c52 100644 --- a/packages/n8n-node/nodes/Probo/actions/document/cancelSignature.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/document/cancelSignature.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/document/create.operation.ts b/packages/n8n-node/nodes/Probo/actions/document/create.operation.ts index e54256b73..ca35d3420 100644 --- a/packages/n8n-node/nodes/Probo/actions/document/create.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/document/create.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/document/createDraftVersion.operation.ts b/packages/n8n-node/nodes/Probo/actions/document/createDraftVersion.operation.ts index c61e6b69a..509fa85c0 100644 --- a/packages/n8n-node/nodes/Probo/actions/document/createDraftVersion.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/document/createDraftVersion.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/document/delete.operation.ts b/packages/n8n-node/nodes/Probo/actions/document/delete.operation.ts index ecf78615a..0740886cc 100644 --- a/packages/n8n-node/nodes/Probo/actions/document/delete.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/document/delete.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/document/deleteDraftVersion.operation.ts b/packages/n8n-node/nodes/Probo/actions/document/deleteDraftVersion.operation.ts index a9a593899..6188fa23a 100644 --- a/packages/n8n-node/nodes/Probo/actions/document/deleteDraftVersion.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/document/deleteDraftVersion.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/document/get.operation.ts b/packages/n8n-node/nodes/Probo/actions/document/get.operation.ts index 6e500f405..41fc3a1f0 100644 --- a/packages/n8n-node/nodes/Probo/actions/document/get.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/document/get.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/document/getAll.operation.ts b/packages/n8n-node/nodes/Probo/actions/document/getAll.operation.ts index eac214a53..e120ea060 100644 --- a/packages/n8n-node/nodes/Probo/actions/document/getAll.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/document/getAll.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/document/getAllApprovalDecisions.operation.ts b/packages/n8n-node/nodes/Probo/actions/document/getAllApprovalDecisions.operation.ts index ee417339d..13fcacf03 100644 --- a/packages/n8n-node/nodes/Probo/actions/document/getAllApprovalDecisions.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/document/getAllApprovalDecisions.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/document/getAllApprovalQuorums.operation.ts b/packages/n8n-node/nodes/Probo/actions/document/getAllApprovalQuorums.operation.ts index 48da41293..8cf79d7ea 100644 --- a/packages/n8n-node/nodes/Probo/actions/document/getAllApprovalQuorums.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/document/getAllApprovalQuorums.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/document/getAllSignatures.operation.ts b/packages/n8n-node/nodes/Probo/actions/document/getAllSignatures.operation.ts index 872718910..98b394b9d 100644 --- a/packages/n8n-node/nodes/Probo/actions/document/getAllSignatures.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/document/getAllSignatures.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/document/getAllVersions.operation.ts b/packages/n8n-node/nodes/Probo/actions/document/getAllVersions.operation.ts index c954764d4..a493b9a3d 100644 --- a/packages/n8n-node/nodes/Probo/actions/document/getAllVersions.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/document/getAllVersions.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/document/getApprovalDecision.operation.ts b/packages/n8n-node/nodes/Probo/actions/document/getApprovalDecision.operation.ts index a73814799..3bd65a522 100644 --- a/packages/n8n-node/nodes/Probo/actions/document/getApprovalDecision.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/document/getApprovalDecision.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/document/getApprovalQuorum.operation.ts b/packages/n8n-node/nodes/Probo/actions/document/getApprovalQuorum.operation.ts index 8b31f7d01..0b4430df2 100644 --- a/packages/n8n-node/nodes/Probo/actions/document/getApprovalQuorum.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/document/getApprovalQuorum.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/document/getSignature.operation.ts b/packages/n8n-node/nodes/Probo/actions/document/getSignature.operation.ts index a10313c40..373cad111 100644 --- a/packages/n8n-node/nodes/Probo/actions/document/getSignature.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/document/getSignature.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/document/getVersion.operation.ts b/packages/n8n-node/nodes/Probo/actions/document/getVersion.operation.ts index 4c9b70b2a..f4ae8cf84 100644 --- a/packages/n8n-node/nodes/Probo/actions/document/getVersion.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/document/getVersion.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/document/index.ts b/packages/n8n-node/nodes/Probo/actions/document/index.ts index efeebe0f9..897fec487 100644 --- a/packages/n8n-node/nodes/Probo/actions/document/index.ts +++ b/packages/n8n-node/nodes/Probo/actions/document/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/document/publish.operation.ts b/packages/n8n-node/nodes/Probo/actions/document/publish.operation.ts index a14d026ed..1b1979c6b 100644 --- a/packages/n8n-node/nodes/Probo/actions/document/publish.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/document/publish.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/document/requestSignature.operation.ts b/packages/n8n-node/nodes/Probo/actions/document/requestSignature.operation.ts index 625eaf238..82e82be61 100644 --- a/packages/n8n-node/nodes/Probo/actions/document/requestSignature.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/document/requestSignature.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/document/sendSigningNotifications.operation.ts b/packages/n8n-node/nodes/Probo/actions/document/sendSigningNotifications.operation.ts index e74713b1f..4afbbce6c 100644 --- a/packages/n8n-node/nodes/Probo/actions/document/sendSigningNotifications.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/document/sendSigningNotifications.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/document/unarchive.operation.ts b/packages/n8n-node/nodes/Probo/actions/document/unarchive.operation.ts index eef6a141c..c966069d9 100644 --- a/packages/n8n-node/nodes/Probo/actions/document/unarchive.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/document/unarchive.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/document/update.operation.ts b/packages/n8n-node/nodes/Probo/actions/document/update.operation.ts index b2f1ec659..cb82c73ea 100644 --- a/packages/n8n-node/nodes/Probo/actions/document/update.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/document/update.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/document/updateVersion.operation.ts b/packages/n8n-node/nodes/Probo/actions/document/updateVersion.operation.ts index 2fa4d5396..46ce954cc 100644 --- a/packages/n8n-node/nodes/Probo/actions/document/updateVersion.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/document/updateVersion.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/document/voidApproval.operation.ts b/packages/n8n-node/nodes/Probo/actions/document/voidApproval.operation.ts index 958b5cf65..45c5f1a9e 100644 --- a/packages/n8n-node/nodes/Probo/actions/document/voidApproval.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/document/voidApproval.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/dpia/create.operation.ts b/packages/n8n-node/nodes/Probo/actions/dpia/create.operation.ts index fbb0803f7..c46c954e2 100644 --- a/packages/n8n-node/nodes/Probo/actions/dpia/create.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/dpia/create.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/dpia/delete.operation.ts b/packages/n8n-node/nodes/Probo/actions/dpia/delete.operation.ts index e79aa5f2b..f7044e2b0 100644 --- a/packages/n8n-node/nodes/Probo/actions/dpia/delete.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/dpia/delete.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/dpia/get.operation.ts b/packages/n8n-node/nodes/Probo/actions/dpia/get.operation.ts index 7b28c2bc8..74a5d6383 100644 --- a/packages/n8n-node/nodes/Probo/actions/dpia/get.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/dpia/get.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/dpia/getAll.operation.ts b/packages/n8n-node/nodes/Probo/actions/dpia/getAll.operation.ts index 8d8fcc9ab..f5d421d28 100644 --- a/packages/n8n-node/nodes/Probo/actions/dpia/getAll.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/dpia/getAll.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/dpia/index.ts b/packages/n8n-node/nodes/Probo/actions/dpia/index.ts index ad1c0700a..652faefa5 100644 --- a/packages/n8n-node/nodes/Probo/actions/dpia/index.ts +++ b/packages/n8n-node/nodes/Probo/actions/dpia/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/dpia/publish.operation.ts b/packages/n8n-node/nodes/Probo/actions/dpia/publish.operation.ts index 00c075f63..876a87a48 100644 --- a/packages/n8n-node/nodes/Probo/actions/dpia/publish.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/dpia/publish.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/dpia/update.operation.ts b/packages/n8n-node/nodes/Probo/actions/dpia/update.operation.ts index d25fb5f86..6977b715f 100644 --- a/packages/n8n-node/nodes/Probo/actions/dpia/update.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/dpia/update.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/evidence/delete.operation.ts b/packages/n8n-node/nodes/Probo/actions/evidence/delete.operation.ts index 611d1dd11..2270bfc6b 100644 --- a/packages/n8n-node/nodes/Probo/actions/evidence/delete.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/evidence/delete.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/evidence/get.operation.ts b/packages/n8n-node/nodes/Probo/actions/evidence/get.operation.ts index c29adb920..b8a1fe115 100644 --- a/packages/n8n-node/nodes/Probo/actions/evidence/get.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/evidence/get.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/evidence/getAll.operation.ts b/packages/n8n-node/nodes/Probo/actions/evidence/getAll.operation.ts index 3da185a70..5e2d91017 100644 --- a/packages/n8n-node/nodes/Probo/actions/evidence/getAll.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/evidence/getAll.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/evidence/index.ts b/packages/n8n-node/nodes/Probo/actions/evidence/index.ts index 299aa5620..a15c27c7a 100644 --- a/packages/n8n-node/nodes/Probo/actions/evidence/index.ts +++ b/packages/n8n-node/nodes/Probo/actions/evidence/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/evidence/upload.operation.ts b/packages/n8n-node/nodes/Probo/actions/evidence/upload.operation.ts index 6a21e3a9c..19e5f0030 100644 --- a/packages/n8n-node/nodes/Probo/actions/evidence/upload.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/evidence/upload.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/execute/execute.operation.ts b/packages/n8n-node/nodes/Probo/actions/execute/execute.operation.ts index 80cc1104f..0fb10b54d 100644 --- a/packages/n8n-node/nodes/Probo/actions/execute/execute.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/execute/execute.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/execute/index.ts b/packages/n8n-node/nodes/Probo/actions/execute/index.ts index c47a155b7..853064c49 100644 --- a/packages/n8n-node/nodes/Probo/actions/execute/index.ts +++ b/packages/n8n-node/nodes/Probo/actions/execute/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/finding/create.operation.ts b/packages/n8n-node/nodes/Probo/actions/finding/create.operation.ts index 636f1b2f4..7c9ebcdd8 100644 --- a/packages/n8n-node/nodes/Probo/actions/finding/create.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/finding/create.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/finding/delete.operation.ts b/packages/n8n-node/nodes/Probo/actions/finding/delete.operation.ts index 6c3306816..331f6880b 100644 --- a/packages/n8n-node/nodes/Probo/actions/finding/delete.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/finding/delete.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/finding/get.operation.ts b/packages/n8n-node/nodes/Probo/actions/finding/get.operation.ts index 02f80303d..fd81e3d1e 100644 --- a/packages/n8n-node/nodes/Probo/actions/finding/get.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/finding/get.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/finding/getAll.operation.ts b/packages/n8n-node/nodes/Probo/actions/finding/getAll.operation.ts index d0f1a6934..3df8e39db 100644 --- a/packages/n8n-node/nodes/Probo/actions/finding/getAll.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/finding/getAll.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/finding/index.ts b/packages/n8n-node/nodes/Probo/actions/finding/index.ts index e3ed7bcc8..120664ba2 100644 --- a/packages/n8n-node/nodes/Probo/actions/finding/index.ts +++ b/packages/n8n-node/nodes/Probo/actions/finding/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/finding/linkAudit.operation.ts b/packages/n8n-node/nodes/Probo/actions/finding/linkAudit.operation.ts index ec41d1b91..9b52d1664 100644 --- a/packages/n8n-node/nodes/Probo/actions/finding/linkAudit.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/finding/linkAudit.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/finding/publish.operation.ts b/packages/n8n-node/nodes/Probo/actions/finding/publish.operation.ts index dd9cc87f8..792998a27 100644 --- a/packages/n8n-node/nodes/Probo/actions/finding/publish.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/finding/publish.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/finding/unlinkAudit.operation.ts b/packages/n8n-node/nodes/Probo/actions/finding/unlinkAudit.operation.ts index 778d1fc08..bf2f1992a 100644 --- a/packages/n8n-node/nodes/Probo/actions/finding/unlinkAudit.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/finding/unlinkAudit.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/finding/update.operation.ts b/packages/n8n-node/nodes/Probo/actions/finding/update.operation.ts index 1be3ba969..85ed403bd 100644 --- a/packages/n8n-node/nodes/Probo/actions/finding/update.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/finding/update.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/framework/create.operation.ts b/packages/n8n-node/nodes/Probo/actions/framework/create.operation.ts index 9257354b9..f54f395a7 100644 --- a/packages/n8n-node/nodes/Probo/actions/framework/create.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/framework/create.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/framework/delete.operation.ts b/packages/n8n-node/nodes/Probo/actions/framework/delete.operation.ts index 616b2fa10..da6e5390a 100644 --- a/packages/n8n-node/nodes/Probo/actions/framework/delete.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/framework/delete.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/framework/get.operation.ts b/packages/n8n-node/nodes/Probo/actions/framework/get.operation.ts index 580057775..826fc2295 100644 --- a/packages/n8n-node/nodes/Probo/actions/framework/get.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/framework/get.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/framework/getAll.operation.ts b/packages/n8n-node/nodes/Probo/actions/framework/getAll.operation.ts index a1adc8e09..bd011a4c6 100644 --- a/packages/n8n-node/nodes/Probo/actions/framework/getAll.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/framework/getAll.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/framework/index.ts b/packages/n8n-node/nodes/Probo/actions/framework/index.ts index 413f01264..25bd9c53b 100644 --- a/packages/n8n-node/nodes/Probo/actions/framework/index.ts +++ b/packages/n8n-node/nodes/Probo/actions/framework/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/framework/update.operation.ts b/packages/n8n-node/nodes/Probo/actions/framework/update.operation.ts index 9b5984770..c38626fa3 100644 --- a/packages/n8n-node/nodes/Probo/actions/framework/update.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/framework/update.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/index.ts b/packages/n8n-node/nodes/Probo/actions/index.ts index e6f404f70..5632de21f 100644 --- a/packages/n8n-node/nodes/Probo/actions/index.ts +++ b/packages/n8n-node/nodes/Probo/actions/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/measure/create.operation.ts b/packages/n8n-node/nodes/Probo/actions/measure/create.operation.ts index 41fca6593..155dc1965 100644 --- a/packages/n8n-node/nodes/Probo/actions/measure/create.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/measure/create.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/measure/delete.operation.ts b/packages/n8n-node/nodes/Probo/actions/measure/delete.operation.ts index aee318810..b1d85f9cc 100644 --- a/packages/n8n-node/nodes/Probo/actions/measure/delete.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/measure/delete.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/measure/get.operation.ts b/packages/n8n-node/nodes/Probo/actions/measure/get.operation.ts index 616a5f390..92d9c28c8 100644 --- a/packages/n8n-node/nodes/Probo/actions/measure/get.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/measure/get.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/measure/getAll.operation.ts b/packages/n8n-node/nodes/Probo/actions/measure/getAll.operation.ts index bcf0bc1f4..7e7ffcf42 100644 --- a/packages/n8n-node/nodes/Probo/actions/measure/getAll.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/measure/getAll.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/measure/index.ts b/packages/n8n-node/nodes/Probo/actions/measure/index.ts index 518d62ada..219ca990f 100644 --- a/packages/n8n-node/nodes/Probo/actions/measure/index.ts +++ b/packages/n8n-node/nodes/Probo/actions/measure/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/measure/linkDocument.operation.ts b/packages/n8n-node/nodes/Probo/actions/measure/linkDocument.operation.ts index acd4e97a0..deb25274c 100644 --- a/packages/n8n-node/nodes/Probo/actions/measure/linkDocument.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/measure/linkDocument.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/measure/linkThirdParty.operation.ts b/packages/n8n-node/nodes/Probo/actions/measure/linkThirdParty.operation.ts index 50538c53c..fe5d19814 100644 --- a/packages/n8n-node/nodes/Probo/actions/measure/linkThirdParty.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/measure/linkThirdParty.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/measure/unlinkDocument.operation.ts b/packages/n8n-node/nodes/Probo/actions/measure/unlinkDocument.operation.ts index 3b2afc17d..f389b3897 100644 --- a/packages/n8n-node/nodes/Probo/actions/measure/unlinkDocument.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/measure/unlinkDocument.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/measure/unlinkThirdParty.operation.ts b/packages/n8n-node/nodes/Probo/actions/measure/unlinkThirdParty.operation.ts index 89574612d..8f75bc325 100644 --- a/packages/n8n-node/nodes/Probo/actions/measure/unlinkThirdParty.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/measure/unlinkThirdParty.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/measure/update.operation.ts b/packages/n8n-node/nodes/Probo/actions/measure/update.operation.ts index b6ffcbe35..341725660 100644 --- a/packages/n8n-node/nodes/Probo/actions/measure/update.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/measure/update.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/obligation/create.operation.ts b/packages/n8n-node/nodes/Probo/actions/obligation/create.operation.ts index 6c45d933f..9880d71ad 100644 --- a/packages/n8n-node/nodes/Probo/actions/obligation/create.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/obligation/create.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/obligation/delete.operation.ts b/packages/n8n-node/nodes/Probo/actions/obligation/delete.operation.ts index 2de87d794..882a51b3f 100644 --- a/packages/n8n-node/nodes/Probo/actions/obligation/delete.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/obligation/delete.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/obligation/get.operation.ts b/packages/n8n-node/nodes/Probo/actions/obligation/get.operation.ts index 4e1a8d420..b55d735ba 100644 --- a/packages/n8n-node/nodes/Probo/actions/obligation/get.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/obligation/get.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/obligation/getAll.operation.ts b/packages/n8n-node/nodes/Probo/actions/obligation/getAll.operation.ts index 8cf3b5d3d..aa1bd55e8 100644 --- a/packages/n8n-node/nodes/Probo/actions/obligation/getAll.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/obligation/getAll.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/obligation/index.ts b/packages/n8n-node/nodes/Probo/actions/obligation/index.ts index 6e77d2ee6..9e837142c 100644 --- a/packages/n8n-node/nodes/Probo/actions/obligation/index.ts +++ b/packages/n8n-node/nodes/Probo/actions/obligation/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/obligation/publish.operation.ts b/packages/n8n-node/nodes/Probo/actions/obligation/publish.operation.ts index 391a8c815..a8099806a 100644 --- a/packages/n8n-node/nodes/Probo/actions/obligation/publish.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/obligation/publish.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/obligation/update.operation.ts b/packages/n8n-node/nodes/Probo/actions/obligation/update.operation.ts index e6ba0bd09..7496cb264 100644 --- a/packages/n8n-node/nodes/Probo/actions/obligation/update.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/obligation/update.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/organization/create.operation.ts b/packages/n8n-node/nodes/Probo/actions/organization/create.operation.ts index 89ea24fc4..cd267fa5a 100644 --- a/packages/n8n-node/nodes/Probo/actions/organization/create.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/organization/create.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/organization/delete.operation.ts b/packages/n8n-node/nodes/Probo/actions/organization/delete.operation.ts index 9026e1261..d1d132673 100644 --- a/packages/n8n-node/nodes/Probo/actions/organization/delete.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/organization/delete.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/organization/get.operation.ts b/packages/n8n-node/nodes/Probo/actions/organization/get.operation.ts index 342afce3c..5a55439b8 100644 --- a/packages/n8n-node/nodes/Probo/actions/organization/get.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/organization/get.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/organization/getAll.operation.ts b/packages/n8n-node/nodes/Probo/actions/organization/getAll.operation.ts index 2b805ab9d..23f3f415f 100644 --- a/packages/n8n-node/nodes/Probo/actions/organization/getAll.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/organization/getAll.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/organization/index.ts b/packages/n8n-node/nodes/Probo/actions/organization/index.ts index f5f2f5a7d..5e1c5f80b 100644 --- a/packages/n8n-node/nodes/Probo/actions/organization/index.ts +++ b/packages/n8n-node/nodes/Probo/actions/organization/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/organization/update.operation.ts b/packages/n8n-node/nodes/Probo/actions/organization/update.operation.ts index a36e9bd20..25c0b9330 100644 --- a/packages/n8n-node/nodes/Probo/actions/organization/update.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/organization/update.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/organizationContext/get.operation.ts b/packages/n8n-node/nodes/Probo/actions/organizationContext/get.operation.ts index 74588cdeb..929b4a524 100644 --- a/packages/n8n-node/nodes/Probo/actions/organizationContext/get.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/organizationContext/get.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/organizationContext/index.ts b/packages/n8n-node/nodes/Probo/actions/organizationContext/index.ts index d39cd9272..8ad2262bc 100644 --- a/packages/n8n-node/nodes/Probo/actions/organizationContext/index.ts +++ b/packages/n8n-node/nodes/Probo/actions/organizationContext/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/organizationContext/update.operation.ts b/packages/n8n-node/nodes/Probo/actions/organizationContext/update.operation.ts index bf2a6b5a7..be48782fd 100644 --- a/packages/n8n-node/nodes/Probo/actions/organizationContext/update.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/organizationContext/update.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/processingActivity/create.operation.ts b/packages/n8n-node/nodes/Probo/actions/processingActivity/create.operation.ts index 5c1deeaae..fe3b4b212 100644 --- a/packages/n8n-node/nodes/Probo/actions/processingActivity/create.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/processingActivity/create.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/processingActivity/delete.operation.ts b/packages/n8n-node/nodes/Probo/actions/processingActivity/delete.operation.ts index 695767fd9..e555c34e9 100644 --- a/packages/n8n-node/nodes/Probo/actions/processingActivity/delete.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/processingActivity/delete.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/processingActivity/get.operation.ts b/packages/n8n-node/nodes/Probo/actions/processingActivity/get.operation.ts index 76bb937f7..cfb9616c1 100644 --- a/packages/n8n-node/nodes/Probo/actions/processingActivity/get.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/processingActivity/get.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/processingActivity/getAll.operation.ts b/packages/n8n-node/nodes/Probo/actions/processingActivity/getAll.operation.ts index 3a23b8207..0f2cbfba8 100644 --- a/packages/n8n-node/nodes/Probo/actions/processingActivity/getAll.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/processingActivity/getAll.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/processingActivity/index.ts b/packages/n8n-node/nodes/Probo/actions/processingActivity/index.ts index 1dfda5ac3..de2bfb90e 100644 --- a/packages/n8n-node/nodes/Probo/actions/processingActivity/index.ts +++ b/packages/n8n-node/nodes/Probo/actions/processingActivity/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/processingActivity/publish.operation.ts b/packages/n8n-node/nodes/Probo/actions/processingActivity/publish.operation.ts index 70a018a71..f157a7994 100644 --- a/packages/n8n-node/nodes/Probo/actions/processingActivity/publish.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/processingActivity/publish.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/processingActivity/update.operation.ts b/packages/n8n-node/nodes/Probo/actions/processingActivity/update.operation.ts index 5f281a741..301356b13 100644 --- a/packages/n8n-node/nodes/Probo/actions/processingActivity/update.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/processingActivity/update.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/rightsRequest/create.operation.ts b/packages/n8n-node/nodes/Probo/actions/rightsRequest/create.operation.ts index b15fc5e61..e85292942 100644 --- a/packages/n8n-node/nodes/Probo/actions/rightsRequest/create.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/rightsRequest/create.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/rightsRequest/delete.operation.ts b/packages/n8n-node/nodes/Probo/actions/rightsRequest/delete.operation.ts index a79f9ec17..8e9bebedf 100644 --- a/packages/n8n-node/nodes/Probo/actions/rightsRequest/delete.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/rightsRequest/delete.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/rightsRequest/get.operation.ts b/packages/n8n-node/nodes/Probo/actions/rightsRequest/get.operation.ts index 8ba6aa0aa..db9bf07cd 100644 --- a/packages/n8n-node/nodes/Probo/actions/rightsRequest/get.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/rightsRequest/get.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/rightsRequest/getAll.operation.ts b/packages/n8n-node/nodes/Probo/actions/rightsRequest/getAll.operation.ts index 81217951a..3ec5f2091 100644 --- a/packages/n8n-node/nodes/Probo/actions/rightsRequest/getAll.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/rightsRequest/getAll.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/rightsRequest/index.ts b/packages/n8n-node/nodes/Probo/actions/rightsRequest/index.ts index 402708c8d..34f3c0f31 100644 --- a/packages/n8n-node/nodes/Probo/actions/rightsRequest/index.ts +++ b/packages/n8n-node/nodes/Probo/actions/rightsRequest/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/rightsRequest/update.operation.ts b/packages/n8n-node/nodes/Probo/actions/rightsRequest/update.operation.ts index 4a41dc50d..d3d6512b4 100644 --- a/packages/n8n-node/nodes/Probo/actions/rightsRequest/update.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/rightsRequest/update.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/risk/create.operation.ts b/packages/n8n-node/nodes/Probo/actions/risk/create.operation.ts index 116126a54..b4a563722 100644 --- a/packages/n8n-node/nodes/Probo/actions/risk/create.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/risk/create.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/risk/delete.operation.ts b/packages/n8n-node/nodes/Probo/actions/risk/delete.operation.ts index 778d828c7..76fe8bafe 100644 --- a/packages/n8n-node/nodes/Probo/actions/risk/delete.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/risk/delete.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/risk/get.operation.ts b/packages/n8n-node/nodes/Probo/actions/risk/get.operation.ts index 46c83c1c3..3bd012e2b 100644 --- a/packages/n8n-node/nodes/Probo/actions/risk/get.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/risk/get.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/risk/getAll.operation.ts b/packages/n8n-node/nodes/Probo/actions/risk/getAll.operation.ts index c10baefa7..ba7210e74 100644 --- a/packages/n8n-node/nodes/Probo/actions/risk/getAll.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/risk/getAll.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/risk/index.ts b/packages/n8n-node/nodes/Probo/actions/risk/index.ts index 592721dfc..6a4d4443a 100644 --- a/packages/n8n-node/nodes/Probo/actions/risk/index.ts +++ b/packages/n8n-node/nodes/Probo/actions/risk/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/risk/linkDocument.operation.ts b/packages/n8n-node/nodes/Probo/actions/risk/linkDocument.operation.ts index 0f063f517..2c128f854 100644 --- a/packages/n8n-node/nodes/Probo/actions/risk/linkDocument.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/risk/linkDocument.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/risk/linkMeasure.operation.ts b/packages/n8n-node/nodes/Probo/actions/risk/linkMeasure.operation.ts index c9c149e8a..6b0cf0e4d 100644 --- a/packages/n8n-node/nodes/Probo/actions/risk/linkMeasure.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/risk/linkMeasure.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/risk/linkObligation.operation.ts b/packages/n8n-node/nodes/Probo/actions/risk/linkObligation.operation.ts index faf97f212..6c324f82f 100644 --- a/packages/n8n-node/nodes/Probo/actions/risk/linkObligation.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/risk/linkObligation.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/risk/publish.operation.ts b/packages/n8n-node/nodes/Probo/actions/risk/publish.operation.ts index 17bd9e748..041dadb01 100644 --- a/packages/n8n-node/nodes/Probo/actions/risk/publish.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/risk/publish.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/risk/unlinkDocument.operation.ts b/packages/n8n-node/nodes/Probo/actions/risk/unlinkDocument.operation.ts index 4e1c673ce..5c677b59d 100644 --- a/packages/n8n-node/nodes/Probo/actions/risk/unlinkDocument.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/risk/unlinkDocument.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/risk/unlinkMeasure.operation.ts b/packages/n8n-node/nodes/Probo/actions/risk/unlinkMeasure.operation.ts index 425d4e292..6c0917866 100644 --- a/packages/n8n-node/nodes/Probo/actions/risk/unlinkMeasure.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/risk/unlinkMeasure.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/risk/unlinkObligation.operation.ts b/packages/n8n-node/nodes/Probo/actions/risk/unlinkObligation.operation.ts index 358bf80da..1b712f334 100644 --- a/packages/n8n-node/nodes/Probo/actions/risk/unlinkObligation.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/risk/unlinkObligation.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/risk/update.operation.ts b/packages/n8n-node/nodes/Probo/actions/risk/update.operation.ts index fb71b5198..5bf3e3754 100644 --- a/packages/n8n-node/nodes/Probo/actions/risk/update.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/risk/update.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/create.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/create.operation.ts index 58e9f7809..8a632495c 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/create.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/create.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/createBoundary.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/createBoundary.operation.ts index ef1588900..1c87f5db2 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/createBoundary.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/createBoundary.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/createNode.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/createNode.operation.ts index 6a971836e..e1e3add12 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/createNode.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/createNode.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/createProcess.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/createProcess.operation.ts index ea6ea247e..665614971 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/createProcess.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/createProcess.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/createScenario.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/createScenario.operation.ts index 631001f5f..bad9108de 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/createScenario.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/createScenario.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/createScope.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/createScope.operation.ts index cb0d6a29c..29aa92045 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/createScope.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/createScope.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/createThreat.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/createThreat.operation.ts index 3caa3065c..3630a8d92 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/createThreat.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/createThreat.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/delete.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/delete.operation.ts index 83e391466..7b4cd9c94 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/delete.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/delete.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/deleteBoundary.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/deleteBoundary.operation.ts index ce046740b..3c6272651 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/deleteBoundary.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/deleteBoundary.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/deleteNode.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/deleteNode.operation.ts index 3877afed5..27d39c16a 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/deleteNode.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/deleteNode.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/deleteProcess.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/deleteProcess.operation.ts index 1bf5beaaa..096e5e20f 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/deleteProcess.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/deleteProcess.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/deleteScenario.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/deleteScenario.operation.ts index d94d85178..5c085adf7 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/deleteScenario.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/deleteScenario.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/deleteScope.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/deleteScope.operation.ts index 83108e631..4602c14c7 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/deleteScope.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/deleteScope.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/deleteThreat.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/deleteThreat.operation.ts index 9de232a50..d2bdee556 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/deleteThreat.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/deleteThreat.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/get.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/get.operation.ts index 861342b13..8e297c51b 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/get.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/get.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/getAll.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/getAll.operation.ts index 18aa93685..d6777e9b9 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/getAll.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/getAll.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/getAllBoundaries.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/getAllBoundaries.operation.ts index 702959ce4..515ee07c1 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/getAllBoundaries.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/getAllBoundaries.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/getAllNodes.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/getAllNodes.operation.ts index 105877420..61497a4f3 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/getAllNodes.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/getAllNodes.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/getAllProcesses.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/getAllProcesses.operation.ts index ce890c060..dcdd587a8 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/getAllProcesses.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/getAllProcesses.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/getAllScenarios.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/getAllScenarios.operation.ts index 6dfd1844b..74e88d05c 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/getAllScenarios.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/getAllScenarios.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/getAllScopes.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/getAllScopes.operation.ts index 6dddb0cb0..7c1e76af7 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/getAllScopes.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/getAllScopes.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/getAllThreats.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/getAllThreats.operation.ts index 8ad689b0d..da3e07e93 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/getAllThreats.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/getAllThreats.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/getBoundary.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/getBoundary.operation.ts index 47a710c37..12d14a22e 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/getBoundary.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/getBoundary.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/getNode.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/getNode.operation.ts index 58f0b134c..f49ade6a7 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/getNode.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/getNode.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/getProcess.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/getProcess.operation.ts index 19e64151e..9bec4c7c8 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/getProcess.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/getProcess.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/getScenario.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/getScenario.operation.ts index d162c75b1..ebcc16c9a 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/getScenario.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/getScenario.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/getScope.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/getScope.operation.ts index 3dfaf359b..8a8a761c7 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/getScope.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/getScope.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/getScopeMermaidChart.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/getScopeMermaidChart.operation.ts index e13de5681..b3fa0a4b9 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/getScopeMermaidChart.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/getScopeMermaidChart.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/getThreat.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/getThreat.operation.ts index d79aae3e4..e268dfa98 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/getThreat.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/getThreat.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/index.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/index.ts index 2cba2ccf7..9f5f6cf5f 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/index.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/linkScenarioRisk.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/linkScenarioRisk.operation.ts index 1c37c6cd7..331964377 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/linkScenarioRisk.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/linkScenarioRisk.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/linkScenarioThreat.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/linkScenarioThreat.operation.ts index 775006b29..b4634f660 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/linkScenarioThreat.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/linkScenarioThreat.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/unlinkScenarioRisk.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/unlinkScenarioRisk.operation.ts index f88a55379..c846299a9 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/unlinkScenarioRisk.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/unlinkScenarioRisk.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/unlinkScenarioThreat.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/unlinkScenarioThreat.operation.ts index 6680549ac..689a031e3 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/unlinkScenarioThreat.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/unlinkScenarioThreat.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/update.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/update.operation.ts index 74223e548..30cdf4274 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/update.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/update.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/updateBoundary.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/updateBoundary.operation.ts index 66aa6f7e4..905dfe3a4 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/updateBoundary.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/updateBoundary.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/updateNode.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/updateNode.operation.ts index d13b14461..bdbcd4256 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/updateNode.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/updateNode.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/updateProcess.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/updateProcess.operation.ts index 638de80ce..b7acb4dea 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/updateProcess.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/updateProcess.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/updateScenario.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/updateScenario.operation.ts index 222bf5d49..64a29d6bb 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/updateScenario.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/updateScenario.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/updateScope.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/updateScope.operation.ts index ec5c82687..68acc295c 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/updateScope.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/updateScope.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/riskAssessment/updateThreat.operation.ts b/packages/n8n-node/nodes/Probo/actions/riskAssessment/updateThreat.operation.ts index e2c2b39c2..56a193237 100644 --- a/packages/n8n-node/nodes/Probo/actions/riskAssessment/updateThreat.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/riskAssessment/updateThreat.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/statementOfApplicability/create.operation.ts b/packages/n8n-node/nodes/Probo/actions/statementOfApplicability/create.operation.ts index bcfe3db9d..0067653a5 100644 --- a/packages/n8n-node/nodes/Probo/actions/statementOfApplicability/create.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/statementOfApplicability/create.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/statementOfApplicability/delete.operation.ts b/packages/n8n-node/nodes/Probo/actions/statementOfApplicability/delete.operation.ts index b4fd1bdcd..45a2cda0d 100644 --- a/packages/n8n-node/nodes/Probo/actions/statementOfApplicability/delete.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/statementOfApplicability/delete.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/statementOfApplicability/get.operation.ts b/packages/n8n-node/nodes/Probo/actions/statementOfApplicability/get.operation.ts index adea7c223..8a6fd0522 100644 --- a/packages/n8n-node/nodes/Probo/actions/statementOfApplicability/get.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/statementOfApplicability/get.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/statementOfApplicability/getAll.operation.ts b/packages/n8n-node/nodes/Probo/actions/statementOfApplicability/getAll.operation.ts index 923a4ca3b..a07c8cb11 100644 --- a/packages/n8n-node/nodes/Probo/actions/statementOfApplicability/getAll.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/statementOfApplicability/getAll.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/statementOfApplicability/index.ts b/packages/n8n-node/nodes/Probo/actions/statementOfApplicability/index.ts index fed7c4f5e..1ed6b9200 100644 --- a/packages/n8n-node/nodes/Probo/actions/statementOfApplicability/index.ts +++ b/packages/n8n-node/nodes/Probo/actions/statementOfApplicability/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/statementOfApplicability/publish.operation.ts b/packages/n8n-node/nodes/Probo/actions/statementOfApplicability/publish.operation.ts index 77524357d..87a276e72 100644 --- a/packages/n8n-node/nodes/Probo/actions/statementOfApplicability/publish.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/statementOfApplicability/publish.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/statementOfApplicability/update.operation.ts b/packages/n8n-node/nodes/Probo/actions/statementOfApplicability/update.operation.ts index cd1776389..d15960590 100644 --- a/packages/n8n-node/nodes/Probo/actions/statementOfApplicability/update.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/statementOfApplicability/update.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/task/create.operation.ts b/packages/n8n-node/nodes/Probo/actions/task/create.operation.ts index f1385ea2b..44480b7fa 100644 --- a/packages/n8n-node/nodes/Probo/actions/task/create.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/task/create.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/task/delete.operation.ts b/packages/n8n-node/nodes/Probo/actions/task/delete.operation.ts index 0e462b752..b9a1d8458 100644 --- a/packages/n8n-node/nodes/Probo/actions/task/delete.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/task/delete.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/task/get.operation.ts b/packages/n8n-node/nodes/Probo/actions/task/get.operation.ts index c53ff84dd..ad2b31643 100644 --- a/packages/n8n-node/nodes/Probo/actions/task/get.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/task/get.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/task/getAll.operation.ts b/packages/n8n-node/nodes/Probo/actions/task/getAll.operation.ts index 19457ce14..a69de195e 100644 --- a/packages/n8n-node/nodes/Probo/actions/task/getAll.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/task/getAll.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/task/index.ts b/packages/n8n-node/nodes/Probo/actions/task/index.ts index ad8cd6978..4e4e2a260 100644 --- a/packages/n8n-node/nodes/Probo/actions/task/index.ts +++ b/packages/n8n-node/nodes/Probo/actions/task/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/task/update.operation.ts b/packages/n8n-node/nodes/Probo/actions/task/update.operation.ts index 91f1b135d..ac0597465 100644 --- a/packages/n8n-node/nodes/Probo/actions/task/update.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/task/update.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/thirdParty/create.operation.ts b/packages/n8n-node/nodes/Probo/actions/thirdParty/create.operation.ts index 1b9b6ab22..72cb2d486 100644 --- a/packages/n8n-node/nodes/Probo/actions/thirdParty/create.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/thirdParty/create.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/thirdParty/createContact.operation.ts b/packages/n8n-node/nodes/Probo/actions/thirdParty/createContact.operation.ts index 6a5dd37f9..096340414 100644 --- a/packages/n8n-node/nodes/Probo/actions/thirdParty/createContact.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/thirdParty/createContact.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/thirdParty/createRiskAssessment.operation.ts b/packages/n8n-node/nodes/Probo/actions/thirdParty/createRiskAssessment.operation.ts index c06ddad7e..b503c495d 100644 --- a/packages/n8n-node/nodes/Probo/actions/thirdParty/createRiskAssessment.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/thirdParty/createRiskAssessment.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Probo Inc . +// Copyright (c) 2025 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/thirdParty/createService.operation.ts b/packages/n8n-node/nodes/Probo/actions/thirdParty/createService.operation.ts index 649baeca4..5749a5c5a 100644 --- a/packages/n8n-node/nodes/Probo/actions/thirdParty/createService.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/thirdParty/createService.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Probo Inc . +// Copyright (c) 2025 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/thirdParty/delete.operation.ts b/packages/n8n-node/nodes/Probo/actions/thirdParty/delete.operation.ts index 6a7ec312a..dfcfb06f7 100644 --- a/packages/n8n-node/nodes/Probo/actions/thirdParty/delete.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/thirdParty/delete.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Probo Inc . +// Copyright (c) 2025 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/thirdParty/deleteBusinessAssociateAgreement.operation.ts b/packages/n8n-node/nodes/Probo/actions/thirdParty/deleteBusinessAssociateAgreement.operation.ts index bfb203165..db184d5eb 100644 --- a/packages/n8n-node/nodes/Probo/actions/thirdParty/deleteBusinessAssociateAgreement.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/thirdParty/deleteBusinessAssociateAgreement.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/thirdParty/deleteComplianceReport.operation.ts b/packages/n8n-node/nodes/Probo/actions/thirdParty/deleteComplianceReport.operation.ts index 0b4582098..7114bd890 100644 --- a/packages/n8n-node/nodes/Probo/actions/thirdParty/deleteComplianceReport.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/thirdParty/deleteComplianceReport.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/thirdParty/deleteContact.operation.ts b/packages/n8n-node/nodes/Probo/actions/thirdParty/deleteContact.operation.ts index 3e6bd6b7d..a03e1dd87 100644 --- a/packages/n8n-node/nodes/Probo/actions/thirdParty/deleteContact.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/thirdParty/deleteContact.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/thirdParty/deleteDataPrivacyAgreement.operation.ts b/packages/n8n-node/nodes/Probo/actions/thirdParty/deleteDataPrivacyAgreement.operation.ts index 749aebea6..87d4429c4 100644 --- a/packages/n8n-node/nodes/Probo/actions/thirdParty/deleteDataPrivacyAgreement.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/thirdParty/deleteDataPrivacyAgreement.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/thirdParty/deleteService.operation.ts b/packages/n8n-node/nodes/Probo/actions/thirdParty/deleteService.operation.ts index af71ed794..1196662a8 100644 --- a/packages/n8n-node/nodes/Probo/actions/thirdParty/deleteService.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/thirdParty/deleteService.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Probo Inc . +// Copyright (c) 2025 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/thirdParty/get.operation.ts b/packages/n8n-node/nodes/Probo/actions/thirdParty/get.operation.ts index 20f166155..5a4f9161a 100644 --- a/packages/n8n-node/nodes/Probo/actions/thirdParty/get.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/thirdParty/get.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Probo Inc . +// Copyright (c) 2025 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/thirdParty/getAll.operation.ts b/packages/n8n-node/nodes/Probo/actions/thirdParty/getAll.operation.ts index df7500d76..aef175b44 100644 --- a/packages/n8n-node/nodes/Probo/actions/thirdParty/getAll.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/thirdParty/getAll.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/thirdParty/getAllComplianceReports.operation.ts b/packages/n8n-node/nodes/Probo/actions/thirdParty/getAllComplianceReports.operation.ts index c5f28dbeb..4d54afe40 100644 --- a/packages/n8n-node/nodes/Probo/actions/thirdParty/getAllComplianceReports.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/thirdParty/getAllComplianceReports.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/thirdParty/getAllContacts.operation.ts b/packages/n8n-node/nodes/Probo/actions/thirdParty/getAllContacts.operation.ts index ebf7222e0..5892ba404 100644 --- a/packages/n8n-node/nodes/Probo/actions/thirdParty/getAllContacts.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/thirdParty/getAllContacts.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/thirdParty/getAllRiskAssessments.operation.ts b/packages/n8n-node/nodes/Probo/actions/thirdParty/getAllRiskAssessments.operation.ts index 782725ff3..e05c40350 100644 --- a/packages/n8n-node/nodes/Probo/actions/thirdParty/getAllRiskAssessments.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/thirdParty/getAllRiskAssessments.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Probo Inc . +// Copyright (c) 2025 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/thirdParty/getAllServices.operation.ts b/packages/n8n-node/nodes/Probo/actions/thirdParty/getAllServices.operation.ts index 3b9a6d50c..d8428f5df 100644 --- a/packages/n8n-node/nodes/Probo/actions/thirdParty/getAllServices.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/thirdParty/getAllServices.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Probo Inc . +// Copyright (c) 2025 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/thirdParty/getBusinessAssociateAgreement.operation.ts b/packages/n8n-node/nodes/Probo/actions/thirdParty/getBusinessAssociateAgreement.operation.ts index b04887424..ae414b885 100644 --- a/packages/n8n-node/nodes/Probo/actions/thirdParty/getBusinessAssociateAgreement.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/thirdParty/getBusinessAssociateAgreement.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/thirdParty/getContact.operation.ts b/packages/n8n-node/nodes/Probo/actions/thirdParty/getContact.operation.ts index 5b4a8d3a0..b04bae3cb 100644 --- a/packages/n8n-node/nodes/Probo/actions/thirdParty/getContact.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/thirdParty/getContact.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/thirdParty/getDataPrivacyAgreement.operation.ts b/packages/n8n-node/nodes/Probo/actions/thirdParty/getDataPrivacyAgreement.operation.ts index 7370dcff4..999859ba3 100644 --- a/packages/n8n-node/nodes/Probo/actions/thirdParty/getDataPrivacyAgreement.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/thirdParty/getDataPrivacyAgreement.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/thirdParty/getRiskAssessment.operation.ts b/packages/n8n-node/nodes/Probo/actions/thirdParty/getRiskAssessment.operation.ts index 5efec5252..b5f6062a7 100644 --- a/packages/n8n-node/nodes/Probo/actions/thirdParty/getRiskAssessment.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/thirdParty/getRiskAssessment.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Probo Inc . +// Copyright (c) 2025 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/thirdParty/getService.operation.ts b/packages/n8n-node/nodes/Probo/actions/thirdParty/getService.operation.ts index 42512940b..3051b0a3c 100644 --- a/packages/n8n-node/nodes/Probo/actions/thirdParty/getService.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/thirdParty/getService.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Probo Inc . +// Copyright (c) 2025 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/thirdParty/index.ts b/packages/n8n-node/nodes/Probo/actions/thirdParty/index.ts index 37decb46b..70496f77c 100644 --- a/packages/n8n-node/nodes/Probo/actions/thirdParty/index.ts +++ b/packages/n8n-node/nodes/Probo/actions/thirdParty/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/thirdParty/linkThirdParty.operation.ts b/packages/n8n-node/nodes/Probo/actions/thirdParty/linkThirdParty.operation.ts index 16380b45a..3efaac203 100644 --- a/packages/n8n-node/nodes/Probo/actions/thirdParty/linkThirdParty.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/thirdParty/linkThirdParty.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/thirdParty/listChildThirdParties.operation.ts b/packages/n8n-node/nodes/Probo/actions/thirdParty/listChildThirdParties.operation.ts index 08dc25c92..45e30e8fb 100644 --- a/packages/n8n-node/nodes/Probo/actions/thirdParty/listChildThirdParties.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/thirdParty/listChildThirdParties.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/thirdParty/publish.operation.ts b/packages/n8n-node/nodes/Probo/actions/thirdParty/publish.operation.ts index 8a6fc39d2..b8abdb6c0 100644 --- a/packages/n8n-node/nodes/Probo/actions/thirdParty/publish.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/thirdParty/publish.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/thirdParty/unlinkThirdParty.operation.ts b/packages/n8n-node/nodes/Probo/actions/thirdParty/unlinkThirdParty.operation.ts index a7950ed3d..df2eb7e59 100644 --- a/packages/n8n-node/nodes/Probo/actions/thirdParty/unlinkThirdParty.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/thirdParty/unlinkThirdParty.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/thirdParty/update.operation.ts b/packages/n8n-node/nodes/Probo/actions/thirdParty/update.operation.ts index 13741a9b1..21562e511 100644 --- a/packages/n8n-node/nodes/Probo/actions/thirdParty/update.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/thirdParty/update.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Probo Inc . +// Copyright (c) 2025 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/thirdParty/updateBusinessAssociateAgreement.operation.ts b/packages/n8n-node/nodes/Probo/actions/thirdParty/updateBusinessAssociateAgreement.operation.ts index b6e9e6bf6..7e61a0f50 100644 --- a/packages/n8n-node/nodes/Probo/actions/thirdParty/updateBusinessAssociateAgreement.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/thirdParty/updateBusinessAssociateAgreement.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/thirdParty/updateContact.operation.ts b/packages/n8n-node/nodes/Probo/actions/thirdParty/updateContact.operation.ts index 0942c3b44..2873f1eba 100644 --- a/packages/n8n-node/nodes/Probo/actions/thirdParty/updateContact.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/thirdParty/updateContact.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/thirdParty/updateDataPrivacyAgreement.operation.ts b/packages/n8n-node/nodes/Probo/actions/thirdParty/updateDataPrivacyAgreement.operation.ts index 3d0252204..a916b2e3a 100644 --- a/packages/n8n-node/nodes/Probo/actions/thirdParty/updateDataPrivacyAgreement.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/thirdParty/updateDataPrivacyAgreement.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/thirdParty/updateService.operation.ts b/packages/n8n-node/nodes/Probo/actions/thirdParty/updateService.operation.ts index 3d0fdff2e..77a255a1b 100644 --- a/packages/n8n-node/nodes/Probo/actions/thirdParty/updateService.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/thirdParty/updateService.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Probo Inc . +// Copyright (c) 2025 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/thirdParty/vet.operation.ts b/packages/n8n-node/nodes/Probo/actions/thirdParty/vet.operation.ts index 4d3fc75a0..209387529 100644 --- a/packages/n8n-node/nodes/Probo/actions/thirdParty/vet.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/thirdParty/vet.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/tia/create.operation.ts b/packages/n8n-node/nodes/Probo/actions/tia/create.operation.ts index c620c302b..9ec3c9a51 100644 --- a/packages/n8n-node/nodes/Probo/actions/tia/create.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/tia/create.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/tia/delete.operation.ts b/packages/n8n-node/nodes/Probo/actions/tia/delete.operation.ts index 183aa1feb..ca308cc13 100644 --- a/packages/n8n-node/nodes/Probo/actions/tia/delete.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/tia/delete.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/tia/get.operation.ts b/packages/n8n-node/nodes/Probo/actions/tia/get.operation.ts index 592129cc4..721eac0f4 100644 --- a/packages/n8n-node/nodes/Probo/actions/tia/get.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/tia/get.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/tia/getAll.operation.ts b/packages/n8n-node/nodes/Probo/actions/tia/getAll.operation.ts index 0d6dea3c2..3db831e79 100644 --- a/packages/n8n-node/nodes/Probo/actions/tia/getAll.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/tia/getAll.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/tia/index.ts b/packages/n8n-node/nodes/Probo/actions/tia/index.ts index 7c327f41d..2b554f368 100644 --- a/packages/n8n-node/nodes/Probo/actions/tia/index.ts +++ b/packages/n8n-node/nodes/Probo/actions/tia/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/tia/publish.operation.ts b/packages/n8n-node/nodes/Probo/actions/tia/publish.operation.ts index ebc245306..13162d0e0 100644 --- a/packages/n8n-node/nodes/Probo/actions/tia/publish.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/tia/publish.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/tia/update.operation.ts b/packages/n8n-node/nodes/Probo/actions/tia/update.operation.ts index 450f0706d..bb6a0019d 100644 --- a/packages/n8n-node/nodes/Probo/actions/tia/update.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/tia/update.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/trackerPattern/create.operation.ts b/packages/n8n-node/nodes/Probo/actions/trackerPattern/create.operation.ts index 4d8c00f10..f123ad9ec 100644 --- a/packages/n8n-node/nodes/Probo/actions/trackerPattern/create.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/trackerPattern/create.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/trackerPattern/delete.operation.ts b/packages/n8n-node/nodes/Probo/actions/trackerPattern/delete.operation.ts index cb0842a23..7643ca5d3 100644 --- a/packages/n8n-node/nodes/Probo/actions/trackerPattern/delete.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/trackerPattern/delete.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/trackerPattern/get.operation.ts b/packages/n8n-node/nodes/Probo/actions/trackerPattern/get.operation.ts index f501f3559..7141481fa 100644 --- a/packages/n8n-node/nodes/Probo/actions/trackerPattern/get.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/trackerPattern/get.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/trackerPattern/getAll.operation.ts b/packages/n8n-node/nodes/Probo/actions/trackerPattern/getAll.operation.ts index 0d507ff9d..01c2680e0 100644 --- a/packages/n8n-node/nodes/Probo/actions/trackerPattern/getAll.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/trackerPattern/getAll.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/trackerPattern/index.ts b/packages/n8n-node/nodes/Probo/actions/trackerPattern/index.ts index 0b80fd54f..154fcbeb9 100644 --- a/packages/n8n-node/nodes/Probo/actions/trackerPattern/index.ts +++ b/packages/n8n-node/nodes/Probo/actions/trackerPattern/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/trackerPattern/move.operation.ts b/packages/n8n-node/nodes/Probo/actions/trackerPattern/move.operation.ts index 068f89160..74d477b11 100644 --- a/packages/n8n-node/nodes/Probo/actions/trackerPattern/move.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/trackerPattern/move.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/trackerPattern/update.operation.ts b/packages/n8n-node/nodes/Probo/actions/trackerPattern/update.operation.ts index 1ab89e5c9..5cb076106 100644 --- a/packages/n8n-node/nodes/Probo/actions/trackerPattern/update.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/trackerPattern/update.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/trustCenter/createExternalUrl.operation.ts b/packages/n8n-node/nodes/Probo/actions/trustCenter/createExternalUrl.operation.ts index cc4f0ee56..74c4e4e2a 100644 --- a/packages/n8n-node/nodes/Probo/actions/trustCenter/createExternalUrl.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/trustCenter/createExternalUrl.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/trustCenter/createReference.operation.ts b/packages/n8n-node/nodes/Probo/actions/trustCenter/createReference.operation.ts index a58e9fcc9..f8993f74d 100644 --- a/packages/n8n-node/nodes/Probo/actions/trustCenter/createReference.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/trustCenter/createReference.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/trustCenter/deleteExternalUrl.operation.ts b/packages/n8n-node/nodes/Probo/actions/trustCenter/deleteExternalUrl.operation.ts index 755c31d3b..3de653940 100644 --- a/packages/n8n-node/nodes/Probo/actions/trustCenter/deleteExternalUrl.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/trustCenter/deleteExternalUrl.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/trustCenter/deleteFile.operation.ts b/packages/n8n-node/nodes/Probo/actions/trustCenter/deleteFile.operation.ts index 1e382b57c..93801b591 100644 --- a/packages/n8n-node/nodes/Probo/actions/trustCenter/deleteFile.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/trustCenter/deleteFile.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/trustCenter/deleteReference.operation.ts b/packages/n8n-node/nodes/Probo/actions/trustCenter/deleteReference.operation.ts index 535aa353f..ab09a09c4 100644 --- a/packages/n8n-node/nodes/Probo/actions/trustCenter/deleteReference.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/trustCenter/deleteReference.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/trustCenter/get.operation.ts b/packages/n8n-node/nodes/Probo/actions/trustCenter/get.operation.ts index 55d54bcb1..b45e9df72 100644 --- a/packages/n8n-node/nodes/Probo/actions/trustCenter/get.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/trustCenter/get.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/trustCenter/getAllFiles.operation.ts b/packages/n8n-node/nodes/Probo/actions/trustCenter/getAllFiles.operation.ts index 7abc6947f..05a19cbe8 100644 --- a/packages/n8n-node/nodes/Probo/actions/trustCenter/getAllFiles.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/trustCenter/getAllFiles.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/trustCenter/getAllReferences.operation.ts b/packages/n8n-node/nodes/Probo/actions/trustCenter/getAllReferences.operation.ts index 263bb6f00..69e2f8f84 100644 --- a/packages/n8n-node/nodes/Probo/actions/trustCenter/getAllReferences.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/trustCenter/getAllReferences.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/trustCenter/index.ts b/packages/n8n-node/nodes/Probo/actions/trustCenter/index.ts index 0c7aec412..d35209eab 100644 --- a/packages/n8n-node/nodes/Probo/actions/trustCenter/index.ts +++ b/packages/n8n-node/nodes/Probo/actions/trustCenter/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/trustCenter/update.operation.ts b/packages/n8n-node/nodes/Probo/actions/trustCenter/update.operation.ts index b55a36def..bb175b702 100644 --- a/packages/n8n-node/nodes/Probo/actions/trustCenter/update.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/trustCenter/update.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/user/archiveUser.operation.ts b/packages/n8n-node/nodes/Probo/actions/user/archiveUser.operation.ts index 8576ef193..f9d051602 100644 --- a/packages/n8n-node/nodes/Probo/actions/user/archiveUser.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/user/archiveUser.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/user/createUser.operation.ts b/packages/n8n-node/nodes/Probo/actions/user/createUser.operation.ts index c64edecd8..92c9683e7 100644 --- a/packages/n8n-node/nodes/Probo/actions/user/createUser.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/user/createUser.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/user/getUser.operation.ts b/packages/n8n-node/nodes/Probo/actions/user/getUser.operation.ts index 5c8eee392..a745d5730 100644 --- a/packages/n8n-node/nodes/Probo/actions/user/getUser.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/user/getUser.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/user/index.ts b/packages/n8n-node/nodes/Probo/actions/user/index.ts index 222a7f017..19e6df49e 100644 --- a/packages/n8n-node/nodes/Probo/actions/user/index.ts +++ b/packages/n8n-node/nodes/Probo/actions/user/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/user/inviteUser.operation.ts b/packages/n8n-node/nodes/Probo/actions/user/inviteUser.operation.ts index c5e1660a7..d244baafa 100644 --- a/packages/n8n-node/nodes/Probo/actions/user/inviteUser.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/user/inviteUser.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/user/listUsers.operation.ts b/packages/n8n-node/nodes/Probo/actions/user/listUsers.operation.ts index d9933a520..6abcb8bc3 100644 --- a/packages/n8n-node/nodes/Probo/actions/user/listUsers.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/user/listUsers.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/user/removeUser.operation.ts b/packages/n8n-node/nodes/Probo/actions/user/removeUser.operation.ts index 5ce261d9b..36311f2a6 100644 --- a/packages/n8n-node/nodes/Probo/actions/user/removeUser.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/user/removeUser.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/user/updateMembership.operation.ts b/packages/n8n-node/nodes/Probo/actions/user/updateMembership.operation.ts index 5718782fe..c0ff472c4 100644 --- a/packages/n8n-node/nodes/Probo/actions/user/updateMembership.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/user/updateMembership.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/user/updateUser.operation.ts b/packages/n8n-node/nodes/Probo/actions/user/updateUser.operation.ts index 170395b7c..3702aeb1a 100644 --- a/packages/n8n-node/nodes/Probo/actions/user/updateUser.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/user/updateUser.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/webhook/create.operation.ts b/packages/n8n-node/nodes/Probo/actions/webhook/create.operation.ts index 4682df13f..d1576dba1 100644 --- a/packages/n8n-node/nodes/Probo/actions/webhook/create.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/webhook/create.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/webhook/delete.operation.ts b/packages/n8n-node/nodes/Probo/actions/webhook/delete.operation.ts index 79640e48f..98e3097fb 100644 --- a/packages/n8n-node/nodes/Probo/actions/webhook/delete.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/webhook/delete.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/webhook/get.operation.ts b/packages/n8n-node/nodes/Probo/actions/webhook/get.operation.ts index 233b06078..7e8809c2a 100644 --- a/packages/n8n-node/nodes/Probo/actions/webhook/get.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/webhook/get.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/webhook/getAll.operation.ts b/packages/n8n-node/nodes/Probo/actions/webhook/getAll.operation.ts index 732e5d984..51ad2b99d 100644 --- a/packages/n8n-node/nodes/Probo/actions/webhook/getAll.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/webhook/getAll.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/webhook/getEvents.operation.ts b/packages/n8n-node/nodes/Probo/actions/webhook/getEvents.operation.ts index 121b40e6c..55b980883 100644 --- a/packages/n8n-node/nodes/Probo/actions/webhook/getEvents.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/webhook/getEvents.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/webhook/index.ts b/packages/n8n-node/nodes/Probo/actions/webhook/index.ts index c7e82ae3d..21e0fcecf 100644 --- a/packages/n8n-node/nodes/Probo/actions/webhook/index.ts +++ b/packages/n8n-node/nodes/Probo/actions/webhook/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/nodes/Probo/actions/webhook/update.operation.ts b/packages/n8n-node/nodes/Probo/actions/webhook/update.operation.ts index bd3529e4d..63ed93ebd 100644 --- a/packages/n8n-node/nodes/Probo/actions/webhook/update.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/webhook/update.operation.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/n8n-node/package.json b/packages/n8n-node/package.json index 9d49702c9..39d969ac0 100644 --- a/packages/n8n-node/package.json +++ b/packages/n8n-node/package.json @@ -13,7 +13,7 @@ }, "author": { "name": "Probo Inc", - "email": "hello@getprobo.com" + "email": "hello@probo.com" }, "files": [ "dist" diff --git a/packages/prosemirror/src/hasMarkdown.ts b/packages/prosemirror/src/hasMarkdown.ts index c4a4e23ea..0ab067e6a 100644 --- a/packages/prosemirror/src/hasMarkdown.ts +++ b/packages/prosemirror/src/hasMarkdown.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/prosemirror/src/htmlBlock.ts b/packages/prosemirror/src/htmlBlock.ts index 886868ba9..d3ed64fb9 100644 --- a/packages/prosemirror/src/htmlBlock.ts +++ b/packages/prosemirror/src/htmlBlock.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/prosemirror/src/index.ts b/packages/prosemirror/src/index.ts index ddcde03ec..bc4d95516 100644 --- a/packages/prosemirror/src/index.ts +++ b/packages/prosemirror/src/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/prosemirror/src/markdown.ts b/packages/prosemirror/src/markdown.ts index 09a4aca28..5da9b9c7a 100644 --- a/packages/prosemirror/src/markdown.ts +++ b/packages/prosemirror/src/markdown.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/react-lazy/src/index.ts b/packages/react-lazy/src/index.ts index e113ae014..cf55661b1 100644 --- a/packages/react-lazy/src/index.ts +++ b/packages/react-lazy/src/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/relay/src/errors.ts b/packages/relay/src/errors.ts index 07b59e72b..59a36a315 100644 --- a/packages/relay/src/errors.ts +++ b/packages/relay/src/errors.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/relay/src/fetch.ts b/packages/relay/src/fetch.ts index a63fda09f..576f54a86 100644 --- a/packages/relay/src/fetch.ts +++ b/packages/relay/src/fetch.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/relay/src/index.ts b/packages/relay/src/index.ts index 177baaf24..a3b65ed82 100644 --- a/packages/relay/src/index.ts +++ b/packages/relay/src/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/routes/src/appRoute.tsx b/packages/routes/src/appRoute.tsx index 682dc6c6b..f20a00cf5 100644 --- a/packages/routes/src/appRoute.tsx +++ b/packages/routes/src/appRoute.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/routes/src/index.ts b/packages/routes/src/index.ts index b339a0aac..3b9e23f84 100644 --- a/packages/routes/src/index.ts +++ b/packages/routes/src/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/routes/src/relay.tsx b/packages/routes/src/relay.tsx index 4458eafda..80119755e 100644 --- a/packages/routes/src/relay.tsx +++ b/packages/routes/src/relay.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/.storybook/main.ts b/packages/ui/.storybook/main.ts index 692d25f28..015f0d7df 100644 --- a/packages/ui/.storybook/main.ts +++ b/packages/ui/.storybook/main.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/.storybook/preview.tsx b/packages/ui/.storybook/preview.tsx index 98495e4a2..17ffc7fcd 100644 --- a/packages/ui/.storybook/preview.tsx +++ b/packages/ui/.storybook/preview.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Avatar/Avatar.stories.tsx b/packages/ui/src/Atoms/Avatar/Avatar.stories.tsx index 26a6d5649..def8e6037 100644 --- a/packages/ui/src/Atoms/Avatar/Avatar.stories.tsx +++ b/packages/ui/src/Atoms/Avatar/Avatar.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Avatar/Avatar.tsx b/packages/ui/src/Atoms/Avatar/Avatar.tsx index 7eab3122e..bd9654c39 100644 --- a/packages/ui/src/Atoms/Avatar/Avatar.tsx +++ b/packages/ui/src/Atoms/Avatar/Avatar.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Badge/Badge.stories.tsx b/packages/ui/src/Atoms/Badge/Badge.stories.tsx index 54c7922dd..60e5a6d78 100644 --- a/packages/ui/src/Atoms/Badge/Badge.stories.tsx +++ b/packages/ui/src/Atoms/Badge/Badge.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Badge/Badge.tsx b/packages/ui/src/Atoms/Badge/Badge.tsx index 4953d4be6..c8805c940 100644 --- a/packages/ui/src/Atoms/Badge/Badge.tsx +++ b/packages/ui/src/Atoms/Badge/Badge.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Breadcrumb/Breadcrumb.stories.tsx b/packages/ui/src/Atoms/Breadcrumb/Breadcrumb.stories.tsx index 7f98eb918..2d0e1c913 100644 --- a/packages/ui/src/Atoms/Breadcrumb/Breadcrumb.stories.tsx +++ b/packages/ui/src/Atoms/Breadcrumb/Breadcrumb.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Breadcrumb/Breadcrumb.tsx b/packages/ui/src/Atoms/Breadcrumb/Breadcrumb.tsx index 744fff1bc..2dbcdbda0 100644 --- a/packages/ui/src/Atoms/Breadcrumb/Breadcrumb.tsx +++ b/packages/ui/src/Atoms/Breadcrumb/Breadcrumb.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Button/Button.stories.tsx b/packages/ui/src/Atoms/Button/Button.stories.tsx index 52a81c2a6..ea4bfb4fa 100644 --- a/packages/ui/src/Atoms/Button/Button.stories.tsx +++ b/packages/ui/src/Atoms/Button/Button.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Button/Button.tsx b/packages/ui/src/Atoms/Button/Button.tsx index 4254ec2ad..2f9b4b88e 100644 --- a/packages/ui/src/Atoms/Button/Button.tsx +++ b/packages/ui/src/Atoms/Button/Button.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Card/Card.stories.tsx b/packages/ui/src/Atoms/Card/Card.stories.tsx index 2e19bd06b..028067e71 100644 --- a/packages/ui/src/Atoms/Card/Card.stories.tsx +++ b/packages/ui/src/Atoms/Card/Card.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Card/Card.tsx b/packages/ui/src/Atoms/Card/Card.tsx index 4365c1e76..2696e2bb7 100644 --- a/packages/ui/src/Atoms/Card/Card.tsx +++ b/packages/ui/src/Atoms/Card/Card.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Checkbox/Checkbox.stories.tsx b/packages/ui/src/Atoms/Checkbox/Checkbox.stories.tsx index 6e4756215..92e9a9cf3 100644 --- a/packages/ui/src/Atoms/Checkbox/Checkbox.stories.tsx +++ b/packages/ui/src/Atoms/Checkbox/Checkbox.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Checkbox/Checkbox.tsx b/packages/ui/src/Atoms/Checkbox/Checkbox.tsx index 2143ddb05..b46b4831f 100644 --- a/packages/ui/src/Atoms/Checkbox/Checkbox.tsx +++ b/packages/ui/src/Atoms/Checkbox/Checkbox.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/ControlItem/ControlItem.stories.tsx b/packages/ui/src/Atoms/ControlItem/ControlItem.stories.tsx index d17cf6bf5..ab8ffa162 100644 --- a/packages/ui/src/Atoms/ControlItem/ControlItem.stories.tsx +++ b/packages/ui/src/Atoms/ControlItem/ControlItem.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/ControlItem/ControlItem.tsx b/packages/ui/src/Atoms/ControlItem/ControlItem.tsx index a278f3398..c0f0750de 100644 --- a/packages/ui/src/Atoms/ControlItem/ControlItem.tsx +++ b/packages/ui/src/Atoms/ControlItem/ControlItem.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/DataTable/DataTable.tsx b/packages/ui/src/Atoms/DataTable/DataTable.tsx index 7d66aeddb..064806557 100644 --- a/packages/ui/src/Atoms/DataTable/DataTable.tsx +++ b/packages/ui/src/Atoms/DataTable/DataTable.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Dropdown/Dropdown.stories.tsx b/packages/ui/src/Atoms/Dropdown/Dropdown.stories.tsx index 0b0052808..8c1efca8b 100644 --- a/packages/ui/src/Atoms/Dropdown/Dropdown.stories.tsx +++ b/packages/ui/src/Atoms/Dropdown/Dropdown.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Dropdown/Dropdown.tsx b/packages/ui/src/Atoms/Dropdown/Dropdown.tsx index 0ccce1f00..76f800452 100644 --- a/packages/ui/src/Atoms/Dropdown/Dropdown.tsx +++ b/packages/ui/src/Atoms/Dropdown/Dropdown.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Dropzone/Dropzone.stories.tsx b/packages/ui/src/Atoms/Dropzone/Dropzone.stories.tsx index 2b3700990..347b64b27 100644 --- a/packages/ui/src/Atoms/Dropzone/Dropzone.stories.tsx +++ b/packages/ui/src/Atoms/Dropzone/Dropzone.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Dropzone/Dropzone.tsx b/packages/ui/src/Atoms/Dropzone/Dropzone.tsx index 0a1a89b0c..4de9fb4cc 100644 --- a/packages/ui/src/Atoms/Dropzone/Dropzone.tsx +++ b/packages/ui/src/Atoms/Dropzone/Dropzone.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/FrameworkLogo/FrameworkLogo.tsx b/packages/ui/src/Atoms/FrameworkLogo/FrameworkLogo.tsx index 35328e181..889b7a630 100644 --- a/packages/ui/src/Atoms/FrameworkLogo/FrameworkLogo.tsx +++ b/packages/ui/src/Atoms/FrameworkLogo/FrameworkLogo.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconArchive.tsx b/packages/ui/src/Atoms/Icons/IconArchive.tsx index 986c9e89d..214a79ca6 100644 --- a/packages/ui/src/Atoms/Icons/IconArchive.tsx +++ b/packages/ui/src/Atoms/Icons/IconArchive.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconArrowBoxLeft.tsx b/packages/ui/src/Atoms/Icons/IconArrowBoxLeft.tsx index 200484ebc..95a7da83f 100644 --- a/packages/ui/src/Atoms/Icons/IconArrowBoxLeft.tsx +++ b/packages/ui/src/Atoms/Icons/IconArrowBoxLeft.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconArrowCornerDownLeft.tsx b/packages/ui/src/Atoms/Icons/IconArrowCornerDownLeft.tsx index 8677311ec..4421870da 100644 --- a/packages/ui/src/Atoms/Icons/IconArrowCornerDownLeft.tsx +++ b/packages/ui/src/Atoms/Icons/IconArrowCornerDownLeft.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconArrowDown.tsx b/packages/ui/src/Atoms/Icons/IconArrowDown.tsx index c028d4e42..ff8c8c053 100644 --- a/packages/ui/src/Atoms/Icons/IconArrowDown.tsx +++ b/packages/ui/src/Atoms/Icons/IconArrowDown.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconArrowInbox.tsx b/packages/ui/src/Atoms/Icons/IconArrowInbox.tsx index 6364f9053..a3868a15e 100644 --- a/packages/ui/src/Atoms/Icons/IconArrowInbox.tsx +++ b/packages/ui/src/Atoms/Icons/IconArrowInbox.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconArrowInbox1.tsx b/packages/ui/src/Atoms/Icons/IconArrowInbox1.tsx index cba5ba7dd..bb72d925c 100644 --- a/packages/ui/src/Atoms/Icons/IconArrowInbox1.tsx +++ b/packages/ui/src/Atoms/Icons/IconArrowInbox1.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconArrowLink.tsx b/packages/ui/src/Atoms/Icons/IconArrowLink.tsx index 604f2bcfb..bd93d3b75 100644 --- a/packages/ui/src/Atoms/Icons/IconArrowLink.tsx +++ b/packages/ui/src/Atoms/Icons/IconArrowLink.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconArrowUp.tsx b/packages/ui/src/Atoms/Icons/IconArrowUp.tsx index 03a1245fb..2d6d7a2a0 100644 --- a/packages/ui/src/Atoms/Icons/IconArrowUp.tsx +++ b/packages/ui/src/Atoms/Icons/IconArrowUp.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconBank.tsx b/packages/ui/src/Atoms/Icons/IconBank.tsx index 3d3640f84..ac1f16866 100644 --- a/packages/ui/src/Atoms/Icons/IconBank.tsx +++ b/packages/ui/src/Atoms/Icons/IconBank.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconBell2.tsx b/packages/ui/src/Atoms/Icons/IconBell2.tsx index 84e14c9f4..88ac8cbf8 100644 --- a/packages/ui/src/Atoms/Icons/IconBell2.tsx +++ b/packages/ui/src/Atoms/Icons/IconBell2.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconBlock.tsx b/packages/ui/src/Atoms/Icons/IconBlock.tsx index 3f2f78790..56b4e825d 100644 --- a/packages/ui/src/Atoms/Icons/IconBlock.tsx +++ b/packages/ui/src/Atoms/Icons/IconBlock.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconBlock1.tsx b/packages/ui/src/Atoms/Icons/IconBlock1.tsx index ab83648b1..647d09497 100644 --- a/packages/ui/src/Atoms/Icons/IconBlock1.tsx +++ b/packages/ui/src/Atoms/Icons/IconBlock1.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconBook.tsx b/packages/ui/src/Atoms/Icons/IconBook.tsx index 931597fbe..6f6961516 100644 --- a/packages/ui/src/Atoms/Icons/IconBook.tsx +++ b/packages/ui/src/Atoms/Icons/IconBook.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconBox.tsx b/packages/ui/src/Atoms/Icons/IconBox.tsx index a08981287..b1fd825e5 100644 --- a/packages/ui/src/Atoms/Icons/IconBox.tsx +++ b/packages/ui/src/Atoms/Icons/IconBox.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconCalendar1.tsx b/packages/ui/src/Atoms/Icons/IconCalendar1.tsx index ee1f194c2..eb8d5c4e7 100644 --- a/packages/ui/src/Atoms/Icons/IconCalendar1.tsx +++ b/packages/ui/src/Atoms/Icons/IconCalendar1.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconCalendar2.tsx b/packages/ui/src/Atoms/Icons/IconCalendar2.tsx index 794a14085..e14d089f8 100644 --- a/packages/ui/src/Atoms/Icons/IconCalendar2.tsx +++ b/packages/ui/src/Atoms/Icons/IconCalendar2.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconCheckmark1.tsx b/packages/ui/src/Atoms/Icons/IconCheckmark1.tsx index d5ed199ef..282ffc20b 100644 --- a/packages/ui/src/Atoms/Icons/IconCheckmark1.tsx +++ b/packages/ui/src/Atoms/Icons/IconCheckmark1.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconCheckmark2Small.tsx b/packages/ui/src/Atoms/Icons/IconCheckmark2Small.tsx index 4fe412869..75276ca4a 100644 --- a/packages/ui/src/Atoms/Icons/IconCheckmark2Small.tsx +++ b/packages/ui/src/Atoms/Icons/IconCheckmark2Small.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconChevronDown.tsx b/packages/ui/src/Atoms/Icons/IconChevronDown.tsx index 13df73674..cec372aa1 100644 --- a/packages/ui/src/Atoms/Icons/IconChevronDown.tsx +++ b/packages/ui/src/Atoms/Icons/IconChevronDown.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconChevronGrabberVertical.tsx b/packages/ui/src/Atoms/Icons/IconChevronGrabberVertical.tsx index f52d0e654..26993b3ee 100644 --- a/packages/ui/src/Atoms/Icons/IconChevronGrabberVertical.tsx +++ b/packages/ui/src/Atoms/Icons/IconChevronGrabberVertical.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconChevronLeft.tsx b/packages/ui/src/Atoms/Icons/IconChevronLeft.tsx index 5e6b04aee..bba59a266 100644 --- a/packages/ui/src/Atoms/Icons/IconChevronLeft.tsx +++ b/packages/ui/src/Atoms/Icons/IconChevronLeft.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconChevronRight.tsx b/packages/ui/src/Atoms/Icons/IconChevronRight.tsx index a2ba3c9cb..09879a660 100644 --- a/packages/ui/src/Atoms/Icons/IconChevronRight.tsx +++ b/packages/ui/src/Atoms/Icons/IconChevronRight.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconChevronTriangleDownSmall.tsx b/packages/ui/src/Atoms/Icons/IconChevronTriangleDownSmall.tsx index 474d371ac..c399dfb5f 100644 --- a/packages/ui/src/Atoms/Icons/IconChevronTriangleDownSmall.tsx +++ b/packages/ui/src/Atoms/Icons/IconChevronTriangleDownSmall.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconChevronUp.tsx b/packages/ui/src/Atoms/Icons/IconChevronUp.tsx index 57b637ecf..a04582526 100644 --- a/packages/ui/src/Atoms/Icons/IconChevronUp.tsx +++ b/packages/ui/src/Atoms/Icons/IconChevronUp.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconCircleCheck.tsx b/packages/ui/src/Atoms/Icons/IconCircleCheck.tsx index cf65e8dfa..8cddbe3ee 100644 --- a/packages/ui/src/Atoms/Icons/IconCircleCheck.tsx +++ b/packages/ui/src/Atoms/Icons/IconCircleCheck.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconCircleCheck1.tsx b/packages/ui/src/Atoms/Icons/IconCircleCheck1.tsx index 638daebf0..bb2658de6 100644 --- a/packages/ui/src/Atoms/Icons/IconCircleCheck1.tsx +++ b/packages/ui/src/Atoms/Icons/IconCircleCheck1.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconCircleInfo.tsx b/packages/ui/src/Atoms/Icons/IconCircleInfo.tsx index 10f93c19e..42b15de48 100644 --- a/packages/ui/src/Atoms/Icons/IconCircleInfo.tsx +++ b/packages/ui/src/Atoms/Icons/IconCircleInfo.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconCircleProgress.tsx b/packages/ui/src/Atoms/Icons/IconCircleProgress.tsx index 13b4693b6..1dfae9990 100644 --- a/packages/ui/src/Atoms/Icons/IconCircleProgress.tsx +++ b/packages/ui/src/Atoms/Icons/IconCircleProgress.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconCircleQuestionmark.tsx b/packages/ui/src/Atoms/Icons/IconCircleQuestionmark.tsx index 1410a69bd..093099860 100644 --- a/packages/ui/src/Atoms/Icons/IconCircleQuestionmark.tsx +++ b/packages/ui/src/Atoms/Icons/IconCircleQuestionmark.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconCircleQuestionmark1.tsx b/packages/ui/src/Atoms/Icons/IconCircleQuestionmark1.tsx index 241f76c12..5d8224ae6 100644 --- a/packages/ui/src/Atoms/Icons/IconCircleQuestionmark1.tsx +++ b/packages/ui/src/Atoms/Icons/IconCircleQuestionmark1.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconCircleQuestionmarkSolid.tsx b/packages/ui/src/Atoms/Icons/IconCircleQuestionmarkSolid.tsx index b918b23ac..4b14ab795 100644 --- a/packages/ui/src/Atoms/Icons/IconCircleQuestionmarkSolid.tsx +++ b/packages/ui/src/Atoms/Icons/IconCircleQuestionmarkSolid.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconCircleX.tsx b/packages/ui/src/Atoms/Icons/IconCircleX.tsx index c503f5d17..8698ee78b 100644 --- a/packages/ui/src/Atoms/Icons/IconCircleX.tsx +++ b/packages/ui/src/Atoms/Icons/IconCircleX.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconClock.tsx b/packages/ui/src/Atoms/Icons/IconClock.tsx index 0605801a6..0f24ec81d 100644 --- a/packages/ui/src/Atoms/Icons/IconClock.tsx +++ b/packages/ui/src/Atoms/Icons/IconClock.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconCollapse.tsx b/packages/ui/src/Atoms/Icons/IconCollapse.tsx index 5987d7b70..f83ccce97 100644 --- a/packages/ui/src/Atoms/Icons/IconCollapse.tsx +++ b/packages/ui/src/Atoms/Icons/IconCollapse.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconCrossLargeX.tsx b/packages/ui/src/Atoms/Icons/IconCrossLargeX.tsx index d71ef944f..7963e45f1 100644 --- a/packages/ui/src/Atoms/Icons/IconCrossLargeX.tsx +++ b/packages/ui/src/Atoms/Icons/IconCrossLargeX.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconDotGrid1x3Horizontal.tsx b/packages/ui/src/Atoms/Icons/IconDotGrid1x3Horizontal.tsx index 976886345..353680f60 100644 --- a/packages/ui/src/Atoms/Icons/IconDotGrid1x3Horizontal.tsx +++ b/packages/ui/src/Atoms/Icons/IconDotGrid1x3Horizontal.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconExpand.tsx b/packages/ui/src/Atoms/Icons/IconExpand.tsx index 95f268b1c..14084e69a 100644 --- a/packages/ui/src/Atoms/Icons/IconExpand.tsx +++ b/packages/ui/src/Atoms/Icons/IconExpand.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconFilter.tsx b/packages/ui/src/Atoms/Icons/IconFilter.tsx index f1b3ae0fd..0959f6292 100644 --- a/packages/ui/src/Atoms/Icons/IconFilter.tsx +++ b/packages/ui/src/Atoms/Icons/IconFilter.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconFire3.tsx b/packages/ui/src/Atoms/Icons/IconFire3.tsx index 502a6e9d8..d2491177d 100644 --- a/packages/ui/src/Atoms/Icons/IconFire3.tsx +++ b/packages/ui/src/Atoms/Icons/IconFire3.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconFolder2.tsx b/packages/ui/src/Atoms/Icons/IconFolder2.tsx index 6532f603a..e0846bb81 100644 --- a/packages/ui/src/Atoms/Icons/IconFolder2.tsx +++ b/packages/ui/src/Atoms/Icons/IconFolder2.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconFolderUpload.tsx b/packages/ui/src/Atoms/Icons/IconFolderUpload.tsx index 2c61a6f48..5fd51f37c 100644 --- a/packages/ui/src/Atoms/Icons/IconFolderUpload.tsx +++ b/packages/ui/src/Atoms/Icons/IconFolderUpload.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconFrame.tsx b/packages/ui/src/Atoms/Icons/IconFrame.tsx index 13384c631..9687232dd 100644 --- a/packages/ui/src/Atoms/Icons/IconFrame.tsx +++ b/packages/ui/src/Atoms/Icons/IconFrame.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconFrame1.tsx b/packages/ui/src/Atoms/Icons/IconFrame1.tsx index 9ede2a7f9..667f686ad 100644 --- a/packages/ui/src/Atoms/Icons/IconFrame1.tsx +++ b/packages/ui/src/Atoms/Icons/IconFrame1.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconFrame2.tsx b/packages/ui/src/Atoms/Icons/IconFrame2.tsx index 83dc46b3c..ba8df7c6e 100644 --- a/packages/ui/src/Atoms/Icons/IconFrame2.tsx +++ b/packages/ui/src/Atoms/Icons/IconFrame2.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconGlobe.tsx b/packages/ui/src/Atoms/Icons/IconGlobe.tsx index a0b10cf19..21d36e7ed 100644 --- a/packages/ui/src/Atoms/Icons/IconGlobe.tsx +++ b/packages/ui/src/Atoms/Icons/IconGlobe.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconGroup1.tsx b/packages/ui/src/Atoms/Icons/IconGroup1.tsx index e113b8e65..b31126c9d 100644 --- a/packages/ui/src/Atoms/Icons/IconGroup1.tsx +++ b/packages/ui/src/Atoms/Icons/IconGroup1.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconGroup11.tsx b/packages/ui/src/Atoms/Icons/IconGroup11.tsx index e995f140c..6f49537e3 100644 --- a/packages/ui/src/Atoms/Icons/IconGroup11.tsx +++ b/packages/ui/src/Atoms/Icons/IconGroup11.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconHome.tsx b/packages/ui/src/Atoms/Icons/IconHome.tsx index 4feac6a11..302add13e 100644 --- a/packages/ui/src/Atoms/Icons/IconHome.tsx +++ b/packages/ui/src/Atoms/Icons/IconHome.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconImage.tsx b/packages/ui/src/Atoms/Icons/IconImage.tsx index 7fb369d74..0155bc305 100644 --- a/packages/ui/src/Atoms/Icons/IconImage.tsx +++ b/packages/ui/src/Atoms/Icons/IconImage.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconImport2.tsx b/packages/ui/src/Atoms/Icons/IconImport2.tsx index e87b85dbb..725e3680b 100644 --- a/packages/ui/src/Atoms/Icons/IconImport2.tsx +++ b/packages/ui/src/Atoms/Icons/IconImport2.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconInProgress.tsx b/packages/ui/src/Atoms/Icons/IconInProgress.tsx index ce48d319f..bd1a4bb7d 100644 --- a/packages/ui/src/Atoms/Icons/IconInProgress.tsx +++ b/packages/ui/src/Atoms/Icons/IconInProgress.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconInboxEmpty.tsx b/packages/ui/src/Atoms/Icons/IconInboxEmpty.tsx index de5e81e89..b8f1320ce 100644 --- a/packages/ui/src/Atoms/Icons/IconInboxEmpty.tsx +++ b/packages/ui/src/Atoms/Icons/IconInboxEmpty.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconKey.tsx b/packages/ui/src/Atoms/Icons/IconKey.tsx index 4a4dfb6ca..811a18cd1 100644 --- a/packages/ui/src/Atoms/Icons/IconKey.tsx +++ b/packages/ui/src/Atoms/Icons/IconKey.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconListStack.tsx b/packages/ui/src/Atoms/Icons/IconListStack.tsx index 42afc9d1d..dcec0d3de 100644 --- a/packages/ui/src/Atoms/Icons/IconListStack.tsx +++ b/packages/ui/src/Atoms/Icons/IconListStack.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconLock.tsx b/packages/ui/src/Atoms/Icons/IconLock.tsx index 24cccf117..cad4ba3ae 100644 --- a/packages/ui/src/Atoms/Icons/IconLock.tsx +++ b/packages/ui/src/Atoms/Icons/IconLock.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconMagnifyingGlass.tsx b/packages/ui/src/Atoms/Icons/IconMagnifyingGlass.tsx index dbff3c94d..d2f4d0468 100644 --- a/packages/ui/src/Atoms/Icons/IconMagnifyingGlass.tsx +++ b/packages/ui/src/Atoms/Icons/IconMagnifyingGlass.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconMail.tsx b/packages/ui/src/Atoms/Icons/IconMail.tsx index c02bb2f74..518b25482 100644 --- a/packages/ui/src/Atoms/Icons/IconMail.tsx +++ b/packages/ui/src/Atoms/Icons/IconMail.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconMedal.tsx b/packages/ui/src/Atoms/Icons/IconMedal.tsx index d33ea8ee6..03ee6ec35 100644 --- a/packages/ui/src/Atoms/Icons/IconMedal.tsx +++ b/packages/ui/src/Atoms/Icons/IconMedal.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconMinusLarge.tsx b/packages/ui/src/Atoms/Icons/IconMinusLarge.tsx index 399ad2955..1c3dbf1c1 100644 --- a/packages/ui/src/Atoms/Icons/IconMinusLarge.tsx +++ b/packages/ui/src/Atoms/Icons/IconMinusLarge.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconNotStarted.tsx b/packages/ui/src/Atoms/Icons/IconNotStarted.tsx index 57f8b7493..d99815d9d 100644 --- a/packages/ui/src/Atoms/Icons/IconNotStarted.tsx +++ b/packages/ui/src/Atoms/Icons/IconNotStarted.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconPageCheck.tsx b/packages/ui/src/Atoms/Icons/IconPageCheck.tsx index 3efbaabda..9a9b158cd 100644 --- a/packages/ui/src/Atoms/Icons/IconPageCheck.tsx +++ b/packages/ui/src/Atoms/Icons/IconPageCheck.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconPageCheck1.tsx b/packages/ui/src/Atoms/Icons/IconPageCheck1.tsx index e08284fee..444c3b42c 100644 --- a/packages/ui/src/Atoms/Icons/IconPageCheck1.tsx +++ b/packages/ui/src/Atoms/Icons/IconPageCheck1.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconPageCross.tsx b/packages/ui/src/Atoms/Icons/IconPageCross.tsx index bcc5b5c08..47f2b45a0 100644 --- a/packages/ui/src/Atoms/Icons/IconPageCross.tsx +++ b/packages/ui/src/Atoms/Icons/IconPageCross.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconPageTextLine.tsx b/packages/ui/src/Atoms/Icons/IconPageTextLine.tsx index 8f205e355..4fe1ffa81 100644 --- a/packages/ui/src/Atoms/Icons/IconPageTextLine.tsx +++ b/packages/ui/src/Atoms/Icons/IconPageTextLine.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconPageTextSolid.tsx b/packages/ui/src/Atoms/Icons/IconPageTextSolid.tsx index 6c2d41d39..d74894112 100644 --- a/packages/ui/src/Atoms/Icons/IconPageTextSolid.tsx +++ b/packages/ui/src/Atoms/Icons/IconPageTextSolid.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconPencil.tsx b/packages/ui/src/Atoms/Icons/IconPencil.tsx index 87abfa7c9..c59fdc31f 100644 --- a/packages/ui/src/Atoms/Icons/IconPencil.tsx +++ b/packages/ui/src/Atoms/Icons/IconPencil.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconPeopleAdd.tsx b/packages/ui/src/Atoms/Icons/IconPeopleAdd.tsx index 51f5c66c6..3bbb003fe 100644 --- a/packages/ui/src/Atoms/Icons/IconPeopleAdd.tsx +++ b/packages/ui/src/Atoms/Icons/IconPeopleAdd.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconPeopleAdd2Line.tsx b/packages/ui/src/Atoms/Icons/IconPeopleAdd2Line.tsx index b822c936b..8d7b99a1d 100644 --- a/packages/ui/src/Atoms/Icons/IconPeopleAdd2Line.tsx +++ b/packages/ui/src/Atoms/Icons/IconPeopleAdd2Line.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconPin.tsx b/packages/ui/src/Atoms/Icons/IconPin.tsx index 798f5c9d7..9571fc30e 100644 --- a/packages/ui/src/Atoms/Icons/IconPin.tsx +++ b/packages/ui/src/Atoms/Icons/IconPin.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconPlusLarge.tsx b/packages/ui/src/Atoms/Icons/IconPlusLarge.tsx index bc757e303..8682883d5 100644 --- a/packages/ui/src/Atoms/Icons/IconPlusLarge.tsx +++ b/packages/ui/src/Atoms/Icons/IconPlusLarge.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconPlusSmall.tsx b/packages/ui/src/Atoms/Icons/IconPlusSmall.tsx index 11980d7b6..161202e44 100644 --- a/packages/ui/src/Atoms/Icons/IconPlusSmall.tsx +++ b/packages/ui/src/Atoms/Icons/IconPlusSmall.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconPriority.tsx b/packages/ui/src/Atoms/Icons/IconPriority.tsx index 4416e55db..4102407b2 100644 --- a/packages/ui/src/Atoms/Icons/IconPriority.tsx +++ b/packages/ui/src/Atoms/Icons/IconPriority.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconRadioUnchecked.tsx b/packages/ui/src/Atoms/Icons/IconRadioUnchecked.tsx index 9b603a801..8468eba78 100644 --- a/packages/ui/src/Atoms/Icons/IconRadioUnchecked.tsx +++ b/packages/ui/src/Atoms/Icons/IconRadioUnchecked.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconRecKeyframe.tsx b/packages/ui/src/Atoms/Icons/IconRecKeyframe.tsx index 1960cd09f..ac143483a 100644 --- a/packages/ui/src/Atoms/Icons/IconRecKeyframe.tsx +++ b/packages/ui/src/Atoms/Icons/IconRecKeyframe.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconRobot.tsx b/packages/ui/src/Atoms/Icons/IconRobot.tsx index 557c3438c..9142bf4e9 100644 --- a/packages/ui/src/Atoms/Icons/IconRobot.tsx +++ b/packages/ui/src/Atoms/Icons/IconRobot.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconRotateCw.tsx b/packages/ui/src/Atoms/Icons/IconRotateCw.tsx index 7947930e6..b7685ff62 100644 --- a/packages/ui/src/Atoms/Icons/IconRotateCw.tsx +++ b/packages/ui/src/Atoms/Icons/IconRotateCw.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconSend.tsx b/packages/ui/src/Atoms/Icons/IconSend.tsx index 0f9deeddf..1104696f8 100644 --- a/packages/ui/src/Atoms/Icons/IconSend.tsx +++ b/packages/ui/src/Atoms/Icons/IconSend.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconSettingsGear2.tsx b/packages/ui/src/Atoms/Icons/IconSettingsGear2.tsx index 52a2ed5b9..385f6b5d7 100644 --- a/packages/ui/src/Atoms/Icons/IconSettingsGear2.tsx +++ b/packages/ui/src/Atoms/Icons/IconSettingsGear2.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconShield.tsx b/packages/ui/src/Atoms/Icons/IconShield.tsx index a48f4eac6..b7d815928 100644 --- a/packages/ui/src/Atoms/Icons/IconShield.tsx +++ b/packages/ui/src/Atoms/Icons/IconShield.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconSignature.tsx b/packages/ui/src/Atoms/Icons/IconSignature.tsx index a1fa80cea..3d83dd3bc 100644 --- a/packages/ui/src/Atoms/Icons/IconSignature.tsx +++ b/packages/ui/src/Atoms/Icons/IconSignature.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconSquareBehindSquare2.tsx b/packages/ui/src/Atoms/Icons/IconSquareBehindSquare2.tsx index 4f3e7d7b8..a3dfbf857 100644 --- a/packages/ui/src/Atoms/Icons/IconSquareBehindSquare2.tsx +++ b/packages/ui/src/Atoms/Icons/IconSquareBehindSquare2.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconStore.tsx b/packages/ui/src/Atoms/Icons/IconStore.tsx index 92c7f4dbb..189fd49ce 100644 --- a/packages/ui/src/Atoms/Icons/IconStore.tsx +++ b/packages/ui/src/Atoms/Icons/IconStore.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconSun.tsx b/packages/ui/src/Atoms/Icons/IconSun.tsx index 417867682..556d692fc 100644 --- a/packages/ui/src/Atoms/Icons/IconSun.tsx +++ b/packages/ui/src/Atoms/Icons/IconSun.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconTodo.tsx b/packages/ui/src/Atoms/Icons/IconTodo.tsx index 7913b0258..804ee353f 100644 --- a/packages/ui/src/Atoms/Icons/IconTodo.tsx +++ b/packages/ui/src/Atoms/Icons/IconTodo.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconTodo2.tsx b/packages/ui/src/Atoms/Icons/IconTodo2.tsx index 0fe187dd3..6885a8aa8 100644 --- a/packages/ui/src/Atoms/Icons/IconTodo2.tsx +++ b/packages/ui/src/Atoms/Icons/IconTodo2.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconTrashCan.tsx b/packages/ui/src/Atoms/Icons/IconTrashCan.tsx index d1335d2e2..7dcb6ccdf 100644 --- a/packages/ui/src/Atoms/Icons/IconTrashCan.tsx +++ b/packages/ui/src/Atoms/Icons/IconTrashCan.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconTrashCanSolid.tsx b/packages/ui/src/Atoms/Icons/IconTrashCanSolid.tsx index 9178b5c3e..61147dee0 100644 --- a/packages/ui/src/Atoms/Icons/IconTrashCanSolid.tsx +++ b/packages/ui/src/Atoms/Icons/IconTrashCanSolid.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconUpload.tsx b/packages/ui/src/Atoms/Icons/IconUpload.tsx index 34a4ac19f..55195ab15 100644 --- a/packages/ui/src/Atoms/Icons/IconUpload.tsx +++ b/packages/ui/src/Atoms/Icons/IconUpload.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/IconWarning.tsx b/packages/ui/src/Atoms/Icons/IconWarning.tsx index b3c12e08e..67252071a 100644 --- a/packages/ui/src/Atoms/Icons/IconWarning.tsx +++ b/packages/ui/src/Atoms/Icons/IconWarning.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/SocialIcon.tsx b/packages/ui/src/Atoms/Icons/SocialIcon.tsx index 14a2e964e..1119ce941 100644 --- a/packages/ui/src/Atoms/Icons/SocialIcon.tsx +++ b/packages/ui/src/Atoms/Icons/SocialIcon.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/TaskStateIcon.stories.tsx b/packages/ui/src/Atoms/Icons/TaskStateIcon.stories.tsx index 03f7029c4..9f729dc87 100644 --- a/packages/ui/src/Atoms/Icons/TaskStateIcon.stories.tsx +++ b/packages/ui/src/Atoms/Icons/TaskStateIcon.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/TaskStateIcon.tsx b/packages/ui/src/Atoms/Icons/TaskStateIcon.tsx index 7cb73d01d..f627d9fa1 100644 --- a/packages/ui/src/Atoms/Icons/TaskStateIcon.tsx +++ b/packages/ui/src/Atoms/Icons/TaskStateIcon.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/Todo.tsx b/packages/ui/src/Atoms/Icons/Todo.tsx index c34a1b910..62c5e2e93 100644 --- a/packages/ui/src/Atoms/Icons/Todo.tsx +++ b/packages/ui/src/Atoms/Icons/Todo.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/Todo2.tsx b/packages/ui/src/Atoms/Icons/Todo2.tsx index 97af2d124..e7bf52336 100644 --- a/packages/ui/src/Atoms/Icons/Todo2.tsx +++ b/packages/ui/src/Atoms/Icons/Todo2.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/index.tsx b/packages/ui/src/Atoms/Icons/index.tsx index 14f65237a..e9f3ba712 100644 --- a/packages/ui/src/Atoms/Icons/index.tsx +++ b/packages/ui/src/Atoms/Icons/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Icons/type.ts b/packages/ui/src/Atoms/Icons/type.ts index ad891554d..2aa3352ae 100644 --- a/packages/ui/src/Atoms/Icons/type.ts +++ b/packages/ui/src/Atoms/Icons/type.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/InfiniteScrollTrigger/InfiniteScrollTrigger.stories.tsx b/packages/ui/src/Atoms/InfiniteScrollTrigger/InfiniteScrollTrigger.stories.tsx index 7e46393ef..078ed1a6c 100644 --- a/packages/ui/src/Atoms/InfiniteScrollTrigger/InfiniteScrollTrigger.stories.tsx +++ b/packages/ui/src/Atoms/InfiniteScrollTrigger/InfiniteScrollTrigger.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/InfiniteScrollTrigger/InfiniteScrollTrigger.tsx b/packages/ui/src/Atoms/InfiniteScrollTrigger/InfiniteScrollTrigger.tsx index c2c789ff2..ffd80fb95 100644 --- a/packages/ui/src/Atoms/InfiniteScrollTrigger/InfiniteScrollTrigger.tsx +++ b/packages/ui/src/Atoms/InfiniteScrollTrigger/InfiniteScrollTrigger.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Input/DurationInput.tsx b/packages/ui/src/Atoms/Input/DurationInput.tsx index f7774d63d..a0317416e 100644 --- a/packages/ui/src/Atoms/Input/DurationInput.tsx +++ b/packages/ui/src/Atoms/Input/DurationInput.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Input/Input.stories.tsx b/packages/ui/src/Atoms/Input/Input.stories.tsx index 0963382c8..2cc84d5ac 100644 --- a/packages/ui/src/Atoms/Input/Input.stories.tsx +++ b/packages/ui/src/Atoms/Input/Input.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Input/Input.tsx b/packages/ui/src/Atoms/Input/Input.tsx index e3a1186c9..fa23d7493 100644 --- a/packages/ui/src/Atoms/Input/Input.tsx +++ b/packages/ui/src/Atoms/Input/Input.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Label/Label.stories.tsx b/packages/ui/src/Atoms/Label/Label.stories.tsx index 1dfe41351..da401afb4 100644 --- a/packages/ui/src/Atoms/Label/Label.stories.tsx +++ b/packages/ui/src/Atoms/Label/Label.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Label/Label.tsx b/packages/ui/src/Atoms/Label/Label.tsx index 2e795e488..3dcb4bca0 100644 --- a/packages/ui/src/Atoms/Label/Label.tsx +++ b/packages/ui/src/Atoms/Label/Label.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Logo/Logo.stories.tsx b/packages/ui/src/Atoms/Logo/Logo.stories.tsx index 83047aeca..838630cc0 100644 --- a/packages/ui/src/Atoms/Logo/Logo.stories.tsx +++ b/packages/ui/src/Atoms/Logo/Logo.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Logo/Logo.tsx b/packages/ui/src/Atoms/Logo/Logo.tsx index acbea52de..0dedcfed6 100644 --- a/packages/ui/src/Atoms/Logo/Logo.tsx +++ b/packages/ui/src/Atoms/Logo/Logo.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Markdown/Markdown.stories.tsx b/packages/ui/src/Atoms/Markdown/Markdown.stories.tsx index 993a3e10e..db25bfb54 100644 --- a/packages/ui/src/Atoms/Markdown/Markdown.stories.tsx +++ b/packages/ui/src/Atoms/Markdown/Markdown.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Markdown/Markdown.tsx b/packages/ui/src/Atoms/Markdown/Markdown.tsx index 8fc609e4c..da0b33dd9 100644 --- a/packages/ui/src/Atoms/Markdown/Markdown.tsx +++ b/packages/ui/src/Atoms/Markdown/Markdown.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Markdown/MermaidDiagram.tsx b/packages/ui/src/Atoms/Markdown/MermaidDiagram.tsx index 7b6938a9b..3e187d768 100644 --- a/packages/ui/src/Atoms/Markdown/MermaidDiagram.tsx +++ b/packages/ui/src/Atoms/Markdown/MermaidDiagram.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/PriorityLevel/PriorityLevel.stories.tsx b/packages/ui/src/Atoms/PriorityLevel/PriorityLevel.stories.tsx index e977869aa..60b5894ea 100644 --- a/packages/ui/src/Atoms/PriorityLevel/PriorityLevel.stories.tsx +++ b/packages/ui/src/Atoms/PriorityLevel/PriorityLevel.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/PriorityLevel/PriorityLevel.tsx b/packages/ui/src/Atoms/PriorityLevel/PriorityLevel.tsx index 9a3f41cf3..8cdde60b7 100644 --- a/packages/ui/src/Atoms/PriorityLevel/PriorityLevel.tsx +++ b/packages/ui/src/Atoms/PriorityLevel/PriorityLevel.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/PropertyRow/PropertyRow.stories.tsx b/packages/ui/src/Atoms/PropertyRow/PropertyRow.stories.tsx index 3d483fe1c..a68ea817d 100644 --- a/packages/ui/src/Atoms/PropertyRow/PropertyRow.stories.tsx +++ b/packages/ui/src/Atoms/PropertyRow/PropertyRow.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/PropertyRow/PropertyRow.tsx b/packages/ui/src/Atoms/PropertyRow/PropertyRow.tsx index be4d4f66e..cb31cd988 100644 --- a/packages/ui/src/Atoms/PropertyRow/PropertyRow.tsx +++ b/packages/ui/src/Atoms/PropertyRow/PropertyRow.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Select/Select.stories.tsx b/packages/ui/src/Atoms/Select/Select.stories.tsx index f36b20179..1696dbfa0 100644 --- a/packages/ui/src/Atoms/Select/Select.stories.tsx +++ b/packages/ui/src/Atoms/Select/Select.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Select/Select.tsx b/packages/ui/src/Atoms/Select/Select.tsx index d79ec6f93..0bb870884 100644 --- a/packages/ui/src/Atoms/Select/Select.tsx +++ b/packages/ui/src/Atoms/Select/Select.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Sidebar/Sidebar.stories.tsx b/packages/ui/src/Atoms/Sidebar/Sidebar.stories.tsx index 2f6fa4722..04b1047f3 100644 --- a/packages/ui/src/Atoms/Sidebar/Sidebar.stories.tsx +++ b/packages/ui/src/Atoms/Sidebar/Sidebar.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Sidebar/Sidebar.tsx b/packages/ui/src/Atoms/Sidebar/Sidebar.tsx index 57c1217db..234f640f9 100644 --- a/packages/ui/src/Atoms/Sidebar/Sidebar.tsx +++ b/packages/ui/src/Atoms/Sidebar/Sidebar.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Sidebar/SidebarItem.tsx b/packages/ui/src/Atoms/Sidebar/SidebarItem.tsx index 9a59bd805..7dc533788 100644 --- a/packages/ui/src/Atoms/Sidebar/SidebarItem.tsx +++ b/packages/ui/src/Atoms/Sidebar/SidebarItem.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Skeleton/Skeleton.stories.tsx b/packages/ui/src/Atoms/Skeleton/Skeleton.stories.tsx index ba3b0954d..a9c5cb321 100644 --- a/packages/ui/src/Atoms/Skeleton/Skeleton.stories.tsx +++ b/packages/ui/src/Atoms/Skeleton/Skeleton.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Skeleton/Skeleton.tsx b/packages/ui/src/Atoms/Skeleton/Skeleton.tsx index 20fdc9fd2..05f63cd67 100644 --- a/packages/ui/src/Atoms/Skeleton/Skeleton.tsx +++ b/packages/ui/src/Atoms/Skeleton/Skeleton.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Slot.tsx b/packages/ui/src/Atoms/Slot.tsx index ccb056e38..f2e76b488 100644 --- a/packages/ui/src/Atoms/Slot.tsx +++ b/packages/ui/src/Atoms/Slot.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Spinner/Spinner.stories.tsx b/packages/ui/src/Atoms/Spinner/Spinner.stories.tsx index 06a422ab2..6965fec59 100644 --- a/packages/ui/src/Atoms/Spinner/Spinner.stories.tsx +++ b/packages/ui/src/Atoms/Spinner/Spinner.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Spinner/Spinner.tsx b/packages/ui/src/Atoms/Spinner/Spinner.tsx index 1104915b3..ebbb092b2 100644 --- a/packages/ui/src/Atoms/Spinner/Spinner.tsx +++ b/packages/ui/src/Atoms/Spinner/Spinner.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Table/Table.stories.tsx b/packages/ui/src/Atoms/Table/Table.stories.tsx index 01804c63f..34117e5ba 100644 --- a/packages/ui/src/Atoms/Table/Table.stories.tsx +++ b/packages/ui/src/Atoms/Table/Table.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Table/Table.tsx b/packages/ui/src/Atoms/Table/Table.tsx index be0dc6c00..083256d49 100644 --- a/packages/ui/src/Atoms/Table/Table.tsx +++ b/packages/ui/src/Atoms/Table/Table.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Tabs/Tabs.stories.tsx b/packages/ui/src/Atoms/Tabs/Tabs.stories.tsx index 3bec28855..ea18a5f10 100644 --- a/packages/ui/src/Atoms/Tabs/Tabs.stories.tsx +++ b/packages/ui/src/Atoms/Tabs/Tabs.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Tabs/Tabs.tsx b/packages/ui/src/Atoms/Tabs/Tabs.tsx index 6e62e7781..90f0d9173 100644 --- a/packages/ui/src/Atoms/Tabs/Tabs.tsx +++ b/packages/ui/src/Atoms/Tabs/Tabs.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Textarea/Textarea.stories.tsx b/packages/ui/src/Atoms/Textarea/Textarea.stories.tsx index 9a8da4bd8..2dc3fa419 100644 --- a/packages/ui/src/Atoms/Textarea/Textarea.stories.tsx +++ b/packages/ui/src/Atoms/Textarea/Textarea.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Textarea/Textarea.tsx b/packages/ui/src/Atoms/Textarea/Textarea.tsx index 92773a388..4af72681a 100644 --- a/packages/ui/src/Atoms/Textarea/Textarea.tsx +++ b/packages/ui/src/Atoms/Textarea/Textarea.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/ThirdParties/ThirdPartyLogo.tsx b/packages/ui/src/Atoms/ThirdParties/ThirdPartyLogo.tsx index 7303d63c9..333a8b8a6 100644 --- a/packages/ui/src/Atoms/ThirdParties/ThirdPartyLogo.tsx +++ b/packages/ui/src/Atoms/ThirdParties/ThirdPartyLogo.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Toasts/Toasts.stories.tsx b/packages/ui/src/Atoms/Toasts/Toasts.stories.tsx index f278aeb54..fb22360e9 100644 --- a/packages/ui/src/Atoms/Toasts/Toasts.stories.tsx +++ b/packages/ui/src/Atoms/Toasts/Toasts.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Toasts/Toasts.tsx b/packages/ui/src/Atoms/Toasts/Toasts.tsx index af1b11eb6..7542c7515 100644 --- a/packages/ui/src/Atoms/Toasts/Toasts.tsx +++ b/packages/ui/src/Atoms/Toasts/Toasts.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Atoms/Toggle/Toggle.tsx b/packages/ui/src/Atoms/Toggle/Toggle.tsx index f03234d2d..17a199501 100644 --- a/packages/ui/src/Atoms/Toggle/Toggle.tsx +++ b/packages/ui/src/Atoms/Toggle/Toggle.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Foundation.stories.tsx b/packages/ui/src/Foundation.stories.tsx index 75c467e77..4e585461d 100644 --- a/packages/ui/src/Foundation.stories.tsx +++ b/packages/ui/src/Foundation.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Layouts/CenteredLayout.stories.tsx b/packages/ui/src/Layouts/CenteredLayout.stories.tsx index 1a74f7ed4..87ac52ade 100644 --- a/packages/ui/src/Layouts/CenteredLayout.stories.tsx +++ b/packages/ui/src/Layouts/CenteredLayout.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Layouts/CenteredLayout.tsx b/packages/ui/src/Layouts/CenteredLayout.tsx index fca835cd3..8e89e1241 100644 --- a/packages/ui/src/Layouts/CenteredLayout.tsx +++ b/packages/ui/src/Layouts/CenteredLayout.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Layouts/ErrorLayout.stories.tsx b/packages/ui/src/Layouts/ErrorLayout.stories.tsx index 797b578c6..5a39b63a4 100644 --- a/packages/ui/src/Layouts/ErrorLayout.stories.tsx +++ b/packages/ui/src/Layouts/ErrorLayout.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Layouts/ErrorLayout.tsx b/packages/ui/src/Layouts/ErrorLayout.tsx index 35e71011a..801cd42f8 100644 --- a/packages/ui/src/Layouts/ErrorLayout.tsx +++ b/packages/ui/src/Layouts/ErrorLayout.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Layouts/Layout.stories.tsx b/packages/ui/src/Layouts/Layout.stories.tsx index 7be2ba9ed..ecef1ebce 100644 --- a/packages/ui/src/Layouts/Layout.stories.tsx +++ b/packages/ui/src/Layouts/Layout.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Layouts/Layout.tsx b/packages/ui/src/Layouts/Layout.tsx index 647e858c1..c5507caf9 100644 --- a/packages/ui/src/Layouts/Layout.tsx +++ b/packages/ui/src/Layouts/Layout.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/Badge/DocumentClassificationBadge.tsx b/packages/ui/src/Molecules/Badge/DocumentClassificationBadge.tsx index 12f8a605e..ad3e03b2c 100644 --- a/packages/ui/src/Molecules/Badge/DocumentClassificationBadge.tsx +++ b/packages/ui/src/Molecules/Badge/DocumentClassificationBadge.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/Badge/DocumentTypeBadge.stories.tsx b/packages/ui/src/Molecules/Badge/DocumentTypeBadge.stories.tsx index 116272dce..e6af683f1 100644 --- a/packages/ui/src/Molecules/Badge/DocumentTypeBadge.stories.tsx +++ b/packages/ui/src/Molecules/Badge/DocumentTypeBadge.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/Badge/DocumentTypeBadge.tsx b/packages/ui/src/Molecules/Badge/DocumentTypeBadge.tsx index 9cca2279f..1542ca89a 100644 --- a/packages/ui/src/Molecules/Badge/DocumentTypeBadge.tsx +++ b/packages/ui/src/Molecules/Badge/DocumentTypeBadge.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/Badge/DocumentVersionBadge.stories.tsx b/packages/ui/src/Molecules/Badge/DocumentVersionBadge.stories.tsx index 69b626623..51128b21b 100644 --- a/packages/ui/src/Molecules/Badge/DocumentVersionBadge.stories.tsx +++ b/packages/ui/src/Molecules/Badge/DocumentVersionBadge.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/Badge/DocumentVersionBadge.tsx b/packages/ui/src/Molecules/Badge/DocumentVersionBadge.tsx index 1e6203ad7..3ad9caf93 100644 --- a/packages/ui/src/Molecules/Badge/DocumentVersionBadge.tsx +++ b/packages/ui/src/Molecules/Badge/DocumentVersionBadge.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/Badge/MeasureBadge.stories.tsx b/packages/ui/src/Molecules/Badge/MeasureBadge.stories.tsx index 453f95841..d70b78e5f 100644 --- a/packages/ui/src/Molecules/Badge/MeasureBadge.stories.tsx +++ b/packages/ui/src/Molecules/Badge/MeasureBadge.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/Badge/MeasureBadge.tsx b/packages/ui/src/Molecules/Badge/MeasureBadge.tsx index 38242807e..daf380f33 100644 --- a/packages/ui/src/Molecules/Badge/MeasureBadge.tsx +++ b/packages/ui/src/Molecules/Badge/MeasureBadge.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/Badge/RiskBadge.stories.tsx b/packages/ui/src/Molecules/Badge/RiskBadge.stories.tsx index 69c3b9825..0a25a4c06 100644 --- a/packages/ui/src/Molecules/Badge/RiskBadge.stories.tsx +++ b/packages/ui/src/Molecules/Badge/RiskBadge.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/Badge/RiskBadge.tsx b/packages/ui/src/Molecules/Badge/RiskBadge.tsx index 683d9e619..3c3a47c84 100644 --- a/packages/ui/src/Molecules/Badge/RiskBadge.tsx +++ b/packages/ui/src/Molecules/Badge/RiskBadge.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/Badge/SeverityBadge.stories.tsx b/packages/ui/src/Molecules/Badge/SeverityBadge.stories.tsx index 05d655f9a..f45f7d414 100644 --- a/packages/ui/src/Molecules/Badge/SeverityBadge.stories.tsx +++ b/packages/ui/src/Molecules/Badge/SeverityBadge.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/Badge/SeverityBadge.tsx b/packages/ui/src/Molecules/Badge/SeverityBadge.tsx index ab1df3c3b..7eb20c647 100644 --- a/packages/ui/src/Molecules/Badge/SeverityBadge.tsx +++ b/packages/ui/src/Molecules/Badge/SeverityBadge.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/Combobox/Combobox.stories.tsx b/packages/ui/src/Molecules/Combobox/Combobox.stories.tsx index cfd4a6b9d..0a242bd6f 100644 --- a/packages/ui/src/Molecules/Combobox/Combobox.stories.tsx +++ b/packages/ui/src/Molecules/Combobox/Combobox.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/Combobox/Combobox.tsx b/packages/ui/src/Molecules/Combobox/Combobox.tsx index a9bad298b..26921435d 100644 --- a/packages/ui/src/Molecules/Combobox/Combobox.tsx +++ b/packages/ui/src/Molecules/Combobox/Combobox.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/Dialog/ConfirmDialog.tsx b/packages/ui/src/Molecules/Dialog/ConfirmDialog.tsx index 84a56a65b..cfe2741c0 100644 --- a/packages/ui/src/Molecules/Dialog/ConfirmDialog.tsx +++ b/packages/ui/src/Molecules/Dialog/ConfirmDialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/Dialog/Dialog.stories.tsx b/packages/ui/src/Molecules/Dialog/Dialog.stories.tsx index bf716636f..2d74d8d80 100644 --- a/packages/ui/src/Molecules/Dialog/Dialog.stories.tsx +++ b/packages/ui/src/Molecules/Dialog/Dialog.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/Dialog/Dialog.tsx b/packages/ui/src/Molecules/Dialog/Dialog.tsx index 02df7d920..ec2f59cdf 100644 --- a/packages/ui/src/Molecules/Dialog/Dialog.tsx +++ b/packages/ui/src/Molecules/Dialog/Dialog.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/DurationPicker/DurationPicker.stories.tsx b/packages/ui/src/Molecules/DurationPicker/DurationPicker.stories.tsx index bda799977..6dfde3c66 100644 --- a/packages/ui/src/Molecules/DurationPicker/DurationPicker.stories.tsx +++ b/packages/ui/src/Molecules/DurationPicker/DurationPicker.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/DurationPicker/DurationPicker.tsx b/packages/ui/src/Molecules/DurationPicker/DurationPicker.tsx index 311d90867..ee49a19de 100644 --- a/packages/ui/src/Molecules/DurationPicker/DurationPicker.tsx +++ b/packages/ui/src/Molecules/DurationPicker/DurationPicker.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/Field/Field.stories.tsx b/packages/ui/src/Molecules/Field/Field.stories.tsx index 53c5980e3..4daffa71b 100644 --- a/packages/ui/src/Molecules/Field/Field.stories.tsx +++ b/packages/ui/src/Molecules/Field/Field.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/Field/Field.tsx b/packages/ui/src/Molecules/Field/Field.tsx index 52d565efd..a335d4469 100644 --- a/packages/ui/src/Molecules/Field/Field.tsx +++ b/packages/ui/src/Molecules/Field/Field.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/FileButton/FileButton.stories.tsx b/packages/ui/src/Molecules/FileButton/FileButton.stories.tsx index 30bbd1847..6899cda26 100644 --- a/packages/ui/src/Molecules/FileButton/FileButton.stories.tsx +++ b/packages/ui/src/Molecules/FileButton/FileButton.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/FileButton/FileButton.tsx b/packages/ui/src/Molecules/FileButton/FileButton.tsx index 5b7c861c2..ba26815a5 100644 --- a/packages/ui/src/Molecules/FileButton/FileButton.tsx +++ b/packages/ui/src/Molecules/FileButton/FileButton.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/FrameworkSelector/FrameworkSelector.stories.tsx b/packages/ui/src/Molecules/FrameworkSelector/FrameworkSelector.stories.tsx index c23f817d6..8932d74e5 100644 --- a/packages/ui/src/Molecules/FrameworkSelector/FrameworkSelector.stories.tsx +++ b/packages/ui/src/Molecules/FrameworkSelector/FrameworkSelector.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/FrameworkSelector/FrameworkSelector.tsx b/packages/ui/src/Molecules/FrameworkSelector/FrameworkSelector.tsx index 26b6b32ad..16c8b2c0b 100644 --- a/packages/ui/src/Molecules/FrameworkSelector/FrameworkSelector.tsx +++ b/packages/ui/src/Molecules/FrameworkSelector/FrameworkSelector.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/MeasureImplementation/MeasureImplementation.stories.tsx b/packages/ui/src/Molecules/MeasureImplementation/MeasureImplementation.stories.tsx index 8e7f86f03..c69b7ffc9 100644 --- a/packages/ui/src/Molecules/MeasureImplementation/MeasureImplementation.stories.tsx +++ b/packages/ui/src/Molecules/MeasureImplementation/MeasureImplementation.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/MeasureImplementation/MeasureImplementation.tsx b/packages/ui/src/Molecules/MeasureImplementation/MeasureImplementation.tsx index 3dbe6d5ba..c2230d168 100644 --- a/packages/ui/src/Molecules/MeasureImplementation/MeasureImplementation.tsx +++ b/packages/ui/src/Molecules/MeasureImplementation/MeasureImplementation.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/PageHeader/PageHeader.stories.tsx b/packages/ui/src/Molecules/PageHeader/PageHeader.stories.tsx index 0baa03ad2..8027bd23e 100644 --- a/packages/ui/src/Molecules/PageHeader/PageHeader.stories.tsx +++ b/packages/ui/src/Molecules/PageHeader/PageHeader.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/PageHeader/PageHeader.tsx b/packages/ui/src/Molecules/PageHeader/PageHeader.tsx index d7eed75fc..4dd811024 100644 --- a/packages/ui/src/Molecules/PageHeader/PageHeader.tsx +++ b/packages/ui/src/Molecules/PageHeader/PageHeader.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/Risks/RiskOverview.stories.tsx b/packages/ui/src/Molecules/Risks/RiskOverview.stories.tsx index 689e493e5..4e7f9ea63 100644 --- a/packages/ui/src/Molecules/Risks/RiskOverview.stories.tsx +++ b/packages/ui/src/Molecules/Risks/RiskOverview.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/Risks/RiskOverview.tsx b/packages/ui/src/Molecules/Risks/RiskOverview.tsx index 0dda171ac..6836563df 100644 --- a/packages/ui/src/Molecules/Risks/RiskOverview.tsx +++ b/packages/ui/src/Molecules/Risks/RiskOverview.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/Risks/RisksChart.stories.tsx b/packages/ui/src/Molecules/Risks/RisksChart.stories.tsx index 4a9fad12e..8b2c41a18 100644 --- a/packages/ui/src/Molecules/Risks/RisksChart.stories.tsx +++ b/packages/ui/src/Molecules/Risks/RisksChart.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/Risks/RisksChart.tsx b/packages/ui/src/Molecules/Risks/RisksChart.tsx index ef2158706..f16025f20 100644 --- a/packages/ui/src/Molecules/Risks/RisksChart.tsx +++ b/packages/ui/src/Molecules/Risks/RisksChart.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/Risks/constants.ts b/packages/ui/src/Molecules/Risks/constants.ts index 380a621dc..c8963bb1d 100644 --- a/packages/ui/src/Molecules/Risks/constants.ts +++ b/packages/ui/src/Molecules/Risks/constants.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/Select/ImpactOptions.stories.tsx b/packages/ui/src/Molecules/Select/ImpactOptions.stories.tsx index 051d7d38d..ebe1cf7b2 100644 --- a/packages/ui/src/Molecules/Select/ImpactOptions.stories.tsx +++ b/packages/ui/src/Molecules/Select/ImpactOptions.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/Select/ImpactOptions.tsx b/packages/ui/src/Molecules/Select/ImpactOptions.tsx index ca9b63639..4e4bed6e6 100644 --- a/packages/ui/src/Molecules/Select/ImpactOptions.tsx +++ b/packages/ui/src/Molecules/Select/ImpactOptions.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/Select/SentitivityOptions.stories.tsx b/packages/ui/src/Molecules/Select/SentitivityOptions.stories.tsx index 261f7b0c3..ad379b4ab 100644 --- a/packages/ui/src/Molecules/Select/SentitivityOptions.stories.tsx +++ b/packages/ui/src/Molecules/Select/SentitivityOptions.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/Select/SentitivityOptions.tsx b/packages/ui/src/Molecules/Select/SentitivityOptions.tsx index 366525882..42902e96c 100644 --- a/packages/ui/src/Molecules/Select/SentitivityOptions.tsx +++ b/packages/ui/src/Molecules/Select/SentitivityOptions.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/Table/DataTable.stories.tsx b/packages/ui/src/Molecules/Table/DataTable.stories.tsx index 0c4f99ab1..b6ea85644 100644 --- a/packages/ui/src/Molecules/Table/DataTable.stories.tsx +++ b/packages/ui/src/Molecules/Table/DataTable.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/Table/EditableCell.tsx b/packages/ui/src/Molecules/Table/EditableCell.tsx index d23aed373..5d4872e2e 100644 --- a/packages/ui/src/Molecules/Table/EditableCell.tsx +++ b/packages/ui/src/Molecules/Table/EditableCell.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/Table/EditableRow.tsx b/packages/ui/src/Molecules/Table/EditableRow.tsx index d55f37823..bc0cc743a 100644 --- a/packages/ui/src/Molecules/Table/EditableRow.tsx +++ b/packages/ui/src/Molecules/Table/EditableRow.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/Table/SelectCell.tsx b/packages/ui/src/Molecules/Table/SelectCell.tsx index 3482a551d..8cb0c7ebd 100644 --- a/packages/ui/src/Molecules/Table/SelectCell.tsx +++ b/packages/ui/src/Molecules/Table/SelectCell.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/Table/TextCell.tsx b/packages/ui/src/Molecules/Table/TextCell.tsx index 6aa523440..cae495ade 100644 --- a/packages/ui/src/Molecules/Table/TextCell.tsx +++ b/packages/ui/src/Molecules/Table/TextCell.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/Table/utils.ts b/packages/ui/src/Molecules/Table/utils.ts index 6e4ee53fd..be5c27ecd 100644 --- a/packages/ui/src/Molecules/Table/utils.ts +++ b/packages/ui/src/Molecules/Table/utils.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/UserDropdown/UserDropdown.stories.tsx b/packages/ui/src/Molecules/UserDropdown/UserDropdown.stories.tsx index d087b8480..2970441fc 100644 --- a/packages/ui/src/Molecules/UserDropdown/UserDropdown.stories.tsx +++ b/packages/ui/src/Molecules/UserDropdown/UserDropdown.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/Molecules/UserDropdown/UserDropdown.tsx b/packages/ui/src/Molecules/UserDropdown/UserDropdown.tsx index 4908a14f1..49033981a 100644 --- a/packages/ui/src/Molecules/UserDropdown/UserDropdown.tsx +++ b/packages/ui/src/Molecules/UserDropdown/UserDropdown.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/RichEditor/BlockMenu/BlockMenu.tsx b/packages/ui/src/RichEditor/BlockMenu/BlockMenu.tsx index e2d17a3b2..6e7490602 100644 --- a/packages/ui/src/RichEditor/BlockMenu/BlockMenu.tsx +++ b/packages/ui/src/RichEditor/BlockMenu/BlockMenu.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/BlockMenu/BlockMenuContent.tsx b/packages/ui/src/RichEditor/BlockMenu/BlockMenuContent.tsx index d5341d2af..4b2bff7b8 100644 --- a/packages/ui/src/RichEditor/BlockMenu/BlockMenuContent.tsx +++ b/packages/ui/src/RichEditor/BlockMenu/BlockMenuContent.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/BlockMenu/BlockMenuTrigger.tsx b/packages/ui/src/RichEditor/BlockMenu/BlockMenuTrigger.tsx index ff9cc8922..73347d0c3 100644 --- a/packages/ui/src/RichEditor/BlockMenu/BlockMenuTrigger.tsx +++ b/packages/ui/src/RichEditor/BlockMenu/BlockMenuTrigger.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/BlockMenu/variants.ts b/packages/ui/src/RichEditor/BlockMenu/variants.ts index a2171deb9..ff1f29b29 100644 --- a/packages/ui/src/RichEditor/BlockMenu/variants.ts +++ b/packages/ui/src/RichEditor/BlockMenu/variants.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/BubbleMenu.tsx b/packages/ui/src/RichEditor/BubbleMenu.tsx index 28c5efba5..ecd931e66 100644 --- a/packages/ui/src/RichEditor/BubbleMenu.tsx +++ b/packages/ui/src/RichEditor/BubbleMenu.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/CodeBlockExtension.ts b/packages/ui/src/RichEditor/CodeBlockExtension.ts index 024c3a50d..dfff4850a 100644 --- a/packages/ui/src/RichEditor/CodeBlockExtension.ts +++ b/packages/ui/src/RichEditor/CodeBlockExtension.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/LinkExtension.ts b/packages/ui/src/RichEditor/LinkExtension.ts index 2b393e9d5..d181c98bf 100644 --- a/packages/ui/src/RichEditor/LinkExtension.ts +++ b/packages/ui/src/RichEditor/LinkExtension.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/MarkdownPasteExtension.ts b/packages/ui/src/RichEditor/MarkdownPasteExtension.ts index d1cb16f18..0471b8e2b 100644 --- a/packages/ui/src/RichEditor/MarkdownPasteExtension.ts +++ b/packages/ui/src/RichEditor/MarkdownPasteExtension.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/MenuButton.tsx b/packages/ui/src/RichEditor/MenuButton.tsx index e61700461..115b4a2e7 100644 --- a/packages/ui/src/RichEditor/MenuButton.tsx +++ b/packages/ui/src/RichEditor/MenuButton.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/MermaidNodeView.tsx b/packages/ui/src/RichEditor/MermaidNodeView.tsx index 8e7bf4ea2..84fd3dcde 100644 --- a/packages/ui/src/RichEditor/MermaidNodeView.tsx +++ b/packages/ui/src/RichEditor/MermaidNodeView.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/OptionsMenu/OptionsMenu.tsx b/packages/ui/src/RichEditor/OptionsMenu/OptionsMenu.tsx index 8ed203e80..a807a4526 100644 --- a/packages/ui/src/RichEditor/OptionsMenu/OptionsMenu.tsx +++ b/packages/ui/src/RichEditor/OptionsMenu/OptionsMenu.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/OptionsMenu/OptionsMenuContent.tsx b/packages/ui/src/RichEditor/OptionsMenu/OptionsMenuContent.tsx index 7cc1348ba..45f01fc26 100644 --- a/packages/ui/src/RichEditor/OptionsMenu/OptionsMenuContent.tsx +++ b/packages/ui/src/RichEditor/OptionsMenu/OptionsMenuContent.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/OptionsMenu/OptionsMenuTrigger.tsx b/packages/ui/src/RichEditor/OptionsMenu/OptionsMenuTrigger.tsx index e8508f9e7..804467456 100644 --- a/packages/ui/src/RichEditor/OptionsMenu/OptionsMenuTrigger.tsx +++ b/packages/ui/src/RichEditor/OptionsMenu/OptionsMenuTrigger.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/OptionsMenu/variants.ts b/packages/ui/src/RichEditor/OptionsMenu/variants.ts index 743d0c479..2acf10ba4 100644 --- a/packages/ui/src/RichEditor/OptionsMenu/variants.ts +++ b/packages/ui/src/RichEditor/OptionsMenu/variants.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/PlaceholderExtension.ts b/packages/ui/src/RichEditor/PlaceholderExtension.ts index 047fe92b5..f5f598f2b 100644 --- a/packages/ui/src/RichEditor/PlaceholderExtension.ts +++ b/packages/ui/src/RichEditor/PlaceholderExtension.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/RichEditor.tsx b/packages/ui/src/RichEditor/RichEditor.tsx index 67f24b416..811f8e384 100644 --- a/packages/ui/src/RichEditor/RichEditor.tsx +++ b/packages/ui/src/RichEditor/RichEditor.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/SlashCommandExtension.ts b/packages/ui/src/RichEditor/SlashCommandExtension.ts index 24f90bb80..7066dcaf9 100644 --- a/packages/ui/src/RichEditor/SlashCommandExtension.ts +++ b/packages/ui/src/RichEditor/SlashCommandExtension.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/TableCellMenu/TableCellMenu.tsx b/packages/ui/src/RichEditor/TableCellMenu/TableCellMenu.tsx index 70974cf1b..168c282a7 100644 --- a/packages/ui/src/RichEditor/TableCellMenu/TableCellMenu.tsx +++ b/packages/ui/src/RichEditor/TableCellMenu/TableCellMenu.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/TableCellMenu/TableCellMenuContent.tsx b/packages/ui/src/RichEditor/TableCellMenu/TableCellMenuContent.tsx index d773716f7..7a8fb43a5 100644 --- a/packages/ui/src/RichEditor/TableCellMenu/TableCellMenuContent.tsx +++ b/packages/ui/src/RichEditor/TableCellMenu/TableCellMenuContent.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/TableCellMenu/TableCellMenuTrigger.tsx b/packages/ui/src/RichEditor/TableCellMenu/TableCellMenuTrigger.tsx index aecf08090..0078d9d89 100644 --- a/packages/ui/src/RichEditor/TableCellMenu/TableCellMenuTrigger.tsx +++ b/packages/ui/src/RichEditor/TableCellMenu/TableCellMenuTrigger.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/TableCellMenu/variants.ts b/packages/ui/src/RichEditor/TableCellMenu/variants.ts index 39d3d572d..d640c8f06 100644 --- a/packages/ui/src/RichEditor/TableCellMenu/variants.ts +++ b/packages/ui/src/RichEditor/TableCellMenu/variants.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/TableColumnMenu/TableColumnMenu.tsx b/packages/ui/src/RichEditor/TableColumnMenu/TableColumnMenu.tsx index 054006450..92a1899cd 100644 --- a/packages/ui/src/RichEditor/TableColumnMenu/TableColumnMenu.tsx +++ b/packages/ui/src/RichEditor/TableColumnMenu/TableColumnMenu.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/TableColumnMenu/TableColumnMenuContent.tsx b/packages/ui/src/RichEditor/TableColumnMenu/TableColumnMenuContent.tsx index ff70ef183..650e31d04 100644 --- a/packages/ui/src/RichEditor/TableColumnMenu/TableColumnMenuContent.tsx +++ b/packages/ui/src/RichEditor/TableColumnMenu/TableColumnMenuContent.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/TableColumnMenu/TableColumnMenuTrigger.tsx b/packages/ui/src/RichEditor/TableColumnMenu/TableColumnMenuTrigger.tsx index 93137ae0c..100865fd2 100644 --- a/packages/ui/src/RichEditor/TableColumnMenu/TableColumnMenuTrigger.tsx +++ b/packages/ui/src/RichEditor/TableColumnMenu/TableColumnMenuTrigger.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/TableColumnMenu/variants.ts b/packages/ui/src/RichEditor/TableColumnMenu/variants.ts index 843fa8171..95e138ace 100644 --- a/packages/ui/src/RichEditor/TableColumnMenu/variants.ts +++ b/packages/ui/src/RichEditor/TableColumnMenu/variants.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/TableRowMenu/TableRowMenu.tsx b/packages/ui/src/RichEditor/TableRowMenu/TableRowMenu.tsx index 2999d7e13..f4a9ee17d 100644 --- a/packages/ui/src/RichEditor/TableRowMenu/TableRowMenu.tsx +++ b/packages/ui/src/RichEditor/TableRowMenu/TableRowMenu.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/TableRowMenu/TableRowMenuContent.tsx b/packages/ui/src/RichEditor/TableRowMenu/TableRowMenuContent.tsx index cf83a4424..235c59e5e 100644 --- a/packages/ui/src/RichEditor/TableRowMenu/TableRowMenuContent.tsx +++ b/packages/ui/src/RichEditor/TableRowMenu/TableRowMenuContent.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/TableRowMenu/TableRowMenuTrigger.tsx b/packages/ui/src/RichEditor/TableRowMenu/TableRowMenuTrigger.tsx index 769817268..b4b36a18c 100644 --- a/packages/ui/src/RichEditor/TableRowMenu/TableRowMenuTrigger.tsx +++ b/packages/ui/src/RichEditor/TableRowMenu/TableRowMenuTrigger.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/TableRowMenu/variants.ts b/packages/ui/src/RichEditor/TableRowMenu/variants.ts index dda1342cb..953676c37 100644 --- a/packages/ui/src/RichEditor/TableRowMenu/variants.ts +++ b/packages/ui/src/RichEditor/TableRowMenu/variants.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/TableSelectionOverlay.tsx b/packages/ui/src/RichEditor/TableSelectionOverlay.tsx index 8eb2ac22b..c6f6da548 100644 --- a/packages/ui/src/RichEditor/TableSelectionOverlay.tsx +++ b/packages/ui/src/RichEditor/TableSelectionOverlay.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/_lib/cellDomElement.ts b/packages/ui/src/RichEditor/_lib/cellDomElement.ts index 4769d2822..0a024292b 100644 --- a/packages/ui/src/RichEditor/_lib/cellDomElement.ts +++ b/packages/ui/src/RichEditor/_lib/cellDomElement.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/_lib/constants.ts b/packages/ui/src/RichEditor/_lib/constants.ts index 6bd47ce9a..2b59a9f04 100644 --- a/packages/ui/src/RichEditor/_lib/constants.ts +++ b/packages/ui/src/RichEditor/_lib/constants.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/_lib/getBlockNode.ts b/packages/ui/src/RichEditor/_lib/getBlockNode.ts index 321a73285..60e4594ef 100644 --- a/packages/ui/src/RichEditor/_lib/getBlockNode.ts +++ b/packages/ui/src/RichEditor/_lib/getBlockNode.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/_lib/getSlashStorage.ts b/packages/ui/src/RichEditor/_lib/getSlashStorage.ts index d26dff15a..3b6fe36be 100644 --- a/packages/ui/src/RichEditor/_lib/getSlashStorage.ts +++ b/packages/ui/src/RichEditor/_lib/getSlashStorage.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/_lib/useBlockTrigger.ts b/packages/ui/src/RichEditor/_lib/useBlockTrigger.ts index f3dbf217a..848e3d184 100644 --- a/packages/ui/src/RichEditor/_lib/useBlockTrigger.ts +++ b/packages/ui/src/RichEditor/_lib/useBlockTrigger.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/_lib/useHoveredBlock.ts b/packages/ui/src/RichEditor/_lib/useHoveredBlock.ts index d9e78c229..0ecd00a43 100644 --- a/packages/ui/src/RichEditor/_lib/useHoveredBlock.ts +++ b/packages/ui/src/RichEditor/_lib/useHoveredBlock.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/RichEditor/_lib/useTableDropdownMenu.ts b/packages/ui/src/RichEditor/_lib/useTableDropdownMenu.ts index 2c55d4973..1aa520556 100644 --- a/packages/ui/src/RichEditor/_lib/useTableDropdownMenu.ts +++ b/packages/ui/src/RichEditor/_lib/useTableDropdownMenu.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // Use of this source code is governed by the ISC license // that can be found in the LICENSE file. diff --git a/packages/ui/src/index.ts b/packages/ui/src/index.ts index 209c2c928..7a627c7ed 100644 --- a/packages/ui/src/index.ts +++ b/packages/ui/src/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/lib/utils.ts b/packages/ui/src/lib/utils.ts index e62dc3527..856ed6be2 100644 --- a/packages/ui/src/lib/utils.ts +++ b/packages/ui/src/lib/utils.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/src/vite-env.d.ts b/packages/ui/src/vite-env.d.ts index f86509539..56039d646 100644 --- a/packages/ui/src/vite-env.d.ts +++ b/packages/ui/src/vite-env.d.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui/vite.config.ts b/packages/ui/vite.config.ts index b6dd8c938..ec9b46192 100644 --- a/packages/ui/vite.config.ts +++ b/packages/ui/vite.config.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/access_entry_service.go b/pkg/accessreview/access_entry_service.go index dae3e4e26..5cec03af7 100644 --- a/pkg/accessreview/access_entry_service.go +++ b/pkg/accessreview/access_entry_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/access_source_service.go b/pkg/accessreview/access_source_service.go index b46d9650d..96ff7547f 100644 --- a/pkg/accessreview/access_source_service.go +++ b/pkg/accessreview/access_source_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/campaign_service.go b/pkg/accessreview/campaign_service.go index ed858d799..707d1ea6f 100644 --- a/pkg/accessreview/campaign_service.go +++ b/pkg/accessreview/campaign_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/campaign_types.go b/pkg/accessreview/campaign_types.go index e7c7cf7b2..75ac30acb 100644 --- a/pkg/accessreview/campaign_types.go +++ b/pkg/accessreview/campaign_types.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/anthropic.go b/pkg/accessreview/drivers/anthropic.go index 6223b2d69..289835fa2 100644 --- a/pkg/accessreview/drivers/anthropic.go +++ b/pkg/accessreview/drivers/anthropic.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/anthropic_test.go b/pkg/accessreview/drivers/anthropic_test.go index c7f4f9c54..52b6b9bf1 100644 --- a/pkg/accessreview/drivers/anthropic_test.go +++ b/pkg/accessreview/drivers/anthropic_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/asana.go b/pkg/accessreview/drivers/asana.go index 421e43419..da886db33 100644 --- a/pkg/accessreview/drivers/asana.go +++ b/pkg/accessreview/drivers/asana.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/asana_test.go b/pkg/accessreview/drivers/asana_test.go index 7882862fd..a5974b63e 100644 --- a/pkg/accessreview/drivers/asana_test.go +++ b/pkg/accessreview/drivers/asana_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/bitbucket.go b/pkg/accessreview/drivers/bitbucket.go index 45bcd7ea8..f3ce35b86 100644 --- a/pkg/accessreview/drivers/bitbucket.go +++ b/pkg/accessreview/drivers/bitbucket.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/bitbucket_test.go b/pkg/accessreview/drivers/bitbucket_test.go index bd62ffb3f..94091efad 100644 --- a/pkg/accessreview/drivers/bitbucket_test.go +++ b/pkg/accessreview/drivers/bitbucket_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/brex.go b/pkg/accessreview/drivers/brex.go index 64249c9ca..e6617a8b0 100644 --- a/pkg/accessreview/drivers/brex.go +++ b/pkg/accessreview/drivers/brex.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/brex_test.go b/pkg/accessreview/drivers/brex_test.go index 710a48692..dd5f95242 100644 --- a/pkg/accessreview/drivers/brex_test.go +++ b/pkg/accessreview/drivers/brex_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/cassette_safety_test.go b/pkg/accessreview/drivers/cassette_safety_test.go index 2a2101de9..9f27de724 100644 --- a/pkg/accessreview/drivers/cassette_safety_test.go +++ b/pkg/accessreview/drivers/cassette_safety_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/clerk.go b/pkg/accessreview/drivers/clerk.go index 2687825ba..73ba56af3 100644 --- a/pkg/accessreview/drivers/clerk.go +++ b/pkg/accessreview/drivers/clerk.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/clerk_test.go b/pkg/accessreview/drivers/clerk_test.go index f233ced77..7e8400a5b 100644 --- a/pkg/accessreview/drivers/clerk_test.go +++ b/pkg/accessreview/drivers/clerk_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/clickup.go b/pkg/accessreview/drivers/clickup.go index 37d93c564..7de848f1a 100644 --- a/pkg/accessreview/drivers/clickup.go +++ b/pkg/accessreview/drivers/clickup.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/clickup_test.go b/pkg/accessreview/drivers/clickup_test.go index c229f4830..66038f5fa 100644 --- a/pkg/accessreview/drivers/clickup_test.go +++ b/pkg/accessreview/drivers/clickup_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/cloudflare.go b/pkg/accessreview/drivers/cloudflare.go index 9d75b91d1..e90022766 100644 --- a/pkg/accessreview/drivers/cloudflare.go +++ b/pkg/accessreview/drivers/cloudflare.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/cloudflare_test.go b/pkg/accessreview/drivers/cloudflare_test.go index 2204f3d94..4a09e2bf7 100644 --- a/pkg/accessreview/drivers/cloudflare_test.go +++ b/pkg/accessreview/drivers/cloudflare_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/csv.go b/pkg/accessreview/drivers/csv.go index e6cef5d85..7dc7c3133 100644 --- a/pkg/accessreview/drivers/csv.go +++ b/pkg/accessreview/drivers/csv.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/csv_test.go b/pkg/accessreview/drivers/csv_test.go index 23bd48013..42d15ff89 100644 --- a/pkg/accessreview/drivers/csv_test.go +++ b/pkg/accessreview/drivers/csv_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/cursor.go b/pkg/accessreview/drivers/cursor.go index d7900f2af..00cf96866 100644 --- a/pkg/accessreview/drivers/cursor.go +++ b/pkg/accessreview/drivers/cursor.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/cursor_test.go b/pkg/accessreview/drivers/cursor_test.go index ca231e88b..809b179b1 100644 --- a/pkg/accessreview/drivers/cursor_test.go +++ b/pkg/accessreview/drivers/cursor_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/datadog.go b/pkg/accessreview/drivers/datadog.go index f44305885..ce0ddf31e 100644 --- a/pkg/accessreview/drivers/datadog.go +++ b/pkg/accessreview/drivers/datadog.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/datadog_test.go b/pkg/accessreview/drivers/datadog_test.go index af22ae867..fd700e06e 100644 --- a/pkg/accessreview/drivers/datadog_test.go +++ b/pkg/accessreview/drivers/datadog_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/docusign.go b/pkg/accessreview/drivers/docusign.go index 5aec22a88..901c37c5d 100644 --- a/pkg/accessreview/drivers/docusign.go +++ b/pkg/accessreview/drivers/docusign.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/docusign_test.go b/pkg/accessreview/drivers/docusign_test.go index 2c4666a13..f1344937d 100644 --- a/pkg/accessreview/drivers/docusign_test.go +++ b/pkg/accessreview/drivers/docusign_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/driver.go b/pkg/accessreview/drivers/driver.go index b722d0b7c..5cf86bc00 100644 --- a/pkg/accessreview/drivers/driver.go +++ b/pkg/accessreview/drivers/driver.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/github.go b/pkg/accessreview/drivers/github.go index fe0b4e364..126907866 100644 --- a/pkg/accessreview/drivers/github.go +++ b/pkg/accessreview/drivers/github.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/github_test.go b/pkg/accessreview/drivers/github_test.go index df4281591..374920cf8 100644 --- a/pkg/accessreview/drivers/github_test.go +++ b/pkg/accessreview/drivers/github_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/gitlab.go b/pkg/accessreview/drivers/gitlab.go index 4070b5ec5..1273aaf31 100644 --- a/pkg/accessreview/drivers/gitlab.go +++ b/pkg/accessreview/drivers/gitlab.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/gitlab_test.go b/pkg/accessreview/drivers/gitlab_test.go index 4f9b80beb..ebdc5fbcc 100644 --- a/pkg/accessreview/drivers/gitlab_test.go +++ b/pkg/accessreview/drivers/gitlab_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/google_workspace.go b/pkg/accessreview/drivers/google_workspace.go index e21e9a3f3..0f15aa3f9 100644 --- a/pkg/accessreview/drivers/google_workspace.go +++ b/pkg/accessreview/drivers/google_workspace.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/google_workspace_test.go b/pkg/accessreview/drivers/google_workspace_test.go index f93e0a19b..2e4c4aff2 100644 --- a/pkg/accessreview/drivers/google_workspace_test.go +++ b/pkg/accessreview/drivers/google_workspace_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/grafana.go b/pkg/accessreview/drivers/grafana.go index f887510a5..1dbf60d51 100644 --- a/pkg/accessreview/drivers/grafana.go +++ b/pkg/accessreview/drivers/grafana.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/grafana_test.go b/pkg/accessreview/drivers/grafana_test.go index e19a5c7b5..969edbefc 100644 --- a/pkg/accessreview/drivers/grafana_test.go +++ b/pkg/accessreview/drivers/grafana_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/heroku.go b/pkg/accessreview/drivers/heroku.go index 292907455..23cfe8084 100644 --- a/pkg/accessreview/drivers/heroku.go +++ b/pkg/accessreview/drivers/heroku.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/heroku_test.go b/pkg/accessreview/drivers/heroku_test.go index 743f8badc..c3b77bed5 100644 --- a/pkg/accessreview/drivers/heroku_test.go +++ b/pkg/accessreview/drivers/heroku_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/hubspot.go b/pkg/accessreview/drivers/hubspot.go index 8325f8184..2f79f9049 100644 --- a/pkg/accessreview/drivers/hubspot.go +++ b/pkg/accessreview/drivers/hubspot.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/hubspot_test.go b/pkg/accessreview/drivers/hubspot_test.go index 5c16dd9ce..c9e637858 100644 --- a/pkg/accessreview/drivers/hubspot_test.go +++ b/pkg/accessreview/drivers/hubspot_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/intercom.go b/pkg/accessreview/drivers/intercom.go index 2e916e1c7..9819f4dd2 100644 --- a/pkg/accessreview/drivers/intercom.go +++ b/pkg/accessreview/drivers/intercom.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/intercom_test.go b/pkg/accessreview/drivers/intercom_test.go index cc5e0c625..38945ceb7 100644 --- a/pkg/accessreview/drivers/intercom_test.go +++ b/pkg/accessreview/drivers/intercom_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/linear.go b/pkg/accessreview/drivers/linear.go index 3fca384e6..b383874ae 100644 --- a/pkg/accessreview/drivers/linear.go +++ b/pkg/accessreview/drivers/linear.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/linear_test.go b/pkg/accessreview/drivers/linear_test.go index 8f872ea31..b39ba0964 100644 --- a/pkg/accessreview/drivers/linear_test.go +++ b/pkg/accessreview/drivers/linear_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/metabase.go b/pkg/accessreview/drivers/metabase.go index 582a3c9d7..3ef4e387d 100644 --- a/pkg/accessreview/drivers/metabase.go +++ b/pkg/accessreview/drivers/metabase.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/metabase_test.go b/pkg/accessreview/drivers/metabase_test.go index b7b6cd6e4..d84465a1c 100644 --- a/pkg/accessreview/drivers/metabase_test.go +++ b/pkg/accessreview/drivers/metabase_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/microsoft_365.go b/pkg/accessreview/drivers/microsoft_365.go index 9e5ea9cdb..0d41814e5 100644 --- a/pkg/accessreview/drivers/microsoft_365.go +++ b/pkg/accessreview/drivers/microsoft_365.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/monday.go b/pkg/accessreview/drivers/monday.go index 92be4c066..9276f5dcc 100644 --- a/pkg/accessreview/drivers/monday.go +++ b/pkg/accessreview/drivers/monday.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/monday_test.go b/pkg/accessreview/drivers/monday_test.go index 0ca9a0763..dd6755b04 100644 --- a/pkg/accessreview/drivers/monday_test.go +++ b/pkg/accessreview/drivers/monday_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/name_resolver.go b/pkg/accessreview/drivers/name_resolver.go index ff8c40943..182f04c2d 100644 --- a/pkg/accessreview/drivers/name_resolver.go +++ b/pkg/accessreview/drivers/name_resolver.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/name_resolver_test.go b/pkg/accessreview/drivers/name_resolver_test.go index 9bec2abfe..4d5338d55 100644 --- a/pkg/accessreview/drivers/name_resolver_test.go +++ b/pkg/accessreview/drivers/name_resolver_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/netlify.go b/pkg/accessreview/drivers/netlify.go index f104cdb97..a1dbf5951 100644 --- a/pkg/accessreview/drivers/netlify.go +++ b/pkg/accessreview/drivers/netlify.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/netlify_test.go b/pkg/accessreview/drivers/netlify_test.go index ba8bd8e7a..a4365e6b1 100644 --- a/pkg/accessreview/drivers/netlify_test.go +++ b/pkg/accessreview/drivers/netlify_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/notion.go b/pkg/accessreview/drivers/notion.go index 1f5779e21..1f94c8f8f 100644 --- a/pkg/accessreview/drivers/notion.go +++ b/pkg/accessreview/drivers/notion.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/notion_test.go b/pkg/accessreview/drivers/notion_test.go index 702c3ae01..d3e497892 100644 --- a/pkg/accessreview/drivers/notion_test.go +++ b/pkg/accessreview/drivers/notion_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/okta.go b/pkg/accessreview/drivers/okta.go index cc75feef3..7826f9a0e 100644 --- a/pkg/accessreview/drivers/okta.go +++ b/pkg/accessreview/drivers/okta.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/okta_test.go b/pkg/accessreview/drivers/okta_test.go index 7da290836..db2892ca6 100644 --- a/pkg/accessreview/drivers/okta_test.go +++ b/pkg/accessreview/drivers/okta_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/onepassword.go b/pkg/accessreview/drivers/onepassword.go index 46e7c6476..191ebaec1 100644 --- a/pkg/accessreview/drivers/onepassword.go +++ b/pkg/accessreview/drivers/onepassword.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/onepassword_test.go b/pkg/accessreview/drivers/onepassword_test.go index 144e11b3a..744735820 100644 --- a/pkg/accessreview/drivers/onepassword_test.go +++ b/pkg/accessreview/drivers/onepassword_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/onepassword_users_api.go b/pkg/accessreview/drivers/onepassword_users_api.go index e14c37198..fd70ec2cb 100644 --- a/pkg/accessreview/drivers/onepassword_users_api.go +++ b/pkg/accessreview/drivers/onepassword_users_api.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/openai.go b/pkg/accessreview/drivers/openai.go index a082c4e4d..c854644fd 100644 --- a/pkg/accessreview/drivers/openai.go +++ b/pkg/accessreview/drivers/openai.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/openai_test.go b/pkg/accessreview/drivers/openai_test.go index 3bb2b7c0a..656b46e17 100644 --- a/pkg/accessreview/drivers/openai_test.go +++ b/pkg/accessreview/drivers/openai_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/organizations.go b/pkg/accessreview/drivers/organizations.go index ea7a30c35..1930cfc0a 100644 --- a/pkg/accessreview/drivers/organizations.go +++ b/pkg/accessreview/drivers/organizations.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/pagerduty.go b/pkg/accessreview/drivers/pagerduty.go index 021131b4f..a550671eb 100644 --- a/pkg/accessreview/drivers/pagerduty.go +++ b/pkg/accessreview/drivers/pagerduty.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/pagerduty_test.go b/pkg/accessreview/drivers/pagerduty_test.go index 0d30ce1ef..ff3675bd4 100644 --- a/pkg/accessreview/drivers/pagerduty_test.go +++ b/pkg/accessreview/drivers/pagerduty_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/posthog.go b/pkg/accessreview/drivers/posthog.go index 27b1f0da0..39e8bc47d 100644 --- a/pkg/accessreview/drivers/posthog.go +++ b/pkg/accessreview/drivers/posthog.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/posthog_test.go b/pkg/accessreview/drivers/posthog_test.go index b285fe296..c902671b0 100644 --- a/pkg/accessreview/drivers/posthog_test.go +++ b/pkg/accessreview/drivers/posthog_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/probo_memberships.go b/pkg/accessreview/drivers/probo_memberships.go index 208368b58..d99f857e5 100644 --- a/pkg/accessreview/drivers/probo_memberships.go +++ b/pkg/accessreview/drivers/probo_memberships.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/resend.go b/pkg/accessreview/drivers/resend.go index d5374353f..bd19a8ff9 100644 --- a/pkg/accessreview/drivers/resend.go +++ b/pkg/accessreview/drivers/resend.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/resend_test.go b/pkg/accessreview/drivers/resend_test.go index 3b263636d..21322c412 100644 --- a/pkg/accessreview/drivers/resend_test.go +++ b/pkg/accessreview/drivers/resend_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/sendgrid.go b/pkg/accessreview/drivers/sendgrid.go index f592e864a..9541d4b2b 100644 --- a/pkg/accessreview/drivers/sendgrid.go +++ b/pkg/accessreview/drivers/sendgrid.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/sendgrid_test.go b/pkg/accessreview/drivers/sendgrid_test.go index 3640d9ae3..935880b9e 100644 --- a/pkg/accessreview/drivers/sendgrid_test.go +++ b/pkg/accessreview/drivers/sendgrid_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/sentry.go b/pkg/accessreview/drivers/sentry.go index 4b1cb21ea..1aeb4fd8c 100644 --- a/pkg/accessreview/drivers/sentry.go +++ b/pkg/accessreview/drivers/sentry.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/sentry_test.go b/pkg/accessreview/drivers/sentry_test.go index d6aa7ed4f..576492b43 100644 --- a/pkg/accessreview/drivers/sentry_test.go +++ b/pkg/accessreview/drivers/sentry_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/signoz.go b/pkg/accessreview/drivers/signoz.go index 5ac7f8134..d43ae585a 100644 --- a/pkg/accessreview/drivers/signoz.go +++ b/pkg/accessreview/drivers/signoz.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/signoz_test.go b/pkg/accessreview/drivers/signoz_test.go index 186295500..a1ee90cf6 100644 --- a/pkg/accessreview/drivers/signoz_test.go +++ b/pkg/accessreview/drivers/signoz_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/slack.go b/pkg/accessreview/drivers/slack.go index 7c825bbf3..095f94fc2 100644 --- a/pkg/accessreview/drivers/slack.go +++ b/pkg/accessreview/drivers/slack.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/slack_test.go b/pkg/accessreview/drivers/slack_test.go index fd2b4ea46..9aff2dda9 100644 --- a/pkg/accessreview/drivers/slack_test.go +++ b/pkg/accessreview/drivers/slack_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/supabase.go b/pkg/accessreview/drivers/supabase.go index c13b3febb..b661cf666 100644 --- a/pkg/accessreview/drivers/supabase.go +++ b/pkg/accessreview/drivers/supabase.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/supabase_test.go b/pkg/accessreview/drivers/supabase_test.go index 182d297e6..ecdfbe474 100644 --- a/pkg/accessreview/drivers/supabase_test.go +++ b/pkg/accessreview/drivers/supabase_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/tailscale.go b/pkg/accessreview/drivers/tailscale.go index 8c66741a1..fe31082db 100644 --- a/pkg/accessreview/drivers/tailscale.go +++ b/pkg/accessreview/drivers/tailscale.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/tailscale_test.go b/pkg/accessreview/drivers/tailscale_test.go index b60b5d84e..6e0db2e03 100644 --- a/pkg/accessreview/drivers/tailscale_test.go +++ b/pkg/accessreview/drivers/tailscale_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/tally.go b/pkg/accessreview/drivers/tally.go index 1c63f5b2e..91ed14bd1 100644 --- a/pkg/accessreview/drivers/tally.go +++ b/pkg/accessreview/drivers/tally.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/tally_test.go b/pkg/accessreview/drivers/tally_test.go index e1d296d42..6cb87cac1 100644 --- a/pkg/accessreview/drivers/tally_test.go +++ b/pkg/accessreview/drivers/tally_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/vcr_test.go b/pkg/accessreview/drivers/vcr_test.go index be5f07a56..e66b6f3c1 100644 --- a/pkg/accessreview/drivers/vcr_test.go +++ b/pkg/accessreview/drivers/vcr_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/vercel.go b/pkg/accessreview/drivers/vercel.go index 0f3b0ca0b..6ad1ccf95 100644 --- a/pkg/accessreview/drivers/vercel.go +++ b/pkg/accessreview/drivers/vercel.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/vercel_test.go b/pkg/accessreview/drivers/vercel_test.go index 538d271f9..743fa9ead 100644 --- a/pkg/accessreview/drivers/vercel_test.go +++ b/pkg/accessreview/drivers/vercel_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/zendesk.go b/pkg/accessreview/drivers/zendesk.go index c2d3680ba..b745807f1 100644 --- a/pkg/accessreview/drivers/zendesk.go +++ b/pkg/accessreview/drivers/zendesk.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/drivers/zendesk_test.go b/pkg/accessreview/drivers/zendesk_test.go index 4840a60f1..84893625a 100644 --- a/pkg/accessreview/drivers/zendesk_test.go +++ b/pkg/accessreview/drivers/zendesk_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/review_engine.go b/pkg/accessreview/review_engine.go index 5d2db78fa..51c4a81ea 100644 --- a/pkg/accessreview/review_engine.go +++ b/pkg/accessreview/review_engine.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/review_engine_test.go b/pkg/accessreview/review_engine_test.go index bb5c1b95f..083c0ed08 100644 --- a/pkg/accessreview/review_engine_test.go +++ b/pkg/accessreview/review_engine_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/service.go b/pkg/accessreview/service.go index 7c0dab65c..f4b3f3ecf 100644 --- a/pkg/accessreview/service.go +++ b/pkg/accessreview/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/source_name_worker.go b/pkg/accessreview/source_name_worker.go index 57b6e96d7..7c17ead77 100644 --- a/pkg/accessreview/source_name_worker.go +++ b/pkg/accessreview/source_name_worker.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/accessreview/worker.go b/pkg/accessreview/worker.go index c99738f49..457dcef17 100644 --- a/pkg/accessreview/worker.go +++ b/pkg/accessreview/worker.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/agent.go b/pkg/agent/agent.go index c49fd7ab4..cd63776b5 100644 --- a/pkg/agent/agent.go +++ b/pkg/agent/agent.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/agent_test.go b/pkg/agent/agent_test.go index 931668429..178262bf9 100644 --- a/pkg/agent/agent_test.go +++ b/pkg/agent/agent_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/agent_tool.go b/pkg/agent/agent_tool.go index 922f9b45c..1a54d1d05 100644 --- a/pkg/agent/agent_tool.go +++ b/pkg/agent/agent_tool.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/agent_tool_test.go b/pkg/agent/agent_tool_test.go index c546fcd55..4927e48e1 100644 --- a/pkg/agent/agent_tool_test.go +++ b/pkg/agent/agent_tool_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/approval.go b/pkg/agent/approval.go index 93d541bc3..b9468462b 100644 --- a/pkg/agent/approval.go +++ b/pkg/agent/approval.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/approval_test.go b/pkg/agent/approval_test.go index a07aaf967..1207529fa 100644 --- a/pkg/agent/approval_test.go +++ b/pkg/agent/approval_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/cancel_test.go b/pkg/agent/cancel_test.go index 263068055..8a9dc2281 100644 --- a/pkg/agent/cancel_test.go +++ b/pkg/agent/cancel_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/checkpoint.go b/pkg/agent/checkpoint.go index 54700160b..ced74f5d6 100644 --- a/pkg/agent/checkpoint.go +++ b/pkg/agent/checkpoint.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/context.go b/pkg/agent/context.go index 43f6d77a5..f04441ae3 100644 --- a/pkg/agent/context.go +++ b/pkg/agent/context.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/context_test.go b/pkg/agent/context_test.go index 6fb6cc2c7..ba16dc043 100644 --- a/pkg/agent/context_test.go +++ b/pkg/agent/context_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/errors.go b/pkg/agent/errors.go index 41fdccd70..3a120da61 100644 --- a/pkg/agent/errors.go +++ b/pkg/agent/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/export_test.go b/pkg/agent/export_test.go index d2da0ab5d..1a5a1cf3e 100644 --- a/pkg/agent/export_test.go +++ b/pkg/agent/export_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/guardrail.go b/pkg/agent/guardrail.go index 2bf42618e..5bb3e0c89 100644 --- a/pkg/agent/guardrail.go +++ b/pkg/agent/guardrail.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/guardrail/prompt_injection.go b/pkg/agent/guardrail/prompt_injection.go index 530ac675a..76a48054c 100644 --- a/pkg/agent/guardrail/prompt_injection.go +++ b/pkg/agent/guardrail/prompt_injection.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/guardrail/sensitive_data.go b/pkg/agent/guardrail/sensitive_data.go index b3f4cbaaa..007a85503 100644 --- a/pkg/agent/guardrail/sensitive_data.go +++ b/pkg/agent/guardrail/sensitive_data.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/guardrail/sensitive_data_test.go b/pkg/agent/guardrail/sensitive_data_test.go index fdcd4a31a..d8a239aa9 100644 --- a/pkg/agent/guardrail/sensitive_data_test.go +++ b/pkg/agent/guardrail/sensitive_data_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/guardrail/system_prompt_leak.go b/pkg/agent/guardrail/system_prompt_leak.go index 703d77f88..98e4257b7 100644 --- a/pkg/agent/guardrail/system_prompt_leak.go +++ b/pkg/agent/guardrail/system_prompt_leak.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/guardrail/system_prompt_leak_test.go b/pkg/agent/guardrail/system_prompt_leak_test.go index ad2e762ae..e856b4e4e 100644 --- a/pkg/agent/guardrail/system_prompt_leak_test.go +++ b/pkg/agent/guardrail/system_prompt_leak_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/handoff.go b/pkg/agent/handoff.go index edc6e21bd..e6579ea0e 100644 --- a/pkg/agent/handoff.go +++ b/pkg/agent/handoff.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/handoff_test.go b/pkg/agent/handoff_test.go index 054144097..b508b439c 100644 --- a/pkg/agent/handoff_test.go +++ b/pkg/agent/handoff_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/hooks.go b/pkg/agent/hooks.go index 276a7d495..e49a153d1 100644 --- a/pkg/agent/hooks.go +++ b/pkg/agent/hooks.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/mcp.go b/pkg/agent/mcp.go index 4f5fc2a4b..94bb1447c 100644 --- a/pkg/agent/mcp.go +++ b/pkg/agent/mcp.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/mcp_test.go b/pkg/agent/mcp_test.go index f7565cec9..ac396ba58 100644 --- a/pkg/agent/mcp_test.go +++ b/pkg/agent/mcp_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/model_settings.go b/pkg/agent/model_settings.go index 49712fc3c..e164cff52 100644 --- a/pkg/agent/model_settings.go +++ b/pkg/agent/model_settings.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/output_type.go b/pkg/agent/output_type.go index d99c132ed..7c66dfc14 100644 --- a/pkg/agent/output_type.go +++ b/pkg/agent/output_type.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/output_type_test.go b/pkg/agent/output_type_test.go index 8c3d01eef..85d933e06 100644 --- a/pkg/agent/output_type_test.go +++ b/pkg/agent/output_type_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/progress.go b/pkg/agent/progress.go index 5ad3a4345..8019e6555 100644 --- a/pkg/agent/progress.go +++ b/pkg/agent/progress.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/restore.go b/pkg/agent/restore.go index e608fb22b..3412572f4 100644 --- a/pkg/agent/restore.go +++ b/pkg/agent/restore.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/restore_test.go b/pkg/agent/restore_test.go index d6b8ee40c..d60c8b2b4 100644 --- a/pkg/agent/restore_test.go +++ b/pkg/agent/restore_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/result.go b/pkg/agent/result.go index 24dd556e4..1766bfa14 100644 --- a/pkg/agent/result.go +++ b/pkg/agent/result.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/result_test.go b/pkg/agent/result_test.go index 4f8c1987b..a7cbc6476 100644 --- a/pkg/agent/result_test.go +++ b/pkg/agent/result_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/run.go b/pkg/agent/run.go index 3cfc7fe63..d4e90ba2a 100644 --- a/pkg/agent/run.go +++ b/pkg/agent/run.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/schema.go b/pkg/agent/schema.go index 57c043a07..178f2cfdd 100644 --- a/pkg/agent/schema.go +++ b/pkg/agent/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/schema_test.go b/pkg/agent/schema_test.go index c9e7e8d23..a58a7b1a6 100644 --- a/pkg/agent/schema_test.go +++ b/pkg/agent/schema_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/session.go b/pkg/agent/session.go index ebf50a934..97566dbb4 100644 --- a/pkg/agent/session.go +++ b/pkg/agent/session.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/session_memory.go b/pkg/agent/session_memory.go index 33a543953..db739b380 100644 --- a/pkg/agent/session_memory.go +++ b/pkg/agent/session_memory.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/session_memory_test.go b/pkg/agent/session_memory_test.go index 8e2b72f87..d128f0079 100644 --- a/pkg/agent/session_memory_test.go +++ b/pkg/agent/session_memory_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/stream.go b/pkg/agent/stream.go index 8f3a93f57..05232ac5f 100644 --- a/pkg/agent/stream.go +++ b/pkg/agent/stream.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/system_prompt.go b/pkg/agent/system_prompt.go index b4d28022c..c81c65c7c 100644 --- a/pkg/agent/system_prompt.go +++ b/pkg/agent/system_prompt.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/system_prompt_test.go b/pkg/agent/system_prompt_test.go index c7c327634..d638ef86f 100644 --- a/pkg/agent/system_prompt_test.go +++ b/pkg/agent/system_prompt_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tool.go b/pkg/agent/tool.go index 3d3be2c80..ff1f4bedc 100644 --- a/pkg/agent/tool.go +++ b/pkg/agent/tool.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tool_test.go b/pkg/agent/tool_test.go index eea320376..5a551ea67 100644 --- a/pkg/agent/tool_test.go +++ b/pkg/agent/tool_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tool_use_behavior.go b/pkg/agent/tool_use_behavior.go index 59b8c3be1..5f2912b92 100644 --- a/pkg/agent/tool_use_behavior.go +++ b/pkg/agent/tool_use_behavior.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tool_use_behavior_test.go b/pkg/agent/tool_use_behavior_test.go index e4dadfc79..1817efc8f 100644 --- a/pkg/agent/tool_use_behavior_test.go +++ b/pkg/agent/tool_use_behavior_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/browser/browser.go b/pkg/agent/tools/browser/browser.go index 98896c238..e236e75fb 100644 --- a/pkg/agent/tools/browser/browser.go +++ b/pkg/agent/tools/browser/browser.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/browser/click.go b/pkg/agent/tools/browser/click.go index ccc36713a..9c59e60d8 100644 --- a/pkg/agent/tools/browser/click.go +++ b/pkg/agent/tools/browser/click.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/browser/download_pdf.go b/pkg/agent/tools/browser/download_pdf.go index 810cc2162..246edaa21 100644 --- a/pkg/agent/tools/browser/download_pdf.go +++ b/pkg/agent/tools/browser/download_pdf.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/browser/extract_links.go b/pkg/agent/tools/browser/extract_links.go index 3bb982f16..88a3eedc3 100644 --- a/pkg/agent/tools/browser/extract_links.go +++ b/pkg/agent/tools/browser/extract_links.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/browser/extract_text.go b/pkg/agent/tools/browser/extract_text.go index 5db7b5c33..af40d396d 100644 --- a/pkg/agent/tools/browser/extract_text.go +++ b/pkg/agent/tools/browser/extract_text.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/browser/fetch_robots.go b/pkg/agent/tools/browser/fetch_robots.go index a82732bb6..b18f33667 100644 --- a/pkg/agent/tools/browser/fetch_robots.go +++ b/pkg/agent/tools/browser/fetch_robots.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/browser/fetch_sitemap.go b/pkg/agent/tools/browser/fetch_sitemap.go index 73c5a6353..8d55c9a22 100644 --- a/pkg/agent/tools/browser/fetch_sitemap.go +++ b/pkg/agent/tools/browser/fetch_sitemap.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/browser/find_links.go b/pkg/agent/tools/browser/find_links.go index bd93d4d7c..f43fb860d 100644 --- a/pkg/agent/tools/browser/find_links.go +++ b/pkg/agent/tools/browser/find_links.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/browser/helpers.go b/pkg/agent/tools/browser/helpers.go index 8792c5138..58855a4ef 100644 --- a/pkg/agent/tools/browser/helpers.go +++ b/pkg/agent/tools/browser/helpers.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/browser/helpers_test.go b/pkg/agent/tools/browser/helpers_test.go index 90ed88dfc..2ffc9fe13 100644 --- a/pkg/agent/tools/browser/helpers_test.go +++ b/pkg/agent/tools/browser/helpers_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/browser/navigate.go b/pkg/agent/tools/browser/navigate.go index db434d0a9..fbe975e33 100644 --- a/pkg/agent/tools/browser/navigate.go +++ b/pkg/agent/tools/browser/navigate.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/browser/select.go b/pkg/agent/tools/browser/select.go index aa04f7d85..3c2d1498d 100644 --- a/pkg/agent/tools/browser/select.go +++ b/pkg/agent/tools/browser/select.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/browser/sitemap_test.go b/pkg/agent/tools/browser/sitemap_test.go index a843184ba..7f9f22e9c 100644 --- a/pkg/agent/tools/browser/sitemap_test.go +++ b/pkg/agent/tools/browser/sitemap_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/browser/toolset.go b/pkg/agent/tools/browser/toolset.go index 0c50a7872..f2140bc7a 100644 --- a/pkg/agent/tools/browser/toolset.go +++ b/pkg/agent/tools/browser/toolset.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/browser/url_check.go b/pkg/agent/tools/browser/url_check.go index 2ef777564..e5bded7d2 100644 --- a/pkg/agent/tools/browser/url_check.go +++ b/pkg/agent/tools/browser/url_check.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/internal/netcheck/netcheck.go b/pkg/agent/tools/internal/netcheck/netcheck.go index 063e26744..9b6944253 100644 --- a/pkg/agent/tools/internal/netcheck/netcheck.go +++ b/pkg/agent/tools/internal/netcheck/netcheck.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/search/diff_documents.go b/pkg/agent/tools/search/diff_documents.go index 1e5177b03..104464c79 100644 --- a/pkg/agent/tools/search/diff_documents.go +++ b/pkg/agent/tools/search/diff_documents.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/search/diff_test.go b/pkg/agent/tools/search/diff_test.go index 79f8b3f6f..472828fc6 100644 --- a/pkg/agent/tools/search/diff_test.go +++ b/pkg/agent/tools/search/diff_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/search/firecrawl.go b/pkg/agent/tools/search/firecrawl.go index 6a3c0de67..09791f180 100644 --- a/pkg/agent/tools/search/firecrawl.go +++ b/pkg/agent/tools/search/firecrawl.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/search/government_db.go b/pkg/agent/tools/search/government_db.go index b2abbb702..6840fa8c2 100644 --- a/pkg/agent/tools/search/government_db.go +++ b/pkg/agent/tools/search/government_db.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/search/httpclient.go b/pkg/agent/tools/search/httpclient.go index 6c78b1af8..066cd4a01 100644 --- a/pkg/agent/tools/search/httpclient.go +++ b/pkg/agent/tools/search/httpclient.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/search/wayback.go b/pkg/agent/tools/search/wayback.go index 1c4eda9c3..aa79404c6 100644 --- a/pkg/agent/tools/search/wayback.go +++ b/pkg/agent/tools/search/wayback.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/search/wayback_test.go b/pkg/agent/tools/search/wayback_test.go index f4bf953fc..e7a246096 100644 --- a/pkg/agent/tools/search/wayback_test.go +++ b/pkg/agent/tools/search/wayback_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/security/cors.go b/pkg/agent/tools/security/cors.go index 7463a2053..5f931e5d2 100644 --- a/pkg/agent/tools/security/cors.go +++ b/pkg/agent/tools/security/cors.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/security/cors_test.go b/pkg/agent/tools/security/cors_test.go index 9d1ab95b7..8cf982a70 100644 --- a/pkg/agent/tools/security/cors_test.go +++ b/pkg/agent/tools/security/cors_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/security/csp.go b/pkg/agent/tools/security/csp.go index ff9852dbc..b8fc0f94d 100644 --- a/pkg/agent/tools/security/csp.go +++ b/pkg/agent/tools/security/csp.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/security/csp_test.go b/pkg/agent/tools/security/csp_test.go index 5319012ff..5d8c25c21 100644 --- a/pkg/agent/tools/security/csp_test.go +++ b/pkg/agent/tools/security/csp_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/security/dmarc.go b/pkg/agent/tools/security/dmarc.go index b52501ca6..92c2b8f60 100644 --- a/pkg/agent/tools/security/dmarc.go +++ b/pkg/agent/tools/security/dmarc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/security/dmarc_test.go b/pkg/agent/tools/security/dmarc_test.go index 20d8dfad4..2d7336fd6 100644 --- a/pkg/agent/tools/security/dmarc_test.go +++ b/pkg/agent/tools/security/dmarc_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/security/dns_records.go b/pkg/agent/tools/security/dns_records.go index 051215f4f..0fcb878ca 100644 --- a/pkg/agent/tools/security/dns_records.go +++ b/pkg/agent/tools/security/dns_records.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/security/dnssec.go b/pkg/agent/tools/security/dnssec.go index 1ac33923b..65b9e0031 100644 --- a/pkg/agent/tools/security/dnssec.go +++ b/pkg/agent/tools/security/dnssec.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/security/headers.go b/pkg/agent/tools/security/headers.go index 1cb800fc6..a358ec72f 100644 --- a/pkg/agent/tools/security/headers.go +++ b/pkg/agent/tools/security/headers.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/security/headers_test.go b/pkg/agent/tools/security/headers_test.go index 7f4b26275..e8a297472 100644 --- a/pkg/agent/tools/security/headers_test.go +++ b/pkg/agent/tools/security/headers_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/security/hibp.go b/pkg/agent/tools/security/hibp.go index 909c28582..83bbff9cc 100644 --- a/pkg/agent/tools/security/hibp.go +++ b/pkg/agent/tools/security/hibp.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/security/security.go b/pkg/agent/tools/security/security.go index c28d94db8..6cb5d5b3e 100644 --- a/pkg/agent/tools/security/security.go +++ b/pkg/agent/tools/security/security.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/security/spf.go b/pkg/agent/tools/security/spf.go index ccb45789f..83d2f8d44 100644 --- a/pkg/agent/tools/security/spf.go +++ b/pkg/agent/tools/security/spf.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/security/spf_test.go b/pkg/agent/tools/security/spf_test.go index a016d99c3..925390efc 100644 --- a/pkg/agent/tools/security/spf_test.go +++ b/pkg/agent/tools/security/spf_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/security/ssl.go b/pkg/agent/tools/security/ssl.go index 7c20e0aaa..32cfbe763 100644 --- a/pkg/agent/tools/security/ssl.go +++ b/pkg/agent/tools/security/ssl.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/security/ssl_test.go b/pkg/agent/tools/security/ssl_test.go index fff2ab4e9..4b735cf4f 100644 --- a/pkg/agent/tools/security/ssl_test.go +++ b/pkg/agent/tools/security/ssl_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/security/whois.go b/pkg/agent/tools/security/whois.go index 6f4ca81eb..aa680a1f8 100644 --- a/pkg/agent/tools/security/whois.go +++ b/pkg/agent/tools/security/whois.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/tools/security/whois_test.go b/pkg/agent/tools/security/whois_test.go index c151f25d9..9577bf179 100644 --- a/pkg/agent/tools/security/whois_test.go +++ b/pkg/agent/tools/security/whois_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/typed.go b/pkg/agent/typed.go index 47edd52f0..1ad727dc9 100644 --- a/pkg/agent/typed.go +++ b/pkg/agent/typed.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agent/typed_test.go b/pkg/agent/typed_test.go index 528ca25d3..4b4580922 100644 --- a/pkg/agent/typed_test.go +++ b/pkg/agent/typed_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agentrun/actions.go b/pkg/agentrun/actions.go index e93570851..8463e2f92 100644 --- a/pkg/agentrun/actions.go +++ b/pkg/agentrun/actions.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agentrun/errors.go b/pkg/agentrun/errors.go index 2485fd4f7..a7723ddae 100644 --- a/pkg/agentrun/errors.go +++ b/pkg/agentrun/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agentrun/export_test.go b/pkg/agentrun/export_test.go index 4ecef5e04..95184e9e5 100644 --- a/pkg/agentrun/export_test.go +++ b/pkg/agentrun/export_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agentrun/handler.go b/pkg/agentrun/handler.go index dc08efde9..0246a5334 100644 --- a/pkg/agentrun/handler.go +++ b/pkg/agentrun/handler.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agentrun/helpers_test.go b/pkg/agentrun/helpers_test.go index 3eace0288..71866679a 100644 --- a/pkg/agentrun/helpers_test.go +++ b/pkg/agentrun/helpers_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agentrun/internal_test.go b/pkg/agentrun/internal_test.go index 639d2b719..1b1f43248 100644 --- a/pkg/agentrun/internal_test.go +++ b/pkg/agentrun/internal_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agentrun/policies.go b/pkg/agentrun/policies.go index 75fd61e39..63ddb7653 100644 --- a/pkg/agentrun/policies.go +++ b/pkg/agentrun/policies.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agentrun/service.go b/pkg/agentrun/service.go index 78cdde662..e03c54c15 100644 --- a/pkg/agentrun/service.go +++ b/pkg/agentrun/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agentrun/service_test.go b/pkg/agentrun/service_test.go index c1ff729c5..95c7637de 100644 --- a/pkg/agentrun/service_test.go +++ b/pkg/agentrun/service_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agentrun/worker.go b/pkg/agentrun/worker.go index 9683741b2..720375040 100644 --- a/pkg/agentrun/worker.go +++ b/pkg/agentrun/worker.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/agentrun/worker_test.go b/pkg/agentrun/worker_test.go index 27c7046b5..687a796e4 100644 --- a/pkg/agentrun/worker_test.go +++ b/pkg/agentrun/worker_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/awsconfig/config.go b/pkg/awsconfig/config.go index 49ca24293..a1278b73d 100644 --- a/pkg/awsconfig/config.go +++ b/pkg/awsconfig/config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/baseurl/baseurl.go b/pkg/baseurl/baseurl.go index c1f1faf18..be6c90642 100644 --- a/pkg/baseurl/baseurl.go +++ b/pkg/baseurl/baseurl.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/baseurl/baseurl_test.go b/pkg/baseurl/baseurl_test.go index 6e3480b8d..740e60ddf 100644 --- a/pkg/baseurl/baseurl_test.go +++ b/pkg/baseurl/baseurl_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/bearertoken/bearertoken.go b/pkg/bearertoken/bearertoken.go index 9035c1298..4d235535b 100644 --- a/pkg/bearertoken/bearertoken.go +++ b/pkg/bearertoken/bearertoken.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/bearertoken/bearertoken_test.go b/pkg/bearertoken/bearertoken_test.go index 383219aed..361b2f1ca 100644 --- a/pkg/bearertoken/bearertoken_test.go +++ b/pkg/bearertoken/bearertoken_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/bootstrap/builder.go b/pkg/bootstrap/builder.go index 5b9e56cea..cf1d65142 100644 --- a/pkg/bootstrap/builder.go +++ b/pkg/bootstrap/builder.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/bootstrap/builder_test.go b/pkg/bootstrap/builder_test.go index 2b47caa78..f876ea80e 100644 --- a/pkg/bootstrap/builder_test.go +++ b/pkg/bootstrap/builder_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/bootstrap/oauth2.go b/pkg/bootstrap/oauth2.go index af87b404e..a4b26a198 100644 --- a/pkg/bootstrap/oauth2.go +++ b/pkg/bootstrap/oauth2.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/bootstrap/oauth2_test.go b/pkg/bootstrap/oauth2_test.go index 9c01528f3..b04d6c7a5 100644 --- a/pkg/bootstrap/oauth2_test.go +++ b/pkg/bootstrap/oauth2_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/bootstrap/saml.go b/pkg/bootstrap/saml.go index 8682af84d..b5e7b0a70 100644 --- a/pkg/bootstrap/saml.go +++ b/pkg/bootstrap/saml.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/bootstrap/saml_test.go b/pkg/bootstrap/saml_test.go index d78b4625e..e0a11667c 100644 --- a/pkg/bootstrap/saml_test.go +++ b/pkg/bootstrap/saml_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/bootstrap/write.go b/pkg/bootstrap/write.go index 4a495f8da..afcecd07c 100644 --- a/pkg/bootstrap/write.go +++ b/pkg/bootstrap/write.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/bootstrap/write_test.go b/pkg/bootstrap/write_test.go index b17888dea..a27984d5f 100644 --- a/pkg/bootstrap/write_test.go +++ b/pkg/bootstrap/write_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/certmanager/acme.go b/pkg/certmanager/acme.go index 21f9bbb8e..216afc38d 100644 --- a/pkg/certmanager/acme.go +++ b/pkg/certmanager/acme.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/certmanager/acme_challenge_handler.go b/pkg/certmanager/acme_challenge_handler.go index 209f57ff6..b5f0c04cb 100644 --- a/pkg/certmanager/acme_challenge_handler.go +++ b/pkg/certmanager/acme_challenge_handler.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/certmanager/cache_store.go b/pkg/certmanager/cache_store.go index c4fbf5353..a056c487f 100644 --- a/pkg/certmanager/cache_store.go +++ b/pkg/certmanager/cache_store.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/certmanager/provisioner.go b/pkg/certmanager/provisioner.go index 71e89f155..63c9edf77 100644 --- a/pkg/certmanager/provisioner.go +++ b/pkg/certmanager/provisioner.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/certmanager/renewer.go b/pkg/certmanager/renewer.go index 6ba51886c..d14edae62 100644 --- a/pkg/certmanager/renewer.go +++ b/pkg/certmanager/renewer.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/certmanager/selector.go b/pkg/certmanager/selector.go index 3e7a94a45..06cabbe18 100644 --- a/pkg/certmanager/selector.go +++ b/pkg/certmanager/selector.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cli/api/client.go b/pkg/cli/api/client.go index da5d10b90..14f26a476 100644 --- a/pkg/cli/api/client.go +++ b/pkg/cli/api/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cli/api/pagination.go b/pkg/cli/api/pagination.go index caea08e1b..d5897c334 100644 --- a/pkg/cli/api/pagination.go +++ b/pkg/cli/api/pagination.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cli/config/config.go b/pkg/cli/config/config.go index 5affca445..d0c2993c4 100644 --- a/pkg/cli/config/config.go +++ b/pkg/cli/config/config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cli/config/config_test.go b/pkg/cli/config/config_test.go index efe0f0fc0..af25a5b28 100644 --- a/pkg/cli/config/config_test.go +++ b/pkg/cli/config/config_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/access-review/accessreview.go b/pkg/cmd/access-review/accessreview.go index 41809a810..a30e21629 100644 --- a/pkg/cmd/access-review/accessreview.go +++ b/pkg/cmd/access-review/accessreview.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/access-review/campaign/addsource/addsource.go b/pkg/cmd/access-review/campaign/addsource/addsource.go index 3bc6aca90..d0126eab9 100644 --- a/pkg/cmd/access-review/campaign/addsource/addsource.go +++ b/pkg/cmd/access-review/campaign/addsource/addsource.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/access-review/campaign/campaign.go b/pkg/cmd/access-review/campaign/campaign.go index 92d384918..e97a19901 100644 --- a/pkg/cmd/access-review/campaign/campaign.go +++ b/pkg/cmd/access-review/campaign/campaign.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/access-review/campaign/cancel/cancel.go b/pkg/cmd/access-review/campaign/cancel/cancel.go index 897e17ea2..6d31d79c3 100644 --- a/pkg/cmd/access-review/campaign/cancel/cancel.go +++ b/pkg/cmd/access-review/campaign/cancel/cancel.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/access-review/campaign/close/close.go b/pkg/cmd/access-review/campaign/close/close.go index b776a7ab6..4ea2fb3d3 100644 --- a/pkg/cmd/access-review/campaign/close/close.go +++ b/pkg/cmd/access-review/campaign/close/close.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/access-review/campaign/create/create.go b/pkg/cmd/access-review/campaign/create/create.go index b1eba1c97..26ba0bf4d 100644 --- a/pkg/cmd/access-review/campaign/create/create.go +++ b/pkg/cmd/access-review/campaign/create/create.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/access-review/campaign/delete/delete.go b/pkg/cmd/access-review/campaign/delete/delete.go index f686e71bd..daf5a34d5 100644 --- a/pkg/cmd/access-review/campaign/delete/delete.go +++ b/pkg/cmd/access-review/campaign/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/access-review/campaign/list/list.go b/pkg/cmd/access-review/campaign/list/list.go index 9d1081c3f..7a4f1f070 100644 --- a/pkg/cmd/access-review/campaign/list/list.go +++ b/pkg/cmd/access-review/campaign/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/access-review/campaign/removesource/removesource.go b/pkg/cmd/access-review/campaign/removesource/removesource.go index da7b98aa8..f22226f5b 100644 --- a/pkg/cmd/access-review/campaign/removesource/removesource.go +++ b/pkg/cmd/access-review/campaign/removesource/removesource.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/access-review/campaign/start/start.go b/pkg/cmd/access-review/campaign/start/start.go index 9cc0cbcd7..293eedafe 100644 --- a/pkg/cmd/access-review/campaign/start/start.go +++ b/pkg/cmd/access-review/campaign/start/start.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/access-review/campaign/update/update.go b/pkg/cmd/access-review/campaign/update/update.go index 986d9b2eb..12195e525 100644 --- a/pkg/cmd/access-review/campaign/update/update.go +++ b/pkg/cmd/access-review/campaign/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/access-review/campaign/view/view.go b/pkg/cmd/access-review/campaign/view/view.go index a5619b0fe..948857b8a 100644 --- a/pkg/cmd/access-review/campaign/view/view.go +++ b/pkg/cmd/access-review/campaign/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/access-review/entry/decide/decide.go b/pkg/cmd/access-review/entry/decide/decide.go index d4029b326..d4a491021 100644 --- a/pkg/cmd/access-review/entry/decide/decide.go +++ b/pkg/cmd/access-review/entry/decide/decide.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/access-review/entry/decideall/decideall.go b/pkg/cmd/access-review/entry/decideall/decideall.go index 774ad78a0..09ba98a75 100644 --- a/pkg/cmd/access-review/entry/decideall/decideall.go +++ b/pkg/cmd/access-review/entry/decideall/decideall.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/access-review/entry/entry.go b/pkg/cmd/access-review/entry/entry.go index 4f5f6730c..bf8a4ea6d 100644 --- a/pkg/cmd/access-review/entry/entry.go +++ b/pkg/cmd/access-review/entry/entry.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/access-review/entry/list/list.go b/pkg/cmd/access-review/entry/list/list.go index 1f2c6f064..1868aa006 100644 --- a/pkg/cmd/access-review/entry/list/list.go +++ b/pkg/cmd/access-review/entry/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/access-review/entry/setflag/flag.go b/pkg/cmd/access-review/entry/setflag/flag.go index 7fc154bc6..562b49129 100644 --- a/pkg/cmd/access-review/entry/setflag/flag.go +++ b/pkg/cmd/access-review/entry/setflag/flag.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/access-review/source/create/create.go b/pkg/cmd/access-review/source/create/create.go index 6ab26e89f..157e6517a 100644 --- a/pkg/cmd/access-review/source/create/create.go +++ b/pkg/cmd/access-review/source/create/create.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/access-review/source/delete/delete.go b/pkg/cmd/access-review/source/delete/delete.go index 7ec1acb54..b67a87335 100644 --- a/pkg/cmd/access-review/source/delete/delete.go +++ b/pkg/cmd/access-review/source/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/access-review/source/list/list.go b/pkg/cmd/access-review/source/list/list.go index 1a319cbeb..74477ab75 100644 --- a/pkg/cmd/access-review/source/list/list.go +++ b/pkg/cmd/access-review/source/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/access-review/source/source.go b/pkg/cmd/access-review/source/source.go index 5785d8c5a..f84ce0103 100644 --- a/pkg/cmd/access-review/source/source.go +++ b/pkg/cmd/access-review/source/source.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/access-review/source/update/update.go b/pkg/cmd/access-review/source/update/update.go index 4113465c5..ebb5bc31d 100644 --- a/pkg/cmd/access-review/source/update/update.go +++ b/pkg/cmd/access-review/source/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/access-review/source/view/view.go b/pkg/cmd/access-review/source/view/view.go index 059f423d4..9d281e752 100644 --- a/pkg/cmd/access-review/source/view/view.go +++ b/pkg/cmd/access-review/source/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/api/api.go b/pkg/cmd/api/api.go index 24c139526..3f228efc7 100644 --- a/pkg/cmd/api/api.go +++ b/pkg/cmd/api/api.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/asset/asset.go b/pkg/cmd/asset/asset.go index c36bbe4fe..74fae43e9 100644 --- a/pkg/cmd/asset/asset.go +++ b/pkg/cmd/asset/asset.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/asset/create/create.go b/pkg/cmd/asset/create/create.go index 4724daed2..65b8d0be1 100644 --- a/pkg/cmd/asset/create/create.go +++ b/pkg/cmd/asset/create/create.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/asset/delete/delete.go b/pkg/cmd/asset/delete/delete.go index 5a9b614bc..c969efde2 100644 --- a/pkg/cmd/asset/delete/delete.go +++ b/pkg/cmd/asset/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/asset/list/list.go b/pkg/cmd/asset/list/list.go index 1cf7e45c9..a2cd2ad86 100644 --- a/pkg/cmd/asset/list/list.go +++ b/pkg/cmd/asset/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/asset/publish/publish.go b/pkg/cmd/asset/publish/publish.go index c02bc8387..5d3f67f46 100644 --- a/pkg/cmd/asset/publish/publish.go +++ b/pkg/cmd/asset/publish/publish.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/asset/update/update.go b/pkg/cmd/asset/update/update.go index e45d92f44..6cb023c82 100644 --- a/pkg/cmd/asset/update/update.go +++ b/pkg/cmd/asset/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/asset/view/view.go b/pkg/cmd/asset/view/view.go index d64f537cd..e8ee7d895 100644 --- a/pkg/cmd/asset/view/view.go +++ b/pkg/cmd/asset/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/audit/audit.go b/pkg/cmd/audit/audit.go index 4b817a96a..ecfc5ad96 100644 --- a/pkg/cmd/audit/audit.go +++ b/pkg/cmd/audit/audit.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/audit/create/create.go b/pkg/cmd/audit/create/create.go index 9cb309040..8998ace7d 100644 --- a/pkg/cmd/audit/create/create.go +++ b/pkg/cmd/audit/create/create.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/audit/delete/delete.go b/pkg/cmd/audit/delete/delete.go index 8ce605bf1..17d7ee39a 100644 --- a/pkg/cmd/audit/delete/delete.go +++ b/pkg/cmd/audit/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/audit/list/list.go b/pkg/cmd/audit/list/list.go index 16ad2d4c8..787253b79 100644 --- a/pkg/cmd/audit/list/list.go +++ b/pkg/cmd/audit/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/audit/update/update.go b/pkg/cmd/audit/update/update.go index 5c76165e7..deb56310c 100644 --- a/pkg/cmd/audit/update/update.go +++ b/pkg/cmd/audit/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/audit/view/view.go b/pkg/cmd/audit/view/view.go index da1f098c0..88c8c6cec 100644 --- a/pkg/cmd/audit/view/view.go +++ b/pkg/cmd/audit/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/auditlog/audit_log.go b/pkg/cmd/auditlog/audit_log.go index 888b231ab..32a833cc3 100644 --- a/pkg/cmd/auditlog/audit_log.go +++ b/pkg/cmd/auditlog/audit_log.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/auditlog/list/list.go b/pkg/cmd/auditlog/list/list.go index f8f898f0c..2aab24da4 100644 --- a/pkg/cmd/auditlog/list/list.go +++ b/pkg/cmd/auditlog/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/auditlog/view/view.go b/pkg/cmd/auditlog/view/view.go index 64e2f5016..de97c802d 100644 --- a/pkg/cmd/auditlog/view/view.go +++ b/pkg/cmd/auditlog/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/auth/auth.go b/pkg/cmd/auth/auth.go index fde0afcd5..05e2579ad 100644 --- a/pkg/cmd/auth/auth.go +++ b/pkg/cmd/auth/auth.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/auth/login/login.go b/pkg/cmd/auth/login/login.go index 12a019e6e..794a8a8b5 100644 --- a/pkg/cmd/auth/login/login.go +++ b/pkg/cmd/auth/login/login.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/auth/logout/logout.go b/pkg/cmd/auth/logout/logout.go index 533b84e0f..0e666fefb 100644 --- a/pkg/cmd/auth/logout/logout.go +++ b/pkg/cmd/auth/logout/logout.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/auth/status/status.go b/pkg/cmd/auth/status/status.go index 05cf9fbb4..a646a1d27 100644 --- a/pkg/cmd/auth/status/status.go +++ b/pkg/cmd/auth/status/status.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/browse/browse.go b/pkg/cmd/browse/browse.go index 778663d42..96e122f97 100644 --- a/pkg/cmd/browse/browse.go +++ b/pkg/cmd/browse/browse.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/cmdutil/factory.go b/pkg/cmd/cmdutil/factory.go index 8af69e3b6..e8f805548 100644 --- a/pkg/cmd/cmdutil/factory.go +++ b/pkg/cmd/cmdutil/factory.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/cmdutil/flags.go b/pkg/cmd/cmdutil/flags.go index 0a88902f6..0132b9093 100644 --- a/pkg/cmd/cmdutil/flags.go +++ b/pkg/cmd/cmdutil/flags.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/cmdutil/json.go b/pkg/cmd/cmdutil/json.go index 0aeee3a2d..61d60d969 100644 --- a/pkg/cmd/cmdutil/json.go +++ b/pkg/cmd/cmdutil/json.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/cmdutil/table.go b/pkg/cmd/cmdutil/table.go index 210c59a85..c7881bd1b 100644 --- a/pkg/cmd/cmdutil/table.go +++ b/pkg/cmd/cmdutil/table.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/cmdutil/time.go b/pkg/cmd/cmdutil/time.go index d2a56ee55..eaf16c03e 100644 --- a/pkg/cmd/cmdutil/time.go +++ b/pkg/cmd/cmdutil/time.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/completion/completion.go b/pkg/cmd/completion/completion.go index 9484614f8..c3532d382 100644 --- a/pkg/cmd/completion/completion.go +++ b/pkg/cmd/completion/completion.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/config/config.go b/pkg/cmd/config/config.go index 457b0739d..602e84744 100644 --- a/pkg/cmd/config/config.go +++ b/pkg/cmd/config/config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/config/get/get.go b/pkg/cmd/config/get/get.go index aaa7fc120..c1a98976b 100644 --- a/pkg/cmd/config/get/get.go +++ b/pkg/cmd/config/get/get.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/config/list/list.go b/pkg/cmd/config/list/list.go index 54e653ce4..6949ff37a 100644 --- a/pkg/cmd/config/list/list.go +++ b/pkg/cmd/config/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/config/set/set.go b/pkg/cmd/config/set/set.go index bc3804204..e701ac0ff 100644 --- a/pkg/cmd/config/set/set.go +++ b/pkg/cmd/config/set/set.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/consent-record/consent_record.go b/pkg/cmd/consent-record/consent_record.go index 0ee8dde69..ab6edc9ab 100644 --- a/pkg/cmd/consent-record/consent_record.go +++ b/pkg/cmd/consent-record/consent_record.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/consent-record/list/list.go b/pkg/cmd/consent-record/list/list.go index 04d48a31b..0c0312663 100644 --- a/pkg/cmd/consent-record/list/list.go +++ b/pkg/cmd/consent-record/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/consent-record/view/view.go b/pkg/cmd/consent-record/view/view.go index 067d4d82c..2b600027d 100644 --- a/pkg/cmd/consent-record/view/view.go +++ b/pkg/cmd/consent-record/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/context/context.go b/pkg/cmd/context/context.go index 52a52a91a..ad86f7d5a 100644 --- a/pkg/cmd/context/context.go +++ b/pkg/cmd/context/context.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/context/get/get.go b/pkg/cmd/context/get/get.go index db352dd07..5019cee89 100644 --- a/pkg/cmd/context/get/get.go +++ b/pkg/cmd/context/get/get.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/context/update/update.go b/pkg/cmd/context/update/update.go index c5ddd1aa8..e80d66e84 100644 --- a/pkg/cmd/context/update/update.go +++ b/pkg/cmd/context/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/control/control.go b/pkg/cmd/control/control.go index 564768ac1..67fdbde7f 100644 --- a/pkg/cmd/control/control.go +++ b/pkg/cmd/control/control.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/control/create/create.go b/pkg/cmd/control/create/create.go index 75fd7017d..2a616d2d7 100644 --- a/pkg/cmd/control/create/create.go +++ b/pkg/cmd/control/create/create.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/control/delete/delete.go b/pkg/cmd/control/delete/delete.go index a8a2105ac..581fcdd09 100644 --- a/pkg/cmd/control/delete/delete.go +++ b/pkg/cmd/control/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/control/list/list.go b/pkg/cmd/control/list/list.go index a987a1a8a..ff8e9a8a5 100644 --- a/pkg/cmd/control/list/list.go +++ b/pkg/cmd/control/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/control/update/update.go b/pkg/cmd/control/update/update.go index aedd783a4..ea40969f5 100644 --- a/pkg/cmd/control/update/update.go +++ b/pkg/cmd/control/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/control/view/view.go b/pkg/cmd/control/view/view.go index 12559e0f8..44896d559 100644 --- a/pkg/cmd/control/view/view.go +++ b/pkg/cmd/control/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/cookie-banner/activate/activate.go b/pkg/cmd/cookie-banner/activate/activate.go index 9949cccc4..a9d00ea01 100644 --- a/pkg/cmd/cookie-banner/activate/activate.go +++ b/pkg/cmd/cookie-banner/activate/activate.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/cookie-banner/cookie_banner.go b/pkg/cmd/cookie-banner/cookie_banner.go index 2f9c2eab2..0545c9d1f 100644 --- a/pkg/cmd/cookie-banner/cookie_banner.go +++ b/pkg/cmd/cookie-banner/cookie_banner.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/cookie-banner/create/create.go b/pkg/cmd/cookie-banner/create/create.go index e0e2126f1..3a3446c42 100644 --- a/pkg/cmd/cookie-banner/create/create.go +++ b/pkg/cmd/cookie-banner/create/create.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/cookie-banner/deactivate/deactivate.go b/pkg/cmd/cookie-banner/deactivate/deactivate.go index 052e1eb23..10a7ea4e1 100644 --- a/pkg/cmd/cookie-banner/deactivate/deactivate.go +++ b/pkg/cmd/cookie-banner/deactivate/deactivate.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/cookie-banner/delete/delete.go b/pkg/cmd/cookie-banner/delete/delete.go index cafa9f475..4b1fddb82 100644 --- a/pkg/cmd/cookie-banner/delete/delete.go +++ b/pkg/cmd/cookie-banner/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/cookie-banner/latestversion/latest_version.go b/pkg/cmd/cookie-banner/latestversion/latest_version.go index 89e66df43..c729bd44b 100644 --- a/pkg/cmd/cookie-banner/latestversion/latest_version.go +++ b/pkg/cmd/cookie-banner/latestversion/latest_version.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/cookie-banner/list/list.go b/pkg/cmd/cookie-banner/list/list.go index 8b27e446a..fb221b595 100644 --- a/pkg/cmd/cookie-banner/list/list.go +++ b/pkg/cmd/cookie-banner/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/cookie-banner/publish/publish.go b/pkg/cmd/cookie-banner/publish/publish.go index f88ce10d3..06eb9eedd 100644 --- a/pkg/cmd/cookie-banner/publish/publish.go +++ b/pkg/cmd/cookie-banner/publish/publish.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/cookie-banner/translate/translate.go b/pkg/cmd/cookie-banner/translate/translate.go index 9df025801..56ab68d2f 100644 --- a/pkg/cmd/cookie-banner/translate/translate.go +++ b/pkg/cmd/cookie-banner/translate/translate.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/cookie-banner/update/update.go b/pkg/cmd/cookie-banner/update/update.go index 1af6b0b57..bc2e30ea7 100644 --- a/pkg/cmd/cookie-banner/update/update.go +++ b/pkg/cmd/cookie-banner/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/cookie-banner/view/view.go b/pkg/cmd/cookie-banner/view/view.go index 9569de017..4635dc8c1 100644 --- a/pkg/cmd/cookie-banner/view/view.go +++ b/pkg/cmd/cookie-banner/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/cookie-category/cookie_category.go b/pkg/cmd/cookie-category/cookie_category.go index 2b6849c91..8e4d6384a 100644 --- a/pkg/cmd/cookie-category/cookie_category.go +++ b/pkg/cmd/cookie-category/cookie_category.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/cookie-category/create/create.go b/pkg/cmd/cookie-category/create/create.go index 92a2bf699..b88deb68c 100644 --- a/pkg/cmd/cookie-category/create/create.go +++ b/pkg/cmd/cookie-category/create/create.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/cookie-category/delete/delete.go b/pkg/cmd/cookie-category/delete/delete.go index 5890fd3bf..d2c0691c7 100644 --- a/pkg/cmd/cookie-category/delete/delete.go +++ b/pkg/cmd/cookie-category/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/cookie-category/list/list.go b/pkg/cmd/cookie-category/list/list.go index db5b5c0b2..b772a3d4a 100644 --- a/pkg/cmd/cookie-category/list/list.go +++ b/pkg/cmd/cookie-category/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/cookie-category/reorder/reorder.go b/pkg/cmd/cookie-category/reorder/reorder.go index bdb889e63..d526c2c9e 100644 --- a/pkg/cmd/cookie-category/reorder/reorder.go +++ b/pkg/cmd/cookie-category/reorder/reorder.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/cookie-category/update/update.go b/pkg/cmd/cookie-category/update/update.go index e99e6cf1b..1fd955aae 100644 --- a/pkg/cmd/cookie-category/update/update.go +++ b/pkg/cmd/cookie-category/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/cookie-category/view/view.go b/pkg/cmd/cookie-category/view/view.go index 73c481939..8019d9f5a 100644 --- a/pkg/cmd/cookie-category/view/view.go +++ b/pkg/cmd/cookie-category/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/datum/create/create.go b/pkg/cmd/datum/create/create.go index ae48aba52..eb490c986 100644 --- a/pkg/cmd/datum/create/create.go +++ b/pkg/cmd/datum/create/create.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/datum/datum.go b/pkg/cmd/datum/datum.go index 518ae3ec0..ccc9b8df7 100644 --- a/pkg/cmd/datum/datum.go +++ b/pkg/cmd/datum/datum.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/datum/delete/delete.go b/pkg/cmd/datum/delete/delete.go index 405d97f8f..9efed0aa9 100644 --- a/pkg/cmd/datum/delete/delete.go +++ b/pkg/cmd/datum/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/datum/list/list.go b/pkg/cmd/datum/list/list.go index a5814ad82..fa6e1a74a 100644 --- a/pkg/cmd/datum/list/list.go +++ b/pkg/cmd/datum/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/datum/publish/publish.go b/pkg/cmd/datum/publish/publish.go index 98ff19cc8..f412df6c0 100644 --- a/pkg/cmd/datum/publish/publish.go +++ b/pkg/cmd/datum/publish/publish.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/datum/update/update.go b/pkg/cmd/datum/update/update.go index 77b3b7309..7c278fab5 100644 --- a/pkg/cmd/datum/update/update.go +++ b/pkg/cmd/datum/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/datum/view/view.go b/pkg/cmd/datum/view/view.go index 5a764567a..d786af35b 100644 --- a/pkg/cmd/datum/view/view.go +++ b/pkg/cmd/datum/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/document/archive/archive.go b/pkg/cmd/document/archive/archive.go index 546a0747f..56777bbc7 100644 --- a/pkg/cmd/document/archive/archive.go +++ b/pkg/cmd/document/archive/archive.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/document/create/create.go b/pkg/cmd/document/create/create.go index 7dae45c74..090bf1fb6 100644 --- a/pkg/cmd/document/create/create.go +++ b/pkg/cmd/document/create/create.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/document/delete-draft/delete_draft.go b/pkg/cmd/document/delete-draft/delete_draft.go index 2b315758c..7dfc2f92a 100644 --- a/pkg/cmd/document/delete-draft/delete_draft.go +++ b/pkg/cmd/document/delete-draft/delete_draft.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/document/delete/delete.go b/pkg/cmd/document/delete/delete.go index 35d498ba7..caa2c3f23 100644 --- a/pkg/cmd/document/delete/delete.go +++ b/pkg/cmd/document/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/document/document.go b/pkg/cmd/document/document.go index 6e87ef1ff..b9068ee4b 100644 --- a/pkg/cmd/document/document.go +++ b/pkg/cmd/document/document.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/document/list-approval-decisions/list_approval_decisions.go b/pkg/cmd/document/list-approval-decisions/list_approval_decisions.go index e5b79f434..b2bc2156d 100644 --- a/pkg/cmd/document/list-approval-decisions/list_approval_decisions.go +++ b/pkg/cmd/document/list-approval-decisions/list_approval_decisions.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/document/list-approval-quorums/list_approval_quorums.go b/pkg/cmd/document/list-approval-quorums/list_approval_quorums.go index 921a94103..c2d836d5a 100644 --- a/pkg/cmd/document/list-approval-quorums/list_approval_quorums.go +++ b/pkg/cmd/document/list-approval-quorums/list_approval_quorums.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/document/list-versions/list_versions.go b/pkg/cmd/document/list-versions/list_versions.go index f350b5a1d..2d11507bc 100644 --- a/pkg/cmd/document/list-versions/list_versions.go +++ b/pkg/cmd/document/list-versions/list_versions.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/document/list/list.go b/pkg/cmd/document/list/list.go index 5cf8e1119..b1858310f 100644 --- a/pkg/cmd/document/list/list.go +++ b/pkg/cmd/document/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/document/publish/publish.go b/pkg/cmd/document/publish/publish.go index ab251d18b..c727857eb 100644 --- a/pkg/cmd/document/publish/publish.go +++ b/pkg/cmd/document/publish/publish.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/document/unarchive/unarchive.go b/pkg/cmd/document/unarchive/unarchive.go index f620611ac..327c057da 100644 --- a/pkg/cmd/document/unarchive/unarchive.go +++ b/pkg/cmd/document/unarchive/unarchive.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/document/update/update.go b/pkg/cmd/document/update/update.go index 3b9016576..daef6fabe 100644 --- a/pkg/cmd/document/update/update.go +++ b/pkg/cmd/document/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/document/view-approval-decision/view_approval_decision.go b/pkg/cmd/document/view-approval-decision/view_approval_decision.go index a548639cc..df87f1106 100644 --- a/pkg/cmd/document/view-approval-decision/view_approval_decision.go +++ b/pkg/cmd/document/view-approval-decision/view_approval_decision.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/document/view-approval-quorum/view_approval_quorum.go b/pkg/cmd/document/view-approval-quorum/view_approval_quorum.go index a55e50445..36891acc0 100644 --- a/pkg/cmd/document/view-approval-quorum/view_approval_quorum.go +++ b/pkg/cmd/document/view-approval-quorum/view_approval_quorum.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/document/view-version/view_version.go b/pkg/cmd/document/view-version/view_version.go index 403c40691..aebd956ed 100644 --- a/pkg/cmd/document/view-version/view_version.go +++ b/pkg/cmd/document/view-version/view_version.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/document/view/view.go b/pkg/cmd/document/view/view.go index ce189e5da..92586b7bf 100644 --- a/pkg/cmd/document/view/view.go +++ b/pkg/cmd/document/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/dpia/create/create.go b/pkg/cmd/dpia/create/create.go index 81331ff93..d047977a8 100644 --- a/pkg/cmd/dpia/create/create.go +++ b/pkg/cmd/dpia/create/create.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/dpia/delete/delete.go b/pkg/cmd/dpia/delete/delete.go index b08ae29d8..fe103c32e 100644 --- a/pkg/cmd/dpia/delete/delete.go +++ b/pkg/cmd/dpia/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/dpia/dpia.go b/pkg/cmd/dpia/dpia.go index 3b248ae47..43fb4dcd8 100644 --- a/pkg/cmd/dpia/dpia.go +++ b/pkg/cmd/dpia/dpia.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/dpia/list/list.go b/pkg/cmd/dpia/list/list.go index 3eaf04a5b..5667fa4cf 100644 --- a/pkg/cmd/dpia/list/list.go +++ b/pkg/cmd/dpia/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/dpia/publish/publish.go b/pkg/cmd/dpia/publish/publish.go index 0e786c7e8..430004765 100644 --- a/pkg/cmd/dpia/publish/publish.go +++ b/pkg/cmd/dpia/publish/publish.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/dpia/update/update.go b/pkg/cmd/dpia/update/update.go index bc6fe7bb8..ff3bb8549 100644 --- a/pkg/cmd/dpia/update/update.go +++ b/pkg/cmd/dpia/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/dpia/view/view.go b/pkg/cmd/dpia/view/view.go index cbbbb73d2..23da79b5e 100644 --- a/pkg/cmd/dpia/view/view.go +++ b/pkg/cmd/dpia/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/evidence/delete/delete.go b/pkg/cmd/evidence/delete/delete.go index d758bac4c..04fc9b5c8 100644 --- a/pkg/cmd/evidence/delete/delete.go +++ b/pkg/cmd/evidence/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/evidence/evidence.go b/pkg/cmd/evidence/evidence.go index 4e7f534c5..2d05a8b46 100644 --- a/pkg/cmd/evidence/evidence.go +++ b/pkg/cmd/evidence/evidence.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/evidence/list/list.go b/pkg/cmd/evidence/list/list.go index 90a728422..de7cbff41 100644 --- a/pkg/cmd/evidence/list/list.go +++ b/pkg/cmd/evidence/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/evidence/upload/upload.go b/pkg/cmd/evidence/upload/upload.go index b535a29ac..7ff0895a0 100644 --- a/pkg/cmd/evidence/upload/upload.go +++ b/pkg/cmd/evidence/upload/upload.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/evidence/view/view.go b/pkg/cmd/evidence/view/view.go index 579ddf416..c877e57a7 100644 --- a/pkg/cmd/evidence/view/view.go +++ b/pkg/cmd/evidence/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/finding/create/create.go b/pkg/cmd/finding/create/create.go index c06b188ab..0831f28e5 100644 --- a/pkg/cmd/finding/create/create.go +++ b/pkg/cmd/finding/create/create.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/finding/delete/delete.go b/pkg/cmd/finding/delete/delete.go index 83beeeb8b..07b084eb5 100644 --- a/pkg/cmd/finding/delete/delete.go +++ b/pkg/cmd/finding/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/finding/finding.go b/pkg/cmd/finding/finding.go index d2a8b6bec..310fd3a45 100644 --- a/pkg/cmd/finding/finding.go +++ b/pkg/cmd/finding/finding.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/finding/list/list.go b/pkg/cmd/finding/list/list.go index 30d167c60..e95cb4c88 100644 --- a/pkg/cmd/finding/list/list.go +++ b/pkg/cmd/finding/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/finding/publish/publish.go b/pkg/cmd/finding/publish/publish.go index a2e80b825..952107c6b 100644 --- a/pkg/cmd/finding/publish/publish.go +++ b/pkg/cmd/finding/publish/publish.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/finding/update/update.go b/pkg/cmd/finding/update/update.go index 21fb452bb..9f87162d9 100644 --- a/pkg/cmd/finding/update/update.go +++ b/pkg/cmd/finding/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/finding/view/view.go b/pkg/cmd/finding/view/view.go index 946e9fd48..37e28b9f6 100644 --- a/pkg/cmd/finding/view/view.go +++ b/pkg/cmd/finding/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/framework/create/create.go b/pkg/cmd/framework/create/create.go index de9212f71..9f3a79fbe 100644 --- a/pkg/cmd/framework/create/create.go +++ b/pkg/cmd/framework/create/create.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/framework/delete/delete.go b/pkg/cmd/framework/delete/delete.go index ba42446ac..b23bc5493 100644 --- a/pkg/cmd/framework/delete/delete.go +++ b/pkg/cmd/framework/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/framework/framework.go b/pkg/cmd/framework/framework.go index 0621454bf..9b55cf96a 100644 --- a/pkg/cmd/framework/framework.go +++ b/pkg/cmd/framework/framework.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/framework/list/list.go b/pkg/cmd/framework/list/list.go index 58f43410c..e66d55c33 100644 --- a/pkg/cmd/framework/list/list.go +++ b/pkg/cmd/framework/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/framework/update/update.go b/pkg/cmd/framework/update/update.go index c909c867b..f89d53499 100644 --- a/pkg/cmd/framework/update/update.go +++ b/pkg/cmd/framework/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/framework/view/view.go b/pkg/cmd/framework/view/view.go index c7e4a7c04..e02a1eb7f 100644 --- a/pkg/cmd/framework/view/view.go +++ b/pkg/cmd/framework/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/iostreams/iostreams.go b/pkg/cmd/iostreams/iostreams.go index d0aaef7e2..7173665f9 100644 --- a/pkg/cmd/iostreams/iostreams.go +++ b/pkg/cmd/iostreams/iostreams.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/measure/create/create.go b/pkg/cmd/measure/create/create.go index 812dc903d..0dea5ab85 100644 --- a/pkg/cmd/measure/create/create.go +++ b/pkg/cmd/measure/create/create.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/measure/delete/delete.go b/pkg/cmd/measure/delete/delete.go index 3c98d15b0..d62ea1b69 100644 --- a/pkg/cmd/measure/delete/delete.go +++ b/pkg/cmd/measure/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/measure/link-third-party/link_third_party.go b/pkg/cmd/measure/link-third-party/link_third_party.go index 080064517..4dddfb226 100644 --- a/pkg/cmd/measure/link-third-party/link_third_party.go +++ b/pkg/cmd/measure/link-third-party/link_third_party.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/measure/list/list.go b/pkg/cmd/measure/list/list.go index 44bd1a8d2..b9e663947 100644 --- a/pkg/cmd/measure/list/list.go +++ b/pkg/cmd/measure/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/measure/measure.go b/pkg/cmd/measure/measure.go index 153f8706e..efe45d600 100644 --- a/pkg/cmd/measure/measure.go +++ b/pkg/cmd/measure/measure.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/measure/unlink-third-party/unlink_third_party.go b/pkg/cmd/measure/unlink-third-party/unlink_third_party.go index 6a49c8a0e..15010a64b 100644 --- a/pkg/cmd/measure/unlink-third-party/unlink_third_party.go +++ b/pkg/cmd/measure/unlink-third-party/unlink_third_party.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/measure/update/update.go b/pkg/cmd/measure/update/update.go index d1a18a068..04718ae27 100644 --- a/pkg/cmd/measure/update/update.go +++ b/pkg/cmd/measure/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/measure/view/view.go b/pkg/cmd/measure/view/view.go index dc97449b2..7bbac30bf 100644 --- a/pkg/cmd/measure/view/view.go +++ b/pkg/cmd/measure/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/obligation/create/create.go b/pkg/cmd/obligation/create/create.go index ac1b55cef..efbb59895 100644 --- a/pkg/cmd/obligation/create/create.go +++ b/pkg/cmd/obligation/create/create.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/obligation/delete/delete.go b/pkg/cmd/obligation/delete/delete.go index 34824addb..cce61b5b9 100644 --- a/pkg/cmd/obligation/delete/delete.go +++ b/pkg/cmd/obligation/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/obligation/list/list.go b/pkg/cmd/obligation/list/list.go index 82f086d48..c82852ba7 100644 --- a/pkg/cmd/obligation/list/list.go +++ b/pkg/cmd/obligation/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/obligation/obligation.go b/pkg/cmd/obligation/obligation.go index a977e236d..2b6c845da 100644 --- a/pkg/cmd/obligation/obligation.go +++ b/pkg/cmd/obligation/obligation.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/obligation/publish/publish.go b/pkg/cmd/obligation/publish/publish.go index 07d6da04c..9e3d039e8 100644 --- a/pkg/cmd/obligation/publish/publish.go +++ b/pkg/cmd/obligation/publish/publish.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/obligation/update/update.go b/pkg/cmd/obligation/update/update.go index e4f9d0b76..5bc31329b 100644 --- a/pkg/cmd/obligation/update/update.go +++ b/pkg/cmd/obligation/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/obligation/view/view.go b/pkg/cmd/obligation/view/view.go index 4a63ee5e5..81442a1f5 100644 --- a/pkg/cmd/obligation/view/view.go +++ b/pkg/cmd/obligation/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/org/list/list.go b/pkg/cmd/org/list/list.go index 647f5602f..26428ea33 100644 --- a/pkg/cmd/org/list/list.go +++ b/pkg/cmd/org/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/org/org.go b/pkg/cmd/org/org.go index 63ae5f8cf..32f4c9876 100644 --- a/pkg/cmd/org/org.go +++ b/pkg/cmd/org/org.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/processing-activity/create/create.go b/pkg/cmd/processing-activity/create/create.go index 87904521f..6a3b0884a 100644 --- a/pkg/cmd/processing-activity/create/create.go +++ b/pkg/cmd/processing-activity/create/create.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/processing-activity/delete/delete.go b/pkg/cmd/processing-activity/delete/delete.go index d9b814080..4fdc2eb85 100644 --- a/pkg/cmd/processing-activity/delete/delete.go +++ b/pkg/cmd/processing-activity/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/processing-activity/list/list.go b/pkg/cmd/processing-activity/list/list.go index 2d41409a2..ccbc00645 100644 --- a/pkg/cmd/processing-activity/list/list.go +++ b/pkg/cmd/processing-activity/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/processing-activity/processing_activity.go b/pkg/cmd/processing-activity/processing_activity.go index 37169c28d..bf66b9908 100644 --- a/pkg/cmd/processing-activity/processing_activity.go +++ b/pkg/cmd/processing-activity/processing_activity.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/processing-activity/publish/publish.go b/pkg/cmd/processing-activity/publish/publish.go index c30f8a3b9..e0d855cc4 100644 --- a/pkg/cmd/processing-activity/publish/publish.go +++ b/pkg/cmd/processing-activity/publish/publish.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/processing-activity/update/update.go b/pkg/cmd/processing-activity/update/update.go index 0da77069f..36290045f 100644 --- a/pkg/cmd/processing-activity/update/update.go +++ b/pkg/cmd/processing-activity/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/processing-activity/view/view.go b/pkg/cmd/processing-activity/view/view.go index aeeb2256d..b0fd233c9 100644 --- a/pkg/cmd/processing-activity/view/view.go +++ b/pkg/cmd/processing-activity/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/rights-request/create/create.go b/pkg/cmd/rights-request/create/create.go index 60a3ec998..af6550d22 100644 --- a/pkg/cmd/rights-request/create/create.go +++ b/pkg/cmd/rights-request/create/create.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/rights-request/delete/delete.go b/pkg/cmd/rights-request/delete/delete.go index 65023add9..3eb8fc6eb 100644 --- a/pkg/cmd/rights-request/delete/delete.go +++ b/pkg/cmd/rights-request/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/rights-request/list/list.go b/pkg/cmd/rights-request/list/list.go index 5e7154b04..a57ed71b3 100644 --- a/pkg/cmd/rights-request/list/list.go +++ b/pkg/cmd/rights-request/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/rights-request/rights_request.go b/pkg/cmd/rights-request/rights_request.go index 42cd64893..3c894bae9 100644 --- a/pkg/cmd/rights-request/rights_request.go +++ b/pkg/cmd/rights-request/rights_request.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/rights-request/update/update.go b/pkg/cmd/rights-request/update/update.go index ccb9b1ba0..d668550a1 100644 --- a/pkg/cmd/rights-request/update/update.go +++ b/pkg/cmd/rights-request/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/rights-request/view/view.go b/pkg/cmd/rights-request/view/view.go index c5f17950a..ad0ddfec2 100644 --- a/pkg/cmd/rights-request/view/view.go +++ b/pkg/cmd/rights-request/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/boundary/boundary.go b/pkg/cmd/risk-assessment/boundary/boundary.go index 93bc6ecee..80234a72e 100644 --- a/pkg/cmd/risk-assessment/boundary/boundary.go +++ b/pkg/cmd/risk-assessment/boundary/boundary.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/boundary/create/create.go b/pkg/cmd/risk-assessment/boundary/create/create.go index c9d2bb018..0675836a8 100644 --- a/pkg/cmd/risk-assessment/boundary/create/create.go +++ b/pkg/cmd/risk-assessment/boundary/create/create.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/boundary/delete/delete.go b/pkg/cmd/risk-assessment/boundary/delete/delete.go index 03c7e47be..adc6bef82 100644 --- a/pkg/cmd/risk-assessment/boundary/delete/delete.go +++ b/pkg/cmd/risk-assessment/boundary/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/boundary/list/list.go b/pkg/cmd/risk-assessment/boundary/list/list.go index 26802d331..a8608cca3 100644 --- a/pkg/cmd/risk-assessment/boundary/list/list.go +++ b/pkg/cmd/risk-assessment/boundary/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/boundary/update/update.go b/pkg/cmd/risk-assessment/boundary/update/update.go index 6f4a1f7f0..526b563f2 100644 --- a/pkg/cmd/risk-assessment/boundary/update/update.go +++ b/pkg/cmd/risk-assessment/boundary/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/boundary/view/view.go b/pkg/cmd/risk-assessment/boundary/view/view.go index 31c0223e0..cb0fd8eb0 100644 --- a/pkg/cmd/risk-assessment/boundary/view/view.go +++ b/pkg/cmd/risk-assessment/boundary/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/create/create.go b/pkg/cmd/risk-assessment/create/create.go index 0fa262c02..ea1a8ad48 100644 --- a/pkg/cmd/risk-assessment/create/create.go +++ b/pkg/cmd/risk-assessment/create/create.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/delete/delete.go b/pkg/cmd/risk-assessment/delete/delete.go index 1f356dfd2..4d34a8e1b 100644 --- a/pkg/cmd/risk-assessment/delete/delete.go +++ b/pkg/cmd/risk-assessment/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/list/list.go b/pkg/cmd/risk-assessment/list/list.go index 5ae95cfba..c30e1bb36 100644 --- a/pkg/cmd/risk-assessment/list/list.go +++ b/pkg/cmd/risk-assessment/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/node/create/create.go b/pkg/cmd/risk-assessment/node/create/create.go index b9713cc5f..ffc484dea 100644 --- a/pkg/cmd/risk-assessment/node/create/create.go +++ b/pkg/cmd/risk-assessment/node/create/create.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/node/delete/delete.go b/pkg/cmd/risk-assessment/node/delete/delete.go index 562ed8b20..bd5ca657c 100644 --- a/pkg/cmd/risk-assessment/node/delete/delete.go +++ b/pkg/cmd/risk-assessment/node/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/node/list/list.go b/pkg/cmd/risk-assessment/node/list/list.go index bddfb05b1..8c4828ea5 100644 --- a/pkg/cmd/risk-assessment/node/list/list.go +++ b/pkg/cmd/risk-assessment/node/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/node/node.go b/pkg/cmd/risk-assessment/node/node.go index dc7dd9fcf..df426b969 100644 --- a/pkg/cmd/risk-assessment/node/node.go +++ b/pkg/cmd/risk-assessment/node/node.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/node/update/update.go b/pkg/cmd/risk-assessment/node/update/update.go index 7ee090265..bd42d29a3 100644 --- a/pkg/cmd/risk-assessment/node/update/update.go +++ b/pkg/cmd/risk-assessment/node/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/node/view/view.go b/pkg/cmd/risk-assessment/node/view/view.go index cd8f90763..1b23fb22b 100644 --- a/pkg/cmd/risk-assessment/node/view/view.go +++ b/pkg/cmd/risk-assessment/node/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/process/create/create.go b/pkg/cmd/risk-assessment/process/create/create.go index ddaf4d0ba..4bc8aea65 100644 --- a/pkg/cmd/risk-assessment/process/create/create.go +++ b/pkg/cmd/risk-assessment/process/create/create.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/process/delete/delete.go b/pkg/cmd/risk-assessment/process/delete/delete.go index a8598bbeb..cd75e63f9 100644 --- a/pkg/cmd/risk-assessment/process/delete/delete.go +++ b/pkg/cmd/risk-assessment/process/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/process/list/list.go b/pkg/cmd/risk-assessment/process/list/list.go index 877a4e51e..1c84c5013 100644 --- a/pkg/cmd/risk-assessment/process/list/list.go +++ b/pkg/cmd/risk-assessment/process/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/process/process.go b/pkg/cmd/risk-assessment/process/process.go index 2590a2e53..2d1428d16 100644 --- a/pkg/cmd/risk-assessment/process/process.go +++ b/pkg/cmd/risk-assessment/process/process.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/process/update/update.go b/pkg/cmd/risk-assessment/process/update/update.go index dc9f7f36d..eb2fb20e2 100644 --- a/pkg/cmd/risk-assessment/process/update/update.go +++ b/pkg/cmd/risk-assessment/process/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/process/view/view.go b/pkg/cmd/risk-assessment/process/view/view.go index 45a269388..977188705 100644 --- a/pkg/cmd/risk-assessment/process/view/view.go +++ b/pkg/cmd/risk-assessment/process/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/risk_assessment.go b/pkg/cmd/risk-assessment/risk_assessment.go index eb5221d9d..097e2cd6f 100644 --- a/pkg/cmd/risk-assessment/risk_assessment.go +++ b/pkg/cmd/risk-assessment/risk_assessment.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/scenario/create/create.go b/pkg/cmd/risk-assessment/scenario/create/create.go index 0e77c7659..a58f1f944 100644 --- a/pkg/cmd/risk-assessment/scenario/create/create.go +++ b/pkg/cmd/risk-assessment/scenario/create/create.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/scenario/delete/delete.go b/pkg/cmd/risk-assessment/scenario/delete/delete.go index bb965b3b2..7e9febe01 100644 --- a/pkg/cmd/risk-assessment/scenario/delete/delete.go +++ b/pkg/cmd/risk-assessment/scenario/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/scenario/link-risk/link_risk.go b/pkg/cmd/risk-assessment/scenario/link-risk/link_risk.go index e80a0ceeb..a57943d74 100644 --- a/pkg/cmd/risk-assessment/scenario/link-risk/link_risk.go +++ b/pkg/cmd/risk-assessment/scenario/link-risk/link_risk.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/scenario/link-threat/link_threat.go b/pkg/cmd/risk-assessment/scenario/link-threat/link_threat.go index 7a741765d..a76eb15b6 100644 --- a/pkg/cmd/risk-assessment/scenario/link-threat/link_threat.go +++ b/pkg/cmd/risk-assessment/scenario/link-threat/link_threat.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/scenario/list/list.go b/pkg/cmd/risk-assessment/scenario/list/list.go index 6c0aeaa09..d582e1f8a 100644 --- a/pkg/cmd/risk-assessment/scenario/list/list.go +++ b/pkg/cmd/risk-assessment/scenario/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/scenario/scenario.go b/pkg/cmd/risk-assessment/scenario/scenario.go index 296a6e597..5c52a5fb7 100644 --- a/pkg/cmd/risk-assessment/scenario/scenario.go +++ b/pkg/cmd/risk-assessment/scenario/scenario.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/scenario/unlink-risk/unlink_risk.go b/pkg/cmd/risk-assessment/scenario/unlink-risk/unlink_risk.go index 01ded5a7b..24c29fe3a 100644 --- a/pkg/cmd/risk-assessment/scenario/unlink-risk/unlink_risk.go +++ b/pkg/cmd/risk-assessment/scenario/unlink-risk/unlink_risk.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/scenario/unlink-threat/unlink_threat.go b/pkg/cmd/risk-assessment/scenario/unlink-threat/unlink_threat.go index 474a07ee8..30f74aab0 100644 --- a/pkg/cmd/risk-assessment/scenario/unlink-threat/unlink_threat.go +++ b/pkg/cmd/risk-assessment/scenario/unlink-threat/unlink_threat.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/scenario/update/update.go b/pkg/cmd/risk-assessment/scenario/update/update.go index 005a2a2d0..512842d9c 100644 --- a/pkg/cmd/risk-assessment/scenario/update/update.go +++ b/pkg/cmd/risk-assessment/scenario/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/scenario/view/view.go b/pkg/cmd/risk-assessment/scenario/view/view.go index 974fc4db2..90ddbe794 100644 --- a/pkg/cmd/risk-assessment/scenario/view/view.go +++ b/pkg/cmd/risk-assessment/scenario/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/scope/create/create.go b/pkg/cmd/risk-assessment/scope/create/create.go index 6f08a9e74..bd1c07f05 100644 --- a/pkg/cmd/risk-assessment/scope/create/create.go +++ b/pkg/cmd/risk-assessment/scope/create/create.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/scope/delete/delete.go b/pkg/cmd/risk-assessment/scope/delete/delete.go index c595284b3..610459ab2 100644 --- a/pkg/cmd/risk-assessment/scope/delete/delete.go +++ b/pkg/cmd/risk-assessment/scope/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/scope/list/list.go b/pkg/cmd/risk-assessment/scope/list/list.go index 74e148e0c..e1d45cb55 100644 --- a/pkg/cmd/risk-assessment/scope/list/list.go +++ b/pkg/cmd/risk-assessment/scope/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/scope/mermaid/mermaid.go b/pkg/cmd/risk-assessment/scope/mermaid/mermaid.go index 92859cb41..504035ebb 100644 --- a/pkg/cmd/risk-assessment/scope/mermaid/mermaid.go +++ b/pkg/cmd/risk-assessment/scope/mermaid/mermaid.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/scope/scope.go b/pkg/cmd/risk-assessment/scope/scope.go index d298627a9..5b3319bdb 100644 --- a/pkg/cmd/risk-assessment/scope/scope.go +++ b/pkg/cmd/risk-assessment/scope/scope.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/scope/update/update.go b/pkg/cmd/risk-assessment/scope/update/update.go index c5d917654..481fdec27 100644 --- a/pkg/cmd/risk-assessment/scope/update/update.go +++ b/pkg/cmd/risk-assessment/scope/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/scope/view/view.go b/pkg/cmd/risk-assessment/scope/view/view.go index bf9efb1aa..82d546f88 100644 --- a/pkg/cmd/risk-assessment/scope/view/view.go +++ b/pkg/cmd/risk-assessment/scope/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/threat/create/create.go b/pkg/cmd/risk-assessment/threat/create/create.go index 5c5641449..ba5bf3973 100644 --- a/pkg/cmd/risk-assessment/threat/create/create.go +++ b/pkg/cmd/risk-assessment/threat/create/create.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/threat/delete/delete.go b/pkg/cmd/risk-assessment/threat/delete/delete.go index 790b914dc..fae027086 100644 --- a/pkg/cmd/risk-assessment/threat/delete/delete.go +++ b/pkg/cmd/risk-assessment/threat/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/threat/list/list.go b/pkg/cmd/risk-assessment/threat/list/list.go index dd61744f2..16c927ad8 100644 --- a/pkg/cmd/risk-assessment/threat/list/list.go +++ b/pkg/cmd/risk-assessment/threat/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/threat/threat.go b/pkg/cmd/risk-assessment/threat/threat.go index bf1f3766d..214892ac4 100644 --- a/pkg/cmd/risk-assessment/threat/threat.go +++ b/pkg/cmd/risk-assessment/threat/threat.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/threat/update/update.go b/pkg/cmd/risk-assessment/threat/update/update.go index 2a1305f28..5117b06e1 100644 --- a/pkg/cmd/risk-assessment/threat/update/update.go +++ b/pkg/cmd/risk-assessment/threat/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/threat/view/view.go b/pkg/cmd/risk-assessment/threat/view/view.go index 4b5d7e144..ca9ddc321 100644 --- a/pkg/cmd/risk-assessment/threat/view/view.go +++ b/pkg/cmd/risk-assessment/threat/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/update/update.go b/pkg/cmd/risk-assessment/update/update.go index d31c2e9b8..04d74d30a 100644 --- a/pkg/cmd/risk-assessment/update/update.go +++ b/pkg/cmd/risk-assessment/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk-assessment/view/view.go b/pkg/cmd/risk-assessment/view/view.go index 3d1c3f5a9..6fff38a58 100644 --- a/pkg/cmd/risk-assessment/view/view.go +++ b/pkg/cmd/risk-assessment/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk/create/create.go b/pkg/cmd/risk/create/create.go index 2d6f7ab36..0875ab2d6 100644 --- a/pkg/cmd/risk/create/create.go +++ b/pkg/cmd/risk/create/create.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk/delete/delete.go b/pkg/cmd/risk/delete/delete.go index b586f0cfc..367da9bc3 100644 --- a/pkg/cmd/risk/delete/delete.go +++ b/pkg/cmd/risk/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk/list/list.go b/pkg/cmd/risk/list/list.go index a070adc85..ed0685ea5 100644 --- a/pkg/cmd/risk/list/list.go +++ b/pkg/cmd/risk/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk/publish/publish.go b/pkg/cmd/risk/publish/publish.go index 43781acf4..0f9e31111 100644 --- a/pkg/cmd/risk/publish/publish.go +++ b/pkg/cmd/risk/publish/publish.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk/risk.go b/pkg/cmd/risk/risk.go index 3969a6765..85c6dc26b 100644 --- a/pkg/cmd/risk/risk.go +++ b/pkg/cmd/risk/risk.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk/update/update.go b/pkg/cmd/risk/update/update.go index 50a30994f..ecde41ad8 100644 --- a/pkg/cmd/risk/update/update.go +++ b/pkg/cmd/risk/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/risk/view/view.go b/pkg/cmd/risk/view/view.go index 896ef9dd2..10385d285 100644 --- a/pkg/cmd/risk/view/view.go +++ b/pkg/cmd/risk/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/root/root.go b/pkg/cmd/root/root.go index e57af280a..d4309997a 100644 --- a/pkg/cmd/root/root.go +++ b/pkg/cmd/root/root.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/scim/bridge/bridge.go b/pkg/cmd/scim/bridge/bridge.go index 2da20e31f..1ca9c9b9f 100644 --- a/pkg/cmd/scim/bridge/bridge.go +++ b/pkg/cmd/scim/bridge/bridge.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/scim/bridge/update/update.go b/pkg/cmd/scim/bridge/update/update.go index 2f9699418..2a12f41ec 100644 --- a/pkg/cmd/scim/bridge/update/update.go +++ b/pkg/cmd/scim/bridge/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/scim/bridge/view/view.go b/pkg/cmd/scim/bridge/view/view.go index 42b28a6e5..958042303 100644 --- a/pkg/cmd/scim/bridge/view/view.go +++ b/pkg/cmd/scim/bridge/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/scim/create/create.go b/pkg/cmd/scim/create/create.go index 41f36358d..11eb3bb8b 100644 --- a/pkg/cmd/scim/create/create.go +++ b/pkg/cmd/scim/create/create.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/scim/delete/delete.go b/pkg/cmd/scim/delete/delete.go index 4e0bbb0ea..6941d499e 100644 --- a/pkg/cmd/scim/delete/delete.go +++ b/pkg/cmd/scim/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/scim/event/event.go b/pkg/cmd/scim/event/event.go index 799067746..36e5e4c6b 100644 --- a/pkg/cmd/scim/event/event.go +++ b/pkg/cmd/scim/event/event.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/scim/event/list/list.go b/pkg/cmd/scim/event/list/list.go index f7b5b3988..ae09db285 100644 --- a/pkg/cmd/scim/event/list/list.go +++ b/pkg/cmd/scim/event/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/scim/regenerate-token/regenerate_token.go b/pkg/cmd/scim/regenerate-token/regenerate_token.go index 869ebde3d..0b716cc67 100644 --- a/pkg/cmd/scim/regenerate-token/regenerate_token.go +++ b/pkg/cmd/scim/regenerate-token/regenerate_token.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/scim/scim.go b/pkg/cmd/scim/scim.go index 6660c79de..8e06e5732 100644 --- a/pkg/cmd/scim/scim.go +++ b/pkg/cmd/scim/scim.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/scim/view/view.go b/pkg/cmd/scim/view/view.go index 4a1b28297..944873544 100644 --- a/pkg/cmd/scim/view/view.go +++ b/pkg/cmd/scim/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/soa/create/create.go b/pkg/cmd/soa/create/create.go index 49afc8d51..1d3614aea 100644 --- a/pkg/cmd/soa/create/create.go +++ b/pkg/cmd/soa/create/create.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/soa/delete/delete.go b/pkg/cmd/soa/delete/delete.go index 2ce042625..eb345c92a 100644 --- a/pkg/cmd/soa/delete/delete.go +++ b/pkg/cmd/soa/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/soa/list/list.go b/pkg/cmd/soa/list/list.go index a3ececd53..b6c190490 100644 --- a/pkg/cmd/soa/list/list.go +++ b/pkg/cmd/soa/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/soa/publish/publish.go b/pkg/cmd/soa/publish/publish.go index 5f95078f2..77c960975 100644 --- a/pkg/cmd/soa/publish/publish.go +++ b/pkg/cmd/soa/publish/publish.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/soa/soa.go b/pkg/cmd/soa/soa.go index f6acc071c..d364bd269 100644 --- a/pkg/cmd/soa/soa.go +++ b/pkg/cmd/soa/soa.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/soa/statement/add/add.go b/pkg/cmd/soa/statement/add/add.go index c892e0e25..a82520875 100644 --- a/pkg/cmd/soa/statement/add/add.go +++ b/pkg/cmd/soa/statement/add/add.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/soa/statement/list/list.go b/pkg/cmd/soa/statement/list/list.go index 064d7dbcf..b4f17dfb4 100644 --- a/pkg/cmd/soa/statement/list/list.go +++ b/pkg/cmd/soa/statement/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/soa/statement/remove/remove.go b/pkg/cmd/soa/statement/remove/remove.go index b6dd1e10f..5bc834a98 100644 --- a/pkg/cmd/soa/statement/remove/remove.go +++ b/pkg/cmd/soa/statement/remove/remove.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/soa/statement/statement.go b/pkg/cmd/soa/statement/statement.go index 9edcfa6a1..26c97f44a 100644 --- a/pkg/cmd/soa/statement/statement.go +++ b/pkg/cmd/soa/statement/statement.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/soa/statement/update/update.go b/pkg/cmd/soa/statement/update/update.go index fedcd36d6..65842d12f 100644 --- a/pkg/cmd/soa/statement/update/update.go +++ b/pkg/cmd/soa/statement/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/soa/update/update.go b/pkg/cmd/soa/update/update.go index fd1ae0c87..6fae78a4f 100644 --- a/pkg/cmd/soa/update/update.go +++ b/pkg/cmd/soa/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/soa/view/view.go b/pkg/cmd/soa/view/view.go index 991d60b4e..dc8af4385 100644 --- a/pkg/cmd/soa/view/view.go +++ b/pkg/cmd/soa/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/task/create/create.go b/pkg/cmd/task/create/create.go index a1b8f511d..9c11742e4 100644 --- a/pkg/cmd/task/create/create.go +++ b/pkg/cmd/task/create/create.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/task/delete/delete.go b/pkg/cmd/task/delete/delete.go index e3a64d476..32eb124e2 100644 --- a/pkg/cmd/task/delete/delete.go +++ b/pkg/cmd/task/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/task/list/list.go b/pkg/cmd/task/list/list.go index 8beb33f3c..3cf785e0d 100644 --- a/pkg/cmd/task/list/list.go +++ b/pkg/cmd/task/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/task/task.go b/pkg/cmd/task/task.go index 8e264256f..9d9484437 100644 --- a/pkg/cmd/task/task.go +++ b/pkg/cmd/task/task.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/task/update/update.go b/pkg/cmd/task/update/update.go index 1424d5038..bd6385b27 100644 --- a/pkg/cmd/task/update/update.go +++ b/pkg/cmd/task/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/task/view/view.go b/pkg/cmd/task/view/view.go index 8e5047e88..a89d3e681 100644 --- a/pkg/cmd/task/view/view.go +++ b/pkg/cmd/task/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/thirdpartymgmt/create/create.go b/pkg/cmd/thirdpartymgmt/create/create.go index cc5bd2dac..ba9a5fb1d 100644 --- a/pkg/cmd/thirdpartymgmt/create/create.go +++ b/pkg/cmd/thirdpartymgmt/create/create.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/thirdpartymgmt/delete/delete.go b/pkg/cmd/thirdpartymgmt/delete/delete.go index ec963a353..67d6c1da7 100644 --- a/pkg/cmd/thirdpartymgmt/delete/delete.go +++ b/pkg/cmd/thirdpartymgmt/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/thirdpartymgmt/link/link.go b/pkg/cmd/thirdpartymgmt/link/link.go index 7117dfe5f..0a3445858 100644 --- a/pkg/cmd/thirdpartymgmt/link/link.go +++ b/pkg/cmd/thirdpartymgmt/link/link.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/thirdpartymgmt/list/list.go b/pkg/cmd/thirdpartymgmt/list/list.go index de5747aaa..e33684d72 100644 --- a/pkg/cmd/thirdpartymgmt/list/list.go +++ b/pkg/cmd/thirdpartymgmt/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/thirdpartymgmt/publish/publish.go b/pkg/cmd/thirdpartymgmt/publish/publish.go index e4a362cbb..c25ae3f22 100644 --- a/pkg/cmd/thirdpartymgmt/publish/publish.go +++ b/pkg/cmd/thirdpartymgmt/publish/publish.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/thirdpartymgmt/thirdpartymgmt.go b/pkg/cmd/thirdpartymgmt/thirdpartymgmt.go index 431547b1c..f397da52d 100644 --- a/pkg/cmd/thirdpartymgmt/thirdpartymgmt.go +++ b/pkg/cmd/thirdpartymgmt/thirdpartymgmt.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/thirdpartymgmt/unlink/unlink.go b/pkg/cmd/thirdpartymgmt/unlink/unlink.go index 0f755b0aa..acff76848 100644 --- a/pkg/cmd/thirdpartymgmt/unlink/unlink.go +++ b/pkg/cmd/thirdpartymgmt/unlink/unlink.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/thirdpartymgmt/update/update.go b/pkg/cmd/thirdpartymgmt/update/update.go index 32d5ce0d8..f594b31a7 100644 --- a/pkg/cmd/thirdpartymgmt/update/update.go +++ b/pkg/cmd/thirdpartymgmt/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/thirdpartymgmt/vet/vet.go b/pkg/cmd/thirdpartymgmt/vet/vet.go index aa56976d2..2d011f423 100644 --- a/pkg/cmd/thirdpartymgmt/vet/vet.go +++ b/pkg/cmd/thirdpartymgmt/vet/vet.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/thirdpartymgmt/view/view.go b/pkg/cmd/thirdpartymgmt/view/view.go index ca24d931b..7de676211 100644 --- a/pkg/cmd/thirdpartymgmt/view/view.go +++ b/pkg/cmd/thirdpartymgmt/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/tia/create/create.go b/pkg/cmd/tia/create/create.go index 2579c8c04..044b7716d 100644 --- a/pkg/cmd/tia/create/create.go +++ b/pkg/cmd/tia/create/create.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/tia/delete/delete.go b/pkg/cmd/tia/delete/delete.go index 1f8a59219..c298ff1ee 100644 --- a/pkg/cmd/tia/delete/delete.go +++ b/pkg/cmd/tia/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/tia/list/list.go b/pkg/cmd/tia/list/list.go index c8b6c0a33..6361528d8 100644 --- a/pkg/cmd/tia/list/list.go +++ b/pkg/cmd/tia/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/tia/publish/publish.go b/pkg/cmd/tia/publish/publish.go index 843a711c8..6a6f1832d 100644 --- a/pkg/cmd/tia/publish/publish.go +++ b/pkg/cmd/tia/publish/publish.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/tia/tia.go b/pkg/cmd/tia/tia.go index 0ee9e9773..349c4187e 100644 --- a/pkg/cmd/tia/tia.go +++ b/pkg/cmd/tia/tia.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/tia/update/update.go b/pkg/cmd/tia/update/update.go index 17056f165..c20db32be 100644 --- a/pkg/cmd/tia/update/update.go +++ b/pkg/cmd/tia/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/tia/view/view.go b/pkg/cmd/tia/view/view.go index 4ed40a7e0..6c307e8bd 100644 --- a/pkg/cmd/tia/view/view.go +++ b/pkg/cmd/tia/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/tracker-pattern/create/create.go b/pkg/cmd/tracker-pattern/create/create.go index cd2a51726..027863797 100644 --- a/pkg/cmd/tracker-pattern/create/create.go +++ b/pkg/cmd/tracker-pattern/create/create.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/tracker-pattern/delete/delete.go b/pkg/cmd/tracker-pattern/delete/delete.go index d2ef073e6..313a7f05d 100644 --- a/pkg/cmd/tracker-pattern/delete/delete.go +++ b/pkg/cmd/tracker-pattern/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/tracker-pattern/list/list.go b/pkg/cmd/tracker-pattern/list/list.go index 53ec5dc67..c2eb1e562 100644 --- a/pkg/cmd/tracker-pattern/list/list.go +++ b/pkg/cmd/tracker-pattern/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/tracker-pattern/move/move.go b/pkg/cmd/tracker-pattern/move/move.go index e55c8af0e..274e0e4fc 100644 --- a/pkg/cmd/tracker-pattern/move/move.go +++ b/pkg/cmd/tracker-pattern/move/move.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/tracker-pattern/tracker_pattern.go b/pkg/cmd/tracker-pattern/tracker_pattern.go index 17099cfa3..c9691a8fb 100644 --- a/pkg/cmd/tracker-pattern/tracker_pattern.go +++ b/pkg/cmd/tracker-pattern/tracker_pattern.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/tracker-pattern/update/update.go b/pkg/cmd/tracker-pattern/update/update.go index 30e772737..1882e4447 100644 --- a/pkg/cmd/tracker-pattern/update/update.go +++ b/pkg/cmd/tracker-pattern/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/tracker-pattern/view/view.go b/pkg/cmd/tracker-pattern/view/view.go index 41c39524c..f43e089ff 100644 --- a/pkg/cmd/tracker-pattern/view/view.go +++ b/pkg/cmd/tracker-pattern/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/tracker-resource/create/create.go b/pkg/cmd/tracker-resource/create/create.go index e2033b84d..bf74fdc09 100644 --- a/pkg/cmd/tracker-resource/create/create.go +++ b/pkg/cmd/tracker-resource/create/create.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/tracker-resource/delete/delete.go b/pkg/cmd/tracker-resource/delete/delete.go index 07a7f2fb6..8cf779425 100644 --- a/pkg/cmd/tracker-resource/delete/delete.go +++ b/pkg/cmd/tracker-resource/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/tracker-resource/list/list.go b/pkg/cmd/tracker-resource/list/list.go index ddaa5b8c8..17b54bf46 100644 --- a/pkg/cmd/tracker-resource/list/list.go +++ b/pkg/cmd/tracker-resource/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/tracker-resource/move/move.go b/pkg/cmd/tracker-resource/move/move.go index 985b2f285..07ebf7afb 100644 --- a/pkg/cmd/tracker-resource/move/move.go +++ b/pkg/cmd/tracker-resource/move/move.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/tracker-resource/tracker_resource.go b/pkg/cmd/tracker-resource/tracker_resource.go index 75a05e9fc..6e11b25ac 100644 --- a/pkg/cmd/tracker-resource/tracker_resource.go +++ b/pkg/cmd/tracker-resource/tracker_resource.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/tracker-resource/update/update.go b/pkg/cmd/tracker-resource/update/update.go index de7acbc3c..b7369b1e3 100644 --- a/pkg/cmd/tracker-resource/update/update.go +++ b/pkg/cmd/tracker-resource/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/tracker-resource/view/view.go b/pkg/cmd/tracker-resource/view/view.go index 4aae7ab81..0850bf731 100644 --- a/pkg/cmd/tracker-resource/view/view.go +++ b/pkg/cmd/tracker-resource/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/trust-center/file/delete/delete.go b/pkg/cmd/trust-center/file/delete/delete.go index 40b4512d1..e6479f28c 100644 --- a/pkg/cmd/trust-center/file/delete/delete.go +++ b/pkg/cmd/trust-center/file/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/trust-center/file/file.go b/pkg/cmd/trust-center/file/file.go index 857a171cc..8ee6ca32f 100644 --- a/pkg/cmd/trust-center/file/file.go +++ b/pkg/cmd/trust-center/file/file.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/trust-center/file/list/list.go b/pkg/cmd/trust-center/file/list/list.go index b7ce0291b..1a5b058f7 100644 --- a/pkg/cmd/trust-center/file/list/list.go +++ b/pkg/cmd/trust-center/file/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/trust-center/reference/create/create.go b/pkg/cmd/trust-center/reference/create/create.go index 4cffd7d54..0b6138226 100644 --- a/pkg/cmd/trust-center/reference/create/create.go +++ b/pkg/cmd/trust-center/reference/create/create.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/trust-center/reference/delete/delete.go b/pkg/cmd/trust-center/reference/delete/delete.go index e09adbe9c..823a6c98e 100644 --- a/pkg/cmd/trust-center/reference/delete/delete.go +++ b/pkg/cmd/trust-center/reference/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/trust-center/reference/list/list.go b/pkg/cmd/trust-center/reference/list/list.go index 554615fff..d0b873c07 100644 --- a/pkg/cmd/trust-center/reference/list/list.go +++ b/pkg/cmd/trust-center/reference/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/trust-center/reference/reference.go b/pkg/cmd/trust-center/reference/reference.go index 25c7337b4..66874cb2f 100644 --- a/pkg/cmd/trust-center/reference/reference.go +++ b/pkg/cmd/trust-center/reference/reference.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/trust-center/trust_center.go b/pkg/cmd/trust-center/trust_center.go index 91c7981ff..681c9fe4b 100644 --- a/pkg/cmd/trust-center/trust_center.go +++ b/pkg/cmd/trust-center/trust_center.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/trust-center/update/update.go b/pkg/cmd/trust-center/update/update.go index 6bbc6dc0e..1b2c18cc4 100644 --- a/pkg/cmd/trust-center/update/update.go +++ b/pkg/cmd/trust-center/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/trust-center/view/view.go b/pkg/cmd/trust-center/view/view.go index 7a739fe6f..e1d92a2e1 100644 --- a/pkg/cmd/trust-center/view/view.go +++ b/pkg/cmd/trust-center/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/user/archive/archive.go b/pkg/cmd/user/archive/archive.go index f22f6cfb9..6be8b3979 100644 --- a/pkg/cmd/user/archive/archive.go +++ b/pkg/cmd/user/archive/archive.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/user/list/list.go b/pkg/cmd/user/list/list.go index 36d685bce..332610337 100644 --- a/pkg/cmd/user/list/list.go +++ b/pkg/cmd/user/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/user/remove/remove.go b/pkg/cmd/user/remove/remove.go index dd6b26b51..0003ffc79 100644 --- a/pkg/cmd/user/remove/remove.go +++ b/pkg/cmd/user/remove/remove.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/user/user.go b/pkg/cmd/user/user.go index 3a76b30f5..abeaeec75 100644 --- a/pkg/cmd/user/user.go +++ b/pkg/cmd/user/user.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/user/view/view.go b/pkg/cmd/user/view/view.go index 0747515c9..ee28ec647 100644 --- a/pkg/cmd/user/view/view.go +++ b/pkg/cmd/user/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/version/version.go b/pkg/cmd/version/version.go index 341de8f83..8c508ef5b 100644 --- a/pkg/cmd/version/version.go +++ b/pkg/cmd/version/version.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/webhook/create/create.go b/pkg/cmd/webhook/create/create.go index b669d07db..8ae6f6acd 100644 --- a/pkg/cmd/webhook/create/create.go +++ b/pkg/cmd/webhook/create/create.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/webhook/delete/delete.go b/pkg/cmd/webhook/delete/delete.go index 290f255cf..94411fbd9 100644 --- a/pkg/cmd/webhook/delete/delete.go +++ b/pkg/cmd/webhook/delete/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/webhook/event/event.go b/pkg/cmd/webhook/event/event.go index 80d2fada1..ab8c41084 100644 --- a/pkg/cmd/webhook/event/event.go +++ b/pkg/cmd/webhook/event/event.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/webhook/event/list/list.go b/pkg/cmd/webhook/event/list/list.go index 9bdbee398..03ad16c36 100644 --- a/pkg/cmd/webhook/event/list/list.go +++ b/pkg/cmd/webhook/event/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/webhook/list/list.go b/pkg/cmd/webhook/list/list.go index 216b27284..5bb4d2d37 100644 --- a/pkg/cmd/webhook/list/list.go +++ b/pkg/cmd/webhook/list/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/webhook/shared/events.go b/pkg/cmd/webhook/shared/events.go index a4dfe9cd1..3ad7f132f 100644 --- a/pkg/cmd/webhook/shared/events.go +++ b/pkg/cmd/webhook/shared/events.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/webhook/update/update.go b/pkg/cmd/webhook/update/update.go index d5c018d75..e2e22ca45 100644 --- a/pkg/cmd/webhook/update/update.go +++ b/pkg/cmd/webhook/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/webhook/view/view.go b/pkg/cmd/webhook/view/view.go index 807707d98..6d7542f96 100644 --- a/pkg/cmd/webhook/view/view.go +++ b/pkg/cmd/webhook/view/view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cmd/webhook/webhook.go b/pkg/cmd/webhook/webhook.go index 32103d70f..b5f16b886 100644 --- a/pkg/cmd/webhook/webhook.go +++ b/pkg/cmd/webhook/webhook.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/apikey.go b/pkg/connector/apikey.go index 09eaaef4c..db31c1cda 100644 --- a/pkg/connector/apikey.go +++ b/pkg/connector/apikey.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/apikey_test.go b/pkg/connector/apikey_test.go index 52c144de2..408dbc206 100644 --- a/pkg/connector/apikey_test.go +++ b/pkg/connector/apikey_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/connector.go b/pkg/connector/connector.go index c60605e27..f1f698fa1 100644 --- a/pkg/connector/connector.go +++ b/pkg/connector/connector.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/datadog.go b/pkg/connector/datadog.go index ff138ff7a..a3588e876 100644 --- a/pkg/connector/datadog.go +++ b/pkg/connector/datadog.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/datadog_test.go b/pkg/connector/datadog_test.go index a9e927279..df84ccd48 100644 --- a/pkg/connector/datadog_test.go +++ b/pkg/connector/datadog_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/oauth2.go b/pkg/connector/oauth2.go index 9acd6c47b..0f04cd71e 100644 --- a/pkg/connector/oauth2.go +++ b/pkg/connector/oauth2.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/oauth2_grant_type.go b/pkg/connector/oauth2_grant_type.go index 775af1ffc..92233a0c0 100644 --- a/pkg/connector/oauth2_grant_type.go +++ b/pkg/connector/oauth2_grant_type.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/oauth2_test.go b/pkg/connector/oauth2_test.go index c7aae7809..53617cd65 100644 --- a/pkg/connector/oauth2_test.go +++ b/pkg/connector/oauth2_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/okta.go b/pkg/connector/okta.go index fad6701a1..9322eefdf 100644 --- a/pkg/connector/okta.go +++ b/pkg/connector/okta.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/okta_test.go b/pkg/connector/okta_test.go index 4875b4f43..c5d0e7d35 100644 --- a/pkg/connector/okta_test.go +++ b/pkg/connector/okta_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/pagerduty.go b/pkg/connector/pagerduty.go index 3ad2aef89..3c08053d4 100644 --- a/pkg/connector/pagerduty.go +++ b/pkg/connector/pagerduty.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/anthropic.go b/pkg/connector/provider/anthropic.go index d0abef43a..c599e4736 100644 --- a/pkg/connector/provider/anthropic.go +++ b/pkg/connector/provider/anthropic.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/apply.go b/pkg/connector/provider/apply.go index 9ce9304d3..9b9c769ea 100644 --- a/pkg/connector/provider/apply.go +++ b/pkg/connector/provider/apply.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/apply_test.go b/pkg/connector/provider/apply_test.go index 74f88a529..528f61e7d 100644 --- a/pkg/connector/provider/apply_test.go +++ b/pkg/connector/provider/apply_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/asana.go b/pkg/connector/provider/asana.go index 5457dac69..f7360ff52 100644 --- a/pkg/connector/provider/asana.go +++ b/pkg/connector/provider/asana.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/bitbucket.go b/pkg/connector/provider/bitbucket.go index 77d0db9ab..32d0ef660 100644 --- a/pkg/connector/provider/bitbucket.go +++ b/pkg/connector/provider/bitbucket.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/brex.go b/pkg/connector/provider/brex.go index 3eb67bcb4..1f754033e 100644 --- a/pkg/connector/provider/brex.go +++ b/pkg/connector/provider/brex.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/builtin.go b/pkg/connector/provider/builtin.go index 55fdd422e..8a15c6856 100644 --- a/pkg/connector/provider/builtin.go +++ b/pkg/connector/provider/builtin.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/clerk.go b/pkg/connector/provider/clerk.go index fa740a65c..680443b7c 100644 --- a/pkg/connector/provider/clerk.go +++ b/pkg/connector/provider/clerk.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/clerk_test.go b/pkg/connector/provider/clerk_test.go index abc6f3a16..9dcf929ff 100644 --- a/pkg/connector/provider/clerk_test.go +++ b/pkg/connector/provider/clerk_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/clickup.go b/pkg/connector/provider/clickup.go index d2a8bcb3c..05c8204af 100644 --- a/pkg/connector/provider/clickup.go +++ b/pkg/connector/provider/clickup.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/cloudflare.go b/pkg/connector/provider/cloudflare.go index e794b8c96..0e12c8472 100644 --- a/pkg/connector/provider/cloudflare.go +++ b/pkg/connector/provider/cloudflare.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/cursor.go b/pkg/connector/provider/cursor.go index f154423f4..9c664bdd8 100644 --- a/pkg/connector/provider/cursor.go +++ b/pkg/connector/provider/cursor.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/datadog.go b/pkg/connector/provider/datadog.go index 7b3ab9499..b13404a1e 100644 --- a/pkg/connector/provider/datadog.go +++ b/pkg/connector/provider/datadog.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/docusign.go b/pkg/connector/provider/docusign.go index 59ad5dbc5..79811971c 100644 --- a/pkg/connector/provider/docusign.go +++ b/pkg/connector/provider/docusign.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/github.go b/pkg/connector/provider/github.go index 99cda5d70..838b6a656 100644 --- a/pkg/connector/provider/github.go +++ b/pkg/connector/provider/github.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/gitlab.go b/pkg/connector/provider/gitlab.go index aef8db039..7f7f44a58 100644 --- a/pkg/connector/provider/gitlab.go +++ b/pkg/connector/provider/gitlab.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/google_workspace.go b/pkg/connector/provider/google_workspace.go index c425d9e16..c88b9812f 100644 --- a/pkg/connector/provider/google_workspace.go +++ b/pkg/connector/provider/google_workspace.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/grafana.go b/pkg/connector/provider/grafana.go index d67dcadad..29ef07b05 100644 --- a/pkg/connector/provider/grafana.go +++ b/pkg/connector/provider/grafana.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/heroku.go b/pkg/connector/provider/heroku.go index 88e0d2e1d..69eae8f46 100644 --- a/pkg/connector/provider/heroku.go +++ b/pkg/connector/provider/heroku.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/hubspot.go b/pkg/connector/provider/hubspot.go index e85ec1a42..dbeae0aba 100644 --- a/pkg/connector/provider/hubspot.go +++ b/pkg/connector/provider/hubspot.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/intercom.go b/pkg/connector/provider/intercom.go index de60c7796..16118429b 100644 --- a/pkg/connector/provider/intercom.go +++ b/pkg/connector/provider/intercom.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/linear.go b/pkg/connector/provider/linear.go index 99b76c0c1..f32422222 100644 --- a/pkg/connector/provider/linear.go +++ b/pkg/connector/provider/linear.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/metabase.go b/pkg/connector/provider/metabase.go index 813a44061..6ab6fee0f 100644 --- a/pkg/connector/provider/metabase.go +++ b/pkg/connector/provider/metabase.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/metabase_test.go b/pkg/connector/provider/metabase_test.go index a6c9370d6..30555af2c 100644 --- a/pkg/connector/provider/metabase_test.go +++ b/pkg/connector/provider/metabase_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/microsoft_365.go b/pkg/connector/provider/microsoft_365.go index ae87d0ee7..702a68b42 100644 --- a/pkg/connector/provider/microsoft_365.go +++ b/pkg/connector/provider/microsoft_365.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/monday.go b/pkg/connector/provider/monday.go index d70ad6936..9f1b50acb 100644 --- a/pkg/connector/provider/monday.go +++ b/pkg/connector/provider/monday.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/netlify.go b/pkg/connector/provider/netlify.go index 298cfef7e..b1c64d124 100644 --- a/pkg/connector/provider/netlify.go +++ b/pkg/connector/provider/netlify.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/notion.go b/pkg/connector/provider/notion.go index 4d88ba280..1daa112a1 100644 --- a/pkg/connector/provider/notion.go +++ b/pkg/connector/provider/notion.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/okta.go b/pkg/connector/provider/okta.go index badeff689..3e88c2622 100644 --- a/pkg/connector/provider/okta.go +++ b/pkg/connector/provider/okta.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/one_password.go b/pkg/connector/provider/one_password.go index 242727ca1..dd0c963cb 100644 --- a/pkg/connector/provider/one_password.go +++ b/pkg/connector/provider/one_password.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/one_password_test.go b/pkg/connector/provider/one_password_test.go index b516b1bbc..006b4c426 100644 --- a/pkg/connector/provider/one_password_test.go +++ b/pkg/connector/provider/one_password_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/openai.go b/pkg/connector/provider/openai.go index f7b8399d9..97252b3f8 100644 --- a/pkg/connector/provider/openai.go +++ b/pkg/connector/provider/openai.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/pagerduty.go b/pkg/connector/provider/pagerduty.go index 77be19d50..96e4f6998 100644 --- a/pkg/connector/provider/pagerduty.go +++ b/pkg/connector/provider/pagerduty.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/posthog.go b/pkg/connector/provider/posthog.go index aa016e40d..88db8b50f 100644 --- a/pkg/connector/provider/posthog.go +++ b/pkg/connector/provider/posthog.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/registry.go b/pkg/connector/provider/registry.go index b2c32444a..6ee732ae3 100644 --- a/pkg/connector/provider/registry.go +++ b/pkg/connector/provider/registry.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/registry_test.go b/pkg/connector/provider/registry_test.go index 672ca1c9c..aec7b34bf 100644 --- a/pkg/connector/provider/registry_test.go +++ b/pkg/connector/provider/registry_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/resend.go b/pkg/connector/provider/resend.go index 0045dddfb..75d0e8444 100644 --- a/pkg/connector/provider/resend.go +++ b/pkg/connector/provider/resend.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/sendgrid.go b/pkg/connector/provider/sendgrid.go index 033351c03..95975437e 100644 --- a/pkg/connector/provider/sendgrid.go +++ b/pkg/connector/provider/sendgrid.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/sentry.go b/pkg/connector/provider/sentry.go index 9b5d7d63f..985540808 100644 --- a/pkg/connector/provider/sentry.go +++ b/pkg/connector/provider/sentry.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/signoz.go b/pkg/connector/provider/signoz.go index b72f1a532..7f8b31a49 100644 --- a/pkg/connector/provider/signoz.go +++ b/pkg/connector/provider/signoz.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/signoz_test.go b/pkg/connector/provider/signoz_test.go index c691e262d..fe4fa122f 100644 --- a/pkg/connector/provider/signoz_test.go +++ b/pkg/connector/provider/signoz_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/slack.go b/pkg/connector/provider/slack.go index 31ba78578..fb1d97fad 100644 --- a/pkg/connector/provider/slack.go +++ b/pkg/connector/provider/slack.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/supabase.go b/pkg/connector/provider/supabase.go index d22898798..8ca6a83eb 100644 --- a/pkg/connector/provider/supabase.go +++ b/pkg/connector/provider/supabase.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/tailscale.go b/pkg/connector/provider/tailscale.go index 9298a598f..d668037de 100644 --- a/pkg/connector/provider/tailscale.go +++ b/pkg/connector/provider/tailscale.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/tally.go b/pkg/connector/provider/tally.go index 0d9ec5d44..c73e750cd 100644 --- a/pkg/connector/provider/tally.go +++ b/pkg/connector/provider/tally.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/types.go b/pkg/connector/provider/types.go index 8bb12e0b4..d47ce6216 100644 --- a/pkg/connector/provider/types.go +++ b/pkg/connector/provider/types.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/vercel.go b/pkg/connector/provider/vercel.go index 12b5f0e91..725988353 100644 --- a/pkg/connector/provider/vercel.go +++ b/pkg/connector/provider/vercel.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/provider/zendesk.go b/pkg/connector/provider/zendesk.go index 4b41f4423..25636759d 100644 --- a/pkg/connector/provider/zendesk.go +++ b/pkg/connector/provider/zendesk.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/providers.go b/pkg/connector/providers.go index a61dd70a3..c7e724a50 100644 --- a/pkg/connector/providers.go +++ b/pkg/connector/providers.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/registry.go b/pkg/connector/registry.go index 8a1e68bcb..3a67cb852 100644 --- a/pkg/connector/registry.go +++ b/pkg/connector/registry.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/scopes.go b/pkg/connector/scopes.go index e2c8501f8..86771a426 100644 --- a/pkg/connector/scopes.go +++ b/pkg/connector/scopes.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/scopes_test.go b/pkg/connector/scopes_test.go index 822557aa8..0a25e0293 100644 --- a/pkg/connector/scopes_test.go +++ b/pkg/connector/scopes_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/slack.go b/pkg/connector/slack.go index 61fa38844..8a6431319 100644 --- a/pkg/connector/slack.go +++ b/pkg/connector/slack.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/slack_test.go b/pkg/connector/slack_test.go index 47bbb7fd0..8518039ec 100644 --- a/pkg/connector/slack_test.go +++ b/pkg/connector/slack_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/vercel.go b/pkg/connector/vercel.go index cdaabdf42..81cfba9e4 100644 --- a/pkg/connector/vercel.go +++ b/pkg/connector/vercel.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/zendesk.go b/pkg/connector/zendesk.go index e4d0d7632..425def648 100644 --- a/pkg/connector/zendesk.go +++ b/pkg/connector/zendesk.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/connector/zendesk_test.go b/pkg/connector/zendesk_test.go index b701c7610..f447e7928 100644 --- a/pkg/connector/zendesk_test.go +++ b/pkg/connector/zendesk_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cookiebanner/anonymize.go b/pkg/cookiebanner/anonymize.go index 555f94d4a..56c13f45f 100644 --- a/pkg/cookiebanner/anonymize.go +++ b/pkg/cookiebanner/anonymize.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cookiebanner/common_pattern_enrichment_agent.go b/pkg/cookiebanner/common_pattern_enrichment_agent.go index 13ebe4b19..0d96e6e11 100644 --- a/pkg/cookiebanner/common_pattern_enrichment_agent.go +++ b/pkg/cookiebanner/common_pattern_enrichment_agent.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cookiebanner/common_pattern_enrichment_worker.go b/pkg/cookiebanner/common_pattern_enrichment_worker.go index 131c5731a..7429291d2 100644 --- a/pkg/cookiebanner/common_pattern_enrichment_worker.go +++ b/pkg/cookiebanner/common_pattern_enrichment_worker.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cookiebanner/defaults.go b/pkg/cookiebanner/defaults.go index 1a1e867b0..152b55d4c 100644 --- a/pkg/cookiebanner/defaults.go +++ b/pkg/cookiebanner/defaults.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cookiebanner/equal.go b/pkg/cookiebanner/equal.go index c99218cdd..c5c2a40a5 100644 --- a/pkg/cookiebanner/equal.go +++ b/pkg/cookiebanner/equal.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cookiebanner/errors.go b/pkg/cookiebanner/errors.go index d3c8337c8..17c508302 100644 --- a/pkg/cookiebanner/errors.go +++ b/pkg/cookiebanner/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cookiebanner/pattern_analysis_worker.go b/pkg/cookiebanner/pattern_analysis_worker.go index 8fe8aeda5..4085b25e9 100644 --- a/pkg/cookiebanner/pattern_analysis_worker.go +++ b/pkg/cookiebanner/pattern_analysis_worker.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cookiebanner/pattern_analysis_worker_process_test.go b/pkg/cookiebanner/pattern_analysis_worker_process_test.go index 6118eb5ef..d93115221 100644 --- a/pkg/cookiebanner/pattern_analysis_worker_process_test.go +++ b/pkg/cookiebanner/pattern_analysis_worker_process_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cookiebanner/pattern_analysis_worker_test.go b/pkg/cookiebanner/pattern_analysis_worker_test.go index 037a6d985..4fc04748c 100644 --- a/pkg/cookiebanner/pattern_analysis_worker_test.go +++ b/pkg/cookiebanner/pattern_analysis_worker_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cookiebanner/regulation.go b/pkg/cookiebanner/regulation.go index 3a6a109f2..e140e3676 100644 --- a/pkg/cookiebanner/regulation.go +++ b/pkg/cookiebanner/regulation.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cookiebanner/search_third_parties_tool.go b/pkg/cookiebanner/search_third_parties_tool.go index 669f2226a..120dfd0cc 100644 --- a/pkg/cookiebanner/search_third_parties_tool.go +++ b/pkg/cookiebanner/search_third_parties_tool.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cookiebanner/search_tracker_patterns_tool.go b/pkg/cookiebanner/search_tracker_patterns_tool.go index bb63d3f33..1c5d5933a 100644 --- a/pkg/cookiebanner/search_tracker_patterns_tool.go +++ b/pkg/cookiebanner/search_tracker_patterns_tool.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cookiebanner/service.go b/pkg/cookiebanner/service.go index d3be060c9..6f7af3a23 100644 --- a/pkg/cookiebanner/service.go +++ b/pkg/cookiebanner/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cookiebanner/service_test.go b/pkg/cookiebanner/service_test.go index fa4853dd6..349776f12 100644 --- a/pkg/cookiebanner/service_test.go +++ b/pkg/cookiebanner/service_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cookiebanner/snapshot.go b/pkg/cookiebanner/snapshot.go index cb4e34460..df62f8e19 100644 --- a/pkg/cookiebanner/snapshot.go +++ b/pkg/cookiebanner/snapshot.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cookiebanner/tracker_agents_config.go b/pkg/cookiebanner/tracker_agents_config.go index 519700191..31b32ec51 100644 --- a/pkg/cookiebanner/tracker_agents_config.go +++ b/pkg/cookiebanner/tracker_agents_config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cookiebanner/tracker_mapping_agent.go b/pkg/cookiebanner/tracker_mapping_agent.go index 46230d162..efbab2a45 100644 --- a/pkg/cookiebanner/tracker_mapping_agent.go +++ b/pkg/cookiebanner/tracker_mapping_agent.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cookiebanner/tracker_mapping_worker.go b/pkg/cookiebanner/tracker_mapping_worker.go index 9c4f3936b..f75c46a5e 100644 --- a/pkg/cookiebanner/tracker_mapping_worker.go +++ b/pkg/cookiebanner/tracker_mapping_worker.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/cookiebanner/tracker_mapping_worker_test.go b/pkg/cookiebanner/tracker_mapping_worker_test.go index c8c4571ca..9882bb431 100644 --- a/pkg/cookiebanner/tracker_mapping_worker_test.go +++ b/pkg/cookiebanner/tracker_mapping_worker_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/access_entry.go b/pkg/coredata/access_entry.go index 4739638e4..ea4242e41 100644 --- a/pkg/coredata/access_entry.go +++ b/pkg/coredata/access_entry.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/access_entry_account_type.go b/pkg/coredata/access_entry_account_type.go index 6c59a678c..dc2f6d960 100644 --- a/pkg/coredata/access_entry_account_type.go +++ b/pkg/coredata/access_entry_account_type.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/access_entry_account_type_test.go b/pkg/coredata/access_entry_account_type_test.go index b4e22b304..af5a71772 100644 --- a/pkg/coredata/access_entry_account_type_test.go +++ b/pkg/coredata/access_entry_account_type_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/access_entry_decision.go b/pkg/coredata/access_entry_decision.go index 4e714dfea..214bd67bc 100644 --- a/pkg/coredata/access_entry_decision.go +++ b/pkg/coredata/access_entry_decision.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/access_entry_decision_history.go b/pkg/coredata/access_entry_decision_history.go index 0debeb4ca..8016eb9f4 100644 --- a/pkg/coredata/access_entry_decision_history.go +++ b/pkg/coredata/access_entry_decision_history.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/access_entry_decision_test.go b/pkg/coredata/access_entry_decision_test.go index 6785f6623..4218848b3 100644 --- a/pkg/coredata/access_entry_decision_test.go +++ b/pkg/coredata/access_entry_decision_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/access_entry_filter.go b/pkg/coredata/access_entry_filter.go index db3f6544c..a8d2f4e91 100644 --- a/pkg/coredata/access_entry_filter.go +++ b/pkg/coredata/access_entry_filter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/access_entry_flag.go b/pkg/coredata/access_entry_flag.go index d6848a191..bd3954d8d 100644 --- a/pkg/coredata/access_entry_flag.go +++ b/pkg/coredata/access_entry_flag.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/access_entry_flag_test.go b/pkg/coredata/access_entry_flag_test.go index 9835c2d76..cb9c9ba61 100644 --- a/pkg/coredata/access_entry_flag_test.go +++ b/pkg/coredata/access_entry_flag_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/access_entry_incremental_tag.go b/pkg/coredata/access_entry_incremental_tag.go index 7aa276e72..52949c69b 100644 --- a/pkg/coredata/access_entry_incremental_tag.go +++ b/pkg/coredata/access_entry_incremental_tag.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/access_entry_incremental_tag_test.go b/pkg/coredata/access_entry_incremental_tag_test.go index 222120648..b06f5a190 100644 --- a/pkg/coredata/access_entry_incremental_tag_test.go +++ b/pkg/coredata/access_entry_incremental_tag_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/access_entry_order_field.go b/pkg/coredata/access_entry_order_field.go index 131749d87..0bbdebcf1 100644 --- a/pkg/coredata/access_entry_order_field.go +++ b/pkg/coredata/access_entry_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/access_entry_statistics.go b/pkg/coredata/access_entry_statistics.go index 60408b4dd..b69e91ab8 100644 --- a/pkg/coredata/access_entry_statistics.go +++ b/pkg/coredata/access_entry_statistics.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/access_entry_upsert_test.go b/pkg/coredata/access_entry_upsert_test.go index f544e3161..a4f280b2b 100644 --- a/pkg/coredata/access_entry_upsert_test.go +++ b/pkg/coredata/access_entry_upsert_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/access_review_campaign.go b/pkg/coredata/access_review_campaign.go index 471e9ed24..1280eeaad 100644 --- a/pkg/coredata/access_review_campaign.go +++ b/pkg/coredata/access_review_campaign.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/access_review_campaign_order_field.go b/pkg/coredata/access_review_campaign_order_field.go index ec83f2a59..33bed7348 100644 --- a/pkg/coredata/access_review_campaign_order_field.go +++ b/pkg/coredata/access_review_campaign_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/access_review_campaign_scope_system.go b/pkg/coredata/access_review_campaign_scope_system.go index 5483adee5..9a56c60be 100644 --- a/pkg/coredata/access_review_campaign_scope_system.go +++ b/pkg/coredata/access_review_campaign_scope_system.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/access_review_campaign_source_fetch.go b/pkg/coredata/access_review_campaign_source_fetch.go index ba5be7ef5..e179668b3 100644 --- a/pkg/coredata/access_review_campaign_source_fetch.go +++ b/pkg/coredata/access_review_campaign_source_fetch.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/access_review_campaign_source_fetch_status.go b/pkg/coredata/access_review_campaign_source_fetch_status.go index eed762dbb..af8f0e1a1 100644 --- a/pkg/coredata/access_review_campaign_source_fetch_status.go +++ b/pkg/coredata/access_review_campaign_source_fetch_status.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/access_review_campaign_source_fetch_status_test.go b/pkg/coredata/access_review_campaign_source_fetch_status_test.go index 5cd2d5062..b62df2e01 100644 --- a/pkg/coredata/access_review_campaign_source_fetch_status_test.go +++ b/pkg/coredata/access_review_campaign_source_fetch_status_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/access_review_campaign_status.go b/pkg/coredata/access_review_campaign_status.go index 6015238f6..a5d8a8772 100644 --- a/pkg/coredata/access_review_campaign_status.go +++ b/pkg/coredata/access_review_campaign_status.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/access_review_campaign_status_test.go b/pkg/coredata/access_review_campaign_status_test.go index b216bed98..c1bbbcfbf 100644 --- a/pkg/coredata/access_review_campaign_status_test.go +++ b/pkg/coredata/access_review_campaign_status_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/access_source.go b/pkg/coredata/access_source.go index b4ab6779a..e25fa432f 100644 --- a/pkg/coredata/access_source.go +++ b/pkg/coredata/access_source.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/access_source_category.go b/pkg/coredata/access_source_category.go index dd8076cc9..a6bfffe95 100644 --- a/pkg/coredata/access_source_category.go +++ b/pkg/coredata/access_source_category.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/access_source_category_test.go b/pkg/coredata/access_source_category_test.go index 0dc3580e9..dfc1aac83 100644 --- a/pkg/coredata/access_source_category_test.go +++ b/pkg/coredata/access_source_category_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/access_source_order_field.go b/pkg/coredata/access_source_order_field.go index 552dcb850..476e3ddc6 100644 --- a/pkg/coredata/access_source_order_field.go +++ b/pkg/coredata/access_source_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/agent_run.go b/pkg/coredata/agent_run.go index ae64a7146..13c9c41cd 100644 --- a/pkg/coredata/agent_run.go +++ b/pkg/coredata/agent_run.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/agent_run_order_field.go b/pkg/coredata/agent_run_order_field.go index 50a002b7f..97c857d3a 100644 --- a/pkg/coredata/agent_run_order_field.go +++ b/pkg/coredata/agent_run_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/applicability_statement.go b/pkg/coredata/applicability_statement.go index b1e9d31bd..b89fc99f1 100644 --- a/pkg/coredata/applicability_statement.go +++ b/pkg/coredata/applicability_statement.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/applicability_statement_order_field.go b/pkg/coredata/applicability_statement_order_field.go index 4c826e469..dfa745ec6 100644 --- a/pkg/coredata/applicability_statement_order_field.go +++ b/pkg/coredata/applicability_statement_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/asset.go b/pkg/coredata/asset.go index ccae4f0bb..6277dd408 100644 --- a/pkg/coredata/asset.go +++ b/pkg/coredata/asset.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/asset_order_field.go b/pkg/coredata/asset_order_field.go index 408753821..7c2146028 100644 --- a/pkg/coredata/asset_order_field.go +++ b/pkg/coredata/asset_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/asset_third_party.go b/pkg/coredata/asset_third_party.go index 902a0b719..d4ead25c1 100644 --- a/pkg/coredata/asset_third_party.go +++ b/pkg/coredata/asset_third_party.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/asset_type.go b/pkg/coredata/asset_type.go index 7aeb4e9c1..135613d3d 100644 --- a/pkg/coredata/asset_type.go +++ b/pkg/coredata/asset_type.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/audit.go b/pkg/coredata/audit.go index d3dd4b284..ca1dbb36f 100644 --- a/pkg/coredata/audit.go +++ b/pkg/coredata/audit.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/audit_filter.go b/pkg/coredata/audit_filter.go index 0bd84a718..83c0c481f 100644 --- a/pkg/coredata/audit_filter.go +++ b/pkg/coredata/audit_filter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/audit_log_actor_type.go b/pkg/coredata/audit_log_actor_type.go index 19021c2e9..dc29a9291 100644 --- a/pkg/coredata/audit_log_actor_type.go +++ b/pkg/coredata/audit_log_actor_type.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/audit_log_entry.go b/pkg/coredata/audit_log_entry.go index 914ef4a21..e627a1726 100644 --- a/pkg/coredata/audit_log_entry.go +++ b/pkg/coredata/audit_log_entry.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/audit_log_entry_filter.go b/pkg/coredata/audit_log_entry_filter.go index 3f961811e..a2847e762 100644 --- a/pkg/coredata/audit_log_entry_filter.go +++ b/pkg/coredata/audit_log_entry_filter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/audit_log_entry_order_field.go b/pkg/coredata/audit_log_entry_order_field.go index 16413b385..dd4b996ae 100644 --- a/pkg/coredata/audit_log_entry_order_field.go +++ b/pkg/coredata/audit_log_entry_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/audit_log_resource_type.go b/pkg/coredata/audit_log_resource_type.go index 1108683fd..eb1cf19e0 100644 --- a/pkg/coredata/audit_log_resource_type.go +++ b/pkg/coredata/audit_log_resource_type.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/audit_order_field.go b/pkg/coredata/audit_order_field.go index cbddf5d5e..3f65549c4 100644 --- a/pkg/coredata/audit_order_field.go +++ b/pkg/coredata/audit_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/audit_state.go b/pkg/coredata/audit_state.go index 6ff3fd2bd..dcf5e5d60 100644 --- a/pkg/coredata/audit_state.go +++ b/pkg/coredata/audit_state.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/auth_method.go b/pkg/coredata/auth_method.go index f629ba7cd..d6cd7e179 100644 --- a/pkg/coredata/auth_method.go +++ b/pkg/coredata/auth_method.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/business_impact.go b/pkg/coredata/business_impact.go index 858a27b04..813421a38 100644 --- a/pkg/coredata/business_impact.go +++ b/pkg/coredata/business_impact.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/cached_certificate.go b/pkg/coredata/cached_certificate.go index ba76d5f8b..ad9d789a2 100644 --- a/pkg/coredata/cached_certificate.go +++ b/pkg/coredata/cached_certificate.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/common_third_party.go b/pkg/coredata/common_third_party.go index a1c3266f8..17d743e92 100644 --- a/pkg/coredata/common_third_party.go +++ b/pkg/coredata/common_third_party.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/common_third_party_domain.go b/pkg/coredata/common_third_party_domain.go index cb6a69710..8da3d75fe 100644 --- a/pkg/coredata/common_third_party_domain.go +++ b/pkg/coredata/common_third_party_domain.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/common_third_party_domain_filter.go b/pkg/coredata/common_third_party_domain_filter.go index 643778732..c076ed79f 100644 --- a/pkg/coredata/common_third_party_domain_filter.go +++ b/pkg/coredata/common_third_party_domain_filter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/common_third_party_filter.go b/pkg/coredata/common_third_party_filter.go index 4ab1bb351..c747ab77d 100644 --- a/pkg/coredata/common_third_party_filter.go +++ b/pkg/coredata/common_third_party_filter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/common_tracker_pattern.go b/pkg/coredata/common_tracker_pattern.go index 8ad95c575..07a768399 100644 --- a/pkg/coredata/common_tracker_pattern.go +++ b/pkg/coredata/common_tracker_pattern.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/common_tracker_pattern_test.go b/pkg/coredata/common_tracker_pattern_test.go index 300832533..896590489 100644 --- a/pkg/coredata/common_tracker_pattern_test.go +++ b/pkg/coredata/common_tracker_pattern_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/compliance_external_url.go b/pkg/coredata/compliance_external_url.go index 5978ed097..d25e1a90c 100644 --- a/pkg/coredata/compliance_external_url.go +++ b/pkg/coredata/compliance_external_url.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/compliance_external_url_order_field.go b/pkg/coredata/compliance_external_url_order_field.go index b9d368360..b66d22ca9 100644 --- a/pkg/coredata/compliance_external_url_order_field.go +++ b/pkg/coredata/compliance_external_url_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/compliance_framework.go b/pkg/coredata/compliance_framework.go index e1f2a5e11..854c7948f 100644 --- a/pkg/coredata/compliance_framework.go +++ b/pkg/coredata/compliance_framework.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/compliance_framework_order_field.go b/pkg/coredata/compliance_framework_order_field.go index 88063e619..eb6d99ce1 100644 --- a/pkg/coredata/compliance_framework_order_field.go +++ b/pkg/coredata/compliance_framework_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/compliance_framework_visibility.go b/pkg/coredata/compliance_framework_visibility.go index 7697398a6..babb2417f 100644 --- a/pkg/coredata/compliance_framework_visibility.go +++ b/pkg/coredata/compliance_framework_visibility.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/connector.go b/pkg/coredata/connector.go index 403577f68..12ee477f3 100644 --- a/pkg/coredata/connector.go +++ b/pkg/coredata/connector.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/connector_filter.go b/pkg/coredata/connector_filter.go index c7096076a..aa44f886a 100644 --- a/pkg/coredata/connector_filter.go +++ b/pkg/coredata/connector_filter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/connector_order_field.go b/pkg/coredata/connector_order_field.go index 8602258f0..f3112fbb2 100644 --- a/pkg/coredata/connector_order_field.go +++ b/pkg/coredata/connector_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/connector_protocol.go b/pkg/coredata/connector_protocol.go index af8680d2d..61c3f6eca 100644 --- a/pkg/coredata/connector_protocol.go +++ b/pkg/coredata/connector_protocol.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/connector_provider.go b/pkg/coredata/connector_provider.go index 117806ecf..233108445 100644 --- a/pkg/coredata/connector_provider.go +++ b/pkg/coredata/connector_provider.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/connector_settings.go b/pkg/coredata/connector_settings.go index ffc690a35..dc2298840 100644 --- a/pkg/coredata/connector_settings.go +++ b/pkg/coredata/connector_settings.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/connector_settings_test.go b/pkg/coredata/connector_settings_test.go index 9556c10d8..26da805cb 100644 --- a/pkg/coredata/connector_settings_test.go +++ b/pkg/coredata/connector_settings_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/connector_test.go b/pkg/coredata/connector_test.go index 4ba3f77fd..4272c8629 100644 --- a/pkg/coredata/connector_test.go +++ b/pkg/coredata/connector_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/control.go b/pkg/coredata/control.go index c159c994e..f24a02aac 100644 --- a/pkg/coredata/control.go +++ b/pkg/coredata/control.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/control_audit.go b/pkg/coredata/control_audit.go index 361995b1a..da5896af7 100644 --- a/pkg/coredata/control_audit.go +++ b/pkg/coredata/control_audit.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/control_document.go b/pkg/coredata/control_document.go index 15234b8d7..787a04e9e 100644 --- a/pkg/coredata/control_document.go +++ b/pkg/coredata/control_document.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/control_filter.go b/pkg/coredata/control_filter.go index 739a77089..570fbb206 100644 --- a/pkg/coredata/control_filter.go +++ b/pkg/coredata/control_filter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/control_maturity_level.go b/pkg/coredata/control_maturity_level.go index fe63d3a06..f67239697 100644 --- a/pkg/coredata/control_maturity_level.go +++ b/pkg/coredata/control_maturity_level.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/control_maturity_level_test.go b/pkg/coredata/control_maturity_level_test.go index a6afc3e6b..5cfb62ee9 100644 --- a/pkg/coredata/control_maturity_level_test.go +++ b/pkg/coredata/control_maturity_level_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/control_mesure.go b/pkg/coredata/control_mesure.go index eebaf70cd..34443b5f4 100644 --- a/pkg/coredata/control_mesure.go +++ b/pkg/coredata/control_mesure.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/control_obligation.go b/pkg/coredata/control_obligation.go index afb1f9481..6bd933f50 100644 --- a/pkg/coredata/control_obligation.go +++ b/pkg/coredata/control_obligation.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/control_obligation_filter.go b/pkg/coredata/control_obligation_filter.go index a5250ec3d..d94a70bec 100644 --- a/pkg/coredata/control_obligation_filter.go +++ b/pkg/coredata/control_obligation_filter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/control_order_field.go b/pkg/coredata/control_order_field.go index 8551f1175..01fab2d1b 100644 --- a/pkg/coredata/control_order_field.go +++ b/pkg/coredata/control_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/cookie_banner.go b/pkg/coredata/cookie_banner.go index 171b5fc4d..537e66e89 100644 --- a/pkg/coredata/cookie_banner.go +++ b/pkg/coredata/cookie_banner.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/cookie_banner_filter.go b/pkg/coredata/cookie_banner_filter.go index efd87f5a5..1b29176f7 100644 --- a/pkg/coredata/cookie_banner_filter.go +++ b/pkg/coredata/cookie_banner_filter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/cookie_banner_order_field.go b/pkg/coredata/cookie_banner_order_field.go index 691f9a4ef..3f260f87f 100644 --- a/pkg/coredata/cookie_banner_order_field.go +++ b/pkg/coredata/cookie_banner_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/cookie_banner_state.go b/pkg/coredata/cookie_banner_state.go index 79797f591..34d69e595 100644 --- a/pkg/coredata/cookie_banner_state.go +++ b/pkg/coredata/cookie_banner_state.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/cookie_banner_translation.go b/pkg/coredata/cookie_banner_translation.go index c30e7390b..83d703a0c 100644 --- a/pkg/coredata/cookie_banner_translation.go +++ b/pkg/coredata/cookie_banner_translation.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/cookie_banner_version.go b/pkg/coredata/cookie_banner_version.go index 379e6a91b..7dd8d258b 100644 --- a/pkg/coredata/cookie_banner_version.go +++ b/pkg/coredata/cookie_banner_version.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/cookie_banner_version_order_field.go b/pkg/coredata/cookie_banner_version_order_field.go index 6e7506f86..2b9441cce 100644 --- a/pkg/coredata/cookie_banner_version_order_field.go +++ b/pkg/coredata/cookie_banner_version_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/cookie_banner_version_state.go b/pkg/coredata/cookie_banner_version_state.go index 5c0dafdf0..c639a74a5 100644 --- a/pkg/coredata/cookie_banner_version_state.go +++ b/pkg/coredata/cookie_banner_version_state.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/cookie_category.go b/pkg/coredata/cookie_category.go index a15028817..821dcc617 100644 --- a/pkg/coredata/cookie_category.go +++ b/pkg/coredata/cookie_category.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/cookie_category_filter.go b/pkg/coredata/cookie_category_filter.go index 66d19b3d8..d5fc2eae7 100644 --- a/pkg/coredata/cookie_category_filter.go +++ b/pkg/coredata/cookie_category_filter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/cookie_category_kind.go b/pkg/coredata/cookie_category_kind.go index 3d03e6ab1..7e4fad9b8 100644 --- a/pkg/coredata/cookie_category_kind.go +++ b/pkg/coredata/cookie_category_kind.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/cookie_category_order_field.go b/pkg/coredata/cookie_category_order_field.go index a6e157f53..00358e78a 100644 --- a/pkg/coredata/cookie_category_order_field.go +++ b/pkg/coredata/cookie_category_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/cookie_consent_action.go b/pkg/coredata/cookie_consent_action.go index b45946213..5b95aa9bf 100644 --- a/pkg/coredata/cookie_consent_action.go +++ b/pkg/coredata/cookie_consent_action.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/cookie_consent_mode.go b/pkg/coredata/cookie_consent_mode.go index 2c873153b..2bc8395fd 100644 --- a/pkg/coredata/cookie_consent_mode.go +++ b/pkg/coredata/cookie_consent_mode.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/cookie_consent_record.go b/pkg/coredata/cookie_consent_record.go index a80059c37..a4f5fb19a 100644 --- a/pkg/coredata/cookie_consent_record.go +++ b/pkg/coredata/cookie_consent_record.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/cookie_consent_record_filter.go b/pkg/coredata/cookie_consent_record_filter.go index 01c6c761c..1895e398e 100644 --- a/pkg/coredata/cookie_consent_record_filter.go +++ b/pkg/coredata/cookie_consent_record_filter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/cookie_consent_record_order_field.go b/pkg/coredata/cookie_consent_record_order_field.go index 57bd0be9f..65d0f0024 100644 --- a/pkg/coredata/cookie_consent_record_order_field.go +++ b/pkg/coredata/cookie_consent_record_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/cookie_source.go b/pkg/coredata/cookie_source.go index 6320c4ea0..0f0689253 100644 --- a/pkg/coredata/cookie_source.go +++ b/pkg/coredata/cookie_source.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/country_code.go b/pkg/coredata/country_code.go index 82b89cffe..8c6ba201a 100644 --- a/pkg/coredata/country_code.go +++ b/pkg/coredata/country_code.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/custom_domain.go b/pkg/coredata/custom_domain.go index eab13b143..a65717ca6 100644 --- a/pkg/coredata/custom_domain.go +++ b/pkg/coredata/custom_domain.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/custom_domain_order_field.go b/pkg/coredata/custom_domain_order_field.go index 635dff567..93aeeae0b 100644 --- a/pkg/coredata/custom_domain_order_field.go +++ b/pkg/coredata/custom_domain_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/custom_domain_ssl_status.go b/pkg/coredata/custom_domain_ssl_status.go index ad884c87a..89085f5da 100644 --- a/pkg/coredata/custom_domain_ssl_status.go +++ b/pkg/coredata/custom_domain_ssl_status.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/custom_domain_verification_status.go b/pkg/coredata/custom_domain_verification_status.go index cff860207..c2755aadb 100644 --- a/pkg/coredata/custom_domain_verification_status.go +++ b/pkg/coredata/custom_domain_verification_status.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/data_classification.go b/pkg/coredata/data_classification.go index 78ee9ea15..046428e63 100644 --- a/pkg/coredata/data_classification.go +++ b/pkg/coredata/data_classification.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/data_protection_impact_assessment.go b/pkg/coredata/data_protection_impact_assessment.go index ad08f83ba..5cde14edb 100644 --- a/pkg/coredata/data_protection_impact_assessment.go +++ b/pkg/coredata/data_protection_impact_assessment.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/data_protection_impact_assessment_order_field.go b/pkg/coredata/data_protection_impact_assessment_order_field.go index 4634b3e90..930056e32 100644 --- a/pkg/coredata/data_protection_impact_assessment_order_field.go +++ b/pkg/coredata/data_protection_impact_assessment_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/data_protection_impact_assessment_residual_risk.go b/pkg/coredata/data_protection_impact_assessment_residual_risk.go index 920f2396a..628ab44a1 100644 --- a/pkg/coredata/data_protection_impact_assessment_residual_risk.go +++ b/pkg/coredata/data_protection_impact_assessment_residual_risk.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/data_sensitivity.go b/pkg/coredata/data_sensitivity.go index 3cb11fe2b..6e963dd38 100644 --- a/pkg/coredata/data_sensitivity.go +++ b/pkg/coredata/data_sensitivity.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/datum.go b/pkg/coredata/datum.go index 36a080dd7..f493708f7 100644 --- a/pkg/coredata/datum.go +++ b/pkg/coredata/datum.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/datum_order_field.go b/pkg/coredata/datum_order_field.go index 1f9ec1f57..576f11f90 100644 --- a/pkg/coredata/datum_order_field.go +++ b/pkg/coredata/datum_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/datum_third_party.go b/pkg/coredata/datum_third_party.go index 6707e8bd5..e74cfe314 100644 --- a/pkg/coredata/datum_third_party.go +++ b/pkg/coredata/datum_third_party.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/detected_tracker.go b/pkg/coredata/detected_tracker.go index 01aa63521..ba9d12b49 100644 --- a/pkg/coredata/detected_tracker.go +++ b/pkg/coredata/detected_tracker.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/detected_tracker_order_field.go b/pkg/coredata/detected_tracker_order_field.go index ca6c7aa44..90b2b1589 100644 --- a/pkg/coredata/detected_tracker_order_field.go +++ b/pkg/coredata/detected_tracker_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/document.go b/pkg/coredata/document.go index 585e4c7da..c8fab3abe 100644 --- a/pkg/coredata/document.go +++ b/pkg/coredata/document.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/document_classification.go b/pkg/coredata/document_classification.go index c40fc9016..0c31c4ca8 100644 --- a/pkg/coredata/document_classification.go +++ b/pkg/coredata/document_classification.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/document_default_approver.go b/pkg/coredata/document_default_approver.go index 2162e7515..25d2c1681 100644 --- a/pkg/coredata/document_default_approver.go +++ b/pkg/coredata/document_default_approver.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/document_filter.go b/pkg/coredata/document_filter.go index e680ae19f..76733c3ff 100644 --- a/pkg/coredata/document_filter.go +++ b/pkg/coredata/document_filter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/document_order_field.go b/pkg/coredata/document_order_field.go index cf9f44b8e..3d1ce8352 100644 --- a/pkg/coredata/document_order_field.go +++ b/pkg/coredata/document_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/document_status.go b/pkg/coredata/document_status.go index cc88e85e6..449c90144 100644 --- a/pkg/coredata/document_status.go +++ b/pkg/coredata/document_status.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/document_type.go b/pkg/coredata/document_type.go index 6cf90d310..17217948b 100644 --- a/pkg/coredata/document_type.go +++ b/pkg/coredata/document_type.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/document_version.go b/pkg/coredata/document_version.go index a2dbc56d5..4fe3c273c 100644 --- a/pkg/coredata/document_version.go +++ b/pkg/coredata/document_version.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/document_version_approval_decision.go b/pkg/coredata/document_version_approval_decision.go index 54c4231c4..2c413f8eb 100644 --- a/pkg/coredata/document_version_approval_decision.go +++ b/pkg/coredata/document_version_approval_decision.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/document_version_approval_decision_filter.go b/pkg/coredata/document_version_approval_decision_filter.go index 38a37836e..c9c19974c 100644 --- a/pkg/coredata/document_version_approval_decision_filter.go +++ b/pkg/coredata/document_version_approval_decision_filter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/document_version_approval_decision_order_field.go b/pkg/coredata/document_version_approval_decision_order_field.go index 764949e9f..9408af3f5 100644 --- a/pkg/coredata/document_version_approval_decision_order_field.go +++ b/pkg/coredata/document_version_approval_decision_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/document_version_approval_decision_state.go b/pkg/coredata/document_version_approval_decision_state.go index e7d73a412..909bb021a 100644 --- a/pkg/coredata/document_version_approval_decision_state.go +++ b/pkg/coredata/document_version_approval_decision_state.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/document_version_approval_quorum.go b/pkg/coredata/document_version_approval_quorum.go index 2273e3963..8bcc58bcc 100644 --- a/pkg/coredata/document_version_approval_quorum.go +++ b/pkg/coredata/document_version_approval_quorum.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/document_version_approval_quorum_order_field.go b/pkg/coredata/document_version_approval_quorum_order_field.go index eebfedc26..f6bbadb00 100644 --- a/pkg/coredata/document_version_approval_quorum_order_field.go +++ b/pkg/coredata/document_version_approval_quorum_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/document_version_approval_quorum_status.go b/pkg/coredata/document_version_approval_quorum_status.go index 137f03adc..c37ef85ee 100644 --- a/pkg/coredata/document_version_approval_quorum_status.go +++ b/pkg/coredata/document_version_approval_quorum_status.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/document_version_filter.go b/pkg/coredata/document_version_filter.go index 47a37e377..473e8dda0 100644 --- a/pkg/coredata/document_version_filter.go +++ b/pkg/coredata/document_version_filter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/document_version_order_field.go b/pkg/coredata/document_version_order_field.go index ca9f5d15e..4b669af23 100644 --- a/pkg/coredata/document_version_order_field.go +++ b/pkg/coredata/document_version_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/document_version_orientation.go b/pkg/coredata/document_version_orientation.go index 5358f65e9..6b513d642 100644 --- a/pkg/coredata/document_version_orientation.go +++ b/pkg/coredata/document_version_orientation.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/document_version_signature.go b/pkg/coredata/document_version_signature.go index 03ca0739d..c6f68772d 100644 --- a/pkg/coredata/document_version_signature.go +++ b/pkg/coredata/document_version_signature.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/document_version_signature_filter.go b/pkg/coredata/document_version_signature_filter.go index 275a773a8..ef9849cea 100644 --- a/pkg/coredata/document_version_signature_filter.go +++ b/pkg/coredata/document_version_signature_filter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/document_version_signature_order_field.go b/pkg/coredata/document_version_signature_order_field.go index 5cc816572..af5494673 100644 --- a/pkg/coredata/document_version_signature_order_field.go +++ b/pkg/coredata/document_version_signature_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/document_version_signature_state.go b/pkg/coredata/document_version_signature_state.go index 9fc87064c..2657f402b 100644 --- a/pkg/coredata/document_version_signature_state.go +++ b/pkg/coredata/document_version_signature_state.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/document_version_status.go b/pkg/coredata/document_version_status.go index a3888c270..553577f81 100644 --- a/pkg/coredata/document_version_status.go +++ b/pkg/coredata/document_version_status.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/document_write_mode.go b/pkg/coredata/document_write_mode.go index afd2d9208..1f23a6e25 100644 --- a/pkg/coredata/document_write_mode.go +++ b/pkg/coredata/document_write_mode.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/electronic_signature.go b/pkg/coredata/electronic_signature.go index fd3d6477c..a6d4e8a20 100644 --- a/pkg/coredata/electronic_signature.go +++ b/pkg/coredata/electronic_signature.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/electronic_signature_document_type.go b/pkg/coredata/electronic_signature_document_type.go index 563b4fb40..ff6137ac8 100644 --- a/pkg/coredata/electronic_signature_document_type.go +++ b/pkg/coredata/electronic_signature_document_type.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/electronic_signature_event.go b/pkg/coredata/electronic_signature_event.go index 2cb22b081..14b303b23 100644 --- a/pkg/coredata/electronic_signature_event.go +++ b/pkg/coredata/electronic_signature_event.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/electronic_signature_event_source.go b/pkg/coredata/electronic_signature_event_source.go index 46d8a293a..a25f231a8 100644 --- a/pkg/coredata/electronic_signature_event_source.go +++ b/pkg/coredata/electronic_signature_event_source.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/electronic_signature_event_type.go b/pkg/coredata/electronic_signature_event_type.go index e1a8dd750..58a0bd66e 100644 --- a/pkg/coredata/electronic_signature_event_type.go +++ b/pkg/coredata/electronic_signature_event_type.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/electronic_signature_status.go b/pkg/coredata/electronic_signature_status.go index 2414fdf86..3b8fb64b9 100644 --- a/pkg/coredata/electronic_signature_status.go +++ b/pkg/coredata/electronic_signature_status.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/email.go b/pkg/coredata/email.go index 82be3cc02..5b9e5bb03 100644 --- a/pkg/coredata/email.go +++ b/pkg/coredata/email.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/email_attachment.go b/pkg/coredata/email_attachment.go index ccbc2a4a5..47e1160cd 100644 --- a/pkg/coredata/email_attachment.go +++ b/pkg/coredata/email_attachment.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/email_status.go b/pkg/coredata/email_status.go index d3526b1af..50d81fe69 100644 --- a/pkg/coredata/email_status.go +++ b/pkg/coredata/email_status.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/entity_type_reg.go b/pkg/coredata/entity_type_reg.go index b40f3eeb1..1f28e4af2 100644 --- a/pkg/coredata/entity_type_reg.go +++ b/pkg/coredata/entity_type_reg.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/errors.go b/pkg/coredata/errors.go index 64d419065..18c2d45a9 100644 --- a/pkg/coredata/errors.go +++ b/pkg/coredata/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/evidence.go b/pkg/coredata/evidence.go index 47a44ac54..9338b3065 100644 --- a/pkg/coredata/evidence.go +++ b/pkg/coredata/evidence.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/evidence_description_status.go b/pkg/coredata/evidence_description_status.go index 64c3d10a4..66d3dfe10 100644 --- a/pkg/coredata/evidence_description_status.go +++ b/pkg/coredata/evidence_description_status.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/evidence_order_field.go b/pkg/coredata/evidence_order_field.go index 95d7057f5..846c4978d 100644 --- a/pkg/coredata/evidence_order_field.go +++ b/pkg/coredata/evidence_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/evidence_state.go b/pkg/coredata/evidence_state.go index 5f04196d9..c98b39ca3 100644 --- a/pkg/coredata/evidence_state.go +++ b/pkg/coredata/evidence_state.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/evidence_type.go b/pkg/coredata/evidence_type.go index 2256b2122..7db733d56 100644 --- a/pkg/coredata/evidence_type.go +++ b/pkg/coredata/evidence_type.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/expire_reason.go b/pkg/coredata/expire_reason.go index b4792bde2..840e80ab2 100644 --- a/pkg/coredata/expire_reason.go +++ b/pkg/coredata/expire_reason.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/export_job.go b/pkg/coredata/export_job.go index 3cc4cb54e..3b540e81f 100644 --- a/pkg/coredata/export_job.go +++ b/pkg/coredata/export_job.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/export_job_status.go b/pkg/coredata/export_job_status.go index fe2b3ccee..0f77c4f57 100644 --- a/pkg/coredata/export_job_status.go +++ b/pkg/coredata/export_job_status.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/export_job_type.go b/pkg/coredata/export_job_type.go index 2d8a3ba66..cfbf19a98 100644 --- a/pkg/coredata/export_job_type.go +++ b/pkg/coredata/export_job_type.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/file.go b/pkg/coredata/file.go index c0b4b7cdc..eb7755af0 100644 --- a/pkg/coredata/file.go +++ b/pkg/coredata/file.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/file_visibility.go b/pkg/coredata/file_visibility.go index 32effac9e..d91e3d5bf 100644 --- a/pkg/coredata/file_visibility.go +++ b/pkg/coredata/file_visibility.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/finding.go b/pkg/coredata/finding.go index da259d7b7..6836839b6 100644 --- a/pkg/coredata/finding.go +++ b/pkg/coredata/finding.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/finding_audit.go b/pkg/coredata/finding_audit.go index 15a14c7f9..b79ec958a 100644 --- a/pkg/coredata/finding_audit.go +++ b/pkg/coredata/finding_audit.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/finding_filter.go b/pkg/coredata/finding_filter.go index 106b88ce4..4317d5422 100644 --- a/pkg/coredata/finding_filter.go +++ b/pkg/coredata/finding_filter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/finding_kind.go b/pkg/coredata/finding_kind.go index ab2cc68a7..673c08a3b 100644 --- a/pkg/coredata/finding_kind.go +++ b/pkg/coredata/finding_kind.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/finding_order_field.go b/pkg/coredata/finding_order_field.go index e4bca2f5c..774c1b90d 100644 --- a/pkg/coredata/finding_order_field.go +++ b/pkg/coredata/finding_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/finding_priority.go b/pkg/coredata/finding_priority.go index f80e561b2..b708abab5 100644 --- a/pkg/coredata/finding_priority.go +++ b/pkg/coredata/finding_priority.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/finding_status.go b/pkg/coredata/finding_status.go index d7d260f01..a47ee5943 100644 --- a/pkg/coredata/finding_status.go +++ b/pkg/coredata/finding_status.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/framework.go b/pkg/coredata/framework.go index 33a4047e1..1e1ebcc6d 100644 --- a/pkg/coredata/framework.go +++ b/pkg/coredata/framework.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/framework_order_field.go b/pkg/coredata/framework_order_field.go index 21d715e29..9b240be39 100644 --- a/pkg/coredata/framework_order_field.go +++ b/pkg/coredata/framework_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/identity.go b/pkg/coredata/identity.go index 6e5fac1f0..b7823fcb3 100644 --- a/pkg/coredata/identity.go +++ b/pkg/coredata/identity.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/identity_order_field.go b/pkg/coredata/identity_order_field.go index c1c9dd954..69f04e751 100644 --- a/pkg/coredata/identity_order_field.go +++ b/pkg/coredata/identity_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/invitation.go b/pkg/coredata/invitation.go index c1597a26b..ab6068099 100644 --- a/pkg/coredata/invitation.go +++ b/pkg/coredata/invitation.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/invitation_filter.go b/pkg/coredata/invitation_filter.go index 6a5beb03f..02f29ae5f 100644 --- a/pkg/coredata/invitation_filter.go +++ b/pkg/coredata/invitation_filter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/invitation_order_field.go b/pkg/coredata/invitation_order_field.go index 79d4a7a37..1f528062e 100644 --- a/pkg/coredata/invitation_order_field.go +++ b/pkg/coredata/invitation_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/invitation_status.go b/pkg/coredata/invitation_status.go index f15f5fb18..2433018ad 100644 --- a/pkg/coredata/invitation_status.go +++ b/pkg/coredata/invitation_status.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/ip_country_block.go b/pkg/coredata/ip_country_block.go index dd459e014..3ea1cceff 100644 --- a/pkg/coredata/ip_country_block.go +++ b/pkg/coredata/ip_country_block.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/mailing_list.go b/pkg/coredata/mailing_list.go index 222424217..ebb4f6e62 100644 --- a/pkg/coredata/mailing_list.go +++ b/pkg/coredata/mailing_list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/mailing_list_subscriber.go b/pkg/coredata/mailing_list_subscriber.go index 4d0c73f9f..fe0652850 100644 --- a/pkg/coredata/mailing_list_subscriber.go +++ b/pkg/coredata/mailing_list_subscriber.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/mailing_list_subscriber_order_field.go b/pkg/coredata/mailing_list_subscriber_order_field.go index c04e3bf8f..eb5c06f60 100644 --- a/pkg/coredata/mailing_list_subscriber_order_field.go +++ b/pkg/coredata/mailing_list_subscriber_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/mailing_list_subscriber_status.go b/pkg/coredata/mailing_list_subscriber_status.go index 7a4cd0a91..a6a6ba052 100644 --- a/pkg/coredata/mailing_list_subscriber_status.go +++ b/pkg/coredata/mailing_list_subscriber_status.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/mailing_list_update.go b/pkg/coredata/mailing_list_update.go index 67307ac95..9e3b3a2be 100644 --- a/pkg/coredata/mailing_list_update.go +++ b/pkg/coredata/mailing_list_update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/mailing_list_update_order_field.go b/pkg/coredata/mailing_list_update_order_field.go index 1cf6e6fd9..6c23bf0ca 100644 --- a/pkg/coredata/mailing_list_update_order_field.go +++ b/pkg/coredata/mailing_list_update_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/mailing_list_update_status.go b/pkg/coredata/mailing_list_update_status.go index c7e0f4be0..a83c28831 100644 --- a/pkg/coredata/mailing_list_update_status.go +++ b/pkg/coredata/mailing_list_update_status.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/measure.go b/pkg/coredata/measure.go index 81ffde915..ecc1ce772 100644 --- a/pkg/coredata/measure.go +++ b/pkg/coredata/measure.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/measure_document.go b/pkg/coredata/measure_document.go index e57af91cc..cbc4067f9 100644 --- a/pkg/coredata/measure_document.go +++ b/pkg/coredata/measure_document.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/measure_filter.go b/pkg/coredata/measure_filter.go index 4b3ae0b88..9193b9f4f 100644 --- a/pkg/coredata/measure_filter.go +++ b/pkg/coredata/measure_filter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/measure_third_party.go b/pkg/coredata/measure_third_party.go index 1766d365e..b4a66841b 100644 --- a/pkg/coredata/measure_third_party.go +++ b/pkg/coredata/measure_third_party.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/member_role.go b/pkg/coredata/member_role.go index da4c8a5d0..78a7023be 100644 --- a/pkg/coredata/member_role.go +++ b/pkg/coredata/member_role.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/membership.go b/pkg/coredata/membership.go index 4b8c67b42..051bda7a8 100644 --- a/pkg/coredata/membership.go +++ b/pkg/coredata/membership.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/membership_order_field.go b/pkg/coredata/membership_order_field.go index ed6df87e2..a91bc51f4 100644 --- a/pkg/coredata/membership_order_field.go +++ b/pkg/coredata/membership_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/membership_profile.go b/pkg/coredata/membership_profile.go index 345bdc61b..6e37e6732 100644 --- a/pkg/coredata/membership_profile.go +++ b/pkg/coredata/membership_profile.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/membership_profile_filter.go b/pkg/coredata/membership_profile_filter.go index fa8beee15..feaaaf3b5 100644 --- a/pkg/coredata/membership_profile_filter.go +++ b/pkg/coredata/membership_profile_filter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/membership_profile_order_field.go b/pkg/coredata/membership_profile_order_field.go index 728650f80..0cc39a0ed 100644 --- a/pkg/coredata/membership_profile_order_field.go +++ b/pkg/coredata/membership_profile_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/mesure_order_field.go b/pkg/coredata/mesure_order_field.go index 3cd413c91..2d1fc4ee9 100644 --- a/pkg/coredata/mesure_order_field.go +++ b/pkg/coredata/mesure_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/mesure_state.go b/pkg/coredata/mesure_state.go index 0751e336b..3a1e72a61 100644 --- a/pkg/coredata/mesure_state.go +++ b/pkg/coredata/mesure_state.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/mfa_status.go b/pkg/coredata/mfa_status.go index d41780628..fac0be55f 100644 --- a/pkg/coredata/mfa_status.go +++ b/pkg/coredata/mfa_status.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations.go b/pkg/coredata/migrations.go index 8af4e1d5a..d7bf17b36 100644 --- a/pkg/coredata/migrations.go +++ b/pkg/coredata/migrations.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250124T113100Z.sql b/pkg/coredata/migrations/20250124T113100Z.sql index 291d186b1..b00e80504 100644 --- a/pkg/coredata/migrations/20250124T113100Z.sql +++ b/pkg/coredata/migrations/20250124T113100Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250125T212400Z.sql b/pkg/coredata/migrations/20250125T212400Z.sql index ff4b975d8..87272741d 100644 --- a/pkg/coredata/migrations/20250125T212400Z.sql +++ b/pkg/coredata/migrations/20250125T212400Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250125T214100Z.sql b/pkg/coredata/migrations/20250125T214100Z.sql index 7ec532ec3..7f557e6d1 100644 --- a/pkg/coredata/migrations/20250125T214100Z.sql +++ b/pkg/coredata/migrations/20250125T214100Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250126T141600Z.sql b/pkg/coredata/migrations/20250126T141600Z.sql index 0a3c84e4a..3936aa0c3 100644 --- a/pkg/coredata/migrations/20250126T141600Z.sql +++ b/pkg/coredata/migrations/20250126T141600Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250128T093900Z.sql b/pkg/coredata/migrations/20250128T093900Z.sql index e06a21275..15c29dad3 100644 --- a/pkg/coredata/migrations/20250128T093900Z.sql +++ b/pkg/coredata/migrations/20250128T093900Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250128T151500Z.sql b/pkg/coredata/migrations/20250128T151500Z.sql index ac8a4e0a9..5240701f4 100644 --- a/pkg/coredata/migrations/20250128T151500Z.sql +++ b/pkg/coredata/migrations/20250128T151500Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250130T142900Z.sql b/pkg/coredata/migrations/20250130T142900Z.sql index 5208a68b2..76deb04ec 100644 --- a/pkg/coredata/migrations/20250130T142900Z.sql +++ b/pkg/coredata/migrations/20250130T142900Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250130T144500Z.sql b/pkg/coredata/migrations/20250130T144500Z.sql index 58b0ad685..465004ef3 100644 --- a/pkg/coredata/migrations/20250130T144500Z.sql +++ b/pkg/coredata/migrations/20250130T144500Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250130T145600Z.sql b/pkg/coredata/migrations/20250130T145600Z.sql index 5250641d5..e1e4a7f3f 100644 --- a/pkg/coredata/migrations/20250130T145600Z.sql +++ b/pkg/coredata/migrations/20250130T145600Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250130T154300Z.sql b/pkg/coredata/migrations/20250130T154300Z.sql index 96a85f6e4..77e9905c6 100644 --- a/pkg/coredata/migrations/20250130T154300Z.sql +++ b/pkg/coredata/migrations/20250130T154300Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250130T210000Z.sql b/pkg/coredata/migrations/20250130T210000Z.sql index ad711dae1..e34de8657 100644 --- a/pkg/coredata/migrations/20250130T210000Z.sql +++ b/pkg/coredata/migrations/20250130T210000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250130T211400Z.sql b/pkg/coredata/migrations/20250130T211400Z.sql index acc789870..7b428aa20 100644 --- a/pkg/coredata/migrations/20250130T211400Z.sql +++ b/pkg/coredata/migrations/20250130T211400Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250130T212000Z.sql b/pkg/coredata/migrations/20250130T212000Z.sql index 057b648dc..2f65c241e 100644 --- a/pkg/coredata/migrations/20250130T212000Z.sql +++ b/pkg/coredata/migrations/20250130T212000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250139T143000Z.sql b/pkg/coredata/migrations/20250139T143000Z.sql index 2678de8a7..40a4d36e7 100644 --- a/pkg/coredata/migrations/20250139T143000Z.sql +++ b/pkg/coredata/migrations/20250139T143000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250202T110500Z.sql b/pkg/coredata/migrations/20250202T110500Z.sql index e071c0e7d..6bce2c4fd 100644 --- a/pkg/coredata/migrations/20250202T110500Z.sql +++ b/pkg/coredata/migrations/20250202T110500Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250202T141800Z.sql b/pkg/coredata/migrations/20250202T141800Z.sql index 897ef3ae1..96b7b949c 100644 --- a/pkg/coredata/migrations/20250202T141800Z.sql +++ b/pkg/coredata/migrations/20250202T141800Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250202T180400Z.sql b/pkg/coredata/migrations/20250202T180400Z.sql index f9bb16733..304d9678e 100644 --- a/pkg/coredata/migrations/20250202T180400Z.sql +++ b/pkg/coredata/migrations/20250202T180400Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250202T201400Z.sql b/pkg/coredata/migrations/20250202T201400Z.sql index 26d9a31d4..67f9457fc 100644 --- a/pkg/coredata/migrations/20250202T201400Z.sql +++ b/pkg/coredata/migrations/20250202T201400Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250206T121300Z.sql b/pkg/coredata/migrations/20250206T121300Z.sql index 9bd4d7a9d..434d89f13 100644 --- a/pkg/coredata/migrations/20250206T121300Z.sql +++ b/pkg/coredata/migrations/20250206T121300Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250209T183000Z.sql b/pkg/coredata/migrations/20250209T183000Z.sql index 1fe90144f..f63a3972a 100644 --- a/pkg/coredata/migrations/20250209T183000Z.sql +++ b/pkg/coredata/migrations/20250209T183000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250212T174900Z.sql b/pkg/coredata/migrations/20250212T174900Z.sql index 11ac5f9f7..bcc5baa15 100644 --- a/pkg/coredata/migrations/20250212T174900Z.sql +++ b/pkg/coredata/migrations/20250212T174900Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250218T101900Z.sql b/pkg/coredata/migrations/20250218T101900Z.sql index 334e93679..d83a07ef4 100644 --- a/pkg/coredata/migrations/20250218T101900Z.sql +++ b/pkg/coredata/migrations/20250218T101900Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250218T112800Z.sql b/pkg/coredata/migrations/20250218T112800Z.sql index 84984149f..e3587159a 100644 --- a/pkg/coredata/migrations/20250218T112800Z.sql +++ b/pkg/coredata/migrations/20250218T112800Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250218T113200Z.sql b/pkg/coredata/migrations/20250218T113200Z.sql index 80a0ca7d5..d86bf57c1 100644 --- a/pkg/coredata/migrations/20250218T113200Z.sql +++ b/pkg/coredata/migrations/20250218T113200Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250218T113800Z.sql b/pkg/coredata/migrations/20250218T113800Z.sql index 8939e4fac..7492b8875 100644 --- a/pkg/coredata/migrations/20250218T113800Z.sql +++ b/pkg/coredata/migrations/20250218T113800Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250218T120000Z.sql b/pkg/coredata/migrations/20250218T120000Z.sql index 4c1ea0188..47c06cae6 100644 --- a/pkg/coredata/migrations/20250218T120000Z.sql +++ b/pkg/coredata/migrations/20250218T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250218T121700Z.sql b/pkg/coredata/migrations/20250218T121700Z.sql index 046428c3d..3854ad56e 100644 --- a/pkg/coredata/migrations/20250218T121700Z.sql +++ b/pkg/coredata/migrations/20250218T121700Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250218T125600Z.sql b/pkg/coredata/migrations/20250218T125600Z.sql index 12602d1f3..c37bd12cd 100644 --- a/pkg/coredata/migrations/20250218T125600Z.sql +++ b/pkg/coredata/migrations/20250218T125600Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250218T171000Z.sql b/pkg/coredata/migrations/20250218T171000Z.sql index 5f03c0bab..a9e647446 100644 --- a/pkg/coredata/migrations/20250218T171000Z.sql +++ b/pkg/coredata/migrations/20250218T171000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250225T153220Z.sql b/pkg/coredata/migrations/20250225T153220Z.sql index a337dcd53..77cf3e32b 100644 --- a/pkg/coredata/migrations/20250225T153220Z.sql +++ b/pkg/coredata/migrations/20250225T153220Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250225T201106Z.sql b/pkg/coredata/migrations/20250225T201106Z.sql index ab871e309..0522401fc 100644 --- a/pkg/coredata/migrations/20250225T201106Z.sql +++ b/pkg/coredata/migrations/20250225T201106Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250225T211652Z.sql b/pkg/coredata/migrations/20250225T211652Z.sql index aaf07e29a..fd7244e72 100644 --- a/pkg/coredata/migrations/20250225T211652Z.sql +++ b/pkg/coredata/migrations/20250225T211652Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250225T222000Z.sql b/pkg/coredata/migrations/20250225T222000Z.sql index bec442c89..dd5a565f4 100644 --- a/pkg/coredata/migrations/20250225T222000Z.sql +++ b/pkg/coredata/migrations/20250225T222000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250227T144100Z.sql b/pkg/coredata/migrations/20250227T144100Z.sql index fb634542f..d69d97fb1 100644 --- a/pkg/coredata/migrations/20250227T144100Z.sql +++ b/pkg/coredata/migrations/20250227T144100Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250227T152900Z.sql b/pkg/coredata/migrations/20250227T152900Z.sql index 56bd23d66..6801b191e 100644 --- a/pkg/coredata/migrations/20250227T152900Z.sql +++ b/pkg/coredata/migrations/20250227T152900Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250228T000000Z.sql b/pkg/coredata/migrations/20250228T000000Z.sql index 8d79bd40e..6cb412b9f 100644 --- a/pkg/coredata/migrations/20250228T000000Z.sql +++ b/pkg/coredata/migrations/20250228T000000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250305T110005Z.sql b/pkg/coredata/migrations/20250305T110005Z.sql index bdd45aac1..9e4034cc0 100644 --- a/pkg/coredata/migrations/20250305T110005Z.sql +++ b/pkg/coredata/migrations/20250305T110005Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250305T111053Z.sql b/pkg/coredata/migrations/20250305T111053Z.sql index 5c84e3e4e..1dd34fd41 100644 --- a/pkg/coredata/migrations/20250305T111053Z.sql +++ b/pkg/coredata/migrations/20250305T111053Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250305T155800Z.sql b/pkg/coredata/migrations/20250305T155800Z.sql index 3116ba503..95dcf634f 100644 --- a/pkg/coredata/migrations/20250305T155800Z.sql +++ b/pkg/coredata/migrations/20250305T155800Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250305T171200Z.sql b/pkg/coredata/migrations/20250305T171200Z.sql index e64021b63..9589b6ecb 100644 --- a/pkg/coredata/migrations/20250305T171200Z.sql +++ b/pkg/coredata/migrations/20250305T171200Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250310T161900Z.sql b/pkg/coredata/migrations/20250310T161900Z.sql index 1ccc70e89..44191c5d1 100644 --- a/pkg/coredata/migrations/20250310T161900Z.sql +++ b/pkg/coredata/migrations/20250310T161900Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250310T164900Z.sql b/pkg/coredata/migrations/20250310T164900Z.sql index 67865477d..6752e4bb1 100644 --- a/pkg/coredata/migrations/20250310T164900Z.sql +++ b/pkg/coredata/migrations/20250310T164900Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250310T181100Z.sql b/pkg/coredata/migrations/20250310T181100Z.sql index 390aeab9d..879673eb3 100644 --- a/pkg/coredata/migrations/20250310T181100Z.sql +++ b/pkg/coredata/migrations/20250310T181100Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250311T094000Z.sql b/pkg/coredata/migrations/20250311T094000Z.sql index 72ea2354a..48f284245 100644 --- a/pkg/coredata/migrations/20250311T094000Z.sql +++ b/pkg/coredata/migrations/20250311T094000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250311T145900Z.sql b/pkg/coredata/migrations/20250311T145900Z.sql index d8de733c6..651414511 100644 --- a/pkg/coredata/migrations/20250311T145900Z.sql +++ b/pkg/coredata/migrations/20250311T145900Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250311T183100Z.sql b/pkg/coredata/migrations/20250311T183100Z.sql index 8e0c3fa04..e04c3eaa5 100644 --- a/pkg/coredata/migrations/20250311T183100Z.sql +++ b/pkg/coredata/migrations/20250311T183100Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250312T084900Z.sql b/pkg/coredata/migrations/20250312T084900Z.sql index b9fe41fc8..23d84806a 100644 --- a/pkg/coredata/migrations/20250312T084900Z.sql +++ b/pkg/coredata/migrations/20250312T084900Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250312T094600Z.sql b/pkg/coredata/migrations/20250312T094600Z.sql index 481ae9d50..04d8d3def 100644 --- a/pkg/coredata/migrations/20250312T094600Z.sql +++ b/pkg/coredata/migrations/20250312T094600Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250312T165900Z.sql b/pkg/coredata/migrations/20250312T165900Z.sql index 2e8b10ce5..84a57359e 100644 --- a/pkg/coredata/migrations/20250312T165900Z.sql +++ b/pkg/coredata/migrations/20250312T165900Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250312T180800Z.sql b/pkg/coredata/migrations/20250312T180800Z.sql index 9140f56b7..85917a9b2 100644 --- a/pkg/coredata/migrations/20250312T180800Z.sql +++ b/pkg/coredata/migrations/20250312T180800Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250313T091900Z.sql b/pkg/coredata/migrations/20250313T091900Z.sql index 9050ea152..3efea95d9 100644 --- a/pkg/coredata/migrations/20250313T091900Z.sql +++ b/pkg/coredata/migrations/20250313T091900Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250313T110700Z.sql b/pkg/coredata/migrations/20250313T110700Z.sql index 97a455775..ab61e2fa2 100644 --- a/pkg/coredata/migrations/20250313T110700Z.sql +++ b/pkg/coredata/migrations/20250313T110700Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250313T160700Z.sql b/pkg/coredata/migrations/20250313T160700Z.sql index ff3113c2b..7d4a2cfbd 100644 --- a/pkg/coredata/migrations/20250313T160700Z.sql +++ b/pkg/coredata/migrations/20250313T160700Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250314T111900Z.sql b/pkg/coredata/migrations/20250314T111900Z.sql index 33998124f..93fa91641 100644 --- a/pkg/coredata/migrations/20250314T111900Z.sql +++ b/pkg/coredata/migrations/20250314T111900Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250316T183600Z.sql b/pkg/coredata/migrations/20250316T183600Z.sql index ba092b266..eba325bdf 100644 --- a/pkg/coredata/migrations/20250316T183600Z.sql +++ b/pkg/coredata/migrations/20250316T183600Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250319T121300Z.sql b/pkg/coredata/migrations/20250319T121300Z.sql index d73578371..524fafb7e 100644 --- a/pkg/coredata/migrations/20250319T121300Z.sql +++ b/pkg/coredata/migrations/20250319T121300Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250320T162619Z.sql b/pkg/coredata/migrations/20250320T162619Z.sql index 0520bfefa..80e50b7de 100644 --- a/pkg/coredata/migrations/20250320T162619Z.sql +++ b/pkg/coredata/migrations/20250320T162619Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250327T065928Z.sql b/pkg/coredata/migrations/20250327T065928Z.sql index cbdf2053e..063542bdf 100644 --- a/pkg/coredata/migrations/20250327T065928Z.sql +++ b/pkg/coredata/migrations/20250327T065928Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250327T093314Z.sql b/pkg/coredata/migrations/20250327T093314Z.sql index 6585a99cf..97bac71f8 100644 --- a/pkg/coredata/migrations/20250327T093314Z.sql +++ b/pkg/coredata/migrations/20250327T093314Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250327T122105Z.sql b/pkg/coredata/migrations/20250327T122105Z.sql index aa1927fd8..6a7a692a3 100644 --- a/pkg/coredata/migrations/20250327T122105Z.sql +++ b/pkg/coredata/migrations/20250327T122105Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250327T122609Z.sql b/pkg/coredata/migrations/20250327T122609Z.sql index dc07275df..8a5099d7e 100644 --- a/pkg/coredata/migrations/20250327T122609Z.sql +++ b/pkg/coredata/migrations/20250327T122609Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250327T122700Z.sql b/pkg/coredata/migrations/20250327T122700Z.sql index d63c331ca..658773d18 100644 --- a/pkg/coredata/migrations/20250327T122700Z.sql +++ b/pkg/coredata/migrations/20250327T122700Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250327T210900Z.sql b/pkg/coredata/migrations/20250327T210900Z.sql index 9747184ca..35552a7a6 100644 --- a/pkg/coredata/migrations/20250327T210900Z.sql +++ b/pkg/coredata/migrations/20250327T210900Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250327T212900Z.sql b/pkg/coredata/migrations/20250327T212900Z.sql index 9f976504b..45298984d 100644 --- a/pkg/coredata/migrations/20250327T212900Z.sql +++ b/pkg/coredata/migrations/20250327T212900Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250327T220600Z.sql b/pkg/coredata/migrations/20250327T220600Z.sql index f9f6f9d35..d032e54cc 100644 --- a/pkg/coredata/migrations/20250327T220600Z.sql +++ b/pkg/coredata/migrations/20250327T220600Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250327T220601Z.sql b/pkg/coredata/migrations/20250327T220601Z.sql index 837b7a040..4cb49ee30 100644 --- a/pkg/coredata/migrations/20250327T220601Z.sql +++ b/pkg/coredata/migrations/20250327T220601Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250328T142200Z.sql b/pkg/coredata/migrations/20250328T142200Z.sql index 3f8956bc6..e55ed2347 100644 --- a/pkg/coredata/migrations/20250328T142200Z.sql +++ b/pkg/coredata/migrations/20250328T142200Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250330T163200Z.sql b/pkg/coredata/migrations/20250330T163200Z.sql index 142aff256..b0afd5ea9 100644 --- a/pkg/coredata/migrations/20250330T163200Z.sql +++ b/pkg/coredata/migrations/20250330T163200Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250331T093100Z.sql b/pkg/coredata/migrations/20250331T093100Z.sql index 0c2733785..48b3a7432 100644 --- a/pkg/coredata/migrations/20250331T093100Z.sql +++ b/pkg/coredata/migrations/20250331T093100Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250331T150600Z.sql b/pkg/coredata/migrations/20250331T150600Z.sql index f8f8a9e00..70d952167 100644 --- a/pkg/coredata/migrations/20250331T150600Z.sql +++ b/pkg/coredata/migrations/20250331T150600Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250401T080600Z.sql b/pkg/coredata/migrations/20250401T080600Z.sql index 0ebc32527..67ab93b90 100644 --- a/pkg/coredata/migrations/20250401T080600Z.sql +++ b/pkg/coredata/migrations/20250401T080600Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250401T082800Z.sql b/pkg/coredata/migrations/20250401T082800Z.sql index 389b395de..4068d7fdf 100644 --- a/pkg/coredata/migrations/20250401T082800Z.sql +++ b/pkg/coredata/migrations/20250401T082800Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250401T082900Z.sql b/pkg/coredata/migrations/20250401T082900Z.sql index 7872555fb..72e5a91dd 100644 --- a/pkg/coredata/migrations/20250401T082900Z.sql +++ b/pkg/coredata/migrations/20250401T082900Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250401T144700Z.sql b/pkg/coredata/migrations/20250401T144700Z.sql index 784451146..b15ef01c8 100644 --- a/pkg/coredata/migrations/20250401T144700Z.sql +++ b/pkg/coredata/migrations/20250401T144700Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250401T165000Z.sql b/pkg/coredata/migrations/20250401T165000Z.sql index 021aa0793..8add9b216 100644 --- a/pkg/coredata/migrations/20250401T165000Z.sql +++ b/pkg/coredata/migrations/20250401T165000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250401T171500Z.sql b/pkg/coredata/migrations/20250401T171500Z.sql index aa605693c..fb06dc7d7 100644 --- a/pkg/coredata/migrations/20250401T171500Z.sql +++ b/pkg/coredata/migrations/20250401T171500Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250401T173800Z.sql b/pkg/coredata/migrations/20250401T173800Z.sql index 9da9f2cd4..d02b25bf9 100644 --- a/pkg/coredata/migrations/20250401T173800Z.sql +++ b/pkg/coredata/migrations/20250401T173800Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250401T175300Z.sql b/pkg/coredata/migrations/20250401T175300Z.sql index 34de48e65..3d03e942f 100644 --- a/pkg/coredata/migrations/20250401T175300Z.sql +++ b/pkg/coredata/migrations/20250401T175300Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250401T175400Z.sql b/pkg/coredata/migrations/20250401T175400Z.sql index 7d217767a..4e8ffd416 100644 --- a/pkg/coredata/migrations/20250401T175400Z.sql +++ b/pkg/coredata/migrations/20250401T175400Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250402T083700Z.sql b/pkg/coredata/migrations/20250402T083700Z.sql index 65f6eae2b..7c20137c6 100644 --- a/pkg/coredata/migrations/20250402T083700Z.sql +++ b/pkg/coredata/migrations/20250402T083700Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250402T093900Z.sql b/pkg/coredata/migrations/20250402T093900Z.sql index 63d9862b3..64a0dcbc1 100644 --- a/pkg/coredata/migrations/20250402T093900Z.sql +++ b/pkg/coredata/migrations/20250402T093900Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250403T093800Z.sql b/pkg/coredata/migrations/20250403T093800Z.sql index a7077f6a7..f2eb29e3b 100644 --- a/pkg/coredata/migrations/20250403T093800Z.sql +++ b/pkg/coredata/migrations/20250403T093800Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250408T205600Z.sql b/pkg/coredata/migrations/20250408T205600Z.sql index 1f7add848..78f276891 100644 --- a/pkg/coredata/migrations/20250408T205600Z.sql +++ b/pkg/coredata/migrations/20250408T205600Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250409T081100Z.sql b/pkg/coredata/migrations/20250409T081100Z.sql index 6d9b8a054..334960548 100644 --- a/pkg/coredata/migrations/20250409T081100Z.sql +++ b/pkg/coredata/migrations/20250409T081100Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250410T160300Z.sql b/pkg/coredata/migrations/20250410T160300Z.sql index 4191df5fb..636e07070 100644 --- a/pkg/coredata/migrations/20250410T160300Z.sql +++ b/pkg/coredata/migrations/20250410T160300Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250410T160700Z.sql b/pkg/coredata/migrations/20250410T160700Z.sql index e2e121523..db7223eeb 100644 --- a/pkg/coredata/migrations/20250410T160700Z.sql +++ b/pkg/coredata/migrations/20250410T160700Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250410T161200Z.sql b/pkg/coredata/migrations/20250410T161200Z.sql index 363f1ed89..eefadf60b 100644 --- a/pkg/coredata/migrations/20250410T161200Z.sql +++ b/pkg/coredata/migrations/20250410T161200Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250410T162000Z.sql b/pkg/coredata/migrations/20250410T162000Z.sql index de4e3859a..2c9717448 100644 --- a/pkg/coredata/migrations/20250410T162000Z.sql +++ b/pkg/coredata/migrations/20250410T162000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250411T212500Z.sql b/pkg/coredata/migrations/20250411T212500Z.sql index 009c0786c..3a168181b 100644 --- a/pkg/coredata/migrations/20250411T212500Z.sql +++ b/pkg/coredata/migrations/20250411T212500Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250411T215600Z.sql b/pkg/coredata/migrations/20250411T215600Z.sql index 04ffa61bd..ed06a9774 100644 --- a/pkg/coredata/migrations/20250411T215600Z.sql +++ b/pkg/coredata/migrations/20250411T215600Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250411T225200Z.sql b/pkg/coredata/migrations/20250411T225200Z.sql index 30d0cacc6..48fba44ea 100644 --- a/pkg/coredata/migrations/20250411T225200Z.sql +++ b/pkg/coredata/migrations/20250411T225200Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250411T233300Z.sql b/pkg/coredata/migrations/20250411T233300Z.sql index 42c9af556..8812f89a7 100644 --- a/pkg/coredata/migrations/20250411T233300Z.sql +++ b/pkg/coredata/migrations/20250411T233300Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250412T100700Z.sql b/pkg/coredata/migrations/20250412T100700Z.sql index 2441bdadc..8507ff25c 100644 --- a/pkg/coredata/migrations/20250412T100700Z.sql +++ b/pkg/coredata/migrations/20250412T100700Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250412T105200Z.sql b/pkg/coredata/migrations/20250412T105200Z.sql index 35602ddc0..971cc87f3 100644 --- a/pkg/coredata/migrations/20250412T105200Z.sql +++ b/pkg/coredata/migrations/20250412T105200Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250412T141800Z.sql b/pkg/coredata/migrations/20250412T141800Z.sql index 7e0367161..b5a01f911 100644 --- a/pkg/coredata/migrations/20250412T141800Z.sql +++ b/pkg/coredata/migrations/20250412T141800Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250412T175500Z.sql b/pkg/coredata/migrations/20250412T175500Z.sql index f1cc05903..3c0322a13 100644 --- a/pkg/coredata/migrations/20250412T175500Z.sql +++ b/pkg/coredata/migrations/20250412T175500Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250412T180400Z.sql b/pkg/coredata/migrations/20250412T180400Z.sql index 8ef9c4ac4..56148d53c 100644 --- a/pkg/coredata/migrations/20250412T180400Z.sql +++ b/pkg/coredata/migrations/20250412T180400Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250412T182100Z.sql b/pkg/coredata/migrations/20250412T182100Z.sql index 4223066fb..2495c3e9f 100644 --- a/pkg/coredata/migrations/20250412T182100Z.sql +++ b/pkg/coredata/migrations/20250412T182100Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250412T210000Z.sql b/pkg/coredata/migrations/20250412T210000Z.sql index d45db01d0..b56444757 100644 --- a/pkg/coredata/migrations/20250412T210000Z.sql +++ b/pkg/coredata/migrations/20250412T210000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250414T145300Z.sql b/pkg/coredata/migrations/20250414T145300Z.sql index 6631bbd79..da2e7331a 100644 --- a/pkg/coredata/migrations/20250414T145300Z.sql +++ b/pkg/coredata/migrations/20250414T145300Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250415T003600Z.sql b/pkg/coredata/migrations/20250415T003600Z.sql index f5b376ba0..4574bd5ce 100644 --- a/pkg/coredata/migrations/20250415T003600Z.sql +++ b/pkg/coredata/migrations/20250415T003600Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250415T094200Z.sql b/pkg/coredata/migrations/20250415T094200Z.sql index 0d4e8ed2f..3414b28fa 100644 --- a/pkg/coredata/migrations/20250415T094200Z.sql +++ b/pkg/coredata/migrations/20250415T094200Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250417T085900Z.sql b/pkg/coredata/migrations/20250417T085900Z.sql index 890821f8b..c2df5d90a 100644 --- a/pkg/coredata/migrations/20250417T085900Z.sql +++ b/pkg/coredata/migrations/20250417T085900Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250417T100200Z.sql b/pkg/coredata/migrations/20250417T100200Z.sql index 252614105..49318f1a4 100644 --- a/pkg/coredata/migrations/20250417T100200Z.sql +++ b/pkg/coredata/migrations/20250417T100200Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250419T061500Z.sql b/pkg/coredata/migrations/20250419T061500Z.sql index f5d0bbb0a..6389df4e1 100644 --- a/pkg/coredata/migrations/20250419T061500Z.sql +++ b/pkg/coredata/migrations/20250419T061500Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250419T140300Z.sql b/pkg/coredata/migrations/20250419T140300Z.sql index 761672be7..10647b297 100644 --- a/pkg/coredata/migrations/20250419T140300Z.sql +++ b/pkg/coredata/migrations/20250419T140300Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250420T110200Z.sql b/pkg/coredata/migrations/20250420T110200Z.sql index 972e99405..12ab6b511 100644 --- a/pkg/coredata/migrations/20250420T110200Z.sql +++ b/pkg/coredata/migrations/20250420T110200Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250420T120000Z.sql b/pkg/coredata/migrations/20250420T120000Z.sql index 6c2b8deb4..63dd3c2fa 100644 --- a/pkg/coredata/migrations/20250420T120000Z.sql +++ b/pkg/coredata/migrations/20250420T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250420T120001Z.sql b/pkg/coredata/migrations/20250420T120001Z.sql index d383b9c12..f37f45772 100644 --- a/pkg/coredata/migrations/20250420T120001Z.sql +++ b/pkg/coredata/migrations/20250420T120001Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250421T032000Z.sql b/pkg/coredata/migrations/20250421T032000Z.sql index 408954d72..0aa8bb8fe 100644 --- a/pkg/coredata/migrations/20250421T032000Z.sql +++ b/pkg/coredata/migrations/20250421T032000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250421T032700Z.sql b/pkg/coredata/migrations/20250421T032700Z.sql index 51be0327e..7c34a4610 100644 --- a/pkg/coredata/migrations/20250421T032700Z.sql +++ b/pkg/coredata/migrations/20250421T032700Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250422T004000Z.sql b/pkg/coredata/migrations/20250422T004000Z.sql index 7454a9c86..68c0330e3 100644 --- a/pkg/coredata/migrations/20250422T004000Z.sql +++ b/pkg/coredata/migrations/20250422T004000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250422T004300Z.sql b/pkg/coredata/migrations/20250422T004300Z.sql index c9ddbfe92..299e45e8f 100644 --- a/pkg/coredata/migrations/20250422T004300Z.sql +++ b/pkg/coredata/migrations/20250422T004300Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250422T033400Z.sql b/pkg/coredata/migrations/20250422T033400Z.sql index 416bbb0a0..34362ee6a 100644 --- a/pkg/coredata/migrations/20250422T033400Z.sql +++ b/pkg/coredata/migrations/20250422T033400Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250422T090900Z.sql b/pkg/coredata/migrations/20250422T090900Z.sql index bdbd5280b..5d2181b9a 100644 --- a/pkg/coredata/migrations/20250422T090900Z.sql +++ b/pkg/coredata/migrations/20250422T090900Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250422T152800Z.sql b/pkg/coredata/migrations/20250422T152800Z.sql index 80ad4e3fe..8c315c3ca 100644 --- a/pkg/coredata/migrations/20250422T152800Z.sql +++ b/pkg/coredata/migrations/20250422T152800Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250424T043800Z.sql b/pkg/coredata/migrations/20250424T043800Z.sql index bb015f42a..d4ba96664 100644 --- a/pkg/coredata/migrations/20250424T043800Z.sql +++ b/pkg/coredata/migrations/20250424T043800Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250424T051900Z.sql b/pkg/coredata/migrations/20250424T051900Z.sql index 5d05cf1f8..c9a12c95e 100644 --- a/pkg/coredata/migrations/20250424T051900Z.sql +++ b/pkg/coredata/migrations/20250424T051900Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250424T054100Z.sql b/pkg/coredata/migrations/20250424T054100Z.sql index 284f8183c..85126b190 100644 --- a/pkg/coredata/migrations/20250424T054100Z.sql +++ b/pkg/coredata/migrations/20250424T054100Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250424T094500Z.sql b/pkg/coredata/migrations/20250424T094500Z.sql index 7352b850e..9f8aeaee3 100644 --- a/pkg/coredata/migrations/20250424T094500Z.sql +++ b/pkg/coredata/migrations/20250424T094500Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250425T012700Z.sql b/pkg/coredata/migrations/20250425T012700Z.sql index e3e082680..5dd996a6d 100644 --- a/pkg/coredata/migrations/20250425T012700Z.sql +++ b/pkg/coredata/migrations/20250425T012700Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250427T082100Z.sql b/pkg/coredata/migrations/20250427T082100Z.sql index dc1608331..9922c859a 100644 --- a/pkg/coredata/migrations/20250427T082100Z.sql +++ b/pkg/coredata/migrations/20250427T082100Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250428T024800Z.sql b/pkg/coredata/migrations/20250428T024800Z.sql index ec020ab16..96f404119 100644 --- a/pkg/coredata/migrations/20250428T024800Z.sql +++ b/pkg/coredata/migrations/20250428T024800Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250430T140000Z.sql b/pkg/coredata/migrations/20250430T140000Z.sql index ace609abb..a260a53e8 100644 --- a/pkg/coredata/migrations/20250430T140000Z.sql +++ b/pkg/coredata/migrations/20250430T140000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250501T091000Z.sql b/pkg/coredata/migrations/20250501T091000Z.sql index 90d75a146..c4956d269 100644 --- a/pkg/coredata/migrations/20250501T091000Z.sql +++ b/pkg/coredata/migrations/20250501T091000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250503T142200Z.sql b/pkg/coredata/migrations/20250503T142200Z.sql index d3f370466..613334093 100644 --- a/pkg/coredata/migrations/20250503T142200Z.sql +++ b/pkg/coredata/migrations/20250503T142200Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250504T224200Z.sql b/pkg/coredata/migrations/20250504T224200Z.sql index f104dca70..ed67b544b 100644 --- a/pkg/coredata/migrations/20250504T224200Z.sql +++ b/pkg/coredata/migrations/20250504T224200Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250505T171400Z.sql b/pkg/coredata/migrations/20250505T171400Z.sql index ad171a307..cf5f08ef3 100644 --- a/pkg/coredata/migrations/20250505T171400Z.sql +++ b/pkg/coredata/migrations/20250505T171400Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250505T180700Z.sql b/pkg/coredata/migrations/20250505T180700Z.sql index 36d49c1f9..20e6ab90b 100644 --- a/pkg/coredata/migrations/20250505T180700Z.sql +++ b/pkg/coredata/migrations/20250505T180700Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250522T160900Z.sql b/pkg/coredata/migrations/20250522T160900Z.sql index b04ed1865..1f5aec195 100644 --- a/pkg/coredata/migrations/20250522T160900Z.sql +++ b/pkg/coredata/migrations/20250522T160900Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250525T153316Z.sql b/pkg/coredata/migrations/20250525T153316Z.sql index c85df0afc..122111b86 100644 --- a/pkg/coredata/migrations/20250525T153316Z.sql +++ b/pkg/coredata/migrations/20250525T153316Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250525T180711Z.sql b/pkg/coredata/migrations/20250525T180711Z.sql index 3ac971033..c81bf4565 100644 --- a/pkg/coredata/migrations/20250525T180711Z.sql +++ b/pkg/coredata/migrations/20250525T180711Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250527T211803Z.sql b/pkg/coredata/migrations/20250527T211803Z.sql index db42ed67e..23180c889 100644 --- a/pkg/coredata/migrations/20250527T211803Z.sql +++ b/pkg/coredata/migrations/20250527T211803Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250528T001641Z.sql b/pkg/coredata/migrations/20250528T001641Z.sql index 6c36fe7a4..9e5116fb1 100644 --- a/pkg/coredata/migrations/20250528T001641Z.sql +++ b/pkg/coredata/migrations/20250528T001641Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250530T033915Z.sql b/pkg/coredata/migrations/20250530T033915Z.sql index 213ad1bce..b676196fb 100644 --- a/pkg/coredata/migrations/20250530T033915Z.sql +++ b/pkg/coredata/migrations/20250530T033915Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250530T170253Z.sql b/pkg/coredata/migrations/20250530T170253Z.sql index 269633a85..f81c5e217 100644 --- a/pkg/coredata/migrations/20250530T170253Z.sql +++ b/pkg/coredata/migrations/20250530T170253Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250530T215914Z.sql b/pkg/coredata/migrations/20250530T215914Z.sql index f27fb12b3..41d8d6cc5 100644 --- a/pkg/coredata/migrations/20250530T215914Z.sql +++ b/pkg/coredata/migrations/20250530T215914Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250602T225034Z.sql b/pkg/coredata/migrations/20250602T225034Z.sql index 92619b12b..6202444e7 100644 --- a/pkg/coredata/migrations/20250602T225034Z.sql +++ b/pkg/coredata/migrations/20250602T225034Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250603T083618Z.sql b/pkg/coredata/migrations/20250603T083618Z.sql index 80266d817..2b07367d2 100644 --- a/pkg/coredata/migrations/20250603T083618Z.sql +++ b/pkg/coredata/migrations/20250603T083618Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250603T223629Z.sql b/pkg/coredata/migrations/20250603T223629Z.sql index ae958e290..389c36017 100644 --- a/pkg/coredata/migrations/20250603T223629Z.sql +++ b/pkg/coredata/migrations/20250603T223629Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250603T231005Z.sql b/pkg/coredata/migrations/20250603T231005Z.sql index 037e3b2d0..23b8ea68a 100644 --- a/pkg/coredata/migrations/20250603T231005Z.sql +++ b/pkg/coredata/migrations/20250603T231005Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250605T233149Z.sql b/pkg/coredata/migrations/20250605T233149Z.sql index f2e737ce7..9a164ac71 100644 --- a/pkg/coredata/migrations/20250605T233149Z.sql +++ b/pkg/coredata/migrations/20250605T233149Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250607T173748Z.sql b/pkg/coredata/migrations/20250607T173748Z.sql index d06792352..71aa073e3 100644 --- a/pkg/coredata/migrations/20250607T173748Z.sql +++ b/pkg/coredata/migrations/20250607T173748Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250609T193222Z.sql b/pkg/coredata/migrations/20250609T193222Z.sql index 2266276f2..8bbc3c1c4 100644 --- a/pkg/coredata/migrations/20250609T193222Z.sql +++ b/pkg/coredata/migrations/20250609T193222Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250609T212605Z.sql b/pkg/coredata/migrations/20250609T212605Z.sql index 422985705..c8473bea4 100644 --- a/pkg/coredata/migrations/20250609T212605Z.sql +++ b/pkg/coredata/migrations/20250609T212605Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250716T155448Z.sql b/pkg/coredata/migrations/20250716T155448Z.sql index 2a2b54d35..76e27d3ef 100644 --- a/pkg/coredata/migrations/20250716T155448Z.sql +++ b/pkg/coredata/migrations/20250716T155448Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250717T122222Z.sql b/pkg/coredata/migrations/20250717T122222Z.sql index bb1803dd0..93f97c0c2 100644 --- a/pkg/coredata/migrations/20250717T122222Z.sql +++ b/pkg/coredata/migrations/20250717T122222Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250722T151525Z.sql b/pkg/coredata/migrations/20250722T151525Z.sql index 21804312c..069bbd7c4 100644 --- a/pkg/coredata/migrations/20250722T151525Z.sql +++ b/pkg/coredata/migrations/20250722T151525Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250724T135155Z.sql b/pkg/coredata/migrations/20250724T135155Z.sql index 347b0aa78..366d55ef1 100644 --- a/pkg/coredata/migrations/20250724T135155Z.sql +++ b/pkg/coredata/migrations/20250724T135155Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250728T194402Z.sql b/pkg/coredata/migrations/20250728T194402Z.sql index 61500fa95..4163cfe16 100644 --- a/pkg/coredata/migrations/20250728T194402Z.sql +++ b/pkg/coredata/migrations/20250728T194402Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250805T123605Z.sql b/pkg/coredata/migrations/20250805T123605Z.sql index d1afa0f13..89a32e0f9 100644 --- a/pkg/coredata/migrations/20250805T123605Z.sql +++ b/pkg/coredata/migrations/20250805T123605Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250807T141252Z.sql b/pkg/coredata/migrations/20250807T141252Z.sql index 29168ff11..b3887be46 100644 --- a/pkg/coredata/migrations/20250807T141252Z.sql +++ b/pkg/coredata/migrations/20250807T141252Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250812T120141Z.sql b/pkg/coredata/migrations/20250812T120141Z.sql index af9c94743..3503482c4 100644 --- a/pkg/coredata/migrations/20250812T120141Z.sql +++ b/pkg/coredata/migrations/20250812T120141Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250813T141529Z.sql b/pkg/coredata/migrations/20250813T141529Z.sql index a78070dc1..8b85f955b 100644 --- a/pkg/coredata/migrations/20250813T141529Z.sql +++ b/pkg/coredata/migrations/20250813T141529Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250813T160929Z.sql b/pkg/coredata/migrations/20250813T160929Z.sql index 8a5d5812a..0b7555e2b 100644 --- a/pkg/coredata/migrations/20250813T160929Z.sql +++ b/pkg/coredata/migrations/20250813T160929Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250814T091852Z.sql b/pkg/coredata/migrations/20250814T091852Z.sql index 842aa4c9c..6c6858cff 100644 --- a/pkg/coredata/migrations/20250814T091852Z.sql +++ b/pkg/coredata/migrations/20250814T091852Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250814T114119Z.sql b/pkg/coredata/migrations/20250814T114119Z.sql index 2484ffca1..4b6312513 100644 --- a/pkg/coredata/migrations/20250814T114119Z.sql +++ b/pkg/coredata/migrations/20250814T114119Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250814T123441Z.sql b/pkg/coredata/migrations/20250814T123441Z.sql index f4e16f035..f4c1b55a2 100644 --- a/pkg/coredata/migrations/20250814T123441Z.sql +++ b/pkg/coredata/migrations/20250814T123441Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250818T094916Z.sql b/pkg/coredata/migrations/20250818T094916Z.sql index 3cc60df6a..9aec4de1b 100644 --- a/pkg/coredata/migrations/20250818T094916Z.sql +++ b/pkg/coredata/migrations/20250818T094916Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250818T152559Z.sql b/pkg/coredata/migrations/20250818T152559Z.sql index 9adfb2f74..d095b41eb 100644 --- a/pkg/coredata/migrations/20250818T152559Z.sql +++ b/pkg/coredata/migrations/20250818T152559Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250819T102905Z.sql b/pkg/coredata/migrations/20250819T102905Z.sql index 939774ad7..1feb741e6 100644 --- a/pkg/coredata/migrations/20250819T102905Z.sql +++ b/pkg/coredata/migrations/20250819T102905Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250820T091053Z.sql b/pkg/coredata/migrations/20250820T091053Z.sql index 0703ff6b6..09474f332 100644 --- a/pkg/coredata/migrations/20250820T091053Z.sql +++ b/pkg/coredata/migrations/20250820T091053Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250822T123225Z.sql b/pkg/coredata/migrations/20250822T123225Z.sql index 8fb71ec4c..d2bff83a7 100644 --- a/pkg/coredata/migrations/20250822T123225Z.sql +++ b/pkg/coredata/migrations/20250822T123225Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250826T121441Z.sql b/pkg/coredata/migrations/20250826T121441Z.sql index d39560cc4..ec56bbb9f 100644 --- a/pkg/coredata/migrations/20250826T121441Z.sql +++ b/pkg/coredata/migrations/20250826T121441Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250826T174137Z.sql b/pkg/coredata/migrations/20250826T174137Z.sql index 7fe762dd7..fe31db0a5 100644 --- a/pkg/coredata/migrations/20250826T174137Z.sql +++ b/pkg/coredata/migrations/20250826T174137Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250827T125533Z.sql b/pkg/coredata/migrations/20250827T125533Z.sql index f51e01f1b..327f4231e 100644 --- a/pkg/coredata/migrations/20250827T125533Z.sql +++ b/pkg/coredata/migrations/20250827T125533Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250828T091522Z.sql b/pkg/coredata/migrations/20250828T091522Z.sql index 41876bdb5..78ebca5a3 100644 --- a/pkg/coredata/migrations/20250828T091522Z.sql +++ b/pkg/coredata/migrations/20250828T091522Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250828T120643Z.sql b/pkg/coredata/migrations/20250828T120643Z.sql index c46803317..aba1f8680 100644 --- a/pkg/coredata/migrations/20250828T120643Z.sql +++ b/pkg/coredata/migrations/20250828T120643Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250828T131554Z.sql b/pkg/coredata/migrations/20250828T131554Z.sql index 78185c74f..e887cfcd3 100644 --- a/pkg/coredata/migrations/20250828T131554Z.sql +++ b/pkg/coredata/migrations/20250828T131554Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250828T142256Z.sql b/pkg/coredata/migrations/20250828T142256Z.sql index f31073fc0..b6deca127 100644 --- a/pkg/coredata/migrations/20250828T142256Z.sql +++ b/pkg/coredata/migrations/20250828T142256Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250828T201559Z.sql b/pkg/coredata/migrations/20250828T201559Z.sql index f6278a922..306b6c04e 100644 --- a/pkg/coredata/migrations/20250828T201559Z.sql +++ b/pkg/coredata/migrations/20250828T201559Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250829T123035Z.sql b/pkg/coredata/migrations/20250829T123035Z.sql index f7f8bce21..b1116b97f 100644 --- a/pkg/coredata/migrations/20250829T123035Z.sql +++ b/pkg/coredata/migrations/20250829T123035Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250829T141003Z.sql b/pkg/coredata/migrations/20250829T141003Z.sql index 22c56d8fa..a5a8b1b6a 100644 --- a/pkg/coredata/migrations/20250829T141003Z.sql +++ b/pkg/coredata/migrations/20250829T141003Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250829T155558Z.sql b/pkg/coredata/migrations/20250829T155558Z.sql index d9474d20f..b16c34f9b 100644 --- a/pkg/coredata/migrations/20250829T155558Z.sql +++ b/pkg/coredata/migrations/20250829T155558Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250829T165122Z.sql b/pkg/coredata/migrations/20250829T165122Z.sql index 874d45c60..fc48214f5 100644 --- a/pkg/coredata/migrations/20250829T165122Z.sql +++ b/pkg/coredata/migrations/20250829T165122Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250902T093819Z.sql b/pkg/coredata/migrations/20250902T093819Z.sql index 60249be0a..c3454239f 100644 --- a/pkg/coredata/migrations/20250902T093819Z.sql +++ b/pkg/coredata/migrations/20250902T093819Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250905T122423Z.sql b/pkg/coredata/migrations/20250905T122423Z.sql index 90eac82ef..4da8ab553 100644 --- a/pkg/coredata/migrations/20250905T122423Z.sql +++ b/pkg/coredata/migrations/20250905T122423Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250908T142945Z.sql b/pkg/coredata/migrations/20250908T142945Z.sql index d2be283cd..bc37d0724 100644 --- a/pkg/coredata/migrations/20250908T142945Z.sql +++ b/pkg/coredata/migrations/20250908T142945Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250909T114034Z.sql b/pkg/coredata/migrations/20250909T114034Z.sql index 5ab6753f7..78f3f60f8 100644 --- a/pkg/coredata/migrations/20250909T114034Z.sql +++ b/pkg/coredata/migrations/20250909T114034Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250911T114906Z.sql b/pkg/coredata/migrations/20250911T114906Z.sql index b33c84604..3cc9c0786 100644 --- a/pkg/coredata/migrations/20250911T114906Z.sql +++ b/pkg/coredata/migrations/20250911T114906Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250912T131913Z.sql b/pkg/coredata/migrations/20250912T131913Z.sql index 4a2850db7..e7fbb317a 100644 --- a/pkg/coredata/migrations/20250912T131913Z.sql +++ b/pkg/coredata/migrations/20250912T131913Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250916T121639Z.sql b/pkg/coredata/migrations/20250916T121639Z.sql index 3737e1394..e61921e47 100644 --- a/pkg/coredata/migrations/20250916T121639Z.sql +++ b/pkg/coredata/migrations/20250916T121639Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250919T121111Z.sql b/pkg/coredata/migrations/20250919T121111Z.sql index ba7854469..84dff61d7 100644 --- a/pkg/coredata/migrations/20250919T121111Z.sql +++ b/pkg/coredata/migrations/20250919T121111Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250919T142754Z.sql b/pkg/coredata/migrations/20250919T142754Z.sql index e1cce954f..ba010b3e0 100644 --- a/pkg/coredata/migrations/20250919T142754Z.sql +++ b/pkg/coredata/migrations/20250919T142754Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250922T120000Z.sql b/pkg/coredata/migrations/20250922T120000Z.sql index 55c5a8358..c95503d6c 100644 --- a/pkg/coredata/migrations/20250922T120000Z.sql +++ b/pkg/coredata/migrations/20250922T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250923T120205Z.sql b/pkg/coredata/migrations/20250923T120205Z.sql index efe5e3d67..4b6742c0c 100644 --- a/pkg/coredata/migrations/20250923T120205Z.sql +++ b/pkg/coredata/migrations/20250923T120205Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250924T111957Z.sql b/pkg/coredata/migrations/20250924T111957Z.sql index 3330c2f7a..85c844e4d 100644 --- a/pkg/coredata/migrations/20250924T111957Z.sql +++ b/pkg/coredata/migrations/20250924T111957Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250925T184234Z.sql b/pkg/coredata/migrations/20250925T184234Z.sql index d6f4c8295..08d930d2e 100644 --- a/pkg/coredata/migrations/20250925T184234Z.sql +++ b/pkg/coredata/migrations/20250925T184234Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250926T070601Z.sql b/pkg/coredata/migrations/20250926T070601Z.sql index 1f8ebe638..7348d96a3 100644 --- a/pkg/coredata/migrations/20250926T070601Z.sql +++ b/pkg/coredata/migrations/20250926T070601Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20250929T121248Z.sql b/pkg/coredata/migrations/20250929T121248Z.sql index 4fcf4903f..d7c9c33bb 100644 --- a/pkg/coredata/migrations/20250929T121248Z.sql +++ b/pkg/coredata/migrations/20250929T121248Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251001T000000Z.sql b/pkg/coredata/migrations/20251001T000000Z.sql index 18f3dcb91..8dd8b4fcc 100644 --- a/pkg/coredata/migrations/20251001T000000Z.sql +++ b/pkg/coredata/migrations/20251001T000000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251002T131830Z.sql b/pkg/coredata/migrations/20251002T131830Z.sql index 980668ceb..66d1a49ea 100644 --- a/pkg/coredata/migrations/20251002T131830Z.sql +++ b/pkg/coredata/migrations/20251002T131830Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251003T102644Z.sql b/pkg/coredata/migrations/20251003T102644Z.sql index 2c61b7063..84e5391f5 100644 --- a/pkg/coredata/migrations/20251003T102644Z.sql +++ b/pkg/coredata/migrations/20251003T102644Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251003T132724Z.sql b/pkg/coredata/migrations/20251003T132724Z.sql index ae3774414..2ac8d866a 100644 --- a/pkg/coredata/migrations/20251003T132724Z.sql +++ b/pkg/coredata/migrations/20251003T132724Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251003T144148Z.sql b/pkg/coredata/migrations/20251003T144148Z.sql index 0f85eec71..55601edd1 100644 --- a/pkg/coredata/migrations/20251003T144148Z.sql +++ b/pkg/coredata/migrations/20251003T144148Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251003T151644Z.sql b/pkg/coredata/migrations/20251003T151644Z.sql index 02681eb9e..74654cab7 100644 --- a/pkg/coredata/migrations/20251003T151644Z.sql +++ b/pkg/coredata/migrations/20251003T151644Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251006T133729Z.sql b/pkg/coredata/migrations/20251006T133729Z.sql index 7c455fda6..d811c3193 100644 --- a/pkg/coredata/migrations/20251006T133729Z.sql +++ b/pkg/coredata/migrations/20251006T133729Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251006T220024Z.sql b/pkg/coredata/migrations/20251006T220024Z.sql index c8ddc8735..13e89f606 100644 --- a/pkg/coredata/migrations/20251006T220024Z.sql +++ b/pkg/coredata/migrations/20251006T220024Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251009T140000Z.sql b/pkg/coredata/migrations/20251009T140000Z.sql index 9f5406aeb..545a44ff0 100644 --- a/pkg/coredata/migrations/20251009T140000Z.sql +++ b/pkg/coredata/migrations/20251009T140000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251013T195615Z.sql b/pkg/coredata/migrations/20251013T195615Z.sql index f8492b5f3..600bb3aa1 100644 --- a/pkg/coredata/migrations/20251013T195615Z.sql +++ b/pkg/coredata/migrations/20251013T195615Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251013T202745Z.sql b/pkg/coredata/migrations/20251013T202745Z.sql index d13451d96..21e7b0cd3 100644 --- a/pkg/coredata/migrations/20251013T202745Z.sql +++ b/pkg/coredata/migrations/20251013T202745Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251014T000000Z.sql b/pkg/coredata/migrations/20251014T000000Z.sql index e5bdcf708..5d1f0b565 100644 --- a/pkg/coredata/migrations/20251014T000000Z.sql +++ b/pkg/coredata/migrations/20251014T000000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251014T120000Z.sql b/pkg/coredata/migrations/20251014T120000Z.sql index 931244a5d..d6b0f7b7d 100644 --- a/pkg/coredata/migrations/20251014T120000Z.sql +++ b/pkg/coredata/migrations/20251014T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251014T132711Z.sql b/pkg/coredata/migrations/20251014T132711Z.sql index 857c3481f..bdfe6df21 100644 --- a/pkg/coredata/migrations/20251014T132711Z.sql +++ b/pkg/coredata/migrations/20251014T132711Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251016T174950Z.sql b/pkg/coredata/migrations/20251016T174950Z.sql index b83272e5f..a21ea69f4 100644 --- a/pkg/coredata/migrations/20251016T174950Z.sql +++ b/pkg/coredata/migrations/20251016T174950Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251018T081657Z.sql b/pkg/coredata/migrations/20251018T081657Z.sql index 8b18aca94..015e96e58 100644 --- a/pkg/coredata/migrations/20251018T081657Z.sql +++ b/pkg/coredata/migrations/20251018T081657Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251018T194142Z.sql b/pkg/coredata/migrations/20251018T194142Z.sql index babac47b5..6586d586f 100644 --- a/pkg/coredata/migrations/20251018T194142Z.sql +++ b/pkg/coredata/migrations/20251018T194142Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251020T163914Z.sql b/pkg/coredata/migrations/20251020T163914Z.sql index 1d5ef3bfb..41dc71c25 100644 --- a/pkg/coredata/migrations/20251020T163914Z.sql +++ b/pkg/coredata/migrations/20251020T163914Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251023T000000Z.sql b/pkg/coredata/migrations/20251023T000000Z.sql index 0427c1ffb..d8089a2d2 100644 --- a/pkg/coredata/migrations/20251023T000000Z.sql +++ b/pkg/coredata/migrations/20251023T000000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251024T183816Z.sql b/pkg/coredata/migrations/20251024T183816Z.sql index a8738ad0e..a924d6c2c 100644 --- a/pkg/coredata/migrations/20251024T183816Z.sql +++ b/pkg/coredata/migrations/20251024T183816Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251028T152339Z.sql b/pkg/coredata/migrations/20251028T152339Z.sql index f88320abf..f2cdcd2bf 100644 --- a/pkg/coredata/migrations/20251028T152339Z.sql +++ b/pkg/coredata/migrations/20251028T152339Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251030T120000Z.sql b/pkg/coredata/migrations/20251030T120000Z.sql index 9728dbfdb..80a603b9d 100644 --- a/pkg/coredata/migrations/20251030T120000Z.sql +++ b/pkg/coredata/migrations/20251030T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251031T152957Z.sql b/pkg/coredata/migrations/20251031T152957Z.sql index 93e6486bf..745b11807 100644 --- a/pkg/coredata/migrations/20251031T152957Z.sql +++ b/pkg/coredata/migrations/20251031T152957Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251105T145415Z.sql b/pkg/coredata/migrations/20251105T145415Z.sql index a21983c14..c5b9cddb8 100644 --- a/pkg/coredata/migrations/20251105T145415Z.sql +++ b/pkg/coredata/migrations/20251105T145415Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251109T101900Z.sql b/pkg/coredata/migrations/20251109T101900Z.sql index 96757f3bb..b9d2e5f78 100644 --- a/pkg/coredata/migrations/20251109T101900Z.sql +++ b/pkg/coredata/migrations/20251109T101900Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251109T214255Z.sql b/pkg/coredata/migrations/20251109T214255Z.sql index 56686a34f..e57536190 100644 --- a/pkg/coredata/migrations/20251109T214255Z.sql +++ b/pkg/coredata/migrations/20251109T214255Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251113T000000Z.sql b/pkg/coredata/migrations/20251113T000000Z.sql index 00d39e4b6..827e108c5 100644 --- a/pkg/coredata/migrations/20251113T000000Z.sql +++ b/pkg/coredata/migrations/20251113T000000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251114T000000Z.sql b/pkg/coredata/migrations/20251114T000000Z.sql index ba5ff8086..e899f535a 100644 --- a/pkg/coredata/migrations/20251114T000000Z.sql +++ b/pkg/coredata/migrations/20251114T000000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251204T000000Z.sql b/pkg/coredata/migrations/20251204T000000Z.sql index b39f4dfd4..28b6c4d1a 100644 --- a/pkg/coredata/migrations/20251204T000000Z.sql +++ b/pkg/coredata/migrations/20251204T000000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251205T000000Z.sql b/pkg/coredata/migrations/20251205T000000Z.sql index 3e4dbd30d..4fc76dae0 100644 --- a/pkg/coredata/migrations/20251205T000000Z.sql +++ b/pkg/coredata/migrations/20251205T000000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251205T120000Z.sql b/pkg/coredata/migrations/20251205T120000Z.sql index b2c1018fe..963ad1853 100644 --- a/pkg/coredata/migrations/20251205T120000Z.sql +++ b/pkg/coredata/migrations/20251205T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251205T140000Z.sql b/pkg/coredata/migrations/20251205T140000Z.sql index 3910fc78c..f11abbccd 100644 --- a/pkg/coredata/migrations/20251205T140000Z.sql +++ b/pkg/coredata/migrations/20251205T140000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251205T150000Z.sql b/pkg/coredata/migrations/20251205T150000Z.sql index afac8ad26..612ee4793 100644 --- a/pkg/coredata/migrations/20251205T150000Z.sql +++ b/pkg/coredata/migrations/20251205T150000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251205T154956Z.sql b/pkg/coredata/migrations/20251205T154956Z.sql index 7102a2a1a..4fb2082c6 100644 --- a/pkg/coredata/migrations/20251205T154956Z.sql +++ b/pkg/coredata/migrations/20251205T154956Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251208T172842Z.sql b/pkg/coredata/migrations/20251208T172842Z.sql index 2012c5bb6..19e38c317 100644 --- a/pkg/coredata/migrations/20251208T172842Z.sql +++ b/pkg/coredata/migrations/20251208T172842Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251210T133440Z.sql b/pkg/coredata/migrations/20251210T133440Z.sql index 8a08e3c6c..ffe0f2d65 100644 --- a/pkg/coredata/migrations/20251210T133440Z.sql +++ b/pkg/coredata/migrations/20251210T133440Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251212T120000Z.sql b/pkg/coredata/migrations/20251212T120000Z.sql index c8012c30d..d19341aef 100644 --- a/pkg/coredata/migrations/20251212T120000Z.sql +++ b/pkg/coredata/migrations/20251212T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251216T093400Z.sql b/pkg/coredata/migrations/20251216T093400Z.sql index 7349e5822..1e2680d3c 100644 --- a/pkg/coredata/migrations/20251216T093400Z.sql +++ b/pkg/coredata/migrations/20251216T093400Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251216T104900Z.sql b/pkg/coredata/migrations/20251216T104900Z.sql index c4e4101cb..fd8d3b562 100644 --- a/pkg/coredata/migrations/20251216T104900Z.sql +++ b/pkg/coredata/migrations/20251216T104900Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251216T153357Z.sql b/pkg/coredata/migrations/20251216T153357Z.sql index d623b95fd..366708a8c 100644 --- a/pkg/coredata/migrations/20251216T153357Z.sql +++ b/pkg/coredata/migrations/20251216T153357Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251219T120000Z.sql b/pkg/coredata/migrations/20251219T120000Z.sql index 469e9e064..6691d1ce0 100644 --- a/pkg/coredata/migrations/20251219T120000Z.sql +++ b/pkg/coredata/migrations/20251219T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251219T220314Z.sql b/pkg/coredata/migrations/20251219T220314Z.sql index 25a011c62..f7a5edce5 100644 --- a/pkg/coredata/migrations/20251219T220314Z.sql +++ b/pkg/coredata/migrations/20251219T220314Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251219T230719Z.sql b/pkg/coredata/migrations/20251219T230719Z.sql index 0becc9ee0..d871f8d54 100644 --- a/pkg/coredata/migrations/20251219T230719Z.sql +++ b/pkg/coredata/migrations/20251219T230719Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251220T104530Z.sql b/pkg/coredata/migrations/20251220T104530Z.sql index fdc187bd3..8f044e681 100644 --- a/pkg/coredata/migrations/20251220T104530Z.sql +++ b/pkg/coredata/migrations/20251220T104530Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251220T140915Z.sql b/pkg/coredata/migrations/20251220T140915Z.sql index 4ba03d69b..904c2348f 100644 --- a/pkg/coredata/migrations/20251220T140915Z.sql +++ b/pkg/coredata/migrations/20251220T140915Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251221T222519Z.sql b/pkg/coredata/migrations/20251221T222519Z.sql index 0fecf4b08..ed3e79099 100644 --- a/pkg/coredata/migrations/20251221T222519Z.sql +++ b/pkg/coredata/migrations/20251221T222519Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251222T102632Z.sql b/pkg/coredata/migrations/20251222T102632Z.sql index e40a25366..130a93275 100644 --- a/pkg/coredata/migrations/20251222T102632Z.sql +++ b/pkg/coredata/migrations/20251222T102632Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251222T150000Z.sql b/pkg/coredata/migrations/20251222T150000Z.sql index 3876d6e55..ba0288903 100644 --- a/pkg/coredata/migrations/20251222T150000Z.sql +++ b/pkg/coredata/migrations/20251222T150000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251223T190400Z.sql b/pkg/coredata/migrations/20251223T190400Z.sql index 7384711a0..2d90cd163 100644 --- a/pkg/coredata/migrations/20251223T190400Z.sql +++ b/pkg/coredata/migrations/20251223T190400Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251224T114827Z.sql b/pkg/coredata/migrations/20251224T114827Z.sql index 0858d5168..b5305dce2 100644 --- a/pkg/coredata/migrations/20251224T114827Z.sql +++ b/pkg/coredata/migrations/20251224T114827Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251224T123758Z.sql b/pkg/coredata/migrations/20251224T123758Z.sql index 3d0122461..b6c2f066f 100644 --- a/pkg/coredata/migrations/20251224T123758Z.sql +++ b/pkg/coredata/migrations/20251224T123758Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20251226T130238Z.sql b/pkg/coredata/migrations/20251226T130238Z.sql index 5f5f369b8..1b447f72a 100644 --- a/pkg/coredata/migrations/20251226T130238Z.sql +++ b/pkg/coredata/migrations/20251226T130238Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260102T093953Z.sql b/pkg/coredata/migrations/20260102T093953Z.sql index 9d51d632a..58de35598 100644 --- a/pkg/coredata/migrations/20260102T093953Z.sql +++ b/pkg/coredata/migrations/20260102T093953Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260102T134633Z.sql b/pkg/coredata/migrations/20260102T134633Z.sql index a5b65d0e5..a40b382eb 100644 --- a/pkg/coredata/migrations/20260102T134633Z.sql +++ b/pkg/coredata/migrations/20260102T134633Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260104T151807Z.sql b/pkg/coredata/migrations/20260104T151807Z.sql index 6d0d9691a..8d54246c4 100644 --- a/pkg/coredata/migrations/20260104T151807Z.sql +++ b/pkg/coredata/migrations/20260104T151807Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260104T155201Z.sql b/pkg/coredata/migrations/20260104T155201Z.sql index 6939973f9..6806fb9d3 100644 --- a/pkg/coredata/migrations/20260104T155201Z.sql +++ b/pkg/coredata/migrations/20260104T155201Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260104T155202Z.sql b/pkg/coredata/migrations/20260104T155202Z.sql index cf97612a9..c4b96a853 100644 --- a/pkg/coredata/migrations/20260104T155202Z.sql +++ b/pkg/coredata/migrations/20260104T155202Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260105T134456Z.sql b/pkg/coredata/migrations/20260105T134456Z.sql index 9643e86cd..36f3da752 100644 --- a/pkg/coredata/migrations/20260105T134456Z.sql +++ b/pkg/coredata/migrations/20260105T134456Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260105T150000Z.sql b/pkg/coredata/migrations/20260105T150000Z.sql index 70b5e8cdd..b0ca7d689 100644 --- a/pkg/coredata/migrations/20260105T150000Z.sql +++ b/pkg/coredata/migrations/20260105T150000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260111T211335Z.sql b/pkg/coredata/migrations/20260111T211335Z.sql index ea0134434..4dde7c017 100644 --- a/pkg/coredata/migrations/20260111T211335Z.sql +++ b/pkg/coredata/migrations/20260111T211335Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260112T165327Z.sql b/pkg/coredata/migrations/20260112T165327Z.sql index 95ff83884..de967960f 100644 --- a/pkg/coredata/migrations/20260112T165327Z.sql +++ b/pkg/coredata/migrations/20260112T165327Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260113T220012Z.sql b/pkg/coredata/migrations/20260113T220012Z.sql index 2dc934d00..5914bae17 100644 --- a/pkg/coredata/migrations/20260113T220012Z.sql +++ b/pkg/coredata/migrations/20260113T220012Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260116T104702Z.sql b/pkg/coredata/migrations/20260116T104702Z.sql index 12e8db94f..3317829a7 100644 --- a/pkg/coredata/migrations/20260116T104702Z.sql +++ b/pkg/coredata/migrations/20260116T104702Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260116T170015Z.sql b/pkg/coredata/migrations/20260116T170015Z.sql index fef5fbd65..6b64cd164 100644 --- a/pkg/coredata/migrations/20260116T170015Z.sql +++ b/pkg/coredata/migrations/20260116T170015Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260118T161053Z.sql b/pkg/coredata/migrations/20260118T161053Z.sql index 4d8fe0a40..cfaa07502 100644 --- a/pkg/coredata/migrations/20260118T161053Z.sql +++ b/pkg/coredata/migrations/20260118T161053Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260119T182800.sql b/pkg/coredata/migrations/20260119T182800.sql index 14e93d58b..32fd753bd 100644 --- a/pkg/coredata/migrations/20260119T182800.sql +++ b/pkg/coredata/migrations/20260119T182800.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260121T150000Z.sql b/pkg/coredata/migrations/20260121T150000Z.sql index d00a3f7d5..5f46352e1 100644 --- a/pkg/coredata/migrations/20260121T150000Z.sql +++ b/pkg/coredata/migrations/20260121T150000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260127T120000Z.sql b/pkg/coredata/migrations/20260127T120000Z.sql index 6b76c8e34..3ff78ec27 100644 --- a/pkg/coredata/migrations/20260127T120000Z.sql +++ b/pkg/coredata/migrations/20260127T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260129T041655Z.sql b/pkg/coredata/migrations/20260129T041655Z.sql index a9287263a..8310bf9b0 100644 --- a/pkg/coredata/migrations/20260129T041655Z.sql +++ b/pkg/coredata/migrations/20260129T041655Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260129T120000Z.sql b/pkg/coredata/migrations/20260129T120000Z.sql index 9843eec15..b44388777 100644 --- a/pkg/coredata/migrations/20260129T120000Z.sql +++ b/pkg/coredata/migrations/20260129T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260129T133000Z.sql b/pkg/coredata/migrations/20260129T133000Z.sql index de94c57ea..ec6a6bf42 100644 --- a/pkg/coredata/migrations/20260129T133000Z.sql +++ b/pkg/coredata/migrations/20260129T133000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260201T120000Z.sql b/pkg/coredata/migrations/20260201T120000Z.sql index a8e4a35fd..4fed27841 100644 --- a/pkg/coredata/migrations/20260201T120000Z.sql +++ b/pkg/coredata/migrations/20260201T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260203T132700Z.sql b/pkg/coredata/migrations/20260203T132700Z.sql index ce8b5e8a0..83933df41 100644 --- a/pkg/coredata/migrations/20260203T132700Z.sql +++ b/pkg/coredata/migrations/20260203T132700Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260209T125649Z.sql b/pkg/coredata/migrations/20260209T125649Z.sql index 90164b1f7..5afa2cc6e 100644 --- a/pkg/coredata/migrations/20260209T125649Z.sql +++ b/pkg/coredata/migrations/20260209T125649Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260209T160000Z.sql b/pkg/coredata/migrations/20260209T160000Z.sql index 4e579124b..213372d56 100644 --- a/pkg/coredata/migrations/20260209T160000Z.sql +++ b/pkg/coredata/migrations/20260209T160000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260210T120000Z.sql b/pkg/coredata/migrations/20260210T120000Z.sql index 714aae43d..188bdcb83 100644 --- a/pkg/coredata/migrations/20260210T120000Z.sql +++ b/pkg/coredata/migrations/20260210T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260210T135740Z.sql b/pkg/coredata/migrations/20260210T135740Z.sql index a7798852d..b27676dd5 100644 --- a/pkg/coredata/migrations/20260210T135740Z.sql +++ b/pkg/coredata/migrations/20260210T135740Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260212T163603Z.sql b/pkg/coredata/migrations/20260212T163603Z.sql index 822a6f133..b15793766 100644 --- a/pkg/coredata/migrations/20260212T163603Z.sql +++ b/pkg/coredata/migrations/20260212T163603Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260213T120000Z.sql b/pkg/coredata/migrations/20260213T120000Z.sql index d3fe394cd..42a68f9ae 100644 --- a/pkg/coredata/migrations/20260213T120000Z.sql +++ b/pkg/coredata/migrations/20260213T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260213T150000Z.sql b/pkg/coredata/migrations/20260213T150000Z.sql index f4b951eac..0f312c719 100644 --- a/pkg/coredata/migrations/20260213T150000Z.sql +++ b/pkg/coredata/migrations/20260213T150000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260217T120000Z.sql b/pkg/coredata/migrations/20260217T120000Z.sql index 0d4402b54..da75ea1b8 100644 --- a/pkg/coredata/migrations/20260217T120000Z.sql +++ b/pkg/coredata/migrations/20260217T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260217T130000Z.sql b/pkg/coredata/migrations/20260217T130000Z.sql index 48f4f9f7d..af1f11730 100644 --- a/pkg/coredata/migrations/20260217T130000Z.sql +++ b/pkg/coredata/migrations/20260217T130000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260220T092400Z.sql b/pkg/coredata/migrations/20260220T092400Z.sql index e7a495512..1a030e2ca 100644 --- a/pkg/coredata/migrations/20260220T092400Z.sql +++ b/pkg/coredata/migrations/20260220T092400Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260220T150000Z.sql b/pkg/coredata/migrations/20260220T150000Z.sql index 8535e8ad3..741c80ff7 100644 --- a/pkg/coredata/migrations/20260220T150000Z.sql +++ b/pkg/coredata/migrations/20260220T150000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260224T120000Z.sql b/pkg/coredata/migrations/20260224T120000Z.sql index 3e2c34a0b..70eb9048b 100644 --- a/pkg/coredata/migrations/20260224T120000Z.sql +++ b/pkg/coredata/migrations/20260224T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260225T000000Z.sql b/pkg/coredata/migrations/20260225T000000Z.sql index 94f30bae1..d1af399d0 100644 --- a/pkg/coredata/migrations/20260225T000000Z.sql +++ b/pkg/coredata/migrations/20260225T000000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260227T120000Z.sql b/pkg/coredata/migrations/20260227T120000Z.sql index 9c77cf273..1b8430ce2 100644 --- a/pkg/coredata/migrations/20260227T120000Z.sql +++ b/pkg/coredata/migrations/20260227T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260302T120000Z.sql b/pkg/coredata/migrations/20260302T120000Z.sql index 355fb9324..c6011c77d 100644 --- a/pkg/coredata/migrations/20260302T120000Z.sql +++ b/pkg/coredata/migrations/20260302T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260304T151104Z.sql b/pkg/coredata/migrations/20260304T151104Z.sql index 644dcbad7..3532261fa 100644 --- a/pkg/coredata/migrations/20260304T151104Z.sql +++ b/pkg/coredata/migrations/20260304T151104Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260305T120000Z.sql b/pkg/coredata/migrations/20260305T120000Z.sql index 4063cf04d..a6e46e922 100644 --- a/pkg/coredata/migrations/20260305T120000Z.sql +++ b/pkg/coredata/migrations/20260305T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260306T120000Z.sql b/pkg/coredata/migrations/20260306T120000Z.sql index 02aaf3527..bd805507b 100644 --- a/pkg/coredata/migrations/20260306T120000Z.sql +++ b/pkg/coredata/migrations/20260306T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260306T200000Z.sql b/pkg/coredata/migrations/20260306T200000Z.sql index b89f197a2..2ec65b643 100644 --- a/pkg/coredata/migrations/20260306T200000Z.sql +++ b/pkg/coredata/migrations/20260306T200000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260308T120000Z.sql b/pkg/coredata/migrations/20260308T120000Z.sql index 70f7f2b10..3ce7c7480 100644 --- a/pkg/coredata/migrations/20260308T120000Z.sql +++ b/pkg/coredata/migrations/20260308T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260309T120000Z.sql b/pkg/coredata/migrations/20260309T120000Z.sql index cce844674..ac5c624df 100644 --- a/pkg/coredata/migrations/20260309T120000Z.sql +++ b/pkg/coredata/migrations/20260309T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260309T150000Z.sql b/pkg/coredata/migrations/20260309T150000Z.sql index affdb1299..2145e19c9 100644 --- a/pkg/coredata/migrations/20260309T150000Z.sql +++ b/pkg/coredata/migrations/20260309T150000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260309T160000Z.sql b/pkg/coredata/migrations/20260309T160000Z.sql index 0917dfadf..68d0de1d0 100644 --- a/pkg/coredata/migrations/20260309T160000Z.sql +++ b/pkg/coredata/migrations/20260309T160000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260311T164306Z.sql b/pkg/coredata/migrations/20260311T164306Z.sql index 408465e13..763ca2615 100644 --- a/pkg/coredata/migrations/20260311T164306Z.sql +++ b/pkg/coredata/migrations/20260311T164306Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260311T171614Z.sql b/pkg/coredata/migrations/20260311T171614Z.sql index d09b5edab..f39b0289b 100644 --- a/pkg/coredata/migrations/20260311T171614Z.sql +++ b/pkg/coredata/migrations/20260311T171614Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260314T200000Z.sql b/pkg/coredata/migrations/20260314T200000Z.sql index 26b055117..3923b6024 100644 --- a/pkg/coredata/migrations/20260314T200000Z.sql +++ b/pkg/coredata/migrations/20260314T200000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260315T100000Z.sql b/pkg/coredata/migrations/20260315T100000Z.sql index ee4ee5fa9..7ac6643be 100644 --- a/pkg/coredata/migrations/20260315T100000Z.sql +++ b/pkg/coredata/migrations/20260315T100000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260315T100001Z.sql b/pkg/coredata/migrations/20260315T100001Z.sql index a0e070a45..876e2faf8 100644 --- a/pkg/coredata/migrations/20260315T100001Z.sql +++ b/pkg/coredata/migrations/20260315T100001Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260316T120000Z.sql b/pkg/coredata/migrations/20260316T120000Z.sql index c21c27808..a9622bf5b 100644 --- a/pkg/coredata/migrations/20260316T120000Z.sql +++ b/pkg/coredata/migrations/20260316T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260317T120000Z.sql b/pkg/coredata/migrations/20260317T120000Z.sql index c50403d08..195560f5c 100644 --- a/pkg/coredata/migrations/20260317T120000Z.sql +++ b/pkg/coredata/migrations/20260317T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260318T120000Z.sql b/pkg/coredata/migrations/20260318T120000Z.sql index 0f045ff00..b10edc37c 100644 --- a/pkg/coredata/migrations/20260318T120000Z.sql +++ b/pkg/coredata/migrations/20260318T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260319T120000Z.sql b/pkg/coredata/migrations/20260319T120000Z.sql index ea756f5d4..8e6dc86c5 100644 --- a/pkg/coredata/migrations/20260319T120000Z.sql +++ b/pkg/coredata/migrations/20260319T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260319T130000Z.sql b/pkg/coredata/migrations/20260319T130000Z.sql index d42e0f3b1..53ad3689f 100644 --- a/pkg/coredata/migrations/20260319T130000Z.sql +++ b/pkg/coredata/migrations/20260319T130000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260319T140000Z.sql b/pkg/coredata/migrations/20260319T140000Z.sql index b0797c512..7e72266c7 100644 --- a/pkg/coredata/migrations/20260319T140000Z.sql +++ b/pkg/coredata/migrations/20260319T140000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260319T150000Z.sql b/pkg/coredata/migrations/20260319T150000Z.sql index 3851b9782..9b087062c 100644 --- a/pkg/coredata/migrations/20260319T150000Z.sql +++ b/pkg/coredata/migrations/20260319T150000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260319T160000Z.sql b/pkg/coredata/migrations/20260319T160000Z.sql index dde3c0adc..bea0b76b8 100644 --- a/pkg/coredata/migrations/20260319T160000Z.sql +++ b/pkg/coredata/migrations/20260319T160000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260320T120000Z.sql b/pkg/coredata/migrations/20260320T120000Z.sql index afcd39efd..031ea4462 100644 --- a/pkg/coredata/migrations/20260320T120000Z.sql +++ b/pkg/coredata/migrations/20260320T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260322T120000Z.sql b/pkg/coredata/migrations/20260322T120000Z.sql index 20036b155..679ebb6f8 100644 --- a/pkg/coredata/migrations/20260322T120000Z.sql +++ b/pkg/coredata/migrations/20260322T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260324T130000Z.sql b/pkg/coredata/migrations/20260324T130000Z.sql index 4d8daea59..b7ac207d5 100644 --- a/pkg/coredata/migrations/20260324T130000Z.sql +++ b/pkg/coredata/migrations/20260324T130000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260325T120000Z.sql b/pkg/coredata/migrations/20260325T120000Z.sql index 472b7cbd3..ac8c6b96d 100644 --- a/pkg/coredata/migrations/20260325T120000Z.sql +++ b/pkg/coredata/migrations/20260325T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260325T130000Z.sql b/pkg/coredata/migrations/20260325T130000Z.sql index 7d82140d9..ab35d541b 100644 --- a/pkg/coredata/migrations/20260325T130000Z.sql +++ b/pkg/coredata/migrations/20260325T130000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260325T140000Z.sql b/pkg/coredata/migrations/20260325T140000Z.sql index 512c1e1e6..ce35a3a6c 100644 --- a/pkg/coredata/migrations/20260325T140000Z.sql +++ b/pkg/coredata/migrations/20260325T140000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260326T120000Z.sql b/pkg/coredata/migrations/20260326T120000Z.sql index fb69ef297..34b6879ce 100644 --- a/pkg/coredata/migrations/20260326T120000Z.sql +++ b/pkg/coredata/migrations/20260326T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260326T131816Z.sql b/pkg/coredata/migrations/20260326T131816Z.sql index 59c05e97c..5a163347b 100644 --- a/pkg/coredata/migrations/20260326T131816Z.sql +++ b/pkg/coredata/migrations/20260326T131816Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260326T150000Z.sql b/pkg/coredata/migrations/20260326T150000Z.sql index 396eab793..be2c5c271 100644 --- a/pkg/coredata/migrations/20260326T150000Z.sql +++ b/pkg/coredata/migrations/20260326T150000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260326T160000Z.sql b/pkg/coredata/migrations/20260326T160000Z.sql index 9af96fa64..4bead6c8f 100644 --- a/pkg/coredata/migrations/20260326T160000Z.sql +++ b/pkg/coredata/migrations/20260326T160000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260327T130000Z.sql b/pkg/coredata/migrations/20260327T130000Z.sql index a835d7e55..8f9bee17d 100644 --- a/pkg/coredata/migrations/20260327T130000Z.sql +++ b/pkg/coredata/migrations/20260327T130000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260330T100000Z.sql b/pkg/coredata/migrations/20260330T100000Z.sql index f935d6138..2fc3fcde5 100644 --- a/pkg/coredata/migrations/20260330T100000Z.sql +++ b/pkg/coredata/migrations/20260330T100000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260330T120042Z.sql b/pkg/coredata/migrations/20260330T120042Z.sql index 2e04a80e2..129167254 100644 --- a/pkg/coredata/migrations/20260330T120042Z.sql +++ b/pkg/coredata/migrations/20260330T120042Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260401T120000Z.sql b/pkg/coredata/migrations/20260401T120000Z.sql index b900f8b76..9d4779433 100644 --- a/pkg/coredata/migrations/20260401T120000Z.sql +++ b/pkg/coredata/migrations/20260401T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260402T120000Z.sql b/pkg/coredata/migrations/20260402T120000Z.sql index 221bf8560..f0895e14d 100644 --- a/pkg/coredata/migrations/20260402T120000Z.sql +++ b/pkg/coredata/migrations/20260402T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260403T120000Z.sql b/pkg/coredata/migrations/20260403T120000Z.sql index de1d3fb3f..fb8e0d56a 100644 --- a/pkg/coredata/migrations/20260403T120000Z.sql +++ b/pkg/coredata/migrations/20260403T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260406T112100Z.sql b/pkg/coredata/migrations/20260406T112100Z.sql index f531ac408..1c364ef22 100644 --- a/pkg/coredata/migrations/20260406T112100Z.sql +++ b/pkg/coredata/migrations/20260406T112100Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260407T120000Z.sql b/pkg/coredata/migrations/20260407T120000Z.sql index aad927f6a..3cb7599e4 100644 --- a/pkg/coredata/migrations/20260407T120000Z.sql +++ b/pkg/coredata/migrations/20260407T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260408T120000Z.sql b/pkg/coredata/migrations/20260408T120000Z.sql index ccb6ad6f8..abfb0976f 100644 --- a/pkg/coredata/migrations/20260408T120000Z.sql +++ b/pkg/coredata/migrations/20260408T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260408T120004Z.sql b/pkg/coredata/migrations/20260408T120004Z.sql index 97fd2ca45..f921fb3e9 100644 --- a/pkg/coredata/migrations/20260408T120004Z.sql +++ b/pkg/coredata/migrations/20260408T120004Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260408T130000Z.sql b/pkg/coredata/migrations/20260408T130000Z.sql index 641b8e26a..45b9caa76 100644 --- a/pkg/coredata/migrations/20260408T130000Z.sql +++ b/pkg/coredata/migrations/20260408T130000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260409T120000Z.sql b/pkg/coredata/migrations/20260409T120000Z.sql index e85d23b9e..2b82050e2 100644 --- a/pkg/coredata/migrations/20260409T120000Z.sql +++ b/pkg/coredata/migrations/20260409T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260409T130000Z.sql b/pkg/coredata/migrations/20260409T130000Z.sql index ee3799ac6..011be088b 100644 --- a/pkg/coredata/migrations/20260409T130000Z.sql +++ b/pkg/coredata/migrations/20260409T130000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260410T120000Z.sql b/pkg/coredata/migrations/20260410T120000Z.sql index 3d26421f6..7791d31e2 100644 --- a/pkg/coredata/migrations/20260410T120000Z.sql +++ b/pkg/coredata/migrations/20260410T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260410T121735Z.sql b/pkg/coredata/migrations/20260410T121735Z.sql index 282f79654..9e823b676 100644 --- a/pkg/coredata/migrations/20260410T121735Z.sql +++ b/pkg/coredata/migrations/20260410T121735Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260411T120000Z.sql b/pkg/coredata/migrations/20260411T120000Z.sql index 7a743d1e3..eb39ac121 100644 --- a/pkg/coredata/migrations/20260411T120000Z.sql +++ b/pkg/coredata/migrations/20260411T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260413T120000Z.sql b/pkg/coredata/migrations/20260413T120000Z.sql index 4989b1b6f..5bff64fdc 100644 --- a/pkg/coredata/migrations/20260413T120000Z.sql +++ b/pkg/coredata/migrations/20260413T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260413T130000Z.sql b/pkg/coredata/migrations/20260413T130000Z.sql index b3b2c8a0f..732dc67fb 100644 --- a/pkg/coredata/migrations/20260413T130000Z.sql +++ b/pkg/coredata/migrations/20260413T130000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260413T232000Z.sql b/pkg/coredata/migrations/20260413T232000Z.sql index c9878d1d9..5789dc2a8 100644 --- a/pkg/coredata/migrations/20260413T232000Z.sql +++ b/pkg/coredata/migrations/20260413T232000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260414T083800Z.sql b/pkg/coredata/migrations/20260414T083800Z.sql index d3f92bd12..8caf860c4 100644 --- a/pkg/coredata/migrations/20260414T083800Z.sql +++ b/pkg/coredata/migrations/20260414T083800Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260414T125046Z.sql b/pkg/coredata/migrations/20260414T125046Z.sql index 0d9243891..6d54195e1 100644 --- a/pkg/coredata/migrations/20260414T125046Z.sql +++ b/pkg/coredata/migrations/20260414T125046Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260414T140000Z.sql b/pkg/coredata/migrations/20260414T140000Z.sql index 8ce57ef37..1b2681c73 100644 --- a/pkg/coredata/migrations/20260414T140000Z.sql +++ b/pkg/coredata/migrations/20260414T140000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260416T120000Z.sql b/pkg/coredata/migrations/20260416T120000Z.sql index 5403943c8..bb68e2740 100644 --- a/pkg/coredata/migrations/20260416T120000Z.sql +++ b/pkg/coredata/migrations/20260416T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260416T120001Z.sql b/pkg/coredata/migrations/20260416T120001Z.sql index 6d97dd379..b1c3d642b 100644 --- a/pkg/coredata/migrations/20260416T120001Z.sql +++ b/pkg/coredata/migrations/20260416T120001Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260419T172808Z.sql b/pkg/coredata/migrations/20260419T172808Z.sql index dff89d867..6c75d74a0 100644 --- a/pkg/coredata/migrations/20260419T172808Z.sql +++ b/pkg/coredata/migrations/20260419T172808Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260420T120000Z.sql b/pkg/coredata/migrations/20260420T120000Z.sql index d53d40e1a..751fe125f 100644 --- a/pkg/coredata/migrations/20260420T120000Z.sql +++ b/pkg/coredata/migrations/20260420T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260420T130000Z.sql b/pkg/coredata/migrations/20260420T130000Z.sql index a9bc04a3d..2d7a52cad 100644 --- a/pkg/coredata/migrations/20260420T130000Z.sql +++ b/pkg/coredata/migrations/20260420T130000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260420T140000Z.sql b/pkg/coredata/migrations/20260420T140000Z.sql index c2c7b0750..1f64ae506 100644 --- a/pkg/coredata/migrations/20260420T140000Z.sql +++ b/pkg/coredata/migrations/20260420T140000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260420T143027Z.sql b/pkg/coredata/migrations/20260420T143027Z.sql index bcccf3024..16597104e 100644 --- a/pkg/coredata/migrations/20260420T143027Z.sql +++ b/pkg/coredata/migrations/20260420T143027Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260421T080558Z.sql b/pkg/coredata/migrations/20260421T080558Z.sql index c88d54f5e..aaaa7d62f 100644 --- a/pkg/coredata/migrations/20260421T080558Z.sql +++ b/pkg/coredata/migrations/20260421T080558Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260421T140001Z.sql b/pkg/coredata/migrations/20260421T140001Z.sql index 81dda4e2c..fefdbc4aa 100644 --- a/pkg/coredata/migrations/20260421T140001Z.sql +++ b/pkg/coredata/migrations/20260421T140001Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260422T120000Z.sql b/pkg/coredata/migrations/20260422T120000Z.sql index 608d88e21..d68e8e4f4 100644 --- a/pkg/coredata/migrations/20260422T120000Z.sql +++ b/pkg/coredata/migrations/20260422T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260422T130000Z.sql b/pkg/coredata/migrations/20260422T130000Z.sql index 477a82437..cccdf0034 100644 --- a/pkg/coredata/migrations/20260422T130000Z.sql +++ b/pkg/coredata/migrations/20260422T130000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260422T145821Z.sql b/pkg/coredata/migrations/20260422T145821Z.sql index 1bd7acae6..811976d15 100644 --- a/pkg/coredata/migrations/20260422T145821Z.sql +++ b/pkg/coredata/migrations/20260422T145821Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260423T074540Z.sql b/pkg/coredata/migrations/20260423T074540Z.sql index 0c90b539a..9dd75678d 100644 --- a/pkg/coredata/migrations/20260423T074540Z.sql +++ b/pkg/coredata/migrations/20260423T074540Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260423T144457Z.sql b/pkg/coredata/migrations/20260423T144457Z.sql index 05bdc8e9c..09f7ba428 100644 --- a/pkg/coredata/migrations/20260423T144457Z.sql +++ b/pkg/coredata/migrations/20260423T144457Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260424T093655Z.sql b/pkg/coredata/migrations/20260424T093655Z.sql index e71faaedd..fe117e366 100644 --- a/pkg/coredata/migrations/20260424T093655Z.sql +++ b/pkg/coredata/migrations/20260424T093655Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260424T112802Z.sql b/pkg/coredata/migrations/20260424T112802Z.sql index aadab960f..93e3da32a 100644 --- a/pkg/coredata/migrations/20260424T112802Z.sql +++ b/pkg/coredata/migrations/20260424T112802Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260424T122219Z.sql b/pkg/coredata/migrations/20260424T122219Z.sql index a3a8659c1..1befdf3eb 100644 --- a/pkg/coredata/migrations/20260424T122219Z.sql +++ b/pkg/coredata/migrations/20260424T122219Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260424T150000Z.sql b/pkg/coredata/migrations/20260424T150000Z.sql index b99330d38..00592ba57 100644 --- a/pkg/coredata/migrations/20260424T150000Z.sql +++ b/pkg/coredata/migrations/20260424T150000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260424T173529Z.sql b/pkg/coredata/migrations/20260424T173529Z.sql index 03ae6a392..2817a7fe8 100644 --- a/pkg/coredata/migrations/20260424T173529Z.sql +++ b/pkg/coredata/migrations/20260424T173529Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260428T115900Z.sql b/pkg/coredata/migrations/20260428T115900Z.sql index e956bb837..74a7e699a 100644 --- a/pkg/coredata/migrations/20260428T115900Z.sql +++ b/pkg/coredata/migrations/20260428T115900Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260428T152537Z.sql b/pkg/coredata/migrations/20260428T152537Z.sql index 06b563bec..3ceae798c 100644 --- a/pkg/coredata/migrations/20260428T152537Z.sql +++ b/pkg/coredata/migrations/20260428T152537Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260429T064800Z.sql b/pkg/coredata/migrations/20260429T064800Z.sql index 8a8f669df..167f5a7b4 100644 --- a/pkg/coredata/migrations/20260429T064800Z.sql +++ b/pkg/coredata/migrations/20260429T064800Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260429T084452Z.sql b/pkg/coredata/migrations/20260429T084452Z.sql index 49b929060..c21c6897e 100644 --- a/pkg/coredata/migrations/20260429T084452Z.sql +++ b/pkg/coredata/migrations/20260429T084452Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260429T102803Z.sql b/pkg/coredata/migrations/20260429T102803Z.sql index 36c43085f..d21673798 100644 --- a/pkg/coredata/migrations/20260429T102803Z.sql +++ b/pkg/coredata/migrations/20260429T102803Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260429T135250Z.sql b/pkg/coredata/migrations/20260429T135250Z.sql index f29cd2caf..2bcaeecc7 100644 --- a/pkg/coredata/migrations/20260429T135250Z.sql +++ b/pkg/coredata/migrations/20260429T135250Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260429T150423Z.sql b/pkg/coredata/migrations/20260429T150423Z.sql index 3e16185c7..ac29055f4 100644 --- a/pkg/coredata/migrations/20260429T150423Z.sql +++ b/pkg/coredata/migrations/20260429T150423Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260501T121519Z.sql b/pkg/coredata/migrations/20260501T121519Z.sql index ce0d7d8af..4b6001913 100644 --- a/pkg/coredata/migrations/20260501T121519Z.sql +++ b/pkg/coredata/migrations/20260501T121519Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260504T114755Z.sql b/pkg/coredata/migrations/20260504T114755Z.sql index cbf979dec..ecdb23407 100644 --- a/pkg/coredata/migrations/20260504T114755Z.sql +++ b/pkg/coredata/migrations/20260504T114755Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260505T090000Z.sql b/pkg/coredata/migrations/20260505T090000Z.sql index fdd6ac4c2..c04954404 100644 --- a/pkg/coredata/migrations/20260505T090000Z.sql +++ b/pkg/coredata/migrations/20260505T090000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260506T084741Z.sql b/pkg/coredata/migrations/20260506T084741Z.sql index f6b95f95b..5a5fbbbba 100644 --- a/pkg/coredata/migrations/20260506T084741Z.sql +++ b/pkg/coredata/migrations/20260506T084741Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260506T163600Z.sql b/pkg/coredata/migrations/20260506T163600Z.sql index 5a2cb66fe..8e0f40089 100644 --- a/pkg/coredata/migrations/20260506T163600Z.sql +++ b/pkg/coredata/migrations/20260506T163600Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260507T061947Z.sql b/pkg/coredata/migrations/20260507T061947Z.sql index 3cbcea0ec..ccafc3edd 100644 --- a/pkg/coredata/migrations/20260507T061947Z.sql +++ b/pkg/coredata/migrations/20260507T061947Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260507T083059Z.sql b/pkg/coredata/migrations/20260507T083059Z.sql index 6f7e7649c..26b6f1bdb 100644 --- a/pkg/coredata/migrations/20260507T083059Z.sql +++ b/pkg/coredata/migrations/20260507T083059Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260507T131200Z.sql b/pkg/coredata/migrations/20260507T131200Z.sql index db84cd874..d204e7b0f 100644 --- a/pkg/coredata/migrations/20260507T131200Z.sql +++ b/pkg/coredata/migrations/20260507T131200Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260507T143000Z.sql b/pkg/coredata/migrations/20260507T143000Z.sql index 204a00514..5a8fd8794 100644 --- a/pkg/coredata/migrations/20260507T143000Z.sql +++ b/pkg/coredata/migrations/20260507T143000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260507T150000Z.sql b/pkg/coredata/migrations/20260507T150000Z.sql index 5127fb090..a1f3bc1cc 100644 --- a/pkg/coredata/migrations/20260507T150000Z.sql +++ b/pkg/coredata/migrations/20260507T150000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260508T123706Z.sql b/pkg/coredata/migrations/20260508T123706Z.sql index 2b7f91abe..6e7ce0f29 100644 --- a/pkg/coredata/migrations/20260508T123706Z.sql +++ b/pkg/coredata/migrations/20260508T123706Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260508T144600Z.sql b/pkg/coredata/migrations/20260508T144600Z.sql index 945f59888..5061873fc 100644 --- a/pkg/coredata/migrations/20260508T144600Z.sql +++ b/pkg/coredata/migrations/20260508T144600Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260508T193600Z.sql b/pkg/coredata/migrations/20260508T193600Z.sql index 8fa6e826e..cd5e79f9b 100644 --- a/pkg/coredata/migrations/20260508T193600Z.sql +++ b/pkg/coredata/migrations/20260508T193600Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260508T193601Z.sql b/pkg/coredata/migrations/20260508T193601Z.sql index ae6f26013..aa343cba3 100644 --- a/pkg/coredata/migrations/20260508T193601Z.sql +++ b/pkg/coredata/migrations/20260508T193601Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260508T729406Z.sql b/pkg/coredata/migrations/20260508T729406Z.sql index 9d648f656..ace9c778b 100644 --- a/pkg/coredata/migrations/20260508T729406Z.sql +++ b/pkg/coredata/migrations/20260508T729406Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260509T000000Z.sql b/pkg/coredata/migrations/20260509T000000Z.sql index 87ad277b7..a8e8109da 100644 --- a/pkg/coredata/migrations/20260509T000000Z.sql +++ b/pkg/coredata/migrations/20260509T000000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260511T063353Z.sql b/pkg/coredata/migrations/20260511T063353Z.sql index ccd9c3359..3ccaa6605 100644 --- a/pkg/coredata/migrations/20260511T063353Z.sql +++ b/pkg/coredata/migrations/20260511T063353Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260511T063925Z.sql b/pkg/coredata/migrations/20260511T063925Z.sql index ef4f0f99b..ec29da6b1 100644 --- a/pkg/coredata/migrations/20260511T063925Z.sql +++ b/pkg/coredata/migrations/20260511T063925Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260511T064746Z.sql b/pkg/coredata/migrations/20260511T064746Z.sql index 54bdc4aa7..ad9dabb41 100644 --- a/pkg/coredata/migrations/20260511T064746Z.sql +++ b/pkg/coredata/migrations/20260511T064746Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260511T160400Z.sql b/pkg/coredata/migrations/20260511T160400Z.sql index 987edd27a..505258004 100644 --- a/pkg/coredata/migrations/20260511T160400Z.sql +++ b/pkg/coredata/migrations/20260511T160400Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260512T082340Z.sql b/pkg/coredata/migrations/20260512T082340Z.sql index 75055e032..1e40043c2 100644 --- a/pkg/coredata/migrations/20260512T082340Z.sql +++ b/pkg/coredata/migrations/20260512T082340Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260512T090100Z.sql b/pkg/coredata/migrations/20260512T090100Z.sql index 4aab4baf9..c74ca1aff 100644 --- a/pkg/coredata/migrations/20260512T090100Z.sql +++ b/pkg/coredata/migrations/20260512T090100Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260512T091055Z.sql b/pkg/coredata/migrations/20260512T091055Z.sql index afabe0c0d..0b814b7e9 100644 --- a/pkg/coredata/migrations/20260512T091055Z.sql +++ b/pkg/coredata/migrations/20260512T091055Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260513T075812Z.sql b/pkg/coredata/migrations/20260513T075812Z.sql index 39efd20e5..5fb02ae0c 100644 --- a/pkg/coredata/migrations/20260513T075812Z.sql +++ b/pkg/coredata/migrations/20260513T075812Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260513T084412Z.sql b/pkg/coredata/migrations/20260513T084412Z.sql index 6a4a4f8f6..4d3f4e56c 100644 --- a/pkg/coredata/migrations/20260513T084412Z.sql +++ b/pkg/coredata/migrations/20260513T084412Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260513T100000Z.sql b/pkg/coredata/migrations/20260513T100000Z.sql index 371f8b7e7..d76d3b3cd 100644 --- a/pkg/coredata/migrations/20260513T100000Z.sql +++ b/pkg/coredata/migrations/20260513T100000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260513T105453Z.sql b/pkg/coredata/migrations/20260513T105453Z.sql index 8b64b0bd2..73069d737 100644 --- a/pkg/coredata/migrations/20260513T105453Z.sql +++ b/pkg/coredata/migrations/20260513T105453Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260513T130929Z.sql b/pkg/coredata/migrations/20260513T130929Z.sql index e8bfe3b55..f77c2d763 100644 --- a/pkg/coredata/migrations/20260513T130929Z.sql +++ b/pkg/coredata/migrations/20260513T130929Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260514T123727Z.sql b/pkg/coredata/migrations/20260514T123727Z.sql index fd3c7dbbc..e404a7812 100644 --- a/pkg/coredata/migrations/20260514T123727Z.sql +++ b/pkg/coredata/migrations/20260514T123727Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260515T140410Z.sql b/pkg/coredata/migrations/20260515T140410Z.sql index 085f97bb6..278c17ca0 100644 --- a/pkg/coredata/migrations/20260515T140410Z.sql +++ b/pkg/coredata/migrations/20260515T140410Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260519T100000Z.sql b/pkg/coredata/migrations/20260519T100000Z.sql index d29e888b0..7d3c6da93 100644 --- a/pkg/coredata/migrations/20260519T100000Z.sql +++ b/pkg/coredata/migrations/20260519T100000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260520T104358Z.sql b/pkg/coredata/migrations/20260520T104358Z.sql index 5ceab7a32..db2e1ee95 100644 --- a/pkg/coredata/migrations/20260520T104358Z.sql +++ b/pkg/coredata/migrations/20260520T104358Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260520T113200Z.sql b/pkg/coredata/migrations/20260520T113200Z.sql index 31b10c428..a279dcb90 100644 --- a/pkg/coredata/migrations/20260520T113200Z.sql +++ b/pkg/coredata/migrations/20260520T113200Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260522T120000Z.sql b/pkg/coredata/migrations/20260522T120000Z.sql index 94a3040b0..5926c9c6b 100644 --- a/pkg/coredata/migrations/20260522T120000Z.sql +++ b/pkg/coredata/migrations/20260522T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260522T155558Z.sql b/pkg/coredata/migrations/20260522T155558Z.sql index 78fae1ffc..45c5b8b46 100644 --- a/pkg/coredata/migrations/20260522T155558Z.sql +++ b/pkg/coredata/migrations/20260522T155558Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260527T163848Z.sql b/pkg/coredata/migrations/20260527T163848Z.sql index 26c8a6198..440bb3851 100644 --- a/pkg/coredata/migrations/20260527T163848Z.sql +++ b/pkg/coredata/migrations/20260527T163848Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260528T172500Z.sql b/pkg/coredata/migrations/20260528T172500Z.sql index d81509834..efea2f68c 100644 --- a/pkg/coredata/migrations/20260528T172500Z.sql +++ b/pkg/coredata/migrations/20260528T172500Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260528T182700Z.sql b/pkg/coredata/migrations/20260528T182700Z.sql index d23f38276..185d92f23 100644 --- a/pkg/coredata/migrations/20260528T182700Z.sql +++ b/pkg/coredata/migrations/20260528T182700Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260528T214100Z.sql b/pkg/coredata/migrations/20260528T214100Z.sql index b34bbe8fb..56fadea00 100644 --- a/pkg/coredata/migrations/20260528T214100Z.sql +++ b/pkg/coredata/migrations/20260528T214100Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260528T214500Z.sql b/pkg/coredata/migrations/20260528T214500Z.sql index 5b34828b5..11d8322c7 100644 --- a/pkg/coredata/migrations/20260528T214500Z.sql +++ b/pkg/coredata/migrations/20260528T214500Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260528T497204Z.sql b/pkg/coredata/migrations/20260528T497204Z.sql index 45288302f..e282aa565 100644 --- a/pkg/coredata/migrations/20260528T497204Z.sql +++ b/pkg/coredata/migrations/20260528T497204Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260528T613927Z.sql b/pkg/coredata/migrations/20260528T613927Z.sql index b43038890..40c735177 100644 --- a/pkg/coredata/migrations/20260528T613927Z.sql +++ b/pkg/coredata/migrations/20260528T613927Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260529T010239Z.sql b/pkg/coredata/migrations/20260529T010239Z.sql index 67953256e..a6704c45f 100644 --- a/pkg/coredata/migrations/20260529T010239Z.sql +++ b/pkg/coredata/migrations/20260529T010239Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260529T022423Z.sql b/pkg/coredata/migrations/20260529T022423Z.sql index 14cc26455..d4fdc6f42 100644 --- a/pkg/coredata/migrations/20260529T022423Z.sql +++ b/pkg/coredata/migrations/20260529T022423Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260529T032500Z.sql b/pkg/coredata/migrations/20260529T032500Z.sql index e85a0edd5..5963c609a 100644 --- a/pkg/coredata/migrations/20260529T032500Z.sql +++ b/pkg/coredata/migrations/20260529T032500Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260529T062100Z.sql b/pkg/coredata/migrations/20260529T062100Z.sql index aed683d45..bd471be6a 100644 --- a/pkg/coredata/migrations/20260529T062100Z.sql +++ b/pkg/coredata/migrations/20260529T062100Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260529T091300Z.sql b/pkg/coredata/migrations/20260529T091300Z.sql index 4cd49501b..b49580384 100644 --- a/pkg/coredata/migrations/20260529T091300Z.sql +++ b/pkg/coredata/migrations/20260529T091300Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260529T491240Z.sql b/pkg/coredata/migrations/20260529T491240Z.sql index 31738f454..8e6715582 100644 --- a/pkg/coredata/migrations/20260529T491240Z.sql +++ b/pkg/coredata/migrations/20260529T491240Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260529T713864Z.sql b/pkg/coredata/migrations/20260529T713864Z.sql index 23e64c0f8..1a2163832 100644 --- a/pkg/coredata/migrations/20260529T713864Z.sql +++ b/pkg/coredata/migrations/20260529T713864Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260601T120000Z.sql b/pkg/coredata/migrations/20260601T120000Z.sql index 371e85559..aa881ae96 100644 --- a/pkg/coredata/migrations/20260601T120000Z.sql +++ b/pkg/coredata/migrations/20260601T120000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260602T141500Z.sql b/pkg/coredata/migrations/20260602T141500Z.sql index 860de0e53..99ebca686 100644 --- a/pkg/coredata/migrations/20260602T141500Z.sql +++ b/pkg/coredata/migrations/20260602T141500Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260602T161910Z.sql b/pkg/coredata/migrations/20260602T161910Z.sql index fa5cb4ce9..0e055294d 100644 --- a/pkg/coredata/migrations/20260602T161910Z.sql +++ b/pkg/coredata/migrations/20260602T161910Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260603T000000Z.sql b/pkg/coredata/migrations/20260603T000000Z.sql index 0506431fc..7c432d952 100644 --- a/pkg/coredata/migrations/20260603T000000Z.sql +++ b/pkg/coredata/migrations/20260603T000000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2025-2026 Probo Inc . +-- Copyright (c) 2025-2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260604T372815Z.sql b/pkg/coredata/migrations/20260604T372815Z.sql index 6b2758486..da43e5715 100644 --- a/pkg/coredata/migrations/20260604T372815Z.sql +++ b/pkg/coredata/migrations/20260604T372815Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260604T418207Z.sql b/pkg/coredata/migrations/20260604T418207Z.sql index a64598ac8..e6cdf231f 100644 --- a/pkg/coredata/migrations/20260604T418207Z.sql +++ b/pkg/coredata/migrations/20260604T418207Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260605T124137Z.sql b/pkg/coredata/migrations/20260605T124137Z.sql index 536f1972b..bb61a63be 100644 --- a/pkg/coredata/migrations/20260605T124137Z.sql +++ b/pkg/coredata/migrations/20260605T124137Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260608T090000Z.sql b/pkg/coredata/migrations/20260608T090000Z.sql index 1ffe0c857..029197ab1 100644 --- a/pkg/coredata/migrations/20260608T090000Z.sql +++ b/pkg/coredata/migrations/20260608T090000Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260608T122627Z.sql b/pkg/coredata/migrations/20260608T122627Z.sql index 5d3b1bf24..f2757d47a 100644 --- a/pkg/coredata/migrations/20260608T122627Z.sql +++ b/pkg/coredata/migrations/20260608T122627Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260608T135336Z.sql b/pkg/coredata/migrations/20260608T135336Z.sql index 5d3aacb9e..29f859e9c 100644 --- a/pkg/coredata/migrations/20260608T135336Z.sql +++ b/pkg/coredata/migrations/20260608T135336Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/migrations/20260608T140141Z.sql b/pkg/coredata/migrations/20260608T140141Z.sql index 53692a5a5..ee3629341 100644 --- a/pkg/coredata/migrations/20260608T140141Z.sql +++ b/pkg/coredata/migrations/20260608T140141Z.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2026 Probo Inc . +-- Copyright (c) 2026 Probo Inc . -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/oauth2_access_token.go b/pkg/coredata/oauth2_access_token.go index 45be58e06..a0b123828 100644 --- a/pkg/coredata/oauth2_access_token.go +++ b/pkg/coredata/oauth2_access_token.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/oauth2_authorization_code.go b/pkg/coredata/oauth2_authorization_code.go index 34ac936b1..b72652bc1 100644 --- a/pkg/coredata/oauth2_authorization_code.go +++ b/pkg/coredata/oauth2_authorization_code.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/oauth2_claim.go b/pkg/coredata/oauth2_claim.go index 4b0e3efe0..0078bc280 100644 --- a/pkg/coredata/oauth2_claim.go +++ b/pkg/coredata/oauth2_claim.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/oauth2_client.go b/pkg/coredata/oauth2_client.go index 277a64cfb..246b739cd 100644 --- a/pkg/coredata/oauth2_client.go +++ b/pkg/coredata/oauth2_client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/oauth2_client_order_field.go b/pkg/coredata/oauth2_client_order_field.go index b9b31d96b..9b4993f37 100644 --- a/pkg/coredata/oauth2_client_order_field.go +++ b/pkg/coredata/oauth2_client_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/oauth2_client_token_endpoint_auth_method.go b/pkg/coredata/oauth2_client_token_endpoint_auth_method.go index 353e2aa13..8d2702091 100644 --- a/pkg/coredata/oauth2_client_token_endpoint_auth_method.go +++ b/pkg/coredata/oauth2_client_token_endpoint_auth_method.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/oauth2_client_visibility.go b/pkg/coredata/oauth2_client_visibility.go index 5596ce85f..70df2074c 100644 --- a/pkg/coredata/oauth2_client_visibility.go +++ b/pkg/coredata/oauth2_client_visibility.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/oauth2_code_challenge_method.go b/pkg/coredata/oauth2_code_challenge_method.go index 80fd2731f..5c08f110f 100644 --- a/pkg/coredata/oauth2_code_challenge_method.go +++ b/pkg/coredata/oauth2_code_challenge_method.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/oauth2_consent.go b/pkg/coredata/oauth2_consent.go index f232bedab..18e97cb59 100644 --- a/pkg/coredata/oauth2_consent.go +++ b/pkg/coredata/oauth2_consent.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/oauth2_consent_order_field.go b/pkg/coredata/oauth2_consent_order_field.go index 9302f6279..c08bb08c2 100644 --- a/pkg/coredata/oauth2_consent_order_field.go +++ b/pkg/coredata/oauth2_consent_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/oauth2_device_code.go b/pkg/coredata/oauth2_device_code.go index 9a5afcf92..7c56c4d72 100644 --- a/pkg/coredata/oauth2_device_code.go +++ b/pkg/coredata/oauth2_device_code.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/oauth2_device_code_status.go b/pkg/coredata/oauth2_device_code_status.go index f7e176a9f..73738e4d6 100644 --- a/pkg/coredata/oauth2_device_code_status.go +++ b/pkg/coredata/oauth2_device_code_status.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/oauth2_device_code_test.go b/pkg/coredata/oauth2_device_code_test.go index 104a222b4..42cca47a5 100644 --- a/pkg/coredata/oauth2_device_code_test.go +++ b/pkg/coredata/oauth2_device_code_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/oauth2_grant_type.go b/pkg/coredata/oauth2_grant_type.go index 0ecd1c828..397efba1f 100644 --- a/pkg/coredata/oauth2_grant_type.go +++ b/pkg/coredata/oauth2_grant_type.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/oauth2_refresh_token.go b/pkg/coredata/oauth2_refresh_token.go index af2205112..22e400f41 100644 --- a/pkg/coredata/oauth2_refresh_token.go +++ b/pkg/coredata/oauth2_refresh_token.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/oauth2_response_type.go b/pkg/coredata/oauth2_response_type.go index 11ce523ff..2864b2081 100644 --- a/pkg/coredata/oauth2_response_type.go +++ b/pkg/coredata/oauth2_response_type.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/oauth2_scope.go b/pkg/coredata/oauth2_scope.go index c86bbdaad..29955232c 100644 --- a/pkg/coredata/oauth2_scope.go +++ b/pkg/coredata/oauth2_scope.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/oauth2_scope_test.go b/pkg/coredata/oauth2_scope_test.go index 38c457d7f..64f7e1ff3 100644 --- a/pkg/coredata/oauth2_scope_test.go +++ b/pkg/coredata/oauth2_scope_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/oauth2_signing_algorithm.go b/pkg/coredata/oauth2_signing_algorithm.go index c07eadafd..a2e11a764 100644 --- a/pkg/coredata/oauth2_signing_algorithm.go +++ b/pkg/coredata/oauth2_signing_algorithm.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/oauth2_subject_type.go b/pkg/coredata/oauth2_subject_type.go index c0126af4c..0aecd5507 100644 --- a/pkg/coredata/oauth2_subject_type.go +++ b/pkg/coredata/oauth2_subject_type.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/oauth2_token_type_hint.go b/pkg/coredata/oauth2_token_type_hint.go index 7444d2dcd..3ef8f7568 100644 --- a/pkg/coredata/oauth2_token_type_hint.go +++ b/pkg/coredata/oauth2_token_type_hint.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/obligation.go b/pkg/coredata/obligation.go index 1f4fe7791..ddf3a47f6 100644 --- a/pkg/coredata/obligation.go +++ b/pkg/coredata/obligation.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/obligation_order_field.go b/pkg/coredata/obligation_order_field.go index a2dcfed3b..47016716e 100644 --- a/pkg/coredata/obligation_order_field.go +++ b/pkg/coredata/obligation_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/obligation_status.go b/pkg/coredata/obligation_status.go index 7a9edf122..fab8619d8 100644 --- a/pkg/coredata/obligation_status.go +++ b/pkg/coredata/obligation_status.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/obligation_type.go b/pkg/coredata/obligation_type.go index d20c1daaf..41d75dbad 100644 --- a/pkg/coredata/obligation_type.go +++ b/pkg/coredata/obligation_type.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/oidc_provider.go b/pkg/coredata/oidc_provider.go index 370689aaf..033576e06 100644 --- a/pkg/coredata/oidc_provider.go +++ b/pkg/coredata/oidc_provider.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/oidc_state.go b/pkg/coredata/oidc_state.go index 590dd8f57..381dd7747 100644 --- a/pkg/coredata/oidc_state.go +++ b/pkg/coredata/oidc_state.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/organization.go b/pkg/coredata/organization.go index 63f53752c..9fdf400d5 100644 --- a/pkg/coredata/organization.go +++ b/pkg/coredata/organization.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/organization_context.go b/pkg/coredata/organization_context.go index 33eacef17..9c99c1d3b 100644 --- a/pkg/coredata/organization_context.go +++ b/pkg/coredata/organization_context.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/organization_order_field.go b/pkg/coredata/organization_order_field.go index fb699afed..8653f0791 100644 --- a/pkg/coredata/organization_order_field.go +++ b/pkg/coredata/organization_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/personal_api_key.go b/pkg/coredata/personal_api_key.go index 123f6bd0f..42400bb20 100644 --- a/pkg/coredata/personal_api_key.go +++ b/pkg/coredata/personal_api_key.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/personal_api_key_order_field.go b/pkg/coredata/personal_api_key_order_field.go index 49224ec69..0bbaeabcb 100644 --- a/pkg/coredata/personal_api_key_order_field.go +++ b/pkg/coredata/personal_api_key_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/pg_checkpointer_test.go b/pkg/coredata/pg_checkpointer_test.go index 343b54a7c..7f1172860 100644 --- a/pkg/coredata/pg_checkpointer_test.go +++ b/pkg/coredata/pg_checkpointer_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/pg_test_helpers_test.go b/pkg/coredata/pg_test_helpers_test.go index e340ced56..05a0ba061 100644 --- a/pkg/coredata/pg_test_helpers_test.go +++ b/pkg/coredata/pg_test_helpers_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/processing_activities.go b/pkg/coredata/processing_activities.go index 4b72b31f0..0b4d599d5 100644 --- a/pkg/coredata/processing_activities.go +++ b/pkg/coredata/processing_activities.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/processing_activity_data_protection_impact_assessment.go b/pkg/coredata/processing_activity_data_protection_impact_assessment.go index 9fec342c8..9490d2152 100644 --- a/pkg/coredata/processing_activity_data_protection_impact_assessment.go +++ b/pkg/coredata/processing_activity_data_protection_impact_assessment.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/processing_activity_lawful_basis.go b/pkg/coredata/processing_activity_lawful_basis.go index aea31456c..228c2a283 100644 --- a/pkg/coredata/processing_activity_lawful_basis.go +++ b/pkg/coredata/processing_activity_lawful_basis.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/processing_activity_order_field.go b/pkg/coredata/processing_activity_order_field.go index c189ef5e7..436705288 100644 --- a/pkg/coredata/processing_activity_order_field.go +++ b/pkg/coredata/processing_activity_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/processing_activity_role.go b/pkg/coredata/processing_activity_role.go index 2b0bb1ab3..ba1809daa 100644 --- a/pkg/coredata/processing_activity_role.go +++ b/pkg/coredata/processing_activity_role.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/processing_activity_special_or_criminal_data.go b/pkg/coredata/processing_activity_special_or_criminal_data.go index a87998a6a..98406b0d6 100644 --- a/pkg/coredata/processing_activity_special_or_criminal_data.go +++ b/pkg/coredata/processing_activity_special_or_criminal_data.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/processing_activity_third_party.go b/pkg/coredata/processing_activity_third_party.go index 8b0aad4c2..2bce52aa8 100644 --- a/pkg/coredata/processing_activity_third_party.go +++ b/pkg/coredata/processing_activity_third_party.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/processing_activity_transfer_impact_assessment.go b/pkg/coredata/processing_activity_transfer_impact_assessment.go index 9f17623ac..3443d580e 100644 --- a/pkg/coredata/processing_activity_transfer_impact_assessment.go +++ b/pkg/coredata/processing_activity_transfer_impact_assessment.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/processing_activity_transfer_safeguards.go b/pkg/coredata/processing_activity_transfer_safeguards.go index fbd8d7bf6..971f4639e 100644 --- a/pkg/coredata/processing_activity_transfer_safeguards.go +++ b/pkg/coredata/processing_activity_transfer_safeguards.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/profile_source.go b/pkg/coredata/profile_source.go index 417d7012a..ea2b6b209 100644 --- a/pkg/coredata/profile_source.go +++ b/pkg/coredata/profile_source.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/profile_state.go b/pkg/coredata/profile_state.go index 8993b0386..33a138b85 100644 --- a/pkg/coredata/profile_state.go +++ b/pkg/coredata/profile_state.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/regulation.go b/pkg/coredata/regulation.go index 44946571f..bf525ab37 100644 --- a/pkg/coredata/regulation.go +++ b/pkg/coredata/regulation.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/report_order_field.go b/pkg/coredata/report_order_field.go index cecaa427a..7078b54ab 100644 --- a/pkg/coredata/report_order_field.go +++ b/pkg/coredata/report_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/rights_request_order_field.go b/pkg/coredata/rights_request_order_field.go index c515af258..52f7ddefe 100644 --- a/pkg/coredata/rights_request_order_field.go +++ b/pkg/coredata/rights_request_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/rights_request_state.go b/pkg/coredata/rights_request_state.go index 2b2610e44..ba4ecc305 100644 --- a/pkg/coredata/rights_request_state.go +++ b/pkg/coredata/rights_request_state.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/rights_request_type.go b/pkg/coredata/rights_request_type.go index 8890a2e9d..c94903f95 100644 --- a/pkg/coredata/rights_request_type.go +++ b/pkg/coredata/rights_request_type.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/rights_requests.go b/pkg/coredata/rights_requests.go index 956bec06a..3a517c96e 100644 --- a/pkg/coredata/rights_requests.go +++ b/pkg/coredata/rights_requests.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/risk.go b/pkg/coredata/risk.go index 59b2450f9..c7060be4a 100644 --- a/pkg/coredata/risk.go +++ b/pkg/coredata/risk.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/risk_assessment.go b/pkg/coredata/risk_assessment.go index b7ac981b3..b43022427 100644 --- a/pkg/coredata/risk_assessment.go +++ b/pkg/coredata/risk_assessment.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/risk_assessment_boundary.go b/pkg/coredata/risk_assessment_boundary.go index 23530d9da..ac9465e09 100644 --- a/pkg/coredata/risk_assessment_boundary.go +++ b/pkg/coredata/risk_assessment_boundary.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/risk_assessment_boundary_order_field.go b/pkg/coredata/risk_assessment_boundary_order_field.go index 880b6574c..064ff2ffb 100644 --- a/pkg/coredata/risk_assessment_boundary_order_field.go +++ b/pkg/coredata/risk_assessment_boundary_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/risk_assessment_node.go b/pkg/coredata/risk_assessment_node.go index 84b7f5f0f..14d0ff7fd 100644 --- a/pkg/coredata/risk_assessment_node.go +++ b/pkg/coredata/risk_assessment_node.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/risk_assessment_node_order_field.go b/pkg/coredata/risk_assessment_node_order_field.go index 5e2e81559..f627d957f 100644 --- a/pkg/coredata/risk_assessment_node_order_field.go +++ b/pkg/coredata/risk_assessment_node_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/risk_assessment_node_type.go b/pkg/coredata/risk_assessment_node_type.go index f4c51879c..d1be4efdb 100644 --- a/pkg/coredata/risk_assessment_node_type.go +++ b/pkg/coredata/risk_assessment_node_type.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/risk_assessment_order_field.go b/pkg/coredata/risk_assessment_order_field.go index 9c90d5c27..161519a8b 100644 --- a/pkg/coredata/risk_assessment_order_field.go +++ b/pkg/coredata/risk_assessment_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/risk_assessment_process.go b/pkg/coredata/risk_assessment_process.go index 1da24c472..c1ffa8035 100644 --- a/pkg/coredata/risk_assessment_process.go +++ b/pkg/coredata/risk_assessment_process.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/risk_assessment_process_order_field.go b/pkg/coredata/risk_assessment_process_order_field.go index f3d032541..799b4a183 100644 --- a/pkg/coredata/risk_assessment_process_order_field.go +++ b/pkg/coredata/risk_assessment_process_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/risk_assessment_scenario.go b/pkg/coredata/risk_assessment_scenario.go index 1e4b343b2..87a31c730 100644 --- a/pkg/coredata/risk_assessment_scenario.go +++ b/pkg/coredata/risk_assessment_scenario.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/risk_assessment_scenario_order_field.go b/pkg/coredata/risk_assessment_scenario_order_field.go index 6c1912f80..e2ba668e1 100644 --- a/pkg/coredata/risk_assessment_scenario_order_field.go +++ b/pkg/coredata/risk_assessment_scenario_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/risk_assessment_scenario_risk.go b/pkg/coredata/risk_assessment_scenario_risk.go index 67b2ea1cb..5aa5e1ca7 100644 --- a/pkg/coredata/risk_assessment_scenario_risk.go +++ b/pkg/coredata/risk_assessment_scenario_risk.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/risk_assessment_scenario_threat.go b/pkg/coredata/risk_assessment_scenario_threat.go index c581a5d59..00f9eb48b 100644 --- a/pkg/coredata/risk_assessment_scenario_threat.go +++ b/pkg/coredata/risk_assessment_scenario_threat.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/risk_assessment_scope.go b/pkg/coredata/risk_assessment_scope.go index d3204c54f..661aee83a 100644 --- a/pkg/coredata/risk_assessment_scope.go +++ b/pkg/coredata/risk_assessment_scope.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/risk_assessment_scope_order_field.go b/pkg/coredata/risk_assessment_scope_order_field.go index 8d36bf943..f3e30bde5 100644 --- a/pkg/coredata/risk_assessment_scope_order_field.go +++ b/pkg/coredata/risk_assessment_scope_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/risk_assessment_threat.go b/pkg/coredata/risk_assessment_threat.go index 7e0f60d25..d234622ca 100644 --- a/pkg/coredata/risk_assessment_threat.go +++ b/pkg/coredata/risk_assessment_threat.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/risk_assessment_threat_order_field.go b/pkg/coredata/risk_assessment_threat_order_field.go index b56a07ecb..f4b729b0d 100644 --- a/pkg/coredata/risk_assessment_threat_order_field.go +++ b/pkg/coredata/risk_assessment_threat_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/risk_document.go b/pkg/coredata/risk_document.go index e6592c203..905e60d73 100644 --- a/pkg/coredata/risk_document.go +++ b/pkg/coredata/risk_document.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/risk_filter.go b/pkg/coredata/risk_filter.go index b8daf37f1..bb4fe0d73 100644 --- a/pkg/coredata/risk_filter.go +++ b/pkg/coredata/risk_filter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/risk_mesure.go b/pkg/coredata/risk_mesure.go index f57a58938..6c2a5fd4b 100644 --- a/pkg/coredata/risk_mesure.go +++ b/pkg/coredata/risk_mesure.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/risk_obligation.go b/pkg/coredata/risk_obligation.go index 699627369..093c082e0 100644 --- a/pkg/coredata/risk_obligation.go +++ b/pkg/coredata/risk_obligation.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/risk_order_field.go b/pkg/coredata/risk_order_field.go index 88d76c445..d085bf47d 100644 --- a/pkg/coredata/risk_order_field.go +++ b/pkg/coredata/risk_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/risk_treatment.go b/pkg/coredata/risk_treatment.go index 6dc8e9a39..a8268ae13 100644 --- a/pkg/coredata/risk_treatment.go +++ b/pkg/coredata/risk_treatment.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/saml_assertion.go b/pkg/coredata/saml_assertion.go index f6dda3332..419c39d12 100644 --- a/pkg/coredata/saml_assertion.go +++ b/pkg/coredata/saml_assertion.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/saml_configuration.go b/pkg/coredata/saml_configuration.go index e8ce99c9e..1ef9d73db 100644 --- a/pkg/coredata/saml_configuration.go +++ b/pkg/coredata/saml_configuration.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/saml_configuration_order_field.go b/pkg/coredata/saml_configuration_order_field.go index 4dea85b94..dedb7070e 100644 --- a/pkg/coredata/saml_configuration_order_field.go +++ b/pkg/coredata/saml_configuration_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/saml_enforcement_policy.go b/pkg/coredata/saml_enforcement_policy.go index 7ddbae2a3..72c0546c2 100644 --- a/pkg/coredata/saml_enforcement_policy.go +++ b/pkg/coredata/saml_enforcement_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/saml_request.go b/pkg/coredata/saml_request.go index c8d40ae2b..a0f05b3b7 100644 --- a/pkg/coredata/saml_request.go +++ b/pkg/coredata/saml_request.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/scim_bridge.go b/pkg/coredata/scim_bridge.go index 9e7d675a3..98da7aa11 100644 --- a/pkg/coredata/scim_bridge.go +++ b/pkg/coredata/scim_bridge.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/scim_bridge_order_field.go b/pkg/coredata/scim_bridge_order_field.go index 4a047a85a..225153fc8 100644 --- a/pkg/coredata/scim_bridge_order_field.go +++ b/pkg/coredata/scim_bridge_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/scim_bridge_state.go b/pkg/coredata/scim_bridge_state.go index ab417012f..46b2d9bcf 100644 --- a/pkg/coredata/scim_bridge_state.go +++ b/pkg/coredata/scim_bridge_state.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/scim_bridge_type.go b/pkg/coredata/scim_bridge_type.go index 47b870855..960b69f06 100644 --- a/pkg/coredata/scim_bridge_type.go +++ b/pkg/coredata/scim_bridge_type.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/scim_configuration.go b/pkg/coredata/scim_configuration.go index e98e29b18..47450166a 100644 --- a/pkg/coredata/scim_configuration.go +++ b/pkg/coredata/scim_configuration.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/scim_configuration_order_field.go b/pkg/coredata/scim_configuration_order_field.go index 08d9e0b2c..390d0e5a9 100644 --- a/pkg/coredata/scim_configuration_order_field.go +++ b/pkg/coredata/scim_configuration_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/scim_event.go b/pkg/coredata/scim_event.go index fa0de2e6b..945043b1e 100644 --- a/pkg/coredata/scim_event.go +++ b/pkg/coredata/scim_event.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/scim_event_order_field.go b/pkg/coredata/scim_event_order_field.go index be1622098..d353396c7 100644 --- a/pkg/coredata/scim_event_order_field.go +++ b/pkg/coredata/scim_event_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/scope.go b/pkg/coredata/scope.go index 1a6b2da58..243a5c5f4 100644 --- a/pkg/coredata/scope.go +++ b/pkg/coredata/scope.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/search_engine_indexing.go b/pkg/coredata/search_engine_indexing.go index 92678a574..8240ba665 100644 --- a/pkg/coredata/search_engine_indexing.go +++ b/pkg/coredata/search_engine_indexing.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/session.go b/pkg/coredata/session.go index 6e0625703..f521e804f 100644 --- a/pkg/coredata/session.go +++ b/pkg/coredata/session.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/session_order_field.go b/pkg/coredata/session_order_field.go index ad9f0f761..b99f44194 100644 --- a/pkg/coredata/session_order_field.go +++ b/pkg/coredata/session_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/slack_message.go b/pkg/coredata/slack_message.go index 6239d0022..392328851 100644 --- a/pkg/coredata/slack_message.go +++ b/pkg/coredata/slack_message.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/slack_message_type.go b/pkg/coredata/slack_message_type.go index 936c70a39..4c228af8d 100644 --- a/pkg/coredata/slack_message_type.go +++ b/pkg/coredata/slack_message_type.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/statement_of_applicability.go b/pkg/coredata/statement_of_applicability.go index c61e109d0..cbb7ef51b 100644 --- a/pkg/coredata/statement_of_applicability.go +++ b/pkg/coredata/statement_of_applicability.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/statement_of_applicability_order_field.go b/pkg/coredata/statement_of_applicability_order_field.go index 116f679df..c95242dd7 100644 --- a/pkg/coredata/statement_of_applicability_order_field.go +++ b/pkg/coredata/statement_of_applicability_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/task.go b/pkg/coredata/task.go index 33cea7261..f005fee23 100644 --- a/pkg/coredata/task.go +++ b/pkg/coredata/task.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/task_order_field.go b/pkg/coredata/task_order_field.go index 05e09283f..bef6efb80 100644 --- a/pkg/coredata/task_order_field.go +++ b/pkg/coredata/task_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/task_priority.go b/pkg/coredata/task_priority.go index 253709323..f699e99a2 100644 --- a/pkg/coredata/task_priority.go +++ b/pkg/coredata/task_priority.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/task_state.go b/pkg/coredata/task_state.go index 41fc06d83..165a43b50 100644 --- a/pkg/coredata/task_state.go +++ b/pkg/coredata/task_state.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/third_party.go b/pkg/coredata/third_party.go index f6bc44f82..4f62b5005 100644 --- a/pkg/coredata/third_party.go +++ b/pkg/coredata/third_party.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/third_party_business_associate_agreement.go b/pkg/coredata/third_party_business_associate_agreement.go index a7d1b506b..c82446d4f 100644 --- a/pkg/coredata/third_party_business_associate_agreement.go +++ b/pkg/coredata/third_party_business_associate_agreement.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/third_party_business_associate_agreement_order_field.go b/pkg/coredata/third_party_business_associate_agreement_order_field.go index ba91702dd..76e92eadb 100644 --- a/pkg/coredata/third_party_business_associate_agreement_order_field.go +++ b/pkg/coredata/third_party_business_associate_agreement_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/third_party_category.go b/pkg/coredata/third_party_category.go index 880b4ff09..67d335b95 100644 --- a/pkg/coredata/third_party_category.go +++ b/pkg/coredata/third_party_category.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/third_party_compliance_report.go b/pkg/coredata/third_party_compliance_report.go index e451d4bb7..83b1c6842 100644 --- a/pkg/coredata/third_party_compliance_report.go +++ b/pkg/coredata/third_party_compliance_report.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/third_party_compliance_report_order_field.go b/pkg/coredata/third_party_compliance_report_order_field.go index d636c7975..d4d96c99d 100644 --- a/pkg/coredata/third_party_compliance_report_order_field.go +++ b/pkg/coredata/third_party_compliance_report_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/third_party_contact.go b/pkg/coredata/third_party_contact.go index 3db5f40f9..462f16a52 100644 --- a/pkg/coredata/third_party_contact.go +++ b/pkg/coredata/third_party_contact.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/third_party_contact_order_field.go b/pkg/coredata/third_party_contact_order_field.go index cea47d5bf..209c007c5 100644 --- a/pkg/coredata/third_party_contact_order_field.go +++ b/pkg/coredata/third_party_contact_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/third_party_data_privacy_agreement.go b/pkg/coredata/third_party_data_privacy_agreement.go index 77495cf75..e338aa6cf 100644 --- a/pkg/coredata/third_party_data_privacy_agreement.go +++ b/pkg/coredata/third_party_data_privacy_agreement.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/third_party_data_privacy_agreement_order_field.go b/pkg/coredata/third_party_data_privacy_agreement_order_field.go index 8b7434cee..923827f1a 100644 --- a/pkg/coredata/third_party_data_privacy_agreement_order_field.go +++ b/pkg/coredata/third_party_data_privacy_agreement_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/third_party_filter.go b/pkg/coredata/third_party_filter.go index f5e50ee41..96f7b234c 100644 --- a/pkg/coredata/third_party_filter.go +++ b/pkg/coredata/third_party_filter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/third_party_order_field.go b/pkg/coredata/third_party_order_field.go index 7513e0d2e..534a97a1c 100644 --- a/pkg/coredata/third_party_order_field.go +++ b/pkg/coredata/third_party_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/third_party_risk_assessment.go b/pkg/coredata/third_party_risk_assessment.go index d22b538dd..4a64f32b5 100644 --- a/pkg/coredata/third_party_risk_assessment.go +++ b/pkg/coredata/third_party_risk_assessment.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/third_party_risk_assessment_order_field.go b/pkg/coredata/third_party_risk_assessment_order_field.go index f6ebff12f..6937fdbe6 100644 --- a/pkg/coredata/third_party_risk_assessment_order_field.go +++ b/pkg/coredata/third_party_risk_assessment_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/third_party_service.go b/pkg/coredata/third_party_service.go index 097b9762d..df74fb153 100644 --- a/pkg/coredata/third_party_service.go +++ b/pkg/coredata/third_party_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/third_party_service_order_field.go b/pkg/coredata/third_party_service_order_field.go index ce1ea1df0..c83c1ffc1 100644 --- a/pkg/coredata/third_party_service_order_field.go +++ b/pkg/coredata/third_party_service_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/third_party_third_party.go b/pkg/coredata/third_party_third_party.go index 1da5261d3..ac5e2a7e1 100644 --- a/pkg/coredata/third_party_third_party.go +++ b/pkg/coredata/third_party_third_party.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/third_party_vetting.go b/pkg/coredata/third_party_vetting.go index c558b6e7a..778bd8542 100644 --- a/pkg/coredata/third_party_vetting.go +++ b/pkg/coredata/third_party_vetting.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/third_party_vetting_status.go b/pkg/coredata/third_party_vetting_status.go index d9ace7db9..e2ee0b8e0 100644 --- a/pkg/coredata/third_party_vetting_status.go +++ b/pkg/coredata/third_party_vetting_status.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/token.go b/pkg/coredata/token.go index a27ba8f7b..ab07cda2f 100644 --- a/pkg/coredata/token.go +++ b/pkg/coredata/token.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/tracker_pattern.go b/pkg/coredata/tracker_pattern.go index d18e57671..39a5ee4fc 100644 --- a/pkg/coredata/tracker_pattern.go +++ b/pkg/coredata/tracker_pattern.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/tracker_pattern_filter.go b/pkg/coredata/tracker_pattern_filter.go index 7fc6052f1..d816503c3 100644 --- a/pkg/coredata/tracker_pattern_filter.go +++ b/pkg/coredata/tracker_pattern_filter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/tracker_pattern_match_type.go b/pkg/coredata/tracker_pattern_match_type.go index d95be6905..381aefa5d 100644 --- a/pkg/coredata/tracker_pattern_match_type.go +++ b/pkg/coredata/tracker_pattern_match_type.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/tracker_pattern_order_field.go b/pkg/coredata/tracker_pattern_order_field.go index 565e9ae23..ffff3c726 100644 --- a/pkg/coredata/tracker_pattern_order_field.go +++ b/pkg/coredata/tracker_pattern_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/tracker_pattern_test.go b/pkg/coredata/tracker_pattern_test.go index 74c31c612..aaa7fc399 100644 --- a/pkg/coredata/tracker_pattern_test.go +++ b/pkg/coredata/tracker_pattern_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/tracker_resource.go b/pkg/coredata/tracker_resource.go index 683a65e7f..958c6335a 100644 --- a/pkg/coredata/tracker_resource.go +++ b/pkg/coredata/tracker_resource.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/tracker_resource_filter.go b/pkg/coredata/tracker_resource_filter.go index 9032660d9..5596d76ca 100644 --- a/pkg/coredata/tracker_resource_filter.go +++ b/pkg/coredata/tracker_resource_filter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/tracker_resource_order_field.go b/pkg/coredata/tracker_resource_order_field.go index 819c51890..d1b665dfa 100644 --- a/pkg/coredata/tracker_resource_order_field.go +++ b/pkg/coredata/tracker_resource_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/tracker_resource_type.go b/pkg/coredata/tracker_resource_type.go index 8e88f6442..6617001eb 100644 --- a/pkg/coredata/tracker_resource_type.go +++ b/pkg/coredata/tracker_resource_type.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/tracker_type.go b/pkg/coredata/tracker_type.go index 832534bff..289d930e5 100644 --- a/pkg/coredata/tracker_type.go +++ b/pkg/coredata/tracker_type.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/transfer_impact_assessment.go b/pkg/coredata/transfer_impact_assessment.go index 91fb13ca2..5509ef725 100644 --- a/pkg/coredata/transfer_impact_assessment.go +++ b/pkg/coredata/transfer_impact_assessment.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/transfer_impact_assessment_order_field.go b/pkg/coredata/transfer_impact_assessment_order_field.go index 5cd3f511c..80019af78 100644 --- a/pkg/coredata/transfer_impact_assessment_order_field.go +++ b/pkg/coredata/transfer_impact_assessment_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/trust_center.go b/pkg/coredata/trust_center.go index 99259f30c..39f57b109 100644 --- a/pkg/coredata/trust_center.go +++ b/pkg/coredata/trust_center.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/trust_center_access.go b/pkg/coredata/trust_center_access.go index 3713462c2..8a044f381 100644 --- a/pkg/coredata/trust_center_access.go +++ b/pkg/coredata/trust_center_access.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/trust_center_access_order_field.go b/pkg/coredata/trust_center_access_order_field.go index 181d1e1db..9cf1fec82 100644 --- a/pkg/coredata/trust_center_access_order_field.go +++ b/pkg/coredata/trust_center_access_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/trust_center_access_state.go b/pkg/coredata/trust_center_access_state.go index e67d76412..c0f4a737d 100644 --- a/pkg/coredata/trust_center_access_state.go +++ b/pkg/coredata/trust_center_access_state.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/trust_center_document_access.go b/pkg/coredata/trust_center_document_access.go index 4fe8cad58..9b09004a6 100644 --- a/pkg/coredata/trust_center_document_access.go +++ b/pkg/coredata/trust_center_document_access.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/trust_center_document_access_order_field.go b/pkg/coredata/trust_center_document_access_order_field.go index bb556832f..21fdbbe5a 100644 --- a/pkg/coredata/trust_center_document_access_order_field.go +++ b/pkg/coredata/trust_center_document_access_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/trust_center_document_access_status.go b/pkg/coredata/trust_center_document_access_status.go index 1bcf8ac99..21d15e9b3 100644 --- a/pkg/coredata/trust_center_document_access_status.go +++ b/pkg/coredata/trust_center_document_access_status.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/trust_center_file.go b/pkg/coredata/trust_center_file.go index aff41e7c7..e36229b45 100644 --- a/pkg/coredata/trust_center_file.go +++ b/pkg/coredata/trust_center_file.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/trust_center_file_filter.go b/pkg/coredata/trust_center_file_filter.go index a65a427ad..5a7a3b5e7 100644 --- a/pkg/coredata/trust_center_file_filter.go +++ b/pkg/coredata/trust_center_file_filter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/trust_center_file_order_field.go b/pkg/coredata/trust_center_file_order_field.go index e3dac8bee..fccd00e83 100644 --- a/pkg/coredata/trust_center_file_order_field.go +++ b/pkg/coredata/trust_center_file_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/trust_center_order_field.go b/pkg/coredata/trust_center_order_field.go index 9b3e48682..46b2c03bc 100644 --- a/pkg/coredata/trust_center_order_field.go +++ b/pkg/coredata/trust_center_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/trust_center_reference.go b/pkg/coredata/trust_center_reference.go index 6c103c3ec..ada561c2f 100644 --- a/pkg/coredata/trust_center_reference.go +++ b/pkg/coredata/trust_center_reference.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/trust_center_reference_order_field.go b/pkg/coredata/trust_center_reference_order_field.go index 5da836e36..2e5c288c4 100644 --- a/pkg/coredata/trust_center_reference_order_field.go +++ b/pkg/coredata/trust_center_reference_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/trust_center_visibility.go b/pkg/coredata/trust_center_visibility.go index 0922c0c63..75d1d61ee 100644 --- a/pkg/coredata/trust_center_visibility.go +++ b/pkg/coredata/trust_center_visibility.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/user_auth_method.go b/pkg/coredata/user_auth_method.go index acb8d63fd..127169fdf 100644 --- a/pkg/coredata/user_auth_method.go +++ b/pkg/coredata/user_auth_method.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/webhook_data.go b/pkg/coredata/webhook_data.go index cb733b453..4766535b0 100644 --- a/pkg/coredata/webhook_data.go +++ b/pkg/coredata/webhook_data.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/webhook_event.go b/pkg/coredata/webhook_event.go index 908c40d40..a669fb091 100644 --- a/pkg/coredata/webhook_event.go +++ b/pkg/coredata/webhook_event.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/webhook_event_order_field.go b/pkg/coredata/webhook_event_order_field.go index 0de33a59f..40a7cf9e6 100644 --- a/pkg/coredata/webhook_event_order_field.go +++ b/pkg/coredata/webhook_event_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/webhook_event_status.go b/pkg/coredata/webhook_event_status.go index 82abd81ad..8c26d66e9 100644 --- a/pkg/coredata/webhook_event_status.go +++ b/pkg/coredata/webhook_event_status.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/webhook_event_type.go b/pkg/coredata/webhook_event_type.go index 6bff3f1f4..36fabedb1 100644 --- a/pkg/coredata/webhook_event_type.go +++ b/pkg/coredata/webhook_event_type.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/webhook_subscription.go b/pkg/coredata/webhook_subscription.go index 2b82edf65..09604d331 100644 --- a/pkg/coredata/webhook_subscription.go +++ b/pkg/coredata/webhook_subscription.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/coredata/webhook_subscription_order_field.go b/pkg/coredata/webhook_subscription_order_field.go index d4d46a534..b81de08a8 100644 --- a/pkg/coredata/webhook_subscription_order_field.go +++ b/pkg/coredata/webhook_subscription_order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/crypto/cipher/cipher.go b/pkg/crypto/cipher/cipher.go index e8146fd1e..f61b6c73b 100644 --- a/pkg/crypto/cipher/cipher.go +++ b/pkg/crypto/cipher/cipher.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/crypto/hash/hash.go b/pkg/crypto/hash/hash.go index 71f0a0f1b..6292e8e48 100644 --- a/pkg/crypto/hash/hash.go +++ b/pkg/crypto/hash/hash.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/crypto/jose/jose.go b/pkg/crypto/jose/jose.go index 4a0b56d92..a372b3bce 100644 --- a/pkg/crypto/jose/jose.go +++ b/pkg/crypto/jose/jose.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/crypto/jose/jose_test.go b/pkg/crypto/jose/jose_test.go index c6ae6f1f5..6846a9afc 100644 --- a/pkg/crypto/jose/jose_test.go +++ b/pkg/crypto/jose/jose_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/crypto/keys/keys.go b/pkg/crypto/keys/keys.go index 3e1312af6..56b683d0a 100644 --- a/pkg/crypto/keys/keys.go +++ b/pkg/crypto/keys/keys.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/crypto/keys/keys_test.go b/pkg/crypto/keys/keys_test.go index a702dc62f..ae7dc87cd 100644 --- a/pkg/crypto/keys/keys_test.go +++ b/pkg/crypto/keys/keys_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/crypto/passwdhash/passwdhash.go b/pkg/crypto/passwdhash/passwdhash.go index c2eead280..2362fe4e2 100644 --- a/pkg/crypto/passwdhash/passwdhash.go +++ b/pkg/crypto/passwdhash/passwdhash.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/crypto/pem/pem.go b/pkg/crypto/pem/pem.go index ea936efb7..43fffdeba 100644 --- a/pkg/crypto/pem/pem.go +++ b/pkg/crypto/pem/pem.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/crypto/pem/pem_test.go b/pkg/crypto/pem/pem_test.go index 2722938d8..58702e15d 100644 --- a/pkg/crypto/pem/pem_test.go +++ b/pkg/crypto/pem/pem_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/crypto/rand/rand.go b/pkg/crypto/rand/rand.go index 6c62f69e6..227949acb 100644 --- a/pkg/crypto/rand/rand.go +++ b/pkg/crypto/rand/rand.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/agent.go b/pkg/deviceagent/agent.go index 4c12f9328..ecd321c78 100644 --- a/pkg/deviceagent/agent.go +++ b/pkg/deviceagent/agent.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/agent_test.go b/pkg/deviceagent/agent_test.go index c28b1c7d8..5928d790f 100644 --- a/pkg/deviceagent/agent_test.go +++ b/pkg/deviceagent/agent_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/atomicfile_unix.go b/pkg/deviceagent/atomicfile_unix.go index 45ba60e9c..b9b061c35 100644 --- a/pkg/deviceagent/atomicfile_unix.go +++ b/pkg/deviceagent/atomicfile_unix.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/atomicfile_windows.go b/pkg/deviceagent/atomicfile_windows.go index 7caeb2b02..1ae031ec1 100644 --- a/pkg/deviceagent/atomicfile_windows.go +++ b/pkg/deviceagent/atomicfile_windows.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/checks/check.go b/pkg/deviceagent/checks/check.go index 0c27b1bbc..4962be3ed 100644 --- a/pkg/deviceagent/checks/check.go +++ b/pkg/deviceagent/checks/check.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/checks/checks_darwin.go b/pkg/deviceagent/checks/checks_darwin.go index 2f7d7c4be..114d19492 100644 --- a/pkg/deviceagent/checks/checks_darwin.go +++ b/pkg/deviceagent/checks/checks_darwin.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/checks/checks_freebsd.go b/pkg/deviceagent/checks/checks_freebsd.go index 0062a2446..f43e553c3 100644 --- a/pkg/deviceagent/checks/checks_freebsd.go +++ b/pkg/deviceagent/checks/checks_freebsd.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/checks/checks_linux.go b/pkg/deviceagent/checks/checks_linux.go index 79d8b81c2..1d67f70e4 100644 --- a/pkg/deviceagent/checks/checks_linux.go +++ b/pkg/deviceagent/checks/checks_linux.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/checks/checks_linux_screenlock_test.go b/pkg/deviceagent/checks/checks_linux_screenlock_test.go index cb4776d2b..63c137fee 100644 --- a/pkg/deviceagent/checks/checks_linux_screenlock_test.go +++ b/pkg/deviceagent/checks/checks_linux_screenlock_test.go @@ -1,6 +1,6 @@ //go:build linux -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/checks/checks_windows.go b/pkg/deviceagent/checks/checks_windows.go index 296a4640f..51ac785fa 100644 --- a/pkg/deviceagent/checks/checks_windows.go +++ b/pkg/deviceagent/checks/checks_windows.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/checks/evidence.go b/pkg/deviceagent/checks/evidence.go index 10f1ca6a5..3acd77322 100644 --- a/pkg/deviceagent/checks/evidence.go +++ b/pkg/deviceagent/checks/evidence.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/checks/registry.go b/pkg/deviceagent/checks/registry.go index f4325475a..ffc903890 100644 --- a/pkg/deviceagent/checks/registry.go +++ b/pkg/deviceagent/checks/registry.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/checks/runcmd.go b/pkg/deviceagent/checks/runcmd.go index ad29e7e4d..6119f8581 100644 --- a/pkg/deviceagent/checks/runcmd.go +++ b/pkg/deviceagent/checks/runcmd.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/checks/runcmd_paths_darwin.go b/pkg/deviceagent/checks/runcmd_paths_darwin.go index 1c78c951d..c157eb715 100644 --- a/pkg/deviceagent/checks/runcmd_paths_darwin.go +++ b/pkg/deviceagent/checks/runcmd_paths_darwin.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/checks/runcmd_paths_freebsd.go b/pkg/deviceagent/checks/runcmd_paths_freebsd.go index d18f7413b..8904aa7c0 100644 --- a/pkg/deviceagent/checks/runcmd_paths_freebsd.go +++ b/pkg/deviceagent/checks/runcmd_paths_freebsd.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/checks/runcmd_paths_linux.go b/pkg/deviceagent/checks/runcmd_paths_linux.go index c4ea36d57..44c319cc2 100644 --- a/pkg/deviceagent/checks/runcmd_paths_linux.go +++ b/pkg/deviceagent/checks/runcmd_paths_linux.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/checks/runcmd_paths_other.go b/pkg/deviceagent/checks/runcmd_paths_other.go index 285f73001..2eb880d10 100644 --- a/pkg/deviceagent/checks/runcmd_paths_other.go +++ b/pkg/deviceagent/checks/runcmd_paths_other.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/checks/runcmd_paths_windows.go b/pkg/deviceagent/checks/runcmd_paths_windows.go index c4dd96af6..d1f77c1c5 100644 --- a/pkg/deviceagent/checks/runcmd_paths_windows.go +++ b/pkg/deviceagent/checks/runcmd_paths_windows.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/checks/shared.go b/pkg/deviceagent/checks/shared.go index 14f729b1a..1a1cb67cc 100644 --- a/pkg/deviceagent/checks/shared.go +++ b/pkg/deviceagent/checks/shared.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/checks/status.go b/pkg/deviceagent/checks/status.go index 9a307bdab..a6c9fcd0b 100644 --- a/pkg/deviceagent/checks/status.go +++ b/pkg/deviceagent/checks/status.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/client.go b/pkg/deviceagent/client.go index b58fac851..1348417c3 100644 --- a/pkg/deviceagent/client.go +++ b/pkg/deviceagent/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/config.go b/pkg/deviceagent/config.go index afcf0bcae..c257a86d7 100644 --- a/pkg/deviceagent/config.go +++ b/pkg/deviceagent/config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/config_paths_other.go b/pkg/deviceagent/config_paths_other.go index ff04ba612..c3ee1a6ee 100644 --- a/pkg/deviceagent/config_paths_other.go +++ b/pkg/deviceagent/config_paths_other.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/config_paths_windows.go b/pkg/deviceagent/config_paths_windows.go index 05fdf299a..fa7de680f 100644 --- a/pkg/deviceagent/config_paths_windows.go +++ b/pkg/deviceagent/config_paths_windows.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/config_test.go b/pkg/deviceagent/config_test.go index c2c33da39..9403ca416 100644 --- a/pkg/deviceagent/config_test.go +++ b/pkg/deviceagent/config_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/hostinfo.go b/pkg/deviceagent/hostinfo.go index 2195ca61a..c301abea5 100644 --- a/pkg/deviceagent/hostinfo.go +++ b/pkg/deviceagent/hostinfo.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/hostinfo_darwin.go b/pkg/deviceagent/hostinfo_darwin.go index a8a6536d3..0e750f829 100644 --- a/pkg/deviceagent/hostinfo_darwin.go +++ b/pkg/deviceagent/hostinfo_darwin.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/hostinfo_freebsd.go b/pkg/deviceagent/hostinfo_freebsd.go index 99b47c3e8..f5f711afc 100644 --- a/pkg/deviceagent/hostinfo_freebsd.go +++ b/pkg/deviceagent/hostinfo_freebsd.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/hostinfo_linux.go b/pkg/deviceagent/hostinfo_linux.go index 7716d6ba2..e5cec5ae7 100644 --- a/pkg/deviceagent/hostinfo_linux.go +++ b/pkg/deviceagent/hostinfo_linux.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/hostinfo_other.go b/pkg/deviceagent/hostinfo_other.go index 91889cfb7..3e004355d 100644 --- a/pkg/deviceagent/hostinfo_other.go +++ b/pkg/deviceagent/hostinfo_other.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/hostinfo_windows.go b/pkg/deviceagent/hostinfo_windows.go index 331f7d833..9e753ac2d 100644 --- a/pkg/deviceagent/hostinfo_windows.go +++ b/pkg/deviceagent/hostinfo_windows.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/keystore.go b/pkg/deviceagent/keystore.go index 33abf880e..c0d438d88 100644 --- a/pkg/deviceagent/keystore.go +++ b/pkg/deviceagent/keystore.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/posture_queue.go b/pkg/deviceagent/posture_queue.go index c1199e720..1d666b9d0 100644 --- a/pkg/deviceagent/posture_queue.go +++ b/pkg/deviceagent/posture_queue.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/posture_queue_test.go b/pkg/deviceagent/posture_queue_test.go index 0f53d9300..ae81d35ff 100644 --- a/pkg/deviceagent/posture_queue_test.go +++ b/pkg/deviceagent/posture_queue_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/service/service.go b/pkg/deviceagent/service/service.go index 66052960b..482648c3c 100644 --- a/pkg/deviceagent/service/service.go +++ b/pkg/deviceagent/service/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/service/service_darwin.go b/pkg/deviceagent/service/service_darwin.go index 7f252ecf3..040cadf75 100644 --- a/pkg/deviceagent/service/service_darwin.go +++ b/pkg/deviceagent/service/service_darwin.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/service/service_freebsd.go b/pkg/deviceagent/service/service_freebsd.go index a21e7b984..408db6407 100644 --- a/pkg/deviceagent/service/service_freebsd.go +++ b/pkg/deviceagent/service/service_freebsd.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/service/service_linux.go b/pkg/deviceagent/service/service_linux.go index b8f39ed0c..28083feb3 100644 --- a/pkg/deviceagent/service/service_linux.go +++ b/pkg/deviceagent/service/service_linux.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/service/service_windows.go b/pkg/deviceagent/service/service_windows.go index 336a4f176..77fcfed72 100644 --- a/pkg/deviceagent/service/service_windows.go +++ b/pkg/deviceagent/service/service_windows.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/service/validate.go b/pkg/deviceagent/service/validate.go index 490676f3d..4bd20ceb9 100644 --- a/pkg/deviceagent/service/validate.go +++ b/pkg/deviceagent/service/validate.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/service/validate_windows.go b/pkg/deviceagent/service/validate_windows.go index 4e9a7feca..4667863bc 100644 --- a/pkg/deviceagent/service/validate_windows.go +++ b/pkg/deviceagent/service/validate_windows.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/update/archive.go b/pkg/deviceagent/update/archive.go index 4a21b6730..f6d0b6369 100644 --- a/pkg/deviceagent/update/archive.go +++ b/pkg/deviceagent/update/archive.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/update/asset.go b/pkg/deviceagent/update/asset.go index fa6820198..4cd7c1599 100644 --- a/pkg/deviceagent/update/asset.go +++ b/pkg/deviceagent/update/asset.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/update/asset_test.go b/pkg/deviceagent/update/asset_test.go index 054733401..7f555a671 100644 --- a/pkg/deviceagent/update/asset_test.go +++ b/pkg/deviceagent/update/asset_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/update/copy.go b/pkg/deviceagent/update/copy.go index d48ce9937..11bd0262f 100644 --- a/pkg/deviceagent/update/copy.go +++ b/pkg/deviceagent/update/copy.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/update/install_unix.go b/pkg/deviceagent/update/install_unix.go index 5da7bcbc7..adb5fa218 100644 --- a/pkg/deviceagent/update/install_unix.go +++ b/pkg/deviceagent/update/install_unix.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/update/install_windows.go b/pkg/deviceagent/update/install_windows.go index ee2d02d44..90cc105ee 100644 --- a/pkg/deviceagent/update/install_windows.go +++ b/pkg/deviceagent/update/install_windows.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/update/update.go b/pkg/deviceagent/update/update.go index 8669aed8d..9d725c885 100644 --- a/pkg/deviceagent/update/update.go +++ b/pkg/deviceagent/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/update/update_test.go b/pkg/deviceagent/update/update_test.go index 291c79c9a..692707cf2 100644 --- a/pkg/deviceagent/update/update_test.go +++ b/pkg/deviceagent/update/update_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/update/verify.go b/pkg/deviceagent/update/verify.go index 4fc06498c..7f6d1d371 100644 --- a/pkg/deviceagent/update/verify.go +++ b/pkg/deviceagent/update/verify.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/docgen/generator.go b/pkg/docgen/generator.go index 67d34620a..d858a81ac 100644 --- a/pkg/docgen/generator.go +++ b/pkg/docgen/generator.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/docgen/generator_test.go b/pkg/docgen/generator_test.go index 3aee54731..8fb8331b5 100644 --- a/pkg/docgen/generator_test.go +++ b/pkg/docgen/generator_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/esign/certgen.go b/pkg/esign/certgen.go index 9730989ac..9cda689c8 100644 --- a/pkg/esign/certgen.go +++ b/pkg/esign/certgen.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/esign/completion_certificate_worker.go b/pkg/esign/completion_certificate_worker.go index ac925e1a8..7d6ce5187 100644 --- a/pkg/esign/completion_certificate_worker.go +++ b/pkg/esign/completion_certificate_worker.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/esign/errors.go b/pkg/esign/errors.go index a654e132f..da4dbec06 100644 --- a/pkg/esign/errors.go +++ b/pkg/esign/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/esign/sealing_worker.go b/pkg/esign/sealing_worker.go index 1f86246dd..c7c7ec0c7 100644 --- a/pkg/esign/sealing_worker.go +++ b/pkg/esign/sealing_worker.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/esign/service.go b/pkg/esign/service.go index 3033dc935..c1e6d647e 100644 --- a/pkg/esign/service.go +++ b/pkg/esign/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/esign/stamp.go b/pkg/esign/stamp.go index 00f6bd214..7954975df 100644 --- a/pkg/esign/stamp.go +++ b/pkg/esign/stamp.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/esign/tsa.go b/pkg/esign/tsa.go index 8829e95ad..7e96d2e6b 100644 --- a/pkg/esign/tsa.go +++ b/pkg/esign/tsa.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/evidencedescriber/evidencedescriber.go b/pkg/evidencedescriber/evidencedescriber.go index db7d55216..e78e361b6 100644 --- a/pkg/evidencedescriber/evidencedescriber.go +++ b/pkg/evidencedescriber/evidencedescriber.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/file/service.go b/pkg/file/service.go index 16b43ad2f..44afa53e6 100644 --- a/pkg/file/service.go +++ b/pkg/file/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/filemanager/service.go b/pkg/filemanager/service.go index c45552037..281c50239 100644 --- a/pkg/filemanager/service.go +++ b/pkg/filemanager/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/filesign/service.go b/pkg/filesign/service.go index 282d33891..d93b1c686 100644 --- a/pkg/filesign/service.go +++ b/pkg/filesign/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/filevalidation/validator.go b/pkg/filevalidation/validator.go index e8b9d3544..2ffea96d4 100644 --- a/pkg/filevalidation/validator.go +++ b/pkg/filevalidation/validator.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/filevalidation/validator_test.go b/pkg/filevalidation/validator_test.go index 41e2a53e7..3be793586 100644 --- a/pkg/filevalidation/validator_test.go +++ b/pkg/filevalidation/validator_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/geoloc/service.go b/pkg/geoloc/service.go index 59680f065..e5799101d 100644 --- a/pkg/geoloc/service.go +++ b/pkg/geoloc/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/gid/gid.go b/pkg/gid/gid.go index 9b186f65b..3749bd4c7 100644 --- a/pkg/gid/gid.go +++ b/pkg/gid/gid.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/gid/tenant_id.go b/pkg/gid/tenant_id.go index 4256adf1b..3ea48b5ff 100644 --- a/pkg/gid/tenant_id.go +++ b/pkg/gid/tenant_id.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/html2pdf/converter.go b/pkg/html2pdf/converter.go index fed566ab8..072e1e7a9 100644 --- a/pkg/html2pdf/converter.go +++ b/pkg/html2pdf/converter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/html2pdf/converter_test.go b/pkg/html2pdf/converter_test.go index 857a607d0..39dca385d 100644 --- a/pkg/html2pdf/converter_test.go +++ b/pkg/html2pdf/converter_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/html2pdf/margin.go b/pkg/html2pdf/margin.go index 6591061a6..191362516 100644 --- a/pkg/html2pdf/margin.go +++ b/pkg/html2pdf/margin.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/html2pdf/margin_test.go b/pkg/html2pdf/margin_test.go index 4f63ccb52..6d7eb8fba 100644 --- a/pkg/html2pdf/margin_test.go +++ b/pkg/html2pdf/margin_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/html2pdf/orientation.go b/pkg/html2pdf/orientation.go index 7a528039d..5ad28b05f 100644 --- a/pkg/html2pdf/orientation.go +++ b/pkg/html2pdf/orientation.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/html2pdf/page_format.go b/pkg/html2pdf/page_format.go index 64b4017dd..9820cb583 100644 --- a/pkg/html2pdf/page_format.go +++ b/pkg/html2pdf/page_format.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/account_service.go b/pkg/iam/account_service.go index c155243da..1e5e9b5c9 100644 --- a/pkg/iam/account_service.go +++ b/pkg/iam/account_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/api_key.go b/pkg/iam/api_key.go index bd94d3f9a..aab8b4fc5 100644 --- a/pkg/iam/api_key.go +++ b/pkg/iam/api_key.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/auth_service.go b/pkg/iam/auth_service.go index 4a12f9eaa..b81ebf15a 100644 --- a/pkg/iam/auth_service.go +++ b/pkg/iam/auth_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/authorizer.go b/pkg/iam/authorizer.go index 5367762bd..d03edac41 100644 --- a/pkg/iam/authorizer.go +++ b/pkg/iam/authorizer.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/authorizer_batch_test.go b/pkg/iam/authorizer_batch_test.go index 34a1b09f1..f1f1c475b 100644 --- a/pkg/iam/authorizer_batch_test.go +++ b/pkg/iam/authorizer_batch_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/authorizer_unit_test.go b/pkg/iam/authorizer_unit_test.go index 967ea811a..c9c7a9b7f 100644 --- a/pkg/iam/authorizer_unit_test.go +++ b/pkg/iam/authorizer_unit_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/compliance_page_service.go b/pkg/iam/compliance_page_service.go index c2589ecd0..0f695c488 100644 --- a/pkg/iam/compliance_page_service.go +++ b/pkg/iam/compliance_page_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/errors.go b/pkg/iam/errors.go index f08ef1438..98bfa1745 100644 --- a/pkg/iam/errors.go +++ b/pkg/iam/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/errors_test.go b/pkg/iam/errors_test.go index 3f180ce94..da6c1bf20 100644 --- a/pkg/iam/errors_test.go +++ b/pkg/iam/errors_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/iam_actions.go b/pkg/iam/iam_actions.go index b1f853f20..d0cba78c0 100644 --- a/pkg/iam/iam_actions.go +++ b/pkg/iam/iam_actions.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/iam_policies.go b/pkg/iam/iam_policies.go index bdb20ba8c..523ceddfb 100644 --- a/pkg/iam/iam_policies.go +++ b/pkg/iam/iam_policies.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/oauth2server/errors.go b/pkg/iam/oauth2server/errors.go index ce4aa7d81..393c3a52b 100644 --- a/pkg/iam/oauth2server/errors.go +++ b/pkg/iam/oauth2server/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/oauth2server/gc.go b/pkg/iam/oauth2server/gc.go index 95af08261..a7a6413c3 100644 --- a/pkg/iam/oauth2server/gc.go +++ b/pkg/iam/oauth2server/gc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/oauth2server/id_token.go b/pkg/iam/oauth2server/id_token.go index 6ccb36410..1ba4aa738 100644 --- a/pkg/iam/oauth2server/id_token.go +++ b/pkg/iam/oauth2server/id_token.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/oauth2server/id_token_test.go b/pkg/iam/oauth2server/id_token_test.go index 1b4710bbb..c8adf871c 100644 --- a/pkg/iam/oauth2server/id_token_test.go +++ b/pkg/iam/oauth2server/id_token_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/oauth2server/metadata.go b/pkg/iam/oauth2server/metadata.go index 1e3e3e521..42a3bf599 100644 --- a/pkg/iam/oauth2server/metadata.go +++ b/pkg/iam/oauth2server/metadata.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/oauth2server/metadata_test.go b/pkg/iam/oauth2server/metadata_test.go index 1ec984500..a588ef23f 100644 --- a/pkg/iam/oauth2server/metadata_test.go +++ b/pkg/iam/oauth2server/metadata_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/oauth2server/pkce.go b/pkg/iam/oauth2server/pkce.go index 922f7c8a2..9655b5fec 100644 --- a/pkg/iam/oauth2server/pkce.go +++ b/pkg/iam/oauth2server/pkce.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/oauth2server/pkce_test.go b/pkg/iam/oauth2server/pkce_test.go index 60b1f647e..e69375c9c 100644 --- a/pkg/iam/oauth2server/pkce_test.go +++ b/pkg/iam/oauth2server/pkce_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/oauth2server/service.go b/pkg/iam/oauth2server/service.go index 3f051c7ff..42b3fdc22 100644 --- a/pkg/iam/oauth2server/service.go +++ b/pkg/iam/oauth2server/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/oidc/errors.go b/pkg/iam/oidc/errors.go index 334025efa..fb390326f 100644 --- a/pkg/iam/oidc/errors.go +++ b/pkg/iam/oidc/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/oidc/gc.go b/pkg/iam/oidc/gc.go index 11adffed7..5e4e9e973 100644 --- a/pkg/iam/oidc/gc.go +++ b/pkg/iam/oidc/gc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/oidc/service.go b/pkg/iam/oidc/service.go index bb0b2d3eb..f885ab5d1 100644 --- a/pkg/iam/oidc/service.go +++ b/pkg/iam/oidc/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/organization_service.go b/pkg/iam/organization_service.go index f35fb194b..ff7d51258 100644 --- a/pkg/iam/organization_service.go +++ b/pkg/iam/organization_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/policy/evaluator.go b/pkg/iam/policy/evaluator.go index 4e21ad0c4..8ea746947 100644 --- a/pkg/iam/policy/evaluator.go +++ b/pkg/iam/policy/evaluator.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/policy/evaluator_test.go b/pkg/iam/policy/evaluator_test.go index de9b6cab6..7e2b4a9d2 100644 --- a/pkg/iam/policy/evaluator_test.go +++ b/pkg/iam/policy/evaluator_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/policy/example_test.go b/pkg/iam/policy/example_test.go index ef19bf892..a027d8805 100644 --- a/pkg/iam/policy/example_test.go +++ b/pkg/iam/policy/example_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/policy/matcher.go b/pkg/iam/policy/matcher.go index b6937336b..7472de551 100644 --- a/pkg/iam/policy/matcher.go +++ b/pkg/iam/policy/matcher.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/policy/matcher_test.go b/pkg/iam/policy/matcher_test.go index bfbd4a40e..2625996f8 100644 --- a/pkg/iam/policy/matcher_test.go +++ b/pkg/iam/policy/matcher_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/policy/policy.go b/pkg/iam/policy/policy.go index e06f50317..7e303e717 100644 --- a/pkg/iam/policy/policy.go +++ b/pkg/iam/policy/policy.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/policy/policy_test.go b/pkg/iam/policy/policy_test.go index 282fb7504..e40d4dce3 100644 --- a/pkg/iam/policy/policy_test.go +++ b/pkg/iam/policy/policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/policy/statement.go b/pkg/iam/policy/statement.go index a35587810..1828acabe 100644 --- a/pkg/iam/policy/statement.go +++ b/pkg/iam/policy/statement.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/policy/statement_test.go b/pkg/iam/policy/statement_test.go index f86df8988..80bbebfd4 100644 --- a/pkg/iam/policy/statement_test.go +++ b/pkg/iam/policy/statement_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/policy_set.go b/pkg/iam/policy_set.go index 054f5e6c1..ca2745378 100644 --- a/pkg/iam/policy_set.go +++ b/pkg/iam/policy_set.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/policy_set_test.go b/pkg/iam/policy_set_test.go index ff959a41a..8273066e3 100644 --- a/pkg/iam/policy_set_test.go +++ b/pkg/iam/policy_set_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/saml/attributes.go b/pkg/iam/saml/attributes.go index 052c027ed..b8b25c058 100644 --- a/pkg/iam/saml/attributes.go +++ b/pkg/iam/saml/attributes.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/saml/errors.go b/pkg/iam/saml/errors.go index 8cd682def..611f15a5c 100644 --- a/pkg/iam/saml/errors.go +++ b/pkg/iam/saml/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/saml/gc.go b/pkg/iam/saml/gc.go index a4a9236f0..989b3fa6b 100644 --- a/pkg/iam/saml/gc.go +++ b/pkg/iam/saml/gc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/saml/service.go b/pkg/iam/saml/service.go index 096324e59..49cf089b6 100644 --- a/pkg/iam/saml/service.go +++ b/pkg/iam/saml/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/saml/sp.go b/pkg/iam/saml/sp.go index 0e15cf327..4a299827d 100644 --- a/pkg/iam/saml/sp.go +++ b/pkg/iam/saml/sp.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/saml_domain_verifier.go b/pkg/iam/saml_domain_verifier.go index b6fcde464..5b0ba2406 100644 --- a/pkg/iam/saml_domain_verifier.go +++ b/pkg/iam/saml_domain_verifier.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/scim/bridge/bridge.go b/pkg/iam/scim/bridge/bridge.go index a3da4f5ab..0b6340d84 100644 --- a/pkg/iam/scim/bridge/bridge.go +++ b/pkg/iam/scim/bridge/bridge.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/scim/bridge/bridge_test.go b/pkg/iam/scim/bridge/bridge_test.go index 1c59c9513..bf28f0b70 100644 --- a/pkg/iam/scim/bridge/bridge_test.go +++ b/pkg/iam/scim/bridge/bridge_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/scim/bridge/client/client.go b/pkg/iam/scim/bridge/client/client.go index e030fe782..1be159351 100644 --- a/pkg/iam/scim/bridge/client/client.go +++ b/pkg/iam/scim/bridge/client/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/scim/bridge/client/client_test.go b/pkg/iam/scim/bridge/client/client_test.go index a5414cd15..76ba306b3 100644 --- a/pkg/iam/scim/bridge/client/client_test.go +++ b/pkg/iam/scim/bridge/client/client_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/scim/bridge/provider/googleworkspace/oauth2_scopes.go b/pkg/iam/scim/bridge/provider/googleworkspace/oauth2_scopes.go index 6b1d913c5..1c6d8562f 100644 --- a/pkg/iam/scim/bridge/provider/googleworkspace/oauth2_scopes.go +++ b/pkg/iam/scim/bridge/provider/googleworkspace/oauth2_scopes.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/scim/bridge/provider/googleworkspace/provider.go b/pkg/iam/scim/bridge/provider/googleworkspace/provider.go index c44b2379e..97b148d2c 100644 --- a/pkg/iam/scim/bridge/provider/googleworkspace/provider.go +++ b/pkg/iam/scim/bridge/provider/googleworkspace/provider.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/scim/bridge/provider/microsoft365/oauth2_scopes.go b/pkg/iam/scim/bridge/provider/microsoft365/oauth2_scopes.go index 1afdf2795..eff0b2665 100644 --- a/pkg/iam/scim/bridge/provider/microsoft365/oauth2_scopes.go +++ b/pkg/iam/scim/bridge/provider/microsoft365/oauth2_scopes.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/scim/bridge/provider/microsoft365/provider.go b/pkg/iam/scim/bridge/provider/microsoft365/provider.go index 6b37e92d7..63e5fde21 100644 --- a/pkg/iam/scim/bridge/provider/microsoft365/provider.go +++ b/pkg/iam/scim/bridge/provider/microsoft365/provider.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/scim/bridge/provider/provider.go b/pkg/iam/scim/bridge/provider/provider.go index 192cbe940..4334529f1 100644 --- a/pkg/iam/scim/bridge/provider/provider.go +++ b/pkg/iam/scim/bridge/provider/provider.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/scim/bridge_runner.go b/pkg/iam/scim/bridge_runner.go index 6ae7d385f..89efdebf0 100644 --- a/pkg/iam/scim/bridge_runner.go +++ b/pkg/iam/scim/bridge_runner.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/scim/bridge_runner_backoff.go b/pkg/iam/scim/bridge_runner_backoff.go index 948f298d6..1967500b8 100644 --- a/pkg/iam/scim/bridge_runner_backoff.go +++ b/pkg/iam/scim/bridge_runner_backoff.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/scim/bridge_runner_state.go b/pkg/iam/scim/bridge_runner_state.go index a97020aea..fed34a29f 100644 --- a/pkg/iam/scim/bridge_runner_state.go +++ b/pkg/iam/scim/bridge_runner_state.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/scim/bridge_runner_sync.go b/pkg/iam/scim/bridge_runner_sync.go index f038f0f24..7c776a432 100644 --- a/pkg/iam/scim/bridge_runner_sync.go +++ b/pkg/iam/scim/bridge_runner_sync.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/scim/errors.go b/pkg/iam/scim/errors.go index 4484eecfc..49cd20f11 100644 --- a/pkg/iam/scim/errors.go +++ b/pkg/iam/scim/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/scim/filter.go b/pkg/iam/scim/filter.go index 5c12f0812..899d13bc6 100644 --- a/pkg/iam/scim/filter.go +++ b/pkg/iam/scim/filter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/scim/filter_test.go b/pkg/iam/scim/filter_test.go index a09fe647b..1966f6cdc 100644 --- a/pkg/iam/scim/filter_test.go +++ b/pkg/iam/scim/filter_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/scim/schema.go b/pkg/iam/scim/schema.go index d9d6110bc..a84be3ac5 100644 --- a/pkg/iam/scim/schema.go +++ b/pkg/iam/scim/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/scim/service.go b/pkg/iam/scim/service.go index 5a3391a70..c5bb506b4 100644 --- a/pkg/iam/scim/service.go +++ b/pkg/iam/scim/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/service.go b/pkg/iam/service.go index 396366eb7..0f90222e4 100644 --- a/pkg/iam/service.go +++ b/pkg/iam/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/session_service.go b/pkg/iam/session_service.go index 31d8ec34b..973244c27 100644 --- a/pkg/iam/session_service.go +++ b/pkg/iam/session_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/iam/validators.go b/pkg/iam/validators.go index 1563af9c3..792385326 100644 --- a/pkg/iam/validators.go +++ b/pkg/iam/validators.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/llm/anthropic/provider.go b/pkg/llm/anthropic/provider.go index 0613e1398..fba78e36c 100644 --- a/pkg/llm/anthropic/provider.go +++ b/pkg/llm/anthropic/provider.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/llm/bedrock/provider.go b/pkg/llm/bedrock/provider.go index e4830d80d..d88be0de2 100644 --- a/pkg/llm/bedrock/provider.go +++ b/pkg/llm/bedrock/provider.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/llm/chat.go b/pkg/llm/chat.go index b050b425b..d0e15ae01 100644 --- a/pkg/llm/chat.go +++ b/pkg/llm/chat.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/llm/errors.go b/pkg/llm/errors.go index ff931b39b..5b5232cc1 100644 --- a/pkg/llm/errors.go +++ b/pkg/llm/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/llm/llm.go b/pkg/llm/llm.go index f53c99d93..d8d3dbe1e 100644 --- a/pkg/llm/llm.go +++ b/pkg/llm/llm.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/llm/llm_test.go b/pkg/llm/llm_test.go index e2861b051..0e9148d01 100644 --- a/pkg/llm/llm_test.go +++ b/pkg/llm/llm_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/llm/message.go b/pkg/llm/message.go index 4bc35a218..783d3b01f 100644 --- a/pkg/llm/message.go +++ b/pkg/llm/message.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/llm/message_test.go b/pkg/llm/message_test.go index 326286702..8ccd6308a 100644 --- a/pkg/llm/message_test.go +++ b/pkg/llm/message_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/llm/openai/provider.go b/pkg/llm/openai/provider.go index 8dab02acd..076c173dc 100644 --- a/pkg/llm/openai/provider.go +++ b/pkg/llm/openai/provider.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/llm/part.go b/pkg/llm/part.go index f798525f6..0b446ddcf 100644 --- a/pkg/llm/part.go +++ b/pkg/llm/part.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/llm/provider.go b/pkg/llm/provider.go index 76fbaef98..af951109f 100644 --- a/pkg/llm/provider.go +++ b/pkg/llm/provider.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/llm/registry.go b/pkg/llm/registry.go index 130b8b3b4..78dda929a 100644 --- a/pkg/llm/registry.go +++ b/pkg/llm/registry.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/llm/registry_gen.go b/pkg/llm/registry_gen.go index b74bcd7ad..19a5c043a 100644 --- a/pkg/llm/registry_gen.go +++ b/pkg/llm/registry_gen.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/llm/registry_test.go b/pkg/llm/registry_test.go index 25049b2bd..1f4fc8a57 100644 --- a/pkg/llm/registry_test.go +++ b/pkg/llm/registry_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/llm/role.go b/pkg/llm/role.go index f4440eea4..ee19f420a 100644 --- a/pkg/llm/role.go +++ b/pkg/llm/role.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/llm/trace.go b/pkg/llm/trace.go index 97ea270bd..b0c6fd6ff 100644 --- a/pkg/llm/trace.go +++ b/pkg/llm/trace.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/mail/addr.go b/pkg/mail/addr.go index e5b4a204c..09d16590c 100644 --- a/pkg/mail/addr.go +++ b/pkg/mail/addr.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/mailer/mailer.go b/pkg/mailer/mailer.go index e4dad8c8b..c2d4a11df 100644 --- a/pkg/mailer/mailer.go +++ b/pkg/mailer/mailer.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/mailman/compliance_mailing_list.go b/pkg/mailman/compliance_mailing_list.go index 6efc2bd1b..0b9304d46 100644 --- a/pkg/mailman/compliance_mailing_list.go +++ b/pkg/mailman/compliance_mailing_list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/mailman/errors.go b/pkg/mailman/errors.go index 987b79ecb..85f4e1716 100644 --- a/pkg/mailman/errors.go +++ b/pkg/mailman/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/mailman/mailing_list_worker.go b/pkg/mailman/mailing_list_worker.go index 8c76c1fc3..4432a85e0 100644 --- a/pkg/mailman/mailing_list_worker.go +++ b/pkg/mailman/mailing_list_worker.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/mailman/service.go b/pkg/mailman/service.go index 7a0391727..eabd71780 100644 --- a/pkg/mailman/service.go +++ b/pkg/mailman/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/mailman/token.go b/pkg/mailman/token.go index 08fee2e29..448e57e82 100644 --- a/pkg/mailman/token.go +++ b/pkg/mailman/token.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/net/net.go b/pkg/net/net.go index 95e641205..20524d0b7 100644 --- a/pkg/net/net.go +++ b/pkg/net/net.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/net/net_test.go b/pkg/net/net_test.go index 24934e747..5f0850e9f 100644 --- a/pkg/net/net_test.go +++ b/pkg/net/net_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/page/cursor.go b/pkg/page/cursor.go index 3b206b535..92427cc9f 100644 --- a/pkg/page/cursor.go +++ b/pkg/page/cursor.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/page/cursor_key.go b/pkg/page/cursor_key.go index 5e973afc0..4a3307876 100644 --- a/pkg/page/cursor_key.go +++ b/pkg/page/cursor_key.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/page/cursor_test.go b/pkg/page/cursor_test.go index 58e60c17a..56b893a31 100644 --- a/pkg/page/cursor_test.go +++ b/pkg/page/cursor_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/page/order_direction.go b/pkg/page/order_direction.go index f568e51d6..52c1037d2 100644 --- a/pkg/page/order_direction.go +++ b/pkg/page/order_direction.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/page/order_field.go b/pkg/page/order_field.go index 82eb27e2b..0666b3fb6 100644 --- a/pkg/page/order_field.go +++ b/pkg/page/order_field.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/page/page.go b/pkg/page/page.go index 14f45bfc9..efa3c7b89 100644 --- a/pkg/page/page.go +++ b/pkg/page/page.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/pdfutils/pdfutils.go b/pkg/pdfutils/pdfutils.go index 2af52ddc8..38d11a9d9 100644 --- a/pkg/pdfutils/pdfutils.go +++ b/pkg/pdfutils/pdfutils.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/actions.go b/pkg/probo/actions.go index 6b0f07f92..f9ceefdb8 100644 --- a/pkg/probo/actions.go +++ b/pkg/probo/actions.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/asset_service.go b/pkg/probo/asset_service.go index 952006a5e..c31df98e4 100644 --- a/pkg/probo/asset_service.go +++ b/pkg/probo/asset_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/audit_service.go b/pkg/probo/audit_service.go index 8e91616cf..5b80b2ea5 100644 --- a/pkg/probo/audit_service.go +++ b/pkg/probo/audit_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/compliance_external_url_service.go b/pkg/probo/compliance_external_url_service.go index 8a5a5b64c..fc7de9350 100644 --- a/pkg/probo/compliance_external_url_service.go +++ b/pkg/probo/compliance_external_url_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/compliance_framework_service.go b/pkg/probo/compliance_framework_service.go index 3a9b4ee8b..6aa5e84bf 100644 --- a/pkg/probo/compliance_framework_service.go +++ b/pkg/probo/compliance_framework_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/connector_service.go b/pkg/probo/connector_service.go index 95b04f376..f461c5aae 100644 --- a/pkg/probo/connector_service.go +++ b/pkg/probo/connector_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/control_service.go b/pkg/probo/control_service.go index f63ef3d53..f2aaae5b7 100644 --- a/pkg/probo/control_service.go +++ b/pkg/probo/control_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/custom_domain_service.go b/pkg/probo/custom_domain_service.go index b243d070c..8984fb58b 100644 --- a/pkg/probo/custom_domain_service.go +++ b/pkg/probo/custom_domain_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/data_protection_impact_assessment_service.go b/pkg/probo/data_protection_impact_assessment_service.go index 4f2a07ef7..2cfc4a324 100644 --- a/pkg/probo/data_protection_impact_assessment_service.go +++ b/pkg/probo/data_protection_impact_assessment_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/datum_service.go b/pkg/probo/datum_service.go index 481bc9369..fd2e33323 100644 --- a/pkg/probo/datum_service.go +++ b/pkg/probo/datum_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/document_approval_service.go b/pkg/probo/document_approval_service.go index 308788698..550ac261d 100644 --- a/pkg/probo/document_approval_service.go +++ b/pkg/probo/document_approval_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/document_pdf_worker.go b/pkg/probo/document_pdf_worker.go index 39ed4c41a..6b1dd12da 100644 --- a/pkg/probo/document_pdf_worker.go +++ b/pkg/probo/document_pdf_worker.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/document_service.go b/pkg/probo/document_service.go index 89756622e..705ca17a8 100644 --- a/pkg/probo/document_service.go +++ b/pkg/probo/document_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/evidence_description_worker.go b/pkg/probo/evidence_description_worker.go index 85db1a001..d479d3320 100644 --- a/pkg/probo/evidence_description_worker.go +++ b/pkg/probo/evidence_description_worker.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/evidence_service.go b/pkg/probo/evidence_service.go index ce345b364..a48213e71 100644 --- a/pkg/probo/evidence_service.go +++ b/pkg/probo/evidence_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/file_service.go b/pkg/probo/file_service.go index 54459e2db..c0878703f 100644 --- a/pkg/probo/file_service.go +++ b/pkg/probo/file_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/finding_service.go b/pkg/probo/finding_service.go index 947d95aaf..bf587553f 100644 --- a/pkg/probo/finding_service.go +++ b/pkg/probo/finding_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/framework_service.go b/pkg/probo/framework_service.go index 4ad2b5957..fdd0801d1 100644 --- a/pkg/probo/framework_service.go +++ b/pkg/probo/framework_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/generated_document_service.go b/pkg/probo/generated_document_service.go index f8877013e..343b1b05c 100644 --- a/pkg/probo/generated_document_service.go +++ b/pkg/probo/generated_document_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/measure_service.go b/pkg/probo/measure_service.go index 8c75ede4b..767606671 100644 --- a/pkg/probo/measure_service.go +++ b/pkg/probo/measure_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/obligation_service.go b/pkg/probo/obligation_service.go index f9ded5c74..b77795f39 100644 --- a/pkg/probo/obligation_service.go +++ b/pkg/probo/obligation_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/organization_service.go b/pkg/probo/organization_service.go index 7f87f4c93..318b7d68f 100644 --- a/pkg/probo/organization_service.go +++ b/pkg/probo/organization_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/policies.go b/pkg/probo/policies.go index 56ddf3817..292defd12 100644 --- a/pkg/probo/policies.go +++ b/pkg/probo/policies.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/policies_test.go b/pkg/probo/policies_test.go index 1d65f0f37..439b4839e 100644 --- a/pkg/probo/policies_test.go +++ b/pkg/probo/policies_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/processing_activity_service.go b/pkg/probo/processing_activity_service.go index 8e145a4b7..b90c98866 100644 --- a/pkg/probo/processing_activity_service.go +++ b/pkg/probo/processing_activity_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/rights_request_service.go b/pkg/probo/rights_request_service.go index 93fb2c3bb..8a29a2669 100644 --- a/pkg/probo/rights_request_service.go +++ b/pkg/probo/rights_request_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/risk_service.go b/pkg/probo/risk_service.go index cd297e8eb..2aae75b84 100644 --- a/pkg/probo/risk_service.go +++ b/pkg/probo/risk_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/service.go b/pkg/probo/service.go index 3f4086e2a..a0c5a199c 100644 --- a/pkg/probo/service.go +++ b/pkg/probo/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/statement_of_applicability_service.go b/pkg/probo/statement_of_applicability_service.go index 6929c23b0..f52657b3f 100644 --- a/pkg/probo/statement_of_applicability_service.go +++ b/pkg/probo/statement_of_applicability_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/task_service.go b/pkg/probo/task_service.go index ebfc85e0b..c9ebad4f5 100644 --- a/pkg/probo/task_service.go +++ b/pkg/probo/task_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/templates.go b/pkg/probo/templates.go index 20b053805..c8a40e3fd 100644 --- a/pkg/probo/templates.go +++ b/pkg/probo/templates.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/third_party_business_associate_agreement_service.go b/pkg/probo/third_party_business_associate_agreement_service.go index 72e34b681..ea91542b8 100644 --- a/pkg/probo/third_party_business_associate_agreement_service.go +++ b/pkg/probo/third_party_business_associate_agreement_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/third_party_compliance_report_service.go b/pkg/probo/third_party_compliance_report_service.go index c5f8a6ada..f95419b8e 100644 --- a/pkg/probo/third_party_compliance_report_service.go +++ b/pkg/probo/third_party_compliance_report_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/third_party_contact_service.go b/pkg/probo/third_party_contact_service.go index 4cda5ba31..05e208052 100644 --- a/pkg/probo/third_party_contact_service.go +++ b/pkg/probo/third_party_contact_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/third_party_data_privacy_agreement_service.go b/pkg/probo/third_party_data_privacy_agreement_service.go index 63ff140f4..d2a1968f8 100644 --- a/pkg/probo/third_party_data_privacy_agreement_service.go +++ b/pkg/probo/third_party_data_privacy_agreement_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/third_party_service.go b/pkg/probo/third_party_service.go index 88d6fa3d4..9ffa86362 100644 --- a/pkg/probo/third_party_service.go +++ b/pkg/probo/third_party_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/third_party_service_service.go b/pkg/probo/third_party_service_service.go index c3eb37532..9d8e07cc6 100644 --- a/pkg/probo/third_party_service_service.go +++ b/pkg/probo/third_party_service_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/tracker_policy_document.go b/pkg/probo/tracker_policy_document.go index 070397e3d..d0a45361f 100644 --- a/pkg/probo/tracker_policy_document.go +++ b/pkg/probo/tracker_policy_document.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/tracker_policy_worker.go b/pkg/probo/tracker_policy_worker.go index 095be73b7..602c640de 100644 --- a/pkg/probo/tracker_policy_worker.go +++ b/pkg/probo/tracker_policy_worker.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/transfer_impact_assessment_service.go b/pkg/probo/transfer_impact_assessment_service.go index 113b4f5d9..4e9ea8e77 100644 --- a/pkg/probo/transfer_impact_assessment_service.go +++ b/pkg/probo/transfer_impact_assessment_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/trust_center_access_service.go b/pkg/probo/trust_center_access_service.go index 266ed52a3..de59d595d 100644 --- a/pkg/probo/trust_center_access_service.go +++ b/pkg/probo/trust_center_access_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/trust_center_file_service.go b/pkg/probo/trust_center_file_service.go index 687366dd1..510685cb9 100644 --- a/pkg/probo/trust_center_file_service.go +++ b/pkg/probo/trust_center_file_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/trust_center_reference_service.go b/pkg/probo/trust_center_reference_service.go index 9f3641515..fda6c13ed 100644 --- a/pkg/probo/trust_center_reference_service.go +++ b/pkg/probo/trust_center_reference_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/trust_center_service.go b/pkg/probo/trust_center_service.go index 59bd12a8f..010d4d87e 100644 --- a/pkg/probo/trust_center_service.go +++ b/pkg/probo/trust_center_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probo/webhook_subscription_service.go b/pkg/probo/webhook_subscription_service.go index c9873fe4c..08a08634e 100644 --- a/pkg/probo/webhook_subscription_service.go +++ b/pkg/probo/webhook_subscription_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/proboctl/cmdutil/cmdutil.go b/pkg/proboctl/cmdutil/cmdutil.go index 235504380..3cf8c182a 100644 --- a/pkg/proboctl/cmdutil/cmdutil.go +++ b/pkg/proboctl/cmdutil/cmdutil.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/proboctl/pgconn/pgconn.go b/pkg/proboctl/pgconn/pgconn.go index e4537cb86..66cd0683f 100644 --- a/pkg/proboctl/pgconn/pgconn.go +++ b/pkg/proboctl/pgconn/pgconn.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/proboctl/root/root.go b/pkg/proboctl/root/root.go index f843c6d76..226602ca5 100644 --- a/pkg/proboctl/root/root.go +++ b/pkg/proboctl/root/root.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/proboctl/seed/common-third-parties/common_third_parties.go b/pkg/proboctl/seed/common-third-parties/common_third_parties.go index 44c3f8303..41779e8eb 100644 --- a/pkg/proboctl/seed/common-third-parties/common_third_parties.go +++ b/pkg/proboctl/seed/common-third-parties/common_third_parties.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/proboctl/seed/common-tracker-patterns/common_tracker_patterns.go b/pkg/proboctl/seed/common-tracker-patterns/common_tracker_patterns.go index 3cd6caecd..9059bd22b 100644 --- a/pkg/proboctl/seed/common-tracker-patterns/common_tracker_patterns.go +++ b/pkg/proboctl/seed/common-tracker-patterns/common_tracker_patterns.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/proboctl/seed/seed.go b/pkg/proboctl/seed/seed.go index 5c0f30c64..aca99bbc3 100644 --- a/pkg/proboctl/seed/seed.go +++ b/pkg/proboctl/seed/seed.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/proboctl/version/version.go b/pkg/proboctl/version/version.go index 0a8176ade..bf2774158 100644 --- a/pkg/proboctl/version/version.go +++ b/pkg/proboctl/version/version.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probod/aliases.go b/pkg/probod/aliases.go index d2a30d28d..22910c272 100644 --- a/pkg/probod/aliases.go +++ b/pkg/probod/aliases.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probod/llm.go b/pkg/probod/llm.go index 7da4888d9..a53a04082 100644 --- a/pkg/probod/llm.go +++ b/pkg/probod/llm.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probod/probod.go b/pkg/probod/probod.go index d1e0cf532..d16f17e3e 100644 --- a/pkg/probod/probod.go +++ b/pkg/probod/probod.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probod/third_party_vetter.go b/pkg/probod/third_party_vetter.go index ba041676a..2fc3d8334 100644 --- a/pkg/probod/third_party_vetter.go +++ b/pkg/probod/third_party_vetter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probod/tracker_agents.go b/pkg/probod/tracker_agents.go index 22921badb..7341ef908 100644 --- a/pkg/probod/tracker_agents.go +++ b/pkg/probod/tracker_agents.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probodconfig/api_config.go b/pkg/probodconfig/api_config.go index 5f3dc878d..1974cca4e 100644 --- a/pkg/probodconfig/api_config.go +++ b/pkg/probodconfig/api_config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probodconfig/auth_config.go b/pkg/probodconfig/auth_config.go index 270a7e8b1..78da62deb 100644 --- a/pkg/probodconfig/auth_config.go +++ b/pkg/probodconfig/auth_config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probodconfig/aws_config.go b/pkg/probodconfig/aws_config.go index f3ec456ec..c0138b5dc 100644 --- a/pkg/probodconfig/aws_config.go +++ b/pkg/probodconfig/aws_config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probodconfig/config.go b/pkg/probodconfig/config.go index 2334d8d6f..02cd09769 100644 --- a/pkg/probodconfig/config.go +++ b/pkg/probodconfig/config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probodconfig/connector_config.go b/pkg/probodconfig/connector_config.go index c4c2c7591..19d9d8e66 100644 --- a/pkg/probodconfig/connector_config.go +++ b/pkg/probodconfig/connector_config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probodconfig/custom_domains_config.go b/pkg/probodconfig/custom_domains_config.go index b1552cc74..50046bbd1 100644 --- a/pkg/probodconfig/custom_domains_config.go +++ b/pkg/probodconfig/custom_domains_config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probodconfig/llm_config.go b/pkg/probodconfig/llm_config.go index 2dda1df55..d19f9d4aa 100644 --- a/pkg/probodconfig/llm_config.go +++ b/pkg/probodconfig/llm_config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probodconfig/mailer_config.go b/pkg/probodconfig/mailer_config.go index b836bb24e..d9d91b0dd 100644 --- a/pkg/probodconfig/mailer_config.go +++ b/pkg/probodconfig/mailer_config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probodconfig/notifications_config.go b/pkg/probodconfig/notifications_config.go index 27ecbf2be..be7c89c4b 100644 --- a/pkg/probodconfig/notifications_config.go +++ b/pkg/probodconfig/notifications_config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probodconfig/oidc_config.go b/pkg/probodconfig/oidc_config.go index 19cad9e68..ad1dd69e1 100644 --- a/pkg/probodconfig/oidc_config.go +++ b/pkg/probodconfig/oidc_config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probodconfig/pg_config.go b/pkg/probodconfig/pg_config.go index f42c90f39..f75dc127b 100644 --- a/pkg/probodconfig/pg_config.go +++ b/pkg/probodconfig/pg_config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probodconfig/saml_config.go b/pkg/probodconfig/saml_config.go index 3613dfbc9..7caf19688 100644 --- a/pkg/probodconfig/saml_config.go +++ b/pkg/probodconfig/saml_config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probodconfig/scim_bridge_config.go b/pkg/probodconfig/scim_bridge_config.go index 3c30f7d5e..0f5fe4d6d 100644 --- a/pkg/probodconfig/scim_bridge_config.go +++ b/pkg/probodconfig/scim_bridge_config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/probodconfig/slack_config.go b/pkg/probodconfig/slack_config.go index 4acceb052..452ffc321 100644 --- a/pkg/probodconfig/slack_config.go +++ b/pkg/probodconfig/slack_config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/prosemirror/html_converter.go b/pkg/prosemirror/html_converter.go index 1d6faed6b..83d26831d 100644 --- a/pkg/prosemirror/html_converter.go +++ b/pkg/prosemirror/html_converter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/prosemirror/html_converter_test.go b/pkg/prosemirror/html_converter_test.go index 59ecfc6bf..9b27ec960 100644 --- a/pkg/prosemirror/html_converter_test.go +++ b/pkg/prosemirror/html_converter_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/prosemirror/html_renderer.go b/pkg/prosemirror/html_renderer.go index 43c53901a..41d6d1ef1 100644 --- a/pkg/prosemirror/html_renderer.go +++ b/pkg/prosemirror/html_renderer.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/prosemirror/html_renderer_test.go b/pkg/prosemirror/html_renderer_test.go index 34df0a655..0e02b543f 100644 --- a/pkg/prosemirror/html_renderer_test.go +++ b/pkg/prosemirror/html_renderer_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/prosemirror/markdown_converter.go b/pkg/prosemirror/markdown_converter.go index da11325e3..16c21d453 100644 --- a/pkg/prosemirror/markdown_converter.go +++ b/pkg/prosemirror/markdown_converter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/prosemirror/markdown_converter_test.go b/pkg/prosemirror/markdown_converter_test.go index bc5ca44f2..66c165646 100644 --- a/pkg/prosemirror/markdown_converter_test.go +++ b/pkg/prosemirror/markdown_converter_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/prosemirror/markdown_renderer.go b/pkg/prosemirror/markdown_renderer.go index 11cc9a7c7..86ee0ca75 100644 --- a/pkg/prosemirror/markdown_renderer.go +++ b/pkg/prosemirror/markdown_renderer.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/prosemirror/markdown_renderer_test.go b/pkg/prosemirror/markdown_renderer_test.go index 23105eb91..63e9d6948 100644 --- a/pkg/prosemirror/markdown_renderer_test.go +++ b/pkg/prosemirror/markdown_renderer_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/prosemirror/node.go b/pkg/prosemirror/node.go index bf3ab9c43..6aae37056 100644 --- a/pkg/prosemirror/node.go +++ b/pkg/prosemirror/node.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/prosemirror/node_test.go b/pkg/prosemirror/node_test.go index 96b154937..81d68bc7c 100644 --- a/pkg/prosemirror/node_test.go +++ b/pkg/prosemirror/node_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/prosemirror/sanitize.go b/pkg/prosemirror/sanitize.go index 39e91eae6..57ad3947a 100644 --- a/pkg/prosemirror/sanitize.go +++ b/pkg/prosemirror/sanitize.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/prosemirror/sanitize_test.go b/pkg/prosemirror/sanitize_test.go index 26aa234ba..425f4570b 100644 --- a/pkg/prosemirror/sanitize_test.go +++ b/pkg/prosemirror/sanitize_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/rfc5988/rfc5988.go b/pkg/rfc5988/rfc5988.go index d5a64b61a..7ca692749 100644 --- a/pkg/rfc5988/rfc5988.go +++ b/pkg/rfc5988/rfc5988.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/rfc5988/rfc5988_test.go b/pkg/rfc5988/rfc5988_test.go index 970fd253e..f8d1ca928 100644 --- a/pkg/rfc5988/rfc5988_test.go +++ b/pkg/rfc5988/rfc5988_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/riskmanagement/mermaid.go b/pkg/riskmanagement/mermaid.go index e72bb6a23..0aee213ac 100644 --- a/pkg/riskmanagement/mermaid.go +++ b/pkg/riskmanagement/mermaid.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/riskmanagement/service.go b/pkg/riskmanagement/service.go index caaa5db6f..e1954dbc0 100644 --- a/pkg/riskmanagement/service.go +++ b/pkg/riskmanagement/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/saferedirect/saferedirect.go b/pkg/saferedirect/saferedirect.go index 6ed11932f..e9fd71d84 100644 --- a/pkg/saferedirect/saferedirect.go +++ b/pkg/saferedirect/saferedirect.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/saferedirect/saferedirect_test.go b/pkg/saferedirect/saferedirect_test.go index 696c8b2d0..34ff124a2 100644 --- a/pkg/saferedirect/saferedirect_test.go +++ b/pkg/saferedirect/saferedirect_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/securecookie/securecookie.go b/pkg/securecookie/securecookie.go index d13f7a954..0fc96f370 100644 --- a/pkg/securecookie/securecookie.go +++ b/pkg/securecookie/securecookie.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/securetoken/securetoken.go b/pkg/securetoken/securetoken.go index ddfea0cc2..bab3519d2 100644 --- a/pkg/securetoken/securetoken.go +++ b/pkg/securetoken/securetoken.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/api.go b/pkg/server/api/api.go index c37244270..188a7552c 100644 --- a/pkg/server/api/api.go +++ b/pkg/server/api/api.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/authn/api_key_middleware.go b/pkg/server/api/authn/api_key_middleware.go index 6c9d1f4a3..f1c6ee5cf 100644 --- a/pkg/server/api/authn/api_key_middleware.go +++ b/pkg/server/api/authn/api_key_middleware.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/authn/context.go b/pkg/server/api/authn/context.go index 15eba268f..67e22eee0 100644 --- a/pkg/server/api/authn/context.go +++ b/pkg/server/api/authn/context.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/authn/cookie.go b/pkg/server/api/authn/cookie.go index feea49de2..94d7f3864 100644 --- a/pkg/server/api/authn/cookie.go +++ b/pkg/server/api/authn/cookie.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/authn/identity_presence_middleware.go b/pkg/server/api/authn/identity_presence_middleware.go index 618821049..0a9d06ab8 100644 --- a/pkg/server/api/authn/identity_presence_middleware.go +++ b/pkg/server/api/authn/identity_presence_middleware.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/authn/oauth2_access_token_middleware.go b/pkg/server/api/authn/oauth2_access_token_middleware.go index 58b91b264..d1b9bda8d 100644 --- a/pkg/server/api/authn/oauth2_access_token_middleware.go +++ b/pkg/server/api/authn/oauth2_access_token_middleware.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/authn/session_middleware.go b/pkg/server/api/authn/session_middleware.go index 13118003b..74dc6d6d6 100644 --- a/pkg/server/api/authn/session_middleware.go +++ b/pkg/server/api/authn/session_middleware.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/authn/session_transfer.go b/pkg/server/api/authn/session_transfer.go index c99ccd87e..e31e42ce7 100644 --- a/pkg/server/api/authn/session_transfer.go +++ b/pkg/server/api/authn/session_transfer.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/authn/session_transfer_test.go b/pkg/server/api/authn/session_transfer_test.go index 003fd4597..38596b25c 100644 --- a/pkg/server/api/authn/session_transfer_test.go +++ b/pkg/server/api/authn/session_transfer_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/authz/authorization.go b/pkg/server/api/authz/authorization.go index c57949f64..319d0290c 100644 --- a/pkg/server/api/authz/authorization.go +++ b/pkg/server/api/authz/authorization.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/clientip/clientip.go b/pkg/server/api/clientip/clientip.go index 6a3c55499..ceca37f0c 100644 --- a/pkg/server/api/clientip/clientip.go +++ b/pkg/server/api/clientip/clientip.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/clientip/clientip_test.go b/pkg/server/api/clientip/clientip_test.go index 701f91dd1..9f34ad199 100644 --- a/pkg/server/api/clientip/clientip_test.go +++ b/pkg/server/api/clientip/clientip_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/compliancepage/compliance_page_presence_middleware.go b/pkg/server/api/compliancepage/compliance_page_presence_middleware.go index 598d6cc9b..836db4dd2 100644 --- a/pkg/server/api/compliancepage/compliance_page_presence_middleware.go +++ b/pkg/server/api/compliancepage/compliance_page_presence_middleware.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/compliancepage/context.go b/pkg/server/api/compliancepage/context.go index e246647f1..ada5c726c 100644 --- a/pkg/server/api/compliancepage/context.go +++ b/pkg/server/api/compliancepage/context.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/compliancepage/id_middleware.go b/pkg/server/api/compliancepage/id_middleware.go index 60812a18c..188f10311 100644 --- a/pkg/server/api/compliancepage/id_middleware.go +++ b/pkg/server/api/compliancepage/id_middleware.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/compliancepage/markdown_handler.go b/pkg/server/api/compliancepage/markdown_handler.go index 06938fca0..0dfed1282 100644 --- a/pkg/server/api/compliancepage/markdown_handler.go +++ b/pkg/server/api/compliancepage/markdown_handler.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/compliancepage/member_provisioning_middleware.go b/pkg/server/api/compliancepage/member_provisioning_middleware.go index b91c0239b..4ff4362ef 100644 --- a/pkg/server/api/compliancepage/member_provisioning_middleware.go +++ b/pkg/server/api/compliancepage/member_provisioning_middleware.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/compliancepage/sni_middleware.go b/pkg/server/api/compliancepage/sni_middleware.go index 0007dcadc..f8af252e8 100644 --- a/pkg/server/api/compliancepage/sni_middleware.go +++ b/pkg/server/api/compliancepage/sni_middleware.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/connect/v1/cache.go b/pkg/server/api/connect/v1/cache.go index 03af7cc65..94708f7c9 100644 --- a/pkg/server/api/connect/v1/cache.go +++ b/pkg/server/api/connect/v1/cache.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/connect/v1/graphql_handler.go b/pkg/server/api/connect/v1/graphql_handler.go index c45496b0f..316a28733 100644 --- a/pkg/server/api/connect/v1/graphql_handler.go +++ b/pkg/server/api/connect/v1/graphql_handler.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/connect/v1/oauth2_error.go b/pkg/server/api/connect/v1/oauth2_error.go index ced561ad8..6fc66a025 100644 --- a/pkg/server/api/connect/v1/oauth2_error.go +++ b/pkg/server/api/connect/v1/oauth2_error.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/connect/v1/oauth2_handler.go b/pkg/server/api/connect/v1/oauth2_handler.go index bf48b094a..4f9f915a6 100644 --- a/pkg/server/api/connect/v1/oauth2_handler.go +++ b/pkg/server/api/connect/v1/oauth2_handler.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/connect/v1/oidc_handler.go b/pkg/server/api/connect/v1/oidc_handler.go index 118c49d88..371bdfb5c 100644 --- a/pkg/server/api/connect/v1/oidc_handler.go +++ b/pkg/server/api/connect/v1/oidc_handler.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/connect/v1/resolver.go b/pkg/server/api/connect/v1/resolver.go index 3fe661153..66031a402 100644 --- a/pkg/server/api/connect/v1/resolver.go +++ b/pkg/server/api/connect/v1/resolver.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above @@ -14,7 +14,7 @@ //go:generate go run github.com/99designs/gqlgen generate -// Copyright (c) 2025 Probo Inc . +// Copyright (c) 2025 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/connect/v1/saml_handler.go b/pkg/server/api/connect/v1/saml_handler.go index 219cda091..7388c16c7 100644 --- a/pkg/server/api/connect/v1/saml_handler.go +++ b/pkg/server/api/connect/v1/saml_handler.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/connect/v1/schema/doc.go b/pkg/server/api/connect/v1/schema/doc.go index 8ef4a8e7a..aa927fd88 100644 --- a/pkg/server/api/connect/v1/schema/doc.go +++ b/pkg/server/api/connect/v1/schema/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/connect/v1/scim_handler.go b/pkg/server/api/connect/v1/scim_handler.go index bec2932da..25c88fb4f 100644 --- a/pkg/server/api/connect/v1/scim_handler.go +++ b/pkg/server/api/connect/v1/scim_handler.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/connect/v1/types/audit_log_entry.go b/pkg/server/api/connect/v1/types/audit_log_entry.go index d0421deec..b33bccbad 100644 --- a/pkg/server/api/connect/v1/types/audit_log_entry.go +++ b/pkg/server/api/connect/v1/types/audit_log_entry.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/connect/v1/types/bridge.go b/pkg/server/api/connect/v1/types/bridge.go index 74a143d5c..0019a10d6 100644 --- a/pkg/server/api/connect/v1/types/bridge.go +++ b/pkg/server/api/connect/v1/types/bridge.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/connect/v1/types/connector.go b/pkg/server/api/connect/v1/types/connector.go index 190a879c9..2a8fac70e 100644 --- a/pkg/server/api/connect/v1/types/connector.go +++ b/pkg/server/api/connect/v1/types/connector.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/connect/v1/types/identity.go b/pkg/server/api/connect/v1/types/identity.go index d7d78a3de..ead26fb6f 100644 --- a/pkg/server/api/connect/v1/types/identity.go +++ b/pkg/server/api/connect/v1/types/identity.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/connect/v1/types/invitation.go b/pkg/server/api/connect/v1/types/invitation.go index 6da9279dc..296787783 100644 --- a/pkg/server/api/connect/v1/types/invitation.go +++ b/pkg/server/api/connect/v1/types/invitation.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/connect/v1/types/membership.go b/pkg/server/api/connect/v1/types/membership.go index c569f2068..153e2e372 100644 --- a/pkg/server/api/connect/v1/types/membership.go +++ b/pkg/server/api/connect/v1/types/membership.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/connect/v1/types/oauth2.go b/pkg/server/api/connect/v1/types/oauth2.go index 820742d3f..1097e0953 100644 --- a/pkg/server/api/connect/v1/types/oauth2.go +++ b/pkg/server/api/connect/v1/types/oauth2.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/connect/v1/types/order_by.go b/pkg/server/api/connect/v1/types/order_by.go index 93053b30d..995053ef8 100644 --- a/pkg/server/api/connect/v1/types/order_by.go +++ b/pkg/server/api/connect/v1/types/order_by.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/connect/v1/types/organization.go b/pkg/server/api/connect/v1/types/organization.go index 641e4195a..1140d42a0 100644 --- a/pkg/server/api/connect/v1/types/organization.go +++ b/pkg/server/api/connect/v1/types/organization.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/connect/v1/types/page_info.go b/pkg/server/api/connect/v1/types/page_info.go index 83e2009f6..e1f233505 100644 --- a/pkg/server/api/connect/v1/types/page_info.go +++ b/pkg/server/api/connect/v1/types/page_info.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/connect/v1/types/personal_api_key.go b/pkg/server/api/connect/v1/types/personal_api_key.go index 914516a9a..8851873b8 100644 --- a/pkg/server/api/connect/v1/types/personal_api_key.go +++ b/pkg/server/api/connect/v1/types/personal_api_key.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/connect/v1/types/profile.go b/pkg/server/api/connect/v1/types/profile.go index 9267fc87d..3f766afaa 100644 --- a/pkg/server/api/connect/v1/types/profile.go +++ b/pkg/server/api/connect/v1/types/profile.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/connect/v1/types/saml_configuration.go b/pkg/server/api/connect/v1/types/saml_configuration.go index 01a455b0f..812011333 100644 --- a/pkg/server/api/connect/v1/types/saml_configuration.go +++ b/pkg/server/api/connect/v1/types/saml_configuration.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/connect/v1/types/scim_configuration.go b/pkg/server/api/connect/v1/types/scim_configuration.go index 3ce2764ae..272498666 100644 --- a/pkg/server/api/connect/v1/types/scim_configuration.go +++ b/pkg/server/api/connect/v1/types/scim_configuration.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/connect/v1/types/scim_event.go b/pkg/server/api/connect/v1/types/scim_event.go index 0e0bec8a3..4e7bc2aae 100644 --- a/pkg/server/api/connect/v1/types/scim_event.go +++ b/pkg/server/api/connect/v1/types/scim_event.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/connect/v1/types/session.go b/pkg/server/api/connect/v1/types/session.go index e78330f47..87250c5ec 100644 --- a/pkg/server/api/connect/v1/types/session.go +++ b/pkg/server/api/connect/v1/types/session.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/access_source_provider_config.go b/pkg/server/api/console/v1/access_source_provider_config.go index 557dd38a8..2fcbd2851 100644 --- a/pkg/server/api/console/v1/access_source_provider_config.go +++ b/pkg/server/api/console/v1/access_source_provider_config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/connector_initiate.go b/pkg/server/api/console/v1/connector_initiate.go index ec752821d..2c6bf86b4 100644 --- a/pkg/server/api/console/v1/connector_initiate.go +++ b/pkg/server/api/console/v1/connector_initiate.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/connector_oauth_client_metadata.go b/pkg/server/api/console/v1/connector_oauth_client_metadata.go index 28ef8f1b9..7db8db3df 100644 --- a/pkg/server/api/console/v1/connector_oauth_client_metadata.go +++ b/pkg/server/api/console/v1/connector_oauth_client_metadata.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/connector_oauth_client_metadata_test.go b/pkg/server/api/console/v1/connector_oauth_client_metadata_test.go index df8c2fcf1..f59fd3b17 100644 --- a/pkg/server/api/console/v1/connector_oauth_client_metadata_test.go +++ b/pkg/server/api/console/v1/connector_oauth_client_metadata_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/connector_provider_info.go b/pkg/server/api/console/v1/connector_provider_info.go index 1deb320e5..adad7e2fc 100644 --- a/pkg/server/api/console/v1/connector_provider_info.go +++ b/pkg/server/api/console/v1/connector_provider_info.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/connector_settings.go b/pkg/server/api/console/v1/connector_settings.go index cba71273c..686ec61f5 100644 --- a/pkg/server/api/console/v1/connector_settings.go +++ b/pkg/server/api/console/v1/connector_settings.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/dataloader/authorize.go b/pkg/server/api/console/v1/dataloader/authorize.go index d506ba725..2e836e9ca 100644 --- a/pkg/server/api/console/v1/dataloader/authorize.go +++ b/pkg/server/api/console/v1/dataloader/authorize.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/dataloader/dataloader.go b/pkg/server/api/console/v1/dataloader/dataloader.go index 3f474ca0f..21eb670c3 100644 --- a/pkg/server/api/console/v1/dataloader/dataloader.go +++ b/pkg/server/api/console/v1/dataloader/dataloader.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/graphql/common_third_party.graphql b/pkg/server/api/console/v1/graphql/common_third_party.graphql index dec50fb6c..86dc793e5 100644 --- a/pkg/server/api/console/v1/graphql/common_third_party.graphql +++ b/pkg/server/api/console/v1/graphql/common_third_party.graphql @@ -1,4 +1,4 @@ -# Copyright (c) 2026 Probo Inc . +# Copyright (c) 2026 Probo Inc . # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/graphql/cookie_consent_record.graphql b/pkg/server/api/console/v1/graphql/cookie_consent_record.graphql index 39bbd42f7..e31765ebe 100644 --- a/pkg/server/api/console/v1/graphql/cookie_consent_record.graphql +++ b/pkg/server/api/console/v1/graphql/cookie_consent_record.graphql @@ -1,4 +1,4 @@ -# Copyright (c) 2026 Probo Inc . +# Copyright (c) 2026 Probo Inc . # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/graphql/risk_assessment.graphql b/pkg/server/api/console/v1/graphql/risk_assessment.graphql index 530cc618a..72a5c1a9d 100644 --- a/pkg/server/api/console/v1/graphql/risk_assessment.graphql +++ b/pkg/server/api/console/v1/graphql/risk_assessment.graphql @@ -1,4 +1,4 @@ -# Copyright (c) 2026 Probo Inc . +# Copyright (c) 2026 Probo Inc . # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/graphql_handler.go b/pkg/server/api/console/v1/graphql_handler.go index a4eca6abc..1b738885f 100644 --- a/pkg/server/api/console/v1/graphql_handler.go +++ b/pkg/server/api/console/v1/graphql_handler.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/provider_organizations.go b/pkg/server/api/console/v1/provider_organizations.go index e6cf831ed..7d30fbf5a 100644 --- a/pkg/server/api/console/v1/provider_organizations.go +++ b/pkg/server/api/console/v1/provider_organizations.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/resolver.go b/pkg/server/api/console/v1/resolver.go index e76d576bf..6136e22d3 100644 --- a/pkg/server/api/console/v1/resolver.go +++ b/pkg/server/api/console/v1/resolver.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/schema/doc.go b/pkg/server/api/console/v1/schema/doc.go index 72b1c5af7..719431a01 100644 --- a/pkg/server/api/console/v1/schema/doc.go +++ b/pkg/server/api/console/v1/schema/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/access_review.go b/pkg/server/api/console/v1/types/access_review.go index 5c2857998..108274f53 100644 --- a/pkg/server/api/console/v1/types/access_review.go +++ b/pkg/server/api/console/v1/types/access_review.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/access_review_campaign_scope_source.go b/pkg/server/api/console/v1/types/access_review_campaign_scope_source.go index bb1d45709..abe6c3ac9 100644 --- a/pkg/server/api/console/v1/types/access_review_campaign_scope_source.go +++ b/pkg/server/api/console/v1/types/access_review_campaign_scope_source.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/access_review_campaign_scope_source_test.go b/pkg/server/api/console/v1/types/access_review_campaign_scope_source_test.go index c8393abdd..0429616e3 100644 --- a/pkg/server/api/console/v1/types/access_review_campaign_scope_source_test.go +++ b/pkg/server/api/console/v1/types/access_review_campaign_scope_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/agent_run.go b/pkg/server/api/console/v1/types/agent_run.go index 868bf53e8..5decf2974 100644 --- a/pkg/server/api/console/v1/types/agent_run.go +++ b/pkg/server/api/console/v1/types/agent_run.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/applicability_statement_connection.go b/pkg/server/api/console/v1/types/applicability_statement_connection.go index e9869c375..20e17d40c 100644 --- a/pkg/server/api/console/v1/types/applicability_statement_connection.go +++ b/pkg/server/api/console/v1/types/applicability_statement_connection.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/asset.go b/pkg/server/api/console/v1/types/asset.go index 5da879d2e..c0f241bec 100644 --- a/pkg/server/api/console/v1/types/asset.go +++ b/pkg/server/api/console/v1/types/asset.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/audit.go b/pkg/server/api/console/v1/types/audit.go index 99e28f19e..83fed87cf 100644 --- a/pkg/server/api/console/v1/types/audit.go +++ b/pkg/server/api/console/v1/types/audit.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/audit_log_entry.go b/pkg/server/api/console/v1/types/audit_log_entry.go index d28ba7f6e..360776bc5 100644 --- a/pkg/server/api/console/v1/types/audit_log_entry.go +++ b/pkg/server/api/console/v1/types/audit_log_entry.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/common_third_party.go b/pkg/server/api/console/v1/types/common_third_party.go index 50826a62e..439a4458c 100644 --- a/pkg/server/api/console/v1/types/common_third_party.go +++ b/pkg/server/api/console/v1/types/common_third_party.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/compliance_external_url.go b/pkg/server/api/console/v1/types/compliance_external_url.go index 87e152f17..3e5e78707 100644 --- a/pkg/server/api/console/v1/types/compliance_external_url.go +++ b/pkg/server/api/console/v1/types/compliance_external_url.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/compliance_framework.go b/pkg/server/api/console/v1/types/compliance_framework.go index c82db84c5..2f2949c4d 100644 --- a/pkg/server/api/console/v1/types/compliance_framework.go +++ b/pkg/server/api/console/v1/types/compliance_framework.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/connector.go b/pkg/server/api/console/v1/types/connector.go index 1b620eff3..60b21487f 100644 --- a/pkg/server/api/console/v1/types/connector.go +++ b/pkg/server/api/console/v1/types/connector.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/control.go b/pkg/server/api/console/v1/types/control.go index ecf943bbf..ca21b03cf 100644 --- a/pkg/server/api/console/v1/types/control.go +++ b/pkg/server/api/console/v1/types/control.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/cookie_banner.go b/pkg/server/api/console/v1/types/cookie_banner.go index fe8a7e764..264b65d7d 100644 --- a/pkg/server/api/console/v1/types/cookie_banner.go +++ b/pkg/server/api/console/v1/types/cookie_banner.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/cookie_category.go b/pkg/server/api/console/v1/types/cookie_category.go index e59d6bce4..302bb25a2 100644 --- a/pkg/server/api/console/v1/types/cookie_category.go +++ b/pkg/server/api/console/v1/types/cookie_category.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/cookie_consent_record.go b/pkg/server/api/console/v1/types/cookie_consent_record.go index 030feeb4b..3881445b5 100644 --- a/pkg/server/api/console/v1/types/cookie_consent_record.go +++ b/pkg/server/api/console/v1/types/cookie_consent_record.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/cursorkey.go b/pkg/server/api/console/v1/types/cursorkey.go index 9aa9bb40b..979edbad2 100644 --- a/pkg/server/api/console/v1/types/cursorkey.go +++ b/pkg/server/api/console/v1/types/cursorkey.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/custom_domain.go b/pkg/server/api/console/v1/types/custom_domain.go index 028b79cdc..424056c34 100644 --- a/pkg/server/api/console/v1/types/custom_domain.go +++ b/pkg/server/api/console/v1/types/custom_domain.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/data_protection_impact_assessment.go b/pkg/server/api/console/v1/types/data_protection_impact_assessment.go index 1ccd4a533..24de2adea 100644 --- a/pkg/server/api/console/v1/types/data_protection_impact_assessment.go +++ b/pkg/server/api/console/v1/types/data_protection_impact_assessment.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/datum.go b/pkg/server/api/console/v1/types/datum.go index edd1e0df1..85627395a 100644 --- a/pkg/server/api/console/v1/types/datum.go +++ b/pkg/server/api/console/v1/types/datum.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/detected_tracker.go b/pkg/server/api/console/v1/types/detected_tracker.go index c6e75bc20..1104ed5eb 100644 --- a/pkg/server/api/console/v1/types/detected_tracker.go +++ b/pkg/server/api/console/v1/types/detected_tracker.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/document.go b/pkg/server/api/console/v1/types/document.go index 78bb5ac04..387f81565 100644 --- a/pkg/server/api/console/v1/types/document.go +++ b/pkg/server/api/console/v1/types/document.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/document_version.go b/pkg/server/api/console/v1/types/document_version.go index a458f1646..5763f06ae 100644 --- a/pkg/server/api/console/v1/types/document_version.go +++ b/pkg/server/api/console/v1/types/document_version.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/document_version_approval_decision.go b/pkg/server/api/console/v1/types/document_version_approval_decision.go index 4f7ca1c8f..791d1a8d0 100644 --- a/pkg/server/api/console/v1/types/document_version_approval_decision.go +++ b/pkg/server/api/console/v1/types/document_version_approval_decision.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/document_version_approval_quorum.go b/pkg/server/api/console/v1/types/document_version_approval_quorum.go index 560373610..f856fd784 100644 --- a/pkg/server/api/console/v1/types/document_version_approval_quorum.go +++ b/pkg/server/api/console/v1/types/document_version_approval_quorum.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/document_version_signature.go b/pkg/server/api/console/v1/types/document_version_signature.go index 5c49d3922..1b9f1fd28 100644 --- a/pkg/server/api/console/v1/types/document_version_signature.go +++ b/pkg/server/api/console/v1/types/document_version_signature.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/electronic_signature.go b/pkg/server/api/console/v1/types/electronic_signature.go index 382ac1ce7..4e751cd16 100644 --- a/pkg/server/api/console/v1/types/electronic_signature.go +++ b/pkg/server/api/console/v1/types/electronic_signature.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/employee_document.go b/pkg/server/api/console/v1/types/employee_document.go index 94d4f791f..9cb60d2f8 100644 --- a/pkg/server/api/console/v1/types/employee_document.go +++ b/pkg/server/api/console/v1/types/employee_document.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/evidence.go b/pkg/server/api/console/v1/types/evidence.go index ea4c8f984..90c8b6418 100644 --- a/pkg/server/api/console/v1/types/evidence.go +++ b/pkg/server/api/console/v1/types/evidence.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/file.go b/pkg/server/api/console/v1/types/file.go index 06d3119cb..73294dda2 100644 --- a/pkg/server/api/console/v1/types/file.go +++ b/pkg/server/api/console/v1/types/file.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/finding.go b/pkg/server/api/console/v1/types/finding.go index bcb9535e2..4d073cd6a 100644 --- a/pkg/server/api/console/v1/types/finding.go +++ b/pkg/server/api/console/v1/types/finding.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/framework.go b/pkg/server/api/console/v1/types/framework.go index 8b403262d..ab718e7aa 100644 --- a/pkg/server/api/console/v1/types/framework.go +++ b/pkg/server/api/console/v1/types/framework.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/mailing_list.go b/pkg/server/api/console/v1/types/mailing_list.go index 705dd5c22..f1ee613b2 100644 --- a/pkg/server/api/console/v1/types/mailing_list.go +++ b/pkg/server/api/console/v1/types/mailing_list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/mailing_list_subscriber.go b/pkg/server/api/console/v1/types/mailing_list_subscriber.go index 38c7b3d55..9f569f065 100644 --- a/pkg/server/api/console/v1/types/mailing_list_subscriber.go +++ b/pkg/server/api/console/v1/types/mailing_list_subscriber.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/mailing_list_update.go b/pkg/server/api/console/v1/types/mailing_list_update.go index 70b548c0b..d3f023018 100644 --- a/pkg/server/api/console/v1/types/mailing_list_update.go +++ b/pkg/server/api/console/v1/types/mailing_list_update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/mesure.go b/pkg/server/api/console/v1/types/mesure.go index dd9047c81..69e81e978 100644 --- a/pkg/server/api/console/v1/types/mesure.go +++ b/pkg/server/api/console/v1/types/mesure.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/obligation.go b/pkg/server/api/console/v1/types/obligation.go index bd238770a..7d6fdcc13 100644 --- a/pkg/server/api/console/v1/types/obligation.go +++ b/pkg/server/api/console/v1/types/obligation.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/order_by.go b/pkg/server/api/console/v1/types/order_by.go index 93053b30d..995053ef8 100644 --- a/pkg/server/api/console/v1/types/order_by.go +++ b/pkg/server/api/console/v1/types/order_by.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/organization.go b/pkg/server/api/console/v1/types/organization.go index ecc646e84..78f4dbcd5 100644 --- a/pkg/server/api/console/v1/types/organization.go +++ b/pkg/server/api/console/v1/types/organization.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/organization_context.go b/pkg/server/api/console/v1/types/organization_context.go index a0f3d7b5c..71f69c341 100644 --- a/pkg/server/api/console/v1/types/organization_context.go +++ b/pkg/server/api/console/v1/types/organization_context.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/pageinfo.go b/pkg/server/api/console/v1/types/pageinfo.go index 83e2009f6..e1f233505 100644 --- a/pkg/server/api/console/v1/types/pageinfo.go +++ b/pkg/server/api/console/v1/types/pageinfo.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/processing_activity.go b/pkg/server/api/console/v1/types/processing_activity.go index ee576cce2..84ce1ff1f 100644 --- a/pkg/server/api/console/v1/types/processing_activity.go +++ b/pkg/server/api/console/v1/types/processing_activity.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/profile.go b/pkg/server/api/console/v1/types/profile.go index 23c4a35d0..5ca0c5ec0 100644 --- a/pkg/server/api/console/v1/types/profile.go +++ b/pkg/server/api/console/v1/types/profile.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/rights_request.go b/pkg/server/api/console/v1/types/rights_request.go index 7506c15ec..db2b9e2cc 100644 --- a/pkg/server/api/console/v1/types/rights_request.go +++ b/pkg/server/api/console/v1/types/rights_request.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/risk.go b/pkg/server/api/console/v1/types/risk.go index d00522240..2675a1377 100644 --- a/pkg/server/api/console/v1/types/risk.go +++ b/pkg/server/api/console/v1/types/risk.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/risk_assessment.go b/pkg/server/api/console/v1/types/risk_assessment.go index a38c16c90..d4e56afc2 100644 --- a/pkg/server/api/console/v1/types/risk_assessment.go +++ b/pkg/server/api/console/v1/types/risk_assessment.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/risk_assessment_boundary.go b/pkg/server/api/console/v1/types/risk_assessment_boundary.go index 0a0766fa1..756af08af 100644 --- a/pkg/server/api/console/v1/types/risk_assessment_boundary.go +++ b/pkg/server/api/console/v1/types/risk_assessment_boundary.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/risk_assessment_node.go b/pkg/server/api/console/v1/types/risk_assessment_node.go index aeb3a3b0d..dc23d8e75 100644 --- a/pkg/server/api/console/v1/types/risk_assessment_node.go +++ b/pkg/server/api/console/v1/types/risk_assessment_node.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/risk_assessment_process.go b/pkg/server/api/console/v1/types/risk_assessment_process.go index bb38b5c42..29712198c 100644 --- a/pkg/server/api/console/v1/types/risk_assessment_process.go +++ b/pkg/server/api/console/v1/types/risk_assessment_process.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/risk_assessment_scenario.go b/pkg/server/api/console/v1/types/risk_assessment_scenario.go index 7a2ad7f65..7b87cec68 100644 --- a/pkg/server/api/console/v1/types/risk_assessment_scenario.go +++ b/pkg/server/api/console/v1/types/risk_assessment_scenario.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/risk_assessment_scope.go b/pkg/server/api/console/v1/types/risk_assessment_scope.go index cd4895405..3b92e72a9 100644 --- a/pkg/server/api/console/v1/types/risk_assessment_scope.go +++ b/pkg/server/api/console/v1/types/risk_assessment_scope.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/risk_assessment_threat.go b/pkg/server/api/console/v1/types/risk_assessment_threat.go index 9674a090e..4638b0898 100644 --- a/pkg/server/api/console/v1/types/risk_assessment_threat.go +++ b/pkg/server/api/console/v1/types/risk_assessment_threat.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/slack_connection.go b/pkg/server/api/console/v1/types/slack_connection.go index db927f8e9..4ed12030f 100644 --- a/pkg/server/api/console/v1/types/slack_connection.go +++ b/pkg/server/api/console/v1/types/slack_connection.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/statement_of_applicability.go b/pkg/server/api/console/v1/types/statement_of_applicability.go index 91b25c801..ef6a8d4ea 100644 --- a/pkg/server/api/console/v1/types/statement_of_applicability.go +++ b/pkg/server/api/console/v1/types/statement_of_applicability.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/task.go b/pkg/server/api/console/v1/types/task.go index 3965df689..89de4454b 100644 --- a/pkg/server/api/console/v1/types/task.go +++ b/pkg/server/api/console/v1/types/task.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/third_party.go b/pkg/server/api/console/v1/types/third_party.go index fc2c13218..ba40c849a 100644 --- a/pkg/server/api/console/v1/types/third_party.go +++ b/pkg/server/api/console/v1/types/third_party.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/third_party_business_associate_agreement.go b/pkg/server/api/console/v1/types/third_party_business_associate_agreement.go index 6ed8db85f..8e7f4ed3f 100644 --- a/pkg/server/api/console/v1/types/third_party_business_associate_agreement.go +++ b/pkg/server/api/console/v1/types/third_party_business_associate_agreement.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/third_party_compliance_report.go b/pkg/server/api/console/v1/types/third_party_compliance_report.go index 84cdc924e..f481cc298 100644 --- a/pkg/server/api/console/v1/types/third_party_compliance_report.go +++ b/pkg/server/api/console/v1/types/third_party_compliance_report.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/third_party_contact.go b/pkg/server/api/console/v1/types/third_party_contact.go index 420654e9b..f84c424b6 100644 --- a/pkg/server/api/console/v1/types/third_party_contact.go +++ b/pkg/server/api/console/v1/types/third_party_contact.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/third_party_data_privacy_agreement.go b/pkg/server/api/console/v1/types/third_party_data_privacy_agreement.go index f20fec26f..97eef67f8 100644 --- a/pkg/server/api/console/v1/types/third_party_data_privacy_agreement.go +++ b/pkg/server/api/console/v1/types/third_party_data_privacy_agreement.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/third_party_risk_assessment.go b/pkg/server/api/console/v1/types/third_party_risk_assessment.go index 5be22584b..208739764 100644 --- a/pkg/server/api/console/v1/types/third_party_risk_assessment.go +++ b/pkg/server/api/console/v1/types/third_party_risk_assessment.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/third_party_service.go b/pkg/server/api/console/v1/types/third_party_service.go index 040201906..e92b4839c 100644 --- a/pkg/server/api/console/v1/types/third_party_service.go +++ b/pkg/server/api/console/v1/types/third_party_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/tracker_pattern.go b/pkg/server/api/console/v1/types/tracker_pattern.go index 1280a8299..6d746d65d 100644 --- a/pkg/server/api/console/v1/types/tracker_pattern.go +++ b/pkg/server/api/console/v1/types/tracker_pattern.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/tracker_resource.go b/pkg/server/api/console/v1/types/tracker_resource.go index a807737d9..8d902b859 100644 --- a/pkg/server/api/console/v1/types/tracker_resource.go +++ b/pkg/server/api/console/v1/types/tracker_resource.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/transfer_impact_assessment.go b/pkg/server/api/console/v1/types/transfer_impact_assessment.go index 89d0086b4..11d5b74a5 100644 --- a/pkg/server/api/console/v1/types/transfer_impact_assessment.go +++ b/pkg/server/api/console/v1/types/transfer_impact_assessment.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/trust_center.go b/pkg/server/api/console/v1/types/trust_center.go index 784abd614..f22b35ec6 100644 --- a/pkg/server/api/console/v1/types/trust_center.go +++ b/pkg/server/api/console/v1/types/trust_center.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/trust_center_access.go b/pkg/server/api/console/v1/types/trust_center_access.go index bb6f829f9..0585a3e5f 100644 --- a/pkg/server/api/console/v1/types/trust_center_access.go +++ b/pkg/server/api/console/v1/types/trust_center_access.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/trust_center_document_access.go b/pkg/server/api/console/v1/types/trust_center_document_access.go index bff9fed77..dc0d03501 100644 --- a/pkg/server/api/console/v1/types/trust_center_document_access.go +++ b/pkg/server/api/console/v1/types/trust_center_document_access.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/trust_center_file.go b/pkg/server/api/console/v1/types/trust_center_file.go index a1490b2aa..92f96391f 100644 --- a/pkg/server/api/console/v1/types/trust_center_file.go +++ b/pkg/server/api/console/v1/types/trust_center_file.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/trust_center_reference.go b/pkg/server/api/console/v1/types/trust_center_reference.go index 37bbd87b9..428589161 100644 --- a/pkg/server/api/console/v1/types/trust_center_reference.go +++ b/pkg/server/api/console/v1/types/trust_center_reference.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/webhook_event.go b/pkg/server/api/console/v1/types/webhook_event.go index cfc45b323..f0ab49c70 100644 --- a/pkg/server/api/console/v1/types/webhook_event.go +++ b/pkg/server/api/console/v1/types/webhook_event.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/console/v1/types/webhook_subscription.go b/pkg/server/api/console/v1/types/webhook_subscription.go index 1c6a545c5..94ec58cd1 100644 --- a/pkg/server/api/console/v1/types/webhook_subscription.go +++ b/pkg/server/api/console/v1/types/webhook_subscription.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/cookiebanner/v1/cors_middleware.go b/pkg/server/api/cookiebanner/v1/cors_middleware.go index 8b364d352..eb5d31268 100644 --- a/pkg/server/api/cookiebanner/v1/cors_middleware.go +++ b/pkg/server/api/cookiebanner/v1/cors_middleware.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/cookiebanner/v1/handler.go b/pkg/server/api/cookiebanner/v1/handler.go index 89cd9e9fe..a7d88283d 100644 --- a/pkg/server/api/cookiebanner/v1/handler.go +++ b/pkg/server/api/cookiebanner/v1/handler.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/cookiebanner/v1/sdk_version_middleware.go b/pkg/server/api/cookiebanner/v1/sdk_version_middleware.go index e877c95b2..767a3620d 100644 --- a/pkg/server/api/cookiebanner/v1/sdk_version_middleware.go +++ b/pkg/server/api/cookiebanner/v1/sdk_version_middleware.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/files/v1/handler.go b/pkg/server/api/files/v1/handler.go index ab3d21e2c..8bd8c2168 100644 --- a/pkg/server/api/files/v1/handler.go +++ b/pkg/server/api/files/v1/handler.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/mcputils/mcputils.go b/pkg/server/api/mcp/mcputils/mcputils.go index 1f3da2508..429b7bbde 100644 --- a/pkg/server/api/mcp/mcputils/mcputils.go +++ b/pkg/server/api/mcp/mcputils/mcputils.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/mcputils/recovery.go b/pkg/server/api/mcp/mcputils/recovery.go index 6349b8a80..4c206a5c1 100644 --- a/pkg/server/api/mcp/mcputils/recovery.go +++ b/pkg/server/api/mcp/mcputils/recovery.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/middleware.go b/pkg/server/api/mcp/v1/middleware.go index d50990f68..e43be765a 100644 --- a/pkg/server/api/mcp/v1/middleware.go +++ b/pkg/server/api/mcp/v1/middleware.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/resolver.go b/pkg/server/api/mcp/v1/resolver.go index 105a7e0b2..ad57ad17c 100644 --- a/pkg/server/api/mcp/v1/resolver.go +++ b/pkg/server/api/mcp/v1/resolver.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/server/doc.go b/pkg/server/api/mcp/v1/server/doc.go index 4c317f423..9053a4079 100644 --- a/pkg/server/api/mcp/v1/server/doc.go +++ b/pkg/server/api/mcp/v1/server/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/access_review.go b/pkg/server/api/mcp/v1/types/access_review.go index 5456fd39d..7151ecc3b 100644 --- a/pkg/server/api/mcp/v1/types/access_review.go +++ b/pkg/server/api/mcp/v1/types/access_review.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/asset.go b/pkg/server/api/mcp/v1/types/asset.go index 954c502f1..c6fe2b94b 100644 --- a/pkg/server/api/mcp/v1/types/asset.go +++ b/pkg/server/api/mcp/v1/types/asset.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/audit.go b/pkg/server/api/mcp/v1/types/audit.go index 14cb04c31..15d474a6c 100644 --- a/pkg/server/api/mcp/v1/types/audit.go +++ b/pkg/server/api/mcp/v1/types/audit.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/audit_log_entry.go b/pkg/server/api/mcp/v1/types/audit_log_entry.go index 7e51662f4..9eddf18fa 100644 --- a/pkg/server/api/mcp/v1/types/audit_log_entry.go +++ b/pkg/server/api/mcp/v1/types/audit_log_entry.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/compliance_external_url.go b/pkg/server/api/mcp/v1/types/compliance_external_url.go index 39a77ae10..f37f4eb76 100644 --- a/pkg/server/api/mcp/v1/types/compliance_external_url.go +++ b/pkg/server/api/mcp/v1/types/compliance_external_url.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/control.go b/pkg/server/api/mcp/v1/types/control.go index f9fce63b9..73b47f28a 100644 --- a/pkg/server/api/mcp/v1/types/control.go +++ b/pkg/server/api/mcp/v1/types/control.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/cookie_banner.go b/pkg/server/api/mcp/v1/types/cookie_banner.go index 9bd901cb1..a708c848d 100644 --- a/pkg/server/api/mcp/v1/types/cookie_banner.go +++ b/pkg/server/api/mcp/v1/types/cookie_banner.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/cookie_banner_version.go b/pkg/server/api/mcp/v1/types/cookie_banner_version.go index 286e397c5..5045cc1bd 100644 --- a/pkg/server/api/mcp/v1/types/cookie_banner_version.go +++ b/pkg/server/api/mcp/v1/types/cookie_banner_version.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/cookie_category.go b/pkg/server/api/mcp/v1/types/cookie_category.go index ba479252e..6940dac77 100644 --- a/pkg/server/api/mcp/v1/types/cookie_category.go +++ b/pkg/server/api/mcp/v1/types/cookie_category.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/cookie_consent_record.go b/pkg/server/api/mcp/v1/types/cookie_consent_record.go index bf63ca88b..bc8334796 100644 --- a/pkg/server/api/mcp/v1/types/cookie_consent_record.go +++ b/pkg/server/api/mcp/v1/types/cookie_consent_record.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/cursorkey.go b/pkg/server/api/mcp/v1/types/cursorkey.go index 2e8ec7351..61e6a42ae 100644 --- a/pkg/server/api/mcp/v1/types/cursorkey.go +++ b/pkg/server/api/mcp/v1/types/cursorkey.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/custom_domain.go b/pkg/server/api/mcp/v1/types/custom_domain.go index 2812f1342..468789225 100644 --- a/pkg/server/api/mcp/v1/types/custom_domain.go +++ b/pkg/server/api/mcp/v1/types/custom_domain.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/data_protection_impact_assessment.go b/pkg/server/api/mcp/v1/types/data_protection_impact_assessment.go index 917892d96..2418e1fe0 100644 --- a/pkg/server/api/mcp/v1/types/data_protection_impact_assessment.go +++ b/pkg/server/api/mcp/v1/types/data_protection_impact_assessment.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/datum.go b/pkg/server/api/mcp/v1/types/datum.go index 93e4e9daf..f9eb92318 100644 --- a/pkg/server/api/mcp/v1/types/datum.go +++ b/pkg/server/api/mcp/v1/types/datum.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/document.go b/pkg/server/api/mcp/v1/types/document.go index 35ef9147f..91201548d 100644 --- a/pkg/server/api/mcp/v1/types/document.go +++ b/pkg/server/api/mcp/v1/types/document.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/evidence.go b/pkg/server/api/mcp/v1/types/evidence.go index c4dbf99e2..ca4de822b 100644 --- a/pkg/server/api/mcp/v1/types/evidence.go +++ b/pkg/server/api/mcp/v1/types/evidence.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/finding.go b/pkg/server/api/mcp/v1/types/finding.go index d98afb6ce..daabc07f1 100644 --- a/pkg/server/api/mcp/v1/types/finding.go +++ b/pkg/server/api/mcp/v1/types/finding.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/framework.go b/pkg/server/api/mcp/v1/types/framework.go index 433c9d692..141a84292 100644 --- a/pkg/server/api/mcp/v1/types/framework.go +++ b/pkg/server/api/mcp/v1/types/framework.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/measure.go b/pkg/server/api/mcp/v1/types/measure.go index b88508677..34b9c3ca0 100644 --- a/pkg/server/api/mcp/v1/types/measure.go +++ b/pkg/server/api/mcp/v1/types/measure.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/obligation.go b/pkg/server/api/mcp/v1/types/obligation.go index c6aa7e6f6..509da661d 100644 --- a/pkg/server/api/mcp/v1/types/obligation.go +++ b/pkg/server/api/mcp/v1/types/obligation.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/order_by.go b/pkg/server/api/mcp/v1/types/order_by.go index 93053b30d..995053ef8 100644 --- a/pkg/server/api/mcp/v1/types/order_by.go +++ b/pkg/server/api/mcp/v1/types/order_by.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/organization.go b/pkg/server/api/mcp/v1/types/organization.go index 0841ebe4d..662c9179f 100644 --- a/pkg/server/api/mcp/v1/types/organization.go +++ b/pkg/server/api/mcp/v1/types/organization.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/organization_context.go b/pkg/server/api/mcp/v1/types/organization_context.go index 118052b01..25ded7ac0 100644 --- a/pkg/server/api/mcp/v1/types/organization_context.go +++ b/pkg/server/api/mcp/v1/types/organization_context.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/processing_activity.go b/pkg/server/api/mcp/v1/types/processing_activity.go index 705505fe4..3b4599462 100644 --- a/pkg/server/api/mcp/v1/types/processing_activity.go +++ b/pkg/server/api/mcp/v1/types/processing_activity.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/profile.go b/pkg/server/api/mcp/v1/types/profile.go index ba3c04339..16cc188f1 100644 --- a/pkg/server/api/mcp/v1/types/profile.go +++ b/pkg/server/api/mcp/v1/types/profile.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/rights_request.go b/pkg/server/api/mcp/v1/types/rights_request.go index a1c41ed01..005992a4b 100644 --- a/pkg/server/api/mcp/v1/types/rights_request.go +++ b/pkg/server/api/mcp/v1/types/rights_request.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/risk.go b/pkg/server/api/mcp/v1/types/risk.go index 0c5370d95..fd79e1616 100644 --- a/pkg/server/api/mcp/v1/types/risk.go +++ b/pkg/server/api/mcp/v1/types/risk.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/risk_assessment.go b/pkg/server/api/mcp/v1/types/risk_assessment.go index 59fce1707..879a77c7d 100644 --- a/pkg/server/api/mcp/v1/types/risk_assessment.go +++ b/pkg/server/api/mcp/v1/types/risk_assessment.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/scim_configuration.go b/pkg/server/api/mcp/v1/types/scim_configuration.go index 2c34da421..3e46de3da 100644 --- a/pkg/server/api/mcp/v1/types/scim_configuration.go +++ b/pkg/server/api/mcp/v1/types/scim_configuration.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/statement_of_applicability.go b/pkg/server/api/mcp/v1/types/statement_of_applicability.go index 137af79f0..1f34485e0 100644 --- a/pkg/server/api/mcp/v1/types/statement_of_applicability.go +++ b/pkg/server/api/mcp/v1/types/statement_of_applicability.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/task.go b/pkg/server/api/mcp/v1/types/task.go index 148de56ab..8faa008b0 100644 --- a/pkg/server/api/mcp/v1/types/task.go +++ b/pkg/server/api/mcp/v1/types/task.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/third_party.go b/pkg/server/api/mcp/v1/types/third_party.go index 39f9d9cfa..1a3005883 100644 --- a/pkg/server/api/mcp/v1/types/third_party.go +++ b/pkg/server/api/mcp/v1/types/third_party.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/tracker_pattern.go b/pkg/server/api/mcp/v1/types/tracker_pattern.go index 86115e41e..b5786d555 100644 --- a/pkg/server/api/mcp/v1/types/tracker_pattern.go +++ b/pkg/server/api/mcp/v1/types/tracker_pattern.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/tracker_resource.go b/pkg/server/api/mcp/v1/types/tracker_resource.go index ad407bc15..5516aef02 100644 --- a/pkg/server/api/mcp/v1/types/tracker_resource.go +++ b/pkg/server/api/mcp/v1/types/tracker_resource.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/transfer_impact_assessment.go b/pkg/server/api/mcp/v1/types/transfer_impact_assessment.go index fb1b740a9..a4a5cd43f 100644 --- a/pkg/server/api/mcp/v1/types/transfer_impact_assessment.go +++ b/pkg/server/api/mcp/v1/types/transfer_impact_assessment.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/trust_center.go b/pkg/server/api/mcp/v1/types/trust_center.go index b823e123b..648f12003 100644 --- a/pkg/server/api/mcp/v1/types/trust_center.go +++ b/pkg/server/api/mcp/v1/types/trust_center.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/types/webhook_subscription.go b/pkg/server/api/mcp/v1/types/webhook_subscription.go index 497f855a7..46e31d91e 100644 --- a/pkg/server/api/mcp/v1/types/webhook_subscription.go +++ b/pkg/server/api/mcp/v1/types/webhook_subscription.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/mcp/v1/v1_handler.go b/pkg/server/api/mcp/v1/v1_handler.go index 923ce188b..236e9f714 100644 --- a/pkg/server/api/mcp/v1/v1_handler.go +++ b/pkg/server/api/mcp/v1/v1_handler.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/slack/v1/resolver.go b/pkg/server/api/slack/v1/resolver.go index b5718d684..0af0b9730 100644 --- a/pkg/server/api/slack/v1/resolver.go +++ b/pkg/server/api/slack/v1/resolver.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/slack/v1/slack_handler.go b/pkg/server/api/slack/v1/slack_handler.go index 09c40fb19..5f8c0f66d 100644 --- a/pkg/server/api/slack/v1/slack_handler.go +++ b/pkg/server/api/slack/v1/slack_handler.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/trust/v1/graphql_handler.go b/pkg/server/api/trust/v1/graphql_handler.go index 4325fde14..8e2d190c9 100644 --- a/pkg/server/api/trust/v1/graphql_handler.go +++ b/pkg/server/api/trust/v1/graphql_handler.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/trust/v1/nda_directive.go b/pkg/server/api/trust/v1/nda_directive.go index d8ebc4004..4478dd093 100644 --- a/pkg/server/api/trust/v1/nda_directive.go +++ b/pkg/server/api/trust/v1/nda_directive.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/trust/v1/resolver.go b/pkg/server/api/trust/v1/resolver.go index fdc063b18..e179b04fc 100644 --- a/pkg/server/api/trust/v1/resolver.go +++ b/pkg/server/api/trust/v1/resolver.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above @@ -14,7 +14,7 @@ //go:generate go tool github.com/99designs/gqlgen generate -// Copyright (c) 2025 Probo Inc . +// Copyright (c) 2025 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/trust/v1/schema/doc.go b/pkg/server/api/trust/v1/schema/doc.go index 1964cfa8c..b502360b3 100644 --- a/pkg/server/api/trust/v1/schema/doc.go +++ b/pkg/server/api/trust/v1/schema/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/trust/v1/session_transfer_handler.go b/pkg/server/api/trust/v1/session_transfer_handler.go index aece1f197..dd9659f73 100644 --- a/pkg/server/api/trust/v1/session_transfer_handler.go +++ b/pkg/server/api/trust/v1/session_transfer_handler.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/trust/v1/types/audit.go b/pkg/server/api/trust/v1/types/audit.go index 75829fc1c..3658c7c68 100644 --- a/pkg/server/api/trust/v1/types/audit.go +++ b/pkg/server/api/trust/v1/types/audit.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/trust/v1/types/audit_report.go b/pkg/server/api/trust/v1/types/audit_report.go index 0e9b4e818..de60de791 100644 --- a/pkg/server/api/trust/v1/types/audit_report.go +++ b/pkg/server/api/trust/v1/types/audit_report.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/trust/v1/types/compliance_external_url.go b/pkg/server/api/trust/v1/types/compliance_external_url.go index 983c04ee6..f057a2418 100644 --- a/pkg/server/api/trust/v1/types/compliance_external_url.go +++ b/pkg/server/api/trust/v1/types/compliance_external_url.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/trust/v1/types/compliance_framework.go b/pkg/server/api/trust/v1/types/compliance_framework.go index f81b9ecb0..6d85e959b 100644 --- a/pkg/server/api/trust/v1/types/compliance_framework.go +++ b/pkg/server/api/trust/v1/types/compliance_framework.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/trust/v1/types/cursorkey.go b/pkg/server/api/trust/v1/types/cursorkey.go index 9aa9bb40b..979edbad2 100644 --- a/pkg/server/api/trust/v1/types/cursorkey.go +++ b/pkg/server/api/trust/v1/types/cursorkey.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/trust/v1/types/document.go b/pkg/server/api/trust/v1/types/document.go index 04772cd68..80e67c1d0 100644 --- a/pkg/server/api/trust/v1/types/document.go +++ b/pkg/server/api/trust/v1/types/document.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/trust/v1/types/electronic_signature.go b/pkg/server/api/trust/v1/types/electronic_signature.go index 09ce975f8..b9c3634da 100644 --- a/pkg/server/api/trust/v1/types/electronic_signature.go +++ b/pkg/server/api/trust/v1/types/electronic_signature.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/trust/v1/types/framework.go b/pkg/server/api/trust/v1/types/framework.go index fc86b806d..fdeae19ca 100644 --- a/pkg/server/api/trust/v1/types/framework.go +++ b/pkg/server/api/trust/v1/types/framework.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/trust/v1/types/mailing_list_subscriber.go b/pkg/server/api/trust/v1/types/mailing_list_subscriber.go index 7260a804d..1a01ec5c5 100644 --- a/pkg/server/api/trust/v1/types/mailing_list_subscriber.go +++ b/pkg/server/api/trust/v1/types/mailing_list_subscriber.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/trust/v1/types/mailing_list_update.go b/pkg/server/api/trust/v1/types/mailing_list_update.go index 0b7876fce..481adb5e1 100644 --- a/pkg/server/api/trust/v1/types/mailing_list_update.go +++ b/pkg/server/api/trust/v1/types/mailing_list_update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/trust/v1/types/organization.go b/pkg/server/api/trust/v1/types/organization.go index 55ac5f527..ee139e4fa 100644 --- a/pkg/server/api/trust/v1/types/organization.go +++ b/pkg/server/api/trust/v1/types/organization.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/trust/v1/types/pageinfo.go b/pkg/server/api/trust/v1/types/pageinfo.go index 83e2009f6..e1f233505 100644 --- a/pkg/server/api/trust/v1/types/pageinfo.go +++ b/pkg/server/api/trust/v1/types/pageinfo.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/trust/v1/types/third_party.go b/pkg/server/api/trust/v1/types/third_party.go index e9542139c..a0343c3eb 100644 --- a/pkg/server/api/trust/v1/types/third_party.go +++ b/pkg/server/api/trust/v1/types/third_party.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/trust/v1/types/trust_center.go b/pkg/server/api/trust/v1/types/trust_center.go index 481bb4f44..dcf0ce97c 100644 --- a/pkg/server/api/trust/v1/types/trust_center.go +++ b/pkg/server/api/trust/v1/types/trust_center.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/trust/v1/types/trust_center_file.go b/pkg/server/api/trust/v1/types/trust_center_file.go index bde97819f..a9f98eb96 100644 --- a/pkg/server/api/trust/v1/types/trust_center_file.go +++ b/pkg/server/api/trust/v1/types/trust_center_file.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/api/trust/v1/types/trust_center_reference.go b/pkg/server/api/trust/v1/types/trust_center_reference.go index 93bb05d0b..177228f45 100644 --- a/pkg/server/api/trust/v1/types/trust_center_reference.go +++ b/pkg/server/api/trust/v1/types/trust_center_reference.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/gqlutils/directives/authentication/authentication.go b/pkg/server/gqlutils/directives/authentication/authentication.go index 82fc786d0..eb01fdcd8 100644 --- a/pkg/server/gqlutils/directives/authentication/authentication.go +++ b/pkg/server/gqlutils/directives/authentication/authentication.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/gqlutils/directives/session/session.go b/pkg/server/gqlutils/directives/session/session.go index c8762d7a2..39f1cd842 100644 --- a/pkg/server/gqlutils/directives/session/session.go +++ b/pkg/server/gqlutils/directives/session/session.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/gqlutils/errors.go b/pkg/server/gqlutils/errors.go index 1f4df6361..6e3dd7295 100644 --- a/pkg/server/gqlutils/errors.go +++ b/pkg/server/gqlutils/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/gqlutils/handler.go b/pkg/server/gqlutils/handler.go index 3f75f8bb9..647115491 100644 --- a/pkg/server/gqlutils/handler.go +++ b/pkg/server/gqlutils/handler.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/gqlutils/httpctx.go b/pkg/server/gqlutils/httpctx.go index 5ff408ce6..d723c3aa4 100644 --- a/pkg/server/gqlutils/httpctx.go +++ b/pkg/server/gqlutils/httpctx.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/gqlutils/nullable.go b/pkg/server/gqlutils/nullable.go index 3b515c767..3c3b2c02e 100644 --- a/pkg/server/gqlutils/nullable.go +++ b/pkg/server/gqlutils/nullable.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/gqlutils/query.go b/pkg/server/gqlutils/query.go index 4a182eea7..fa3a5e78c 100644 --- a/pkg/server/gqlutils/query.go +++ b/pkg/server/gqlutils/query.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/gqlutils/recovery.go b/pkg/server/gqlutils/recovery.go index 0513911de..950adba8b 100644 --- a/pkg/server/gqlutils/recovery.go +++ b/pkg/server/gqlutils/recovery.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/gqlutils/tracing.go b/pkg/server/gqlutils/tracing.go index 3a5fa0db6..2a1391e16 100644 --- a/pkg/server/gqlutils/tracing.go +++ b/pkg/server/gqlutils/tracing.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/gqlutils/types/bigint/bigint.go b/pkg/server/gqlutils/types/bigint/bigint.go index e95508a56..34c6afae9 100644 --- a/pkg/server/gqlutils/types/bigint/bigint.go +++ b/pkg/server/gqlutils/types/bigint/bigint.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/gqlutils/types/cursor/cursorkey.go b/pkg/server/gqlutils/types/cursor/cursorkey.go index 188126be5..37a527f18 100644 --- a/pkg/server/gqlutils/types/cursor/cursorkey.go +++ b/pkg/server/gqlutils/types/cursor/cursorkey.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/gqlutils/types/gid/gid.go b/pkg/server/gqlutils/types/gid/gid.go index 552c7207d..459e6f2da 100644 --- a/pkg/server/gqlutils/types/gid/gid.go +++ b/pkg/server/gqlutils/types/gid/gid.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/gqlutils/types/mail/addr.go b/pkg/server/gqlutils/types/mail/addr.go index 5b3ea02da..07e91d026 100644 --- a/pkg/server/gqlutils/types/mail/addr.go +++ b/pkg/server/gqlutils/types/mail/addr.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/gqlutils/types/pageinfo/pageinfo.go b/pkg/server/gqlutils/types/pageinfo/pageinfo.go index d1d89d7d3..2de3b07be 100644 --- a/pkg/server/gqlutils/types/pageinfo/pageinfo.go +++ b/pkg/server/gqlutils/types/pageinfo/pageinfo.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/jsonutil/errors.go b/pkg/server/jsonutil/errors.go index 0dad50c06..5eff51835 100644 --- a/pkg/server/jsonutil/errors.go +++ b/pkg/server/jsonutil/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/mailactions/confirm.go b/pkg/server/mailactions/confirm.go index 287c6569d..7e65fe70c 100644 --- a/pkg/server/mailactions/confirm.go +++ b/pkg/server/mailactions/confirm.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/mailactions/mux.go b/pkg/server/mailactions/mux.go index f2d9fb461..5205ed41d 100644 --- a/pkg/server/mailactions/mux.go +++ b/pkg/server/mailactions/mux.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/mailactions/render.go b/pkg/server/mailactions/render.go index 37f1abc9f..e7d07f9c3 100644 --- a/pkg/server/mailactions/render.go +++ b/pkg/server/mailactions/render.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/mailactions/unsubscribe.go b/pkg/server/mailactions/unsubscribe.go index 3bdd466f9..8f0be0130 100644 --- a/pkg/server/mailactions/unsubscribe.go +++ b/pkg/server/mailactions/unsubscribe.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/server.go b/pkg/server/server.go index 23d32386e..b547f38f4 100644 --- a/pkg/server/server.go +++ b/pkg/server/server.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/statichandler/statichandler.go b/pkg/server/statichandler/statichandler.go index 57f7bea85..057964543 100644 --- a/pkg/server/statichandler/statichandler.go +++ b/pkg/server/statichandler/statichandler.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/trust/trust.go b/pkg/server/trust/trust.go index a60241529..f80499a47 100644 --- a/pkg/server/trust/trust.go +++ b/pkg/server/trust/trust.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/trustedproxy/trustedproxy.go b/pkg/server/trustedproxy/trustedproxy.go index 5b4dde84b..aa5e495b4 100644 --- a/pkg/server/trustedproxy/trustedproxy.go +++ b/pkg/server/trustedproxy/trustedproxy.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/trustedproxy/trustedproxy_test.go b/pkg/server/trustedproxy/trustedproxy_test.go index b046797c0..3e0fdefd6 100644 --- a/pkg/server/trustedproxy/trustedproxy_test.go +++ b/pkg/server/trustedproxy/trustedproxy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/server/web/web.go b/pkg/server/web/web.go index fa73a1b35..6b3857c37 100644 --- a/pkg/server/web/web.go +++ b/pkg/server/web/web.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/slack/client.go b/pkg/slack/client.go index fcb8c3fd4..21e7fe52d 100644 --- a/pkg/slack/client.go +++ b/pkg/slack/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/slack/connector_config.go b/pkg/slack/connector_config.go index f8a0dec66..e3ee35a05 100644 --- a/pkg/slack/connector_config.go +++ b/pkg/slack/connector_config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/slack/oauth2_scopes.go b/pkg/slack/oauth2_scopes.go index 21ced9ed1..68aaf0bf7 100644 --- a/pkg/slack/oauth2_scopes.go +++ b/pkg/slack/oauth2_scopes.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/slack/sender.go b/pkg/slack/sender.go index c42730b81..53cda8b5f 100644 --- a/pkg/slack/sender.go +++ b/pkg/slack/sender.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/slack/service.go b/pkg/slack/service.go index ae9c14386..c4d3ceafa 100644 --- a/pkg/slack/service.go +++ b/pkg/slack/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/slack/signature.go b/pkg/slack/signature.go index 6966b4951..4d8237ec5 100644 --- a/pkg/slack/signature.go +++ b/pkg/slack/signature.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/slack/slack_message_service.go b/pkg/slack/slack_message_service.go index a520fbbd6..c69725dab 100644 --- a/pkg/slack/slack_message_service.go +++ b/pkg/slack/slack_message_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/slack/templates.go b/pkg/slack/templates.go index 3538ac0dc..39178d4aa 100644 --- a/pkg/slack/templates.go +++ b/pkg/slack/templates.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/slug/slug.go b/pkg/slug/slug.go index 05bbb6fda..1ff2931e0 100644 --- a/pkg/slug/slug.go +++ b/pkg/slug/slug.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/slug/slug_test.go b/pkg/slug/slug_test.go index 77462c178..ee936d68b 100644 --- a/pkg/slug/slug_test.go +++ b/pkg/slug/slug_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/statelesstoken/statelesstoken.go b/pkg/statelesstoken/statelesstoken.go index 15f7802fc..fe0cd177e 100644 --- a/pkg/statelesstoken/statelesstoken.go +++ b/pkg/statelesstoken/statelesstoken.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/thirdparty/disambiguation_agent.go b/pkg/thirdparty/disambiguation_agent.go index 35d167f0d..53079808d 100644 --- a/pkg/thirdparty/disambiguation_agent.go +++ b/pkg/thirdparty/disambiguation_agent.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/thirdparty/match.go b/pkg/thirdparty/match.go index ef859d9f2..bf6523550 100644 --- a/pkg/thirdparty/match.go +++ b/pkg/thirdparty/match.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/thirdparty/match_test.go b/pkg/thirdparty/match_test.go index dcada12f1..53bfd7d75 100644 --- a/pkg/thirdparty/match_test.go +++ b/pkg/thirdparty/match_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/thirdparty/resolver.go b/pkg/thirdparty/resolver.go index 789bb579b..0325aba9c 100644 --- a/pkg/thirdparty/resolver.go +++ b/pkg/thirdparty/resolver.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/thirdparty/resolver_test.go b/pkg/thirdparty/resolver_test.go index 7f42a6032..2b98424f6 100644 --- a/pkg/thirdparty/resolver_test.go +++ b/pkg/thirdparty/resolver_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/thirdparty/service.go b/pkg/thirdparty/service.go index 8c1f9ead5..90054c516 100644 --- a/pkg/thirdparty/service.go +++ b/pkg/thirdparty/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/thirdparty/vetting.go b/pkg/thirdparty/vetting.go index aace68df5..99bc3736d 100644 --- a/pkg/thirdparty/vetting.go +++ b/pkg/thirdparty/vetting.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/thirdparty/vetting_test.go b/pkg/thirdparty/vetting_test.go index 17b07d2d6..bacf07937 100644 --- a/pkg/thirdparty/vetting_test.go +++ b/pkg/thirdparty/vetting_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/thirdparty/vetting_worker.go b/pkg/thirdparty/vetting_worker.go index 74829088c..a2531e9ac 100644 --- a/pkg/thirdparty/vetting_worker.go +++ b/pkg/thirdparty/vetting_worker.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/trust/audit_service.go b/pkg/trust/audit_service.go index 490bd27fd..c9c901fef 100644 --- a/pkg/trust/audit_service.go +++ b/pkg/trust/audit_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/trust/compliance_external_url_service.go b/pkg/trust/compliance_external_url_service.go index 0875f7246..5fdfc591e 100644 --- a/pkg/trust/compliance_external_url_service.go +++ b/pkg/trust/compliance_external_url_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/trust/compliance_framework_service.go b/pkg/trust/compliance_framework_service.go index 92575aa48..670278c93 100644 --- a/pkg/trust/compliance_framework_service.go +++ b/pkg/trust/compliance_framework_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/trust/compliance_page_service.go b/pkg/trust/compliance_page_service.go index fe2ba5e2c..21bb5031f 100644 --- a/pkg/trust/compliance_page_service.go +++ b/pkg/trust/compliance_page_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/trust/document_service.go b/pkg/trust/document_service.go index c124dc9c9..f239112ac 100644 --- a/pkg/trust/document_service.go +++ b/pkg/trust/document_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/trust/errors.go b/pkg/trust/errors.go index 667511a4b..a838b9f43 100644 --- a/pkg/trust/errors.go +++ b/pkg/trust/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/trust/framework_service.go b/pkg/trust/framework_service.go index e85e70f2d..14da35336 100644 --- a/pkg/trust/framework_service.go +++ b/pkg/trust/framework_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/trust/organization_service.go b/pkg/trust/organization_service.go index 5747c2779..922f3de3a 100644 --- a/pkg/trust/organization_service.go +++ b/pkg/trust/organization_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/trust/report_service.go b/pkg/trust/report_service.go index ebe29ad2e..86ec510bc 100644 --- a/pkg/trust/report_service.go +++ b/pkg/trust/report_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/trust/service.go b/pkg/trust/service.go index 701965210..352920da1 100644 --- a/pkg/trust/service.go +++ b/pkg/trust/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/trust/third_party_service.go b/pkg/trust/third_party_service.go index ba87635fe..1da4d2937 100644 --- a/pkg/trust/third_party_service.go +++ b/pkg/trust/third_party_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/trust/trust_center_access_service.go b/pkg/trust/trust_center_access_service.go index 39d9fbd30..cfc5b6082 100644 --- a/pkg/trust/trust_center_access_service.go +++ b/pkg/trust/trust_center_access_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/trust/trust_center_file_service.go b/pkg/trust/trust_center_file_service.go index e93fb95dd..2d894665d 100644 --- a/pkg/trust/trust_center_file_service.go +++ b/pkg/trust/trust_center_file_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/trust/trust_center_reference_service.go b/pkg/trust/trust_center_reference_service.go index 709a0590a..ee33bbcd3 100644 --- a/pkg/trust/trust_center_reference_service.go +++ b/pkg/trust/trust_center_reference_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/trust/trust_center_service.go b/pkg/trust/trust_center_service.go index d2ba9b4b2..792154ba5 100644 --- a/pkg/trust/trust_center_service.go +++ b/pkg/trust/trust_center_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/uri/uri.go b/pkg/uri/uri.go index 8a75933dd..a787c2c66 100644 --- a/pkg/uri/uri.go +++ b/pkg/uri/uri.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/uri/uri_test.go b/pkg/uri/uri_test.go index 4f6d49870..ad62a8fe5 100644 --- a/pkg/uri/uri_test.go +++ b/pkg/uri/uri_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/validator/checkeach_slice_test.go b/pkg/validator/checkeach_slice_test.go index c8c255223..2386eb6cf 100644 --- a/pkg/validator/checkeach_slice_test.go +++ b/pkg/validator/checkeach_slice_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/validator/double_pointer_test.go b/pkg/validator/double_pointer_test.go index b360e2aca..942cf199f 100644 --- a/pkg/validator/double_pointer_test.go +++ b/pkg/validator/double_pointer_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/validator/errors.go b/pkg/validator/errors.go index 429636cfd..30aef50ff 100644 --- a/pkg/validator/errors.go +++ b/pkg/validator/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/validator/oneof_custom_type_test.go b/pkg/validator/oneof_custom_type_test.go index 134f64e94..136f249cc 100644 --- a/pkg/validator/oneof_custom_type_test.go +++ b/pkg/validator/oneof_custom_type_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/validator/optional_pointer_test.go b/pkg/validator/optional_pointer_test.go index 17cca33f8..180781d64 100644 --- a/pkg/validator/optional_pointer_test.go +++ b/pkg/validator/optional_pointer_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/validator/validation.go b/pkg/validator/validation.go index d3e2a5797..53633e79b 100644 --- a/pkg/validator/validation.go +++ b/pkg/validator/validation.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/validator/validation_bench_test.go b/pkg/validator/validation_bench_test.go index 554ea3a7e..d28faaf51 100644 --- a/pkg/validator/validation_bench_test.go +++ b/pkg/validator/validation_bench_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/validator/validation_test.go b/pkg/validator/validation_test.go index 69a12449b..eaa76adba 100644 --- a/pkg/validator/validation_test.go +++ b/pkg/validator/validation_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/validator/validator_common.go b/pkg/validator/validator_common.go index 624795929..45ecbb97d 100644 --- a/pkg/validator/validator_common.go +++ b/pkg/validator/validator_common.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/validator/validator_common_test.go b/pkg/validator/validator_common_test.go index 431151716..00a5290c0 100644 --- a/pkg/validator/validator_common_test.go +++ b/pkg/validator/validator_common_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/validator/validator_format.go b/pkg/validator/validator_format.go index 643c71800..1bd30c0c3 100644 --- a/pkg/validator/validator_format.go +++ b/pkg/validator/validator_format.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/validator/validator_format_test.go b/pkg/validator/validator_format_test.go index 5a5be25f7..c9461deb8 100644 --- a/pkg/validator/validator_format_test.go +++ b/pkg/validator/validator_format_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/validator/validator_numeric.go b/pkg/validator/validator_numeric.go index d1c2ecd81..e22987056 100644 --- a/pkg/validator/validator_numeric.go +++ b/pkg/validator/validator_numeric.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/validator/validator_numeric_test.go b/pkg/validator/validator_numeric_test.go index 270288045..5d02af032 100644 --- a/pkg/validator/validator_numeric_test.go +++ b/pkg/validator/validator_numeric_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/validator/validator_prosemirror.go b/pkg/validator/validator_prosemirror.go index acb4302e8..bb5fd9676 100644 --- a/pkg/validator/validator_prosemirror.go +++ b/pkg/validator/validator_prosemirror.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/validator/validator_prosemirror_test.go b/pkg/validator/validator_prosemirror_test.go index 66ca45796..54821255e 100644 --- a/pkg/validator/validator_prosemirror_test.go +++ b/pkg/validator/validator_prosemirror_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/validator/validator_security.go b/pkg/validator/validator_security.go index 11b19838b..9aa8049df 100644 --- a/pkg/validator/validator_security.go +++ b/pkg/validator/validator_security.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/validator/validator_security_test.go b/pkg/validator/validator_security_test.go index 479224faf..e98a36792 100644 --- a/pkg/validator/validator_security_test.go +++ b/pkg/validator/validator_security_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/validator/validator_string.go b/pkg/validator/validator_string.go index d97671c9e..2eba81a3c 100644 --- a/pkg/validator/validator_string.go +++ b/pkg/validator/validator_string.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/validator/validator_string_test.go b/pkg/validator/validator_string_test.go index 1bbc000f9..4da684baa 100644 --- a/pkg/validator/validator_string_test.go +++ b/pkg/validator/validator_string_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/validator/validator_time.go b/pkg/validator/validator_time.go index 2a4b9227a..dad09c2ff 100644 --- a/pkg/validator/validator_time.go +++ b/pkg/validator/validator_time.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/validator/validator_time_test.go b/pkg/validator/validator_time_test.go index 1c21a48c7..d32136f3b 100644 --- a/pkg/validator/validator_time_test.go +++ b/pkg/validator/validator_time_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/version/version.go b/pkg/version/version.go index c3f737c05..b6b2b55b2 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/version/version_test.go b/pkg/version/version_test.go index e81b9f75b..8add7ebde 100644 --- a/pkg/version/version_test.go +++ b/pkg/version/version_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2025-2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/vetting/assessment.go b/pkg/vetting/assessment.go index a9413f06f..d7205e137 100644 --- a/pkg/vetting/assessment.go +++ b/pkg/vetting/assessment.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/vetting/assessment_test.go b/pkg/vetting/assessment_test.go index 9107d453c..1347ec776 100644 --- a/pkg/vetting/assessment_test.go +++ b/pkg/vetting/assessment_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/vetting/country_codes.go b/pkg/vetting/country_codes.go index ad15da22c..7c771190c 100644 --- a/pkg/vetting/country_codes.go +++ b/pkg/vetting/country_codes.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/vetting/country_codes_test.go b/pkg/vetting/country_codes_test.go index 482b1c116..2ef87a1b0 100644 --- a/pkg/vetting/country_codes_test.go +++ b/pkg/vetting/country_codes_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/vetting/openai_schema.go b/pkg/vetting/openai_schema.go index a27046d0b..e7245b27e 100644 --- a/pkg/vetting/openai_schema.go +++ b/pkg/vetting/openai_schema.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/vetting/openai_schema_test.go b/pkg/vetting/openai_schema_test.go index b4700b75f..97ce179e6 100644 --- a/pkg/vetting/openai_schema_test.go +++ b/pkg/vetting/openai_schema_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/vetting/orchestrator.go b/pkg/vetting/orchestrator.go index 838f81443..72616b93d 100644 --- a/pkg/vetting/orchestrator.go +++ b/pkg/vetting/orchestrator.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/vetting/output_types.go b/pkg/vetting/output_types.go index 70d49b673..d90e6ca00 100644 --- a/pkg/vetting/output_types.go +++ b/pkg/vetting/output_types.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/vetting/output_types_test.go b/pkg/vetting/output_types_test.go index 88ac2805d..c4c8798c9 100644 --- a/pkg/vetting/output_types_test.go +++ b/pkg/vetting/output_types_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/vetting/persist.go b/pkg/vetting/persist.go index 4eca484f2..80024bafc 100644 --- a/pkg/vetting/persist.go +++ b/pkg/vetting/persist.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/vetting/persist_test.go b/pkg/vetting/persist_test.go index c60ff0b9c..26545090e 100644 --- a/pkg/vetting/persist_test.go +++ b/pkg/vetting/persist_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/vetting/progress.go b/pkg/vetting/progress.go index bafe56735..e047dcd52 100644 --- a/pkg/vetting/progress.go +++ b/pkg/vetting/progress.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/vetting/sub_agent.go b/pkg/vetting/sub_agent.go index e580ce9d1..2fbb198c8 100644 --- a/pkg/vetting/sub_agent.go +++ b/pkg/vetting/sub_agent.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/vetting/sub_agent_specs.go b/pkg/vetting/sub_agent_specs.go index f7ab1c1cf..c6e75e246 100644 --- a/pkg/vetting/sub_agent_specs.go +++ b/pkg/vetting/sub_agent_specs.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/vetting/subprocessors.go b/pkg/vetting/subprocessors.go index a76ee8cfe..6797bfbaf 100644 --- a/pkg/vetting/subprocessors.go +++ b/pkg/vetting/subprocessors.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/vetting/subprocessors_test.go b/pkg/vetting/subprocessors_test.go index 55ea17c6c..2b2d0e7b5 100644 --- a/pkg/vetting/subprocessors_test.go +++ b/pkg/vetting/subprocessors_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/vetting/tools.go b/pkg/vetting/tools.go index ca1b52709..5a0e3d6b7 100644 --- a/pkg/vetting/tools.go +++ b/pkg/vetting/tools.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/webhook/data.go b/pkg/webhook/data.go index bab4a782f..f5657aba5 100644 --- a/pkg/webhook/data.go +++ b/pkg/webhook/data.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/webhook/sender.go b/pkg/webhook/sender.go index 6b315d8e8..34a35acfd 100644 --- a/pkg/webhook/sender.go +++ b/pkg/webhook/sender.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/webhook/types/obligation.go b/pkg/webhook/types/obligation.go index 8563d84c6..f7b85054b 100644 --- a/pkg/webhook/types/obligation.go +++ b/pkg/webhook/types/obligation.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/webhook/types/third_party.go b/pkg/webhook/types/third_party.go index 1be78c14e..11fc2ceff 100644 --- a/pkg/webhook/types/third_party.go +++ b/pkg/webhook/types/third_party.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/webhook/types/user.go b/pkg/webhook/types/user.go index b9d16a29f..2b5afa7d7 100644 --- a/pkg/webhook/types/user.go +++ b/pkg/webhook/types/user.go @@ -1,4 +1,4 @@ -// Copyright (c) 2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above