From 22938d88cdb617da6d2929102b2a58fc6bc1e7fc Mon Sep 17 00:00:00 2001 From: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com> Date: Thu, 20 Apr 2023 09:36:27 +0200 Subject: [PATCH] [ACS-5040] update license headers to reflect hyland copyright guidelines (#1561) * ACS-5040 Installed eslint plugin license header * ACS-5040 Updated license header * ACS-5040 Updated places mentioning Alfresco * ACS-5040 Added Hyland to known words * ACS-5040 Added missing license to files after rebase --- .eslintrc.json | 27 ++++++++++- .../api-code-gen/licenseInfo.mustache | 2 +- assets/license.txt | 2 +- cspell.json | 1 + index.ts | 2 +- package-lock.json | 15 ++++++ package.json | 3 +- scripts/pr-creator.js | 17 +++++++ src/alfrescoApi.ts | 30 ++++++------ src/alfrescoApiClient.ts | 30 ++++++------ src/alfrescoApiCompatibility.ts | 30 ++++++------ src/alfrescoApiConfig.ts | 30 ++++++------ src/api-clients/api-client.ts | 30 ++++++------ src/api-clients/http-client.interface.ts | 2 +- .../activiti-rest-api/src/api/AboutApi.ts | 31 ++++++------ .../src/api/AdminEndpointsApi.ts | 30 ++++++------ .../src/api/AdminGroupsApi.ts | 30 ++++++------ .../src/api/AdminTenantsApi.ts | 30 ++++++------ .../src/api/AdminUsersApi.ts | 30 ++++++------ .../src/api/AlfrescoApiActiviti.ts | 30 ++++++------ .../activiti-rest-api/src/api/AppsApi.ts | 30 ++++++------ .../src/api/AppsDefinitionApi.ts | 30 ++++++------ .../src/api/AppsRuntimeApi.ts | 30 ++++++------ .../activiti-rest-api/src/api/CommentsApi.ts | 30 ++++++------ .../activiti-rest-api/src/api/ContentApi.ts | 30 ++++++------ .../src/api/ContentRenditionApi.ts | 30 ++++++------ .../activiti-rest-api/src/api/EditorApi.ts | 30 ++++++------ .../activiti-rest-api/src/api/GroupsApi.ts | 30 ++++++------ .../activiti-rest-api/src/api/IDMSyncApi.ts | 30 ++++++------ .../src/api/IntegrationAccountApi.ts | 30 ++++++------ .../src/api/IntegrationAlfrescoCloudApi.ts | 30 ++++++------ .../api/IntegrationAlfrescoOnPremiseApi.ts | 30 ++++++------ .../src/api/IntegrationBoxApi.ts | 30 ++++++------ .../src/api/IntegrationDriveApi.ts | 30 ++++++------ .../activiti-rest-api/src/api/ModelBpmnApi.ts | 30 ++++++------ .../src/api/ModelJsonBpmnApi.ts | 30 ++++++------ .../activiti-rest-api/src/api/ModelsApi.ts | 30 ++++++------ .../src/api/ModelsHistoryApi.ts | 30 ++++++------ .../activiti-rest-api/src/api/ProcessApi.ts | 30 ++++++------ .../src/api/ProcessDefinitionsApi.ts | 30 ++++++------ .../src/api/ProcessDefinitionsFormApi.ts | 30 ++++++------ .../src/api/ProcessInstanceVariablesApi.ts | 30 ++++++------ .../src/api/ProcessInstancesApi.ts | 30 ++++++------ .../src/api/ProcessInstancesInformationApi.ts | 30 ++++++------ .../src/api/ProcessInstancesListingApi.ts | 30 ++++++------ .../src/api/ProcessScopeApi.ts | 30 ++++++------ .../activiti-rest-api/src/api/ProfileApi.ts | 30 ++++++------ .../activiti-rest-api/src/api/ReportApi.ts | 30 ++++++------ .../src/api/ScriptFileApi.ts | 30 ++++++------ .../src/api/SystemPropertiesApi.ts | 30 ++++++------ .../src/api/TaskActionsApi.ts | 30 ++++++------ .../activiti-rest-api/src/api/TaskApi.ts | 30 ++++++------ .../src/api/TaskCheckListApi.ts | 30 ++++++------ .../activiti-rest-api/src/api/TaskFormsApi.ts | 30 ++++++------ .../activiti-rest-api/src/api/TemporaryApi.ts | 30 ++++++------ .../activiti-rest-api/src/api/UserApi.ts | 30 ++++++------ .../src/api/UserFiltersApi.ts | 30 ++++++------ .../src/api/UsersWorkflowApi.ts | 30 ++++++------ src/api-legacy/activiti-rest-api/src/index.ts | 30 ++++++------ src/api-legacy/alfrescoUpload.ts | 30 ++++++------ .../src/api/associationsApi.ts | 30 ++++++------ .../content-rest-api/src/api/changesApi.ts | 30 ++++++------ .../src/api/childAssociationsApi.ts | 30 ++++++------ .../content-rest-api/src/api/classesApi.ts | 30 ++++++------ .../content-rest-api/src/api/commentsApi.ts | 30 ++++++------ .../src/api/customModelApi.ts | 30 ++++++------ .../content-rest-api/src/api/downloadsApi.ts | 30 ++++++------ .../content-rest-api/src/api/favoritesApi.ts | 30 ++++++------ .../content-rest-api/src/api/groupsApi.ts | 30 ++++++------ .../content-rest-api/src/api/networksApi.ts | 30 ++++++------ .../content-rest-api/src/api/nodesApi.ts | 30 ++++++------ .../content-rest-api/src/api/peopleApi.ts | 30 ++++++------ .../content-rest-api/src/api/queriesApi.ts | 30 ++++++------ .../content-rest-api/src/api/ratingsApi.ts | 30 ++++++------ .../content-rest-api/src/api/renditionsApi.ts | 30 ++++++------ .../src/api/sharedlinksApi.ts | 30 ++++++------ .../content-rest-api/src/api/sitesApi.ts | 30 ++++++------ .../content-rest-api/src/api/tagsApi.ts | 30 ++++++------ .../content-rest-api/src/api/versionsApi.ts | 30 ++++++------ .../content-rest-api/src/api/webscriptApi.ts | 30 ++++++------ src/api-legacy/content-rest-api/src/index.ts | 30 ++++++------ src/api-legacy/legacy.ts | 30 ++++++------ src/api/activiti-rest-api/api/about.api.ts | 30 ++++++------ .../api/accountIntegration.api.ts | 30 ++++++------ .../api/adminEndpoints.api.ts | 30 ++++++------ .../activiti-rest-api/api/adminGroups.api.ts | 30 ++++++------ .../activiti-rest-api/api/adminTenants.api.ts | 30 ++++++------ .../activiti-rest-api/api/adminUsers.api.ts | 30 ++++++------ .../api/appDefinitions.api.ts | 30 ++++++------ src/api/activiti-rest-api/api/base.api.ts | 30 ++++++------ .../activiti-rest-api/api/checklists.api.ts | 30 ++++++------ src/api/activiti-rest-api/api/comments.api.ts | 30 ++++++------ src/api/activiti-rest-api/api/content.api.ts | 30 ++++++------ .../activiti-rest-api/api/dataSources.api.ts | 30 ++++++------ .../api/decisionAudits.api.ts | 30 ++++++------ .../api/decisionTables.api.ts | 30 ++++++------ .../activiti-rest-api/api/endpoints.api.ts | 30 ++++++------ .../activiti-rest-api/api/formModels.api.ts | 30 ++++++------ src/api/activiti-rest-api/api/groups.api.ts | 30 ++++++------ src/api/activiti-rest-api/api/iDMSync.api.ts | 30 ++++++------ src/api/activiti-rest-api/api/index.ts | 30 ++++++------ .../api/integrationAlfrescoCloud.api.ts | 30 ++++++------ .../api/integrationAlfrescoOnPremise.api.ts | 30 ++++++------ .../api/integrationBox.api.ts | 30 ++++++------ .../api/integrationDrive.api.ts | 30 ++++++------ .../api/modelJsonBpmn.api.ts | 30 ++++++------ src/api/activiti-rest-api/api/models.api.ts | 30 ++++++------ .../activiti-rest-api/api/modelsBpmn.api.ts | 30 ++++++------ .../api/modelsHistory.api.ts | 30 ++++++------ .../api/processDefinitions.api.ts | 30 ++++++------ .../api/processInstanceVariables.api.ts | 30 ++++++------ .../api/processInstances.api.ts | 30 ++++++------ .../api/processScopes.api.ts | 30 ++++++------ src/api/activiti-rest-api/api/report.api.ts | 47 ++++++------------- .../api/runtimeAppDefinitions.api.ts | 30 ++++++------ .../api/runtimeAppDeployments.api.ts | 30 ++++++------ .../activiti-rest-api/api/scriptFiles.api.ts | 30 ++++++------ .../api/submittedForms.api.ts | 30 ++++++------ .../api/systemProperties.api.ts | 30 ++++++------ .../activiti-rest-api/api/taskActions.api.ts | 30 ++++++------ .../activiti-rest-api/api/taskForms.api.ts | 30 ++++++------ .../api/taskVariables.api.ts | 30 ++++++------ src/api/activiti-rest-api/api/tasks.api.ts | 30 ++++++------ .../activiti-rest-api/api/temporary.api.ts | 47 ++++++------------- .../activiti-rest-api/api/userFilters.api.ts | 30 ++++++------ .../activiti-rest-api/api/userProfile.api.ts | 30 ++++++------ src/api/activiti-rest-api/api/users.api.ts | 30 ++++++------ src/api/activiti-rest-api/index.ts | 30 ++++++------ .../model/abstractGroupRepresentation.ts | 30 ++++++------ .../model/abstractUserRepresentation.ts | 30 ++++++------ .../model/accountRepresentation.ts | 30 ++++++------ .../addGroupCapabilitiesRepresentation.ts | 30 ++++++------ .../model/alfrescoContentRepresentation.ts | 30 ++++++------ .../model/alfrescoEndpointRepresentation.ts | 30 ++++++------ .../model/alfrescoNetworkRepresenation.ts | 30 ++++++------ .../model/alfrescoSiteRepresenation.ts | 30 ++++++------ .../activiti-rest-api/model/appDefinition.ts | 30 ++++++------ .../appDefinitionPublishRepresentation.ts | 30 ++++++------ .../model/appDefinitionRepresentation.ts | 30 ++++++------ .../model/appDefinitionSaveRepresentation.ts | 30 ++++++------ ...appDefinitionUpdateResultRepresentation.ts | 30 ++++++------ .../model/appDeploymentRepresentation.ts | 30 ++++++------ .../model/appModelDefinition.ts | 30 ++++++------ .../model/assigneeIdentifierRepresentation.ts | 30 ++++++------ .../auditCalculatedValueRepresentation.ts | 30 ++++++------ ...ditDecisionExpressionInfoRepresentation.ts | 30 ++++++------ .../model/auditDecisionInfoRepresentation.ts | 30 ++++++------ .../auditDecisionRuleInfoRepresentation.ts | 30 ++++++------ .../model/auditLogEntryRepresentation.ts | 30 ++++++------ .../model/auditLogFormDataRepresentation.ts | 30 ++++++------ src/api/activiti-rest-api/model/boxContent.ts | 30 ++++++------ ...boxUserAccountCredentialsRepresentation.ts | 30 ++++++------ .../model/bulkUserUpdateRepresentation.ts | 30 ++++++------ .../model/changePasswordRepresentation.ts | 30 ++++++------ .../model/checklistOrderRepresentation.ts | 30 ++++++------ .../model/commentAuditInfo.ts | 30 ++++++------ .../model/commentRepresentation.ts | 30 ++++++------ .../model/completeFormRepresentation.ts | 30 ++++++------ .../model/conditionRepresentation.ts | 30 ++++++------ .../createEndpointBasicAuthRepresentation.ts | 30 ++++++------ .../createProcessInstanceRepresentation.ts | 30 ++++++------ .../model/createTenantRepresentation.ts | 30 ++++++------ .../model/dataSourceConfigRepresentation.ts | 30 ++++++------ .../model/dataSourceRepresentation.ts | 30 ++++++------ .../model/decisionAuditRepresentation.ts | 30 ++++++------ .../model/decisionTaskRepresentation.ts | 30 ++++++------ .../model/endpointBasicAuthRepresentation.ts | 30 ++++++------ .../endpointConfigurationRepresentation.ts | 30 ++++++------ .../endpointRequestHeaderRepresentation.ts | 30 ++++++------ .../entityAttributeScopeRepresentation.ts | 30 ++++++------ .../entityVariableScopeRepresentation.ts | 30 ++++++------ .../activiti-rest-api/model/fieldValueInfo.ts | 30 ++++++------ src/api/activiti-rest-api/model/file.ts | 30 ++++++------ .../model/formDefinitionRepresentation.ts | 30 ++++++------ .../model/formFieldRepresentation.ts | 30 ++++++------ .../model/formIdentifierRepresentation.ts | 30 ++++++------ .../formJavascriptEventRepresentation.ts | 30 ++++++------ .../model/formOutcomeRepresentation.ts | 30 ++++++------ .../model/formRepresentation.ts | 30 ++++++------ .../model/formSaveRepresentation.ts | 30 ++++++------ .../model/formScopeRepresentation.ts | 30 ++++++------ .../model/formTabRepresentation.ts | 30 ++++++------ .../model/formValueRepresentation.ts | 30 ++++++------ .../model/formVariableRepresentation.ts | 30 ++++++------ .../model/globalDateFormatRepresentation.ts | 30 ++++++------ .../model/googleDriveContent.ts | 30 ++++++------ .../model/groupCapabilityRepresentation.ts | 30 ++++++------ .../model/groupRepresentation.ts | 30 ++++++------ ...toricProcessInstanceQueryRepresentation.ts | 30 ++++++------ ...historicTaskInstanceQueryRepresentation.ts | 30 ++++++------ .../model/identityLinkRepresentation.ts | 30 ++++++------ .../model/imageUploadRepresentation.ts | 30 ++++++------ src/api/activiti-rest-api/model/index.ts | 30 ++++++------ src/api/activiti-rest-api/model/jsonNode.ts | 30 ++++++------ .../model/layoutRepresentation.ts | 30 ++++++------ .../model/lightAppRepresentation.ts | 30 ++++++------ .../model/lightGroupRepresentation.ts | 30 ++++++------ .../model/lightTenantRepresentation.ts | 30 ++++++------ .../model/lightUserRepresentation.ts | 30 ++++++------ .../model/modelRepresentation.ts | 30 ++++++------ .../activiti-rest-api/model/namedObject.ts | 30 ++++++------ src/api/activiti-rest-api/model/objectNode.ts | 30 ++++++------ .../model/optionRepresentation.ts | 30 ++++++------ .../model/passwordValidationConstraints.ts | 30 ++++++------ .../model/processContentRepresentation.ts | 30 ++++++------ ...processDefinitionMetaDataRepresentation.ts | 30 ++++++------ .../model/processDefinitionRepresentation.ts | 30 ++++++------ .../processInstanceAuditInfoRepresentation.ts | 30 ++++++------ .../processInstanceFilterRepresentation.ts | 30 ++++++------ ...cessInstanceFilterRequestRepresentation.ts | 30 ++++++------ .../processInstanceQueryRepresentation.ts | 30 ++++++------ .../model/processInstanceRepresentation.ts | 30 ++++++------ .../processInstanceVariableRepresentation.ts | 30 ++++++------ .../processScopeIdentifierRepresentation.ts | 30 ++++++------ .../model/processScopeRepresentation.ts | 30 ++++++------ .../processScopesRequestRepresentation.ts | 30 ++++++------ .../publishIdentityInfoRepresentation.ts | 30 ++++++------ .../activiti-rest-api/model/queryVariable.ts | 30 ++++++------ .../model/relatedContentRepresentation.ts | 30 ++++++------ .../model/resetPasswordRepresentation.ts | 30 ++++++------ .../activiti-rest-api/model/restVariable.ts | 30 ++++++------ ...epresentationAbstractUserRepresentation.ts | 30 ++++++------ ...DataRepresentationAccountRepresentation.ts | 30 ++++++------ ...esentationAlfrescoContentRepresentation.ts | 30 ++++++------ ...sentationAlfrescoEndpointRepresentation.ts | 30 ++++++------ ...resentationAlfrescoNetworkRepresenation.ts | 30 ++++++------ ...RepresentationAlfrescoSiteRepresenation.ts | 30 ++++++------ ...presentationAppDefinitionRepresentation.ts | 30 ++++++------ ...presentationAppDeploymentRepresentation.ts | 30 ++++++------ .../resultListDataRepresentationBoxContent.ts | 30 ++++++------ ...DataRepresentationCommentRepresentation.ts | 30 ++++++------ ...aRepresentationDataSourceRepresentation.ts | 30 ++++++------ ...presentationDecisionAuditRepresentation.ts | 30 ++++++------ ...epresentationDecisionTaskRepresentation.ts | 30 ++++++------ ...istDataRepresentationFormRepresentation.ts | 30 ++++++------ ...istDataRepresentationGoogleDriveContent.ts | 30 ++++++------ ...aRepresentationLightGroupRepresentation.ts | 30 ++++++------ ...taRepresentationLightUserRepresentation.ts | 30 ++++++------ ...stDataRepresentationModelRepresentation.ts | 30 ++++++------ ...resentationProcessContentRepresentation.ts | 30 ++++++------ ...entationProcessDefinitionRepresentation.ts | 30 ++++++------ ...esentationProcessInstanceRepresentation.ts | 30 ++++++------ ...resentationRelatedContentRepresentation.ts | 30 ++++++------ ...ationRuntimeDecisionTableRepresentation.ts | 30 ++++++------ ...RepresentationRuntimeFormRepresentation.ts | 30 ++++++------ ...presentationSubmittedFormRepresentation.ts | 30 ++++++------ ...istDataRepresentationTaskRepresentation.ts | 30 ++++++------ ...UserProcessInstanceFilterRepresentation.ts | 30 ++++++------ ...resentationUserTaskFilterRepresentation.ts | 30 ++++++------ .../runtimeAppDefinitionSaveRepresentation.ts | 30 ++++++------ .../runtimeDecisionTableRepresentation.ts | 30 ++++++------ .../model/runtimeFormRepresentation.ts | 30 ++++++------ .../model/saveFormRepresentation.ts | 30 ++++++------ .../model/submittedFormRepresentation.ts | 30 ++++++------ .../model/syncLogEntryRepresentation.ts | 30 ++++++------ .../model/systemPropertiesRepresentation.ts | 30 ++++++------ .../model/taskAuditInfoRepresentation.ts | 30 ++++++------ .../model/taskFilterRepresentation.ts | 30 ++++++------ .../model/taskFilterRequestRepresentation.ts | 30 ++++++------ .../model/taskQueryRepresentation.ts | 30 ++++++------ .../model/taskRepresentation.ts | 30 ++++++------ .../model/taskUpdateRepresentation.ts | 30 ++++++------ .../activiti-rest-api/model/tenantEvent.ts | 30 ++++++------ .../model/tenantRepresentation.ts | 30 ++++++------ .../userAccountCredentialsRepresentation.ts | 30 ++++++------ .../model/userActionRepresentation.ts | 30 ++++++------ .../model/userFilterOrderRepresentation.ts | 30 ++++++------ .../model/userIdentifierRepresentation.ts | 30 ++++++------ ...userProcessInstanceFilterRepresentation.ts | 30 ++++++------ .../model/userRepresentation.ts | 30 ++++++------ .../model/userRepresentationGroup.ts | 30 ++++++------ .../model/userTaskFilterRepresentation.ts | 30 ++++++------ .../model/validationErrorRepresentation.ts | 30 ++++++------ .../model/variableMappingRepresentation.ts | 30 ++++++------ .../model/variableScopeRepresentation.ts | 30 ++++++------ .../auth-rest-api/api/authentication.api.ts | 30 ++++++------ src/api/auth-rest-api/api/base.api.ts | 30 ++++++------ src/api/auth-rest-api/api/index.ts | 30 ++++++------ src/api/auth-rest-api/index.ts | 30 ++++++------ src/api/auth-rest-api/model/index.ts | 30 ++++++------ src/api/auth-rest-api/model/ticket.ts | 30 ++++++------ src/api/auth-rest-api/model/ticketBody.ts | 30 ++++++------ src/api/auth-rest-api/model/ticketEntry.ts | 30 ++++++------ src/api/auth-rest-api/model/validTicket.ts | 30 ++++++------ .../auth-rest-api/model/validTicketEntry.ts | 30 ++++++------ src/api/content-custom-api/api/base.api.ts | 30 ++++++------ src/api/content-custom-api/api/classes.api.ts | 30 ++++++------ src/api/content-custom-api/api/content.api.ts | 30 ++++++------ .../content-custom-api/api/customModel.api.ts | 30 ++++++------ src/api/content-custom-api/api/index.ts | 30 ++++++------ src/api/content-custom-api/api/upload.api.ts | 30 ++++++------ .../content-custom-api/api/webscript.api.ts | 30 ++++++------ src/api/content-custom-api/index.ts | 30 ++++++------ .../model/classDescription.ts | 30 ++++++------ .../model/classPropertyDescription.ts | 30 ++++++------ .../content-custom-api/model/dateAlfresco.ts | 30 ++++++------ src/api/content-custom-api/model/index.ts | 30 ++++++------ .../content-custom-api/model/pagination.ts | 30 ++++++------ src/api/content-rest-api/api/actions.api.ts | 30 ++++++------ .../content-rest-api/api/activities.api.ts | 30 ++++++------ src/api/content-rest-api/api/audit.api.ts | 30 ++++++------ src/api/content-rest-api/api/base.api.ts | 30 ++++++------ .../content-rest-api/api/categories.api.ts | 30 ++++++------ src/api/content-rest-api/api/comments.api.ts | 30 ++++++------ src/api/content-rest-api/api/downloads.api.ts | 30 ++++++------ src/api/content-rest-api/api/favorites.api.ts | 30 ++++++------ src/api/content-rest-api/api/groups.api.ts | 30 ++++++------ src/api/content-rest-api/api/index.ts | 30 ++++++------ src/api/content-rest-api/api/networks.api.ts | 30 ++++++------ src/api/content-rest-api/api/nodes.api.ts | 30 ++++++------ src/api/content-rest-api/api/people.api.ts | 30 ++++++------ .../content-rest-api/api/preferences.api.ts | 30 ++++++------ src/api/content-rest-api/api/probes.api.ts | 30 ++++++------ src/api/content-rest-api/api/queries.api.ts | 30 ++++++------ src/api/content-rest-api/api/ratings.api.ts | 30 ++++++------ .../content-rest-api/api/renditions.api.ts | 30 ++++++------ .../content-rest-api/api/sharedlinks.api.ts | 30 ++++++------ src/api/content-rest-api/api/sites.api.ts | 30 ++++++------ src/api/content-rest-api/api/tags.api.ts | 30 ++++++------ src/api/content-rest-api/api/trashcan.api.ts | 30 ++++++------ src/api/content-rest-api/api/versions.api.ts | 30 ++++++------ src/api/content-rest-api/index.ts | 30 ++++++------ .../model/CategoryLinkBody.ts | 30 ++++++------ .../content-rest-api/model/actionBodyExec.ts | 30 ++++++------ .../model/actionDefinition.ts | 30 ++++++------ .../model/actionDefinitionEntry.ts | 30 ++++++------ .../model/actionDefinitionList.ts | 30 ++++++------ .../model/actionDefinitionListList.ts | 30 ++++++------ .../model/actionExecResult.ts | 30 ++++++------ .../model/actionExecResultEntry.ts | 30 ++++++------ .../model/actionParameterDefinition.ts | 30 ++++++------ src/api/content-rest-api/model/activity.ts | 30 ++++++------ .../content-rest-api/model/activityEntry.ts | 30 ++++++------ .../content-rest-api/model/activityPaging.ts | 30 ++++++------ .../model/activityPagingList.ts | 30 ++++++------ src/api/content-rest-api/model/association.ts | 30 ++++++------ .../content-rest-api/model/associationBody.ts | 30 ++++++------ .../model/associationEntry.ts | 30 ++++++------ .../content-rest-api/model/associationInfo.ts | 30 ++++++------ src/api/content-rest-api/model/auditApp.ts | 30 ++++++------ .../content-rest-api/model/auditAppEntry.ts | 30 ++++++------ .../content-rest-api/model/auditAppPaging.ts | 30 ++++++------ .../model/auditAppPagingList.ts | 30 ++++++------ .../content-rest-api/model/auditBodyUpdate.ts | 30 ++++++------ src/api/content-rest-api/model/auditEntry.ts | 30 ++++++------ .../content-rest-api/model/auditEntryEntry.ts | 30 ++++++------ .../model/auditEntryPaging.ts | 30 ++++++------ .../model/auditEntryPagingList.ts | 30 ++++++------ .../content-rest-api/model/capabilities.ts | 30 ++++++------ src/api/content-rest-api/model/category.ts | 30 ++++++------ .../content-rest-api/model/categoryBody.ts | 30 ++++++------ .../content-rest-api/model/categoryEntry.ts | 30 ++++++------ .../content-rest-api/model/categoryPaging.ts | 30 ++++++------ .../model/categoryPagingList.ts | 30 ++++++------ .../model/childAssociation.ts | 30 ++++++------ .../model/childAssociationBody.ts | 30 ++++++------ .../model/childAssociationEntry.ts | 30 ++++++------ .../model/childAssociationInfo.ts | 30 ++++++------ src/api/content-rest-api/model/clientBody.ts | 30 ++++++------ src/api/content-rest-api/model/comment.ts | 30 ++++++------ src/api/content-rest-api/model/commentBody.ts | 30 ++++++------ .../content-rest-api/model/commentEntry.ts | 30 ++++++------ .../content-rest-api/model/commentPaging.ts | 30 ++++++------ .../model/commentPagingList.ts | 30 ++++++------ src/api/content-rest-api/model/company.ts | 30 ++++++------ src/api/content-rest-api/model/constraint.ts | 30 ++++++------ src/api/content-rest-api/model/contentInfo.ts | 30 ++++++------ src/api/content-rest-api/model/definition.ts | 30 ++++++------ src/api/content-rest-api/model/deletedNode.ts | 30 ++++++------ .../model/deletedNodeBodyRestore.ts | 30 ++++++------ .../model/deletedNodeEntry.ts | 30 ++++++------ .../model/deletedNodesPaging.ts | 30 ++++++------ .../model/deletedNodesPagingList.ts | 30 ++++++------ .../content-rest-api/model/directAccessUrl.ts | 30 ++++++------ .../model/directAccessUrlEntry.ts | 30 ++++++------ src/api/content-rest-api/model/download.ts | 30 ++++++------ .../model/downloadBodyCreate.ts | 30 ++++++------ .../content-rest-api/model/downloadEntry.ts | 30 ++++++------ src/api/content-rest-api/model/errorError.ts | 30 ++++++------ src/api/content-rest-api/model/favorite.ts | 30 ++++++------ .../model/favoriteBodyCreate.ts | 30 ++++++------ .../content-rest-api/model/favoriteEntry.ts | 30 ++++++------ .../content-rest-api/model/favoritePaging.ts | 30 ++++++------ .../model/favoritePagingList.ts | 30 ++++++------ .../content-rest-api/model/favoriteSite.ts | 30 ++++++------ .../model/favoriteSiteBodyCreate.ts | 30 ++++++------ .../model/favoriteSiteEntry.ts | 30 ++++++------ src/api/content-rest-api/model/group.ts | 30 ++++++------ .../content-rest-api/model/groupBodyCreate.ts | 30 ++++++------ .../content-rest-api/model/groupBodyUpdate.ts | 30 ++++++------ src/api/content-rest-api/model/groupEntry.ts | 30 ++++++------ src/api/content-rest-api/model/groupMember.ts | 30 ++++++------ .../model/groupMemberEntry.ts | 30 ++++++------ .../model/groupMemberPaging.ts | 30 ++++++------ .../model/groupMemberPagingList.ts | 30 ++++++------ .../model/groupMembershipBodyCreate.ts | 30 ++++++------ src/api/content-rest-api/model/groupPaging.ts | 30 ++++++------ .../content-rest-api/model/groupPagingList.ts | 30 ++++++------ src/api/content-rest-api/model/index.ts | 30 ++++++------ src/api/content-rest-api/model/modelError.ts | 30 ++++++------ .../content-rest-api/model/networkQuota.ts | 30 ++++++------ src/api/content-rest-api/model/node.ts | 30 ++++++------ .../content-rest-api/model/nodeAssociation.ts | 30 ++++++------ .../model/nodeAssociationEntry.ts | 30 ++++++------ .../model/nodeAssociationPaging.ts | 30 ++++++------ .../model/nodeAssociationPagingList.ts | 30 ++++++------ .../content-rest-api/model/nodeBodyCopy.ts | 30 ++++++------ .../content-rest-api/model/nodeBodyCreate.ts | 30 ++++++------ .../model/nodeBodyCreateAssociation.ts | 30 ++++++------ .../content-rest-api/model/nodeBodyLock.ts | 30 ++++++------ .../content-rest-api/model/nodeBodyMove.ts | 30 ++++++------ .../content-rest-api/model/nodeBodyUpdate.ts | 30 ++++++------ .../model/nodeChildAssociation.ts | 30 ++++++------ .../model/nodeChildAssociationEntry.ts | 30 ++++++------ .../model/nodeChildAssociationPaging.ts | 30 ++++++------ .../model/nodeChildAssociationPagingList.ts | 30 ++++++------ src/api/content-rest-api/model/nodeEntry.ts | 30 ++++++------ src/api/content-rest-api/model/nodePaging.ts | 30 ++++++------ .../content-rest-api/model/nodePagingList.ts | 30 ++++++------ src/api/content-rest-api/model/pagination.ts | 30 ++++++------ .../model/passwordResetBody.ts | 30 ++++++------ src/api/content-rest-api/model/pathElement.ts | 30 ++++++------ src/api/content-rest-api/model/pathInfo.ts | 30 ++++++------ .../model/permissionElement.ts | 30 ++++++------ .../content-rest-api/model/permissionsBody.ts | 30 ++++++------ .../content-rest-api/model/permissionsInfo.ts | 30 ++++++------ src/api/content-rest-api/model/person.ts | 30 ++++++------ .../model/personBodyCreate.ts | 30 ++++++------ .../model/personBodyUpdate.ts | 30 ++++++------ src/api/content-rest-api/model/personEntry.ts | 30 ++++++------ .../content-rest-api/model/personNetwork.ts | 30 ++++++------ .../model/personNetworkEntry.ts | 30 ++++++------ .../model/personNetworkPaging.ts | 30 ++++++------ .../model/personNetworkPagingList.ts | 30 ++++++------ .../content-rest-api/model/personPaging.ts | 30 ++++++------ .../model/personPagingList.ts | 30 ++++++------ src/api/content-rest-api/model/preference.ts | 30 ++++++------ .../content-rest-api/model/preferenceEntry.ts | 30 ++++++------ .../model/preferencePaging.ts | 30 ++++++------ .../model/preferencePagingList.ts | 30 ++++++------ src/api/content-rest-api/model/probeEntry.ts | 30 ++++++------ .../content-rest-api/model/probeEntryEntry.ts | 30 ++++++------ src/api/content-rest-api/model/property.ts | 30 ++++++------ src/api/content-rest-api/model/rating.ts | 30 ++++++------ .../content-rest-api/model/ratingAggregate.ts | 30 ++++++------ src/api/content-rest-api/model/ratingBody.ts | 30 ++++++------ src/api/content-rest-api/model/ratingEntry.ts | 30 ++++++------ .../content-rest-api/model/ratingPaging.ts | 30 ++++++------ .../model/ratingPagingList.ts | 30 ++++++------ src/api/content-rest-api/model/rendition.ts | 30 ++++++------ .../model/renditionBodyCreate.ts | 30 ++++++------ .../content-rest-api/model/renditionEntry.ts | 30 ++++++------ .../content-rest-api/model/renditionPaging.ts | 30 ++++++------ .../model/renditionPagingList.ts | 30 ++++++------ src/api/content-rest-api/model/revertBody.ts | 30 ++++++------ src/api/content-rest-api/model/sharedLink.ts | 30 ++++++------ .../model/sharedLinkBodyCreate.ts | 30 ++++++------ .../model/sharedLinkBodyEmail.ts | 30 ++++++------ .../content-rest-api/model/sharedLinkEntry.ts | 30 ++++++------ .../model/sharedLinkPaging.ts | 30 ++++++------ .../model/sharedLinkPagingList.ts | 30 ++++++------ src/api/content-rest-api/model/site.ts | 30 ++++++------ .../content-rest-api/model/siteBodyCreate.ts | 30 ++++++------ .../content-rest-api/model/siteBodyUpdate.ts | 30 ++++++------ .../content-rest-api/model/siteContainer.ts | 30 ++++++------ .../model/siteContainerEntry.ts | 30 ++++++------ .../model/siteContainerPaging.ts | 30 ++++++------ .../model/siteContainerPagingList.ts | 30 ++++++------ src/api/content-rest-api/model/siteEntry.ts | 30 ++++++------ src/api/content-rest-api/model/siteGroup.ts | 30 ++++++------ .../content-rest-api/model/siteGroupEntry.ts | 30 ++++++------ .../content-rest-api/model/siteGroupPaging.ts | 30 ++++++------ .../model/siteGroupPagingList.ts | 30 ++++++------ src/api/content-rest-api/model/siteMember.ts | 30 ++++++------ .../content-rest-api/model/siteMemberEntry.ts | 30 ++++++------ .../model/siteMemberPaging.ts | 30 ++++++------ .../model/siteMemberPagingList.ts | 30 ++++++------ .../model/siteMembershipApprovalBody.ts | 30 ++++++------ .../model/siteMembershipBodyCreate.ts | 30 ++++++------ .../model/siteMembershipBodyUpdate.ts | 30 ++++++------ .../model/siteMembershipRejectionBody.ts | 30 ++++++------ .../model/siteMembershipRequest.ts | 30 ++++++------ .../model/siteMembershipRequestBodyCreate.ts | 30 ++++++------ .../model/siteMembershipRequestBodyUpdate.ts | 30 ++++++------ .../model/siteMembershipRequestEntry.ts | 30 ++++++------ .../model/siteMembershipRequestPaging.ts | 30 ++++++------ .../model/siteMembershipRequestPagingList.ts | 30 ++++++------ .../model/siteMembershipRequestWithPerson.ts | 30 ++++++------ .../siteMembershipRequestWithPersonEntry.ts | 30 ++++++------ .../siteMembershipRequestWithPersonPaging.ts | 30 ++++++------ ...teMembershipRequestWithPersonPagingList.ts | 30 ++++++------ src/api/content-rest-api/model/sitePaging.ts | 30 ++++++------ .../content-rest-api/model/sitePagingList.ts | 30 ++++++------ src/api/content-rest-api/model/siteRole.ts | 30 ++++++------ .../content-rest-api/model/siteRoleEntry.ts | 30 ++++++------ .../content-rest-api/model/siteRolePaging.ts | 30 ++++++------ .../model/siteRolePagingList.ts | 30 ++++++------ src/api/content-rest-api/model/tag.ts | 30 ++++++------ src/api/content-rest-api/model/tagBody.ts | 30 ++++++------ src/api/content-rest-api/model/tagEntry.ts | 30 ++++++------ src/api/content-rest-api/model/tagPaging.ts | 30 ++++++------ .../content-rest-api/model/tagPagingList.ts | 30 ++++++------ src/api/content-rest-api/model/userInfo.ts | 30 ++++++------ src/api/content-rest-api/model/version.ts | 30 ++++++------ .../content-rest-api/model/versionEntry.ts | 30 ++++++------ .../content-rest-api/model/versionPaging.ts | 30 ++++++------ .../model/versionPagingList.ts | 30 ++++++------ src/api/discovery-rest-api/api/base.api.ts | 30 ++++++------ .../discovery-rest-api/api/discovery.api.ts | 30 ++++++------ src/api/discovery-rest-api/api/index.ts | 30 ++++++------ src/api/discovery-rest-api/index.ts | 30 ++++++------ .../model/discoveryEntry.ts | 30 ++++++------ .../model/entitlementsInfo.ts | 30 ++++++------ src/api/discovery-rest-api/model/index.ts | 30 ++++++------ .../discovery-rest-api/model/licenseInfo.ts | 30 ++++++------ .../discovery-rest-api/model/moduleInfo.ts | 30 ++++++------ .../model/repositoryEntry.ts | 30 ++++++------ .../model/repositoryInfo.ts | 30 ++++++------ .../discovery-rest-api/model/statusInfo.ts | 30 ++++++------ .../discovery-rest-api/model/versionInfo.ts | 30 ++++++------ .../api/authorityClearance.api.ts | 2 +- .../api/base.api.ts | 30 ++++++------ .../api/classificationGuides.api.ts | 30 ++++++------ .../api/classificationReasons.api.ts | 30 ++++++------ .../api/declassificationExemptions.api.ts | 30 ++++++------ .../api/defaultClassificationValues.api.ts | 30 ++++++------ .../gs-classification-rest-api/api/index.ts | 30 ++++++------ .../api/nodeSecurityMarks.api.ts | 2 +- .../api/securityControlSettings.api.ts | 30 ++++++------ .../api/securityGroups.api.ts | 2 +- .../api/securityMarks.api.ts | 2 +- src/api/gs-classification-rest-api/index.ts | 30 ++++++------ .../model/authorityClearanceGroup.ts | 30 ++++++------ .../model/authorityClearanceGroupEntry.ts | 30 ++++++------ .../model/authorityClearanceGroupPaging.ts | 30 ++++++------ .../authorityClearanceGroupPagingList.ts | 30 ++++++------ .../model/authorityClearanceMark.ts | 30 ++++++------ .../model/classificationGuide.ts | 30 ++++++------ .../model/classificationGuideBody.ts | 30 ++++++------ .../model/classificationGuideEntry.ts | 30 ++++++------ .../model/classificationGuideInTopic.ts | 30 ++++++------ .../model/classificationGuidePaging.ts | 30 ++++++------ .../model/classificationGuidePagingList.ts | 30 ++++++------ .../model/classificationGuides.ts | 30 ++++++------ .../model/classificationGuidesBody.ts | 30 ++++++------ .../model/classificationGuidesEntry.ts | 30 ++++++------ .../model/classificationGuidesInTopic.ts | 30 ++++++------ .../model/classificationInformation.ts | 30 ++++++------ .../model/classificationReason.ts | 30 ++++++------ .../model/classificationReasonBody.ts | 30 ++++++------ .../model/classificationReasonEntry.ts | 30 ++++++------ .../model/classificationReasonsPaging.ts | 30 ++++++------ .../model/classificationReasonsPagingList.ts | 30 ++++++------ .../model/combinedInstructionBody.ts | 30 ++++++------ .../model/declassificationDate.ts | 30 ++++++------ .../model/declassificationExemption.ts | 30 ++++++------ .../model/declassificationExemptionBody.ts | 30 ++++++------ .../model/declassificationExemptionEntry.ts | 30 ++++++------ .../model/declassificationExemptionsPaging.ts | 30 ++++++------ .../declassificationExemptionsPagingList.ts | 30 ++++++------ .../gs-classification-rest-api/model/index.ts | 30 ++++++------ .../model/instruction.ts | 30 ++++++------ .../model/instructionBody.ts | 30 ++++++------ .../model/instructionEntry.ts | 30 ++++++------ .../model/nodeSecurityMarkBody.ts | 30 ++++++------ .../gs-classification-rest-api/model/path.ts | 30 ++++++------ .../model/securityControlSetting.ts | 30 ++++++------ .../model/securityControlSettingBody.ts | 30 ++++++------ .../model/securityControlSettingEntry.ts | 30 ++++++------ .../model/securityGroup.ts | 30 ++++++------ .../model/securityGroupBody.ts | 30 ++++++------ .../model/securityGroupEntry.ts | 30 ++++++------ .../model/securityGroupPaging.ts | 30 ++++++------ .../model/securityGroupPagingList.ts | 30 ++++++------ .../model/securityMark.ts | 30 ++++++------ .../model/securityMarkBody.ts | 30 ++++++------ .../model/securityMarkEntry.ts | 30 ++++++------ .../model/securityMarkInformation.ts | 30 ++++++------ .../model/securityMarkInformationBody.ts | 30 ++++++------ .../model/securityMarkPaging.ts | 30 ++++++------ .../model/securityMarkPagingList.ts | 30 ++++++------ .../model/securityMarks.ts | 30 ++++++------ .../model/securityMarksBody.ts | 30 ++++++------ .../model/subtopicPaging.ts | 30 ++++++------ .../gs-classification-rest-api/model/topic.ts | 30 ++++++------ .../model/topicBody.ts | 30 ++++++------ .../model/topicEntry.ts | 30 ++++++------ .../model/topicPaging.ts | 30 ++++++------ .../model/topicPagingList.ts | 30 ++++++------ src/api/gs-core-rest-api/api/base.api.ts | 30 ++++++------ src/api/gs-core-rest-api/api/filePlans.api.ts | 30 ++++++------ src/api/gs-core-rest-api/api/files.api.ts | 30 ++++++------ src/api/gs-core-rest-api/api/gsSites.api.ts | 30 ++++++------ src/api/gs-core-rest-api/api/index.ts | 30 ++++++------ .../api/recordCategories.api.ts | 30 ++++++------ .../gs-core-rest-api/api/recordFolders.api.ts | 30 ++++++------ src/api/gs-core-rest-api/api/records.api.ts | 30 ++++++------ .../api/transferContainers.api.ts | 30 ++++++------ src/api/gs-core-rest-api/api/transfers.api.ts | 30 ++++++------ .../api/unfiledContainers.api.ts | 30 ++++++------ .../api/unfiledRecordFolders.api.ts | 30 ++++++------ src/api/gs-core-rest-api/index.ts | 30 ++++++------ src/api/gs-core-rest-api/model/filePlan.ts | 30 ++++++------ .../model/filePlanBodyUpdate.ts | 30 ++++++------ .../model/filePlanComponentBodyUpdate.ts | 30 ++++++------ .../gs-core-rest-api/model/filePlanEntry.ts | 30 ++++++------ src/api/gs-core-rest-api/model/index.ts | 30 ++++++------ .../model/rMNodeBodyCreate.ts | 30 ++++++------ .../model/rMNodeBodyCreateWithRelativePath.ts | 30 ++++++------ src/api/gs-core-rest-api/model/rMSite.ts | 30 ++++++------ .../model/rMSiteBodyCreate.ts | 30 ++++++------ .../model/rMSiteBodyUpdate.ts | 30 ++++++------ src/api/gs-core-rest-api/model/rMSiteEntry.ts | 30 ++++++------ src/api/gs-core-rest-api/model/record.ts | 30 ++++++------ .../gs-core-rest-api/model/recordCategory.ts | 30 ++++++------ .../model/recordCategoryChild.ts | 30 ++++++------ .../model/recordCategoryChildEntry.ts | 30 ++++++------ .../model/recordCategoryChildPaging.ts | 30 ++++++------ .../model/recordCategoryChildPagingList.ts | 30 ++++++------ .../model/recordCategoryEntry.ts | 30 ++++++------ .../model/recordCategoryPaging.ts | 30 ++++++------ .../model/recordCategoryPagingList.ts | 30 ++++++------ src/api/gs-core-rest-api/model/recordEntry.ts | 30 ++++++------ .../gs-core-rest-api/model/recordFolder.ts | 30 ++++++------ .../model/recordFolderAssociationPaging.ts | 30 ++++++------ .../recordFolderAssociationPagingList.ts | 30 ++++++------ .../model/recordFolderChildAssociation.ts | 30 ++++++------ .../recordFolderChildAssociationEntry.ts | 30 ++++++------ .../model/recordFolderEntry.ts | 30 ++++++------ .../gs-core-rest-api/model/requestBodyFile.ts | 30 ++++++------ .../model/rootCategoryBodyCreate.ts | 30 ++++++------ src/api/gs-core-rest-api/model/transfer.ts | 30 ++++++------ .../model/transferAssociationPaging.ts | 30 ++++++------ .../model/transferAssociationPagingList.ts | 30 ++++++------ .../gs-core-rest-api/model/transferChild.ts | 30 ++++++------ .../model/transferChildAssociation.ts | 30 ++++++------ .../model/transferChildAssociationEntry.ts | 30 ++++++------ .../model/transferContainer.ts | 30 ++++++------ .../transferContainerAssociationPaging.ts | 30 ++++++------ .../transferContainerAssociationPagingList.ts | 30 ++++++------ .../model/transferContainerBodyUpdate.ts | 30 ++++++------ .../model/transferContainerChild.ts | 30 ++++++------ .../transferContainerChildAssociation.ts | 30 ++++++------ .../transferContainerChildAssociationEntry.ts | 30 ++++++------ .../model/transferContainerEntry.ts | 30 ++++++------ .../gs-core-rest-api/model/transferEntry.ts | 30 ++++++------ .../model/unfiledContainer.ts | 30 ++++++------ .../unfiledContainerAssociationPaging.ts | 30 ++++++------ .../unfiledContainerAssociationPagingList.ts | 30 ++++++------ .../model/unfiledContainerChild.ts | 30 ++++++------ .../model/unfiledContainerChildAssociation.ts | 30 ++++++------ .../unfiledContainerChildAssociationEntry.ts | 30 ++++++------ .../model/unfiledContainerEntry.ts | 30 ++++++------ .../model/unfiledRecordContainerBodyUpdate.ts | 30 ++++++------ .../model/unfiledRecordFolder.ts | 30 ++++++------ .../unfiledRecordFolderAssociationPaging.ts | 30 ++++++------ ...nfiledRecordFolderAssociationPagingList.ts | 30 ++++++------ .../model/unfiledRecordFolderBodyUpdate.ts | 30 ++++++------ .../model/unfiledRecordFolderChild.ts | 30 ++++++------ .../unfiledRecordFolderChildAssociation.ts | 30 ++++++------ ...nfiledRecordFolderChildAssociationEntry.ts | 30 ++++++------ .../model/unfiledRecordFolderEntry.ts | 30 ++++++------ src/api/model-rest-api/api/aspects.api.ts | 30 ++++++------ src/api/model-rest-api/api/base.api.ts | 30 ++++++------ src/api/model-rest-api/api/index.ts | 30 ++++++------ src/api/model-rest-api/api/types.api.ts | 30 ++++++------ src/api/model-rest-api/index.ts | 30 ++++++------ src/api/model-rest-api/model/abstractClass.ts | 30 ++++++------ .../model/abstractClassAssociation.ts | 30 ++++++------ .../model/abstractClassAssociationSource.ts | 30 ++++++------ src/api/model-rest-api/model/aspect.ts | 30 ++++++------ src/api/model-rest-api/model/aspectEntry.ts | 30 ++++++------ src/api/model-rest-api/model/aspectPaging.ts | 30 ++++++------ .../model-rest-api/model/aspectPagingList.ts | 30 ++++++------ src/api/model-rest-api/model/index.ts | 30 ++++++------ src/api/model-rest-api/model/model.ts | 30 ++++++------ src/api/model-rest-api/model/type.ts | 30 ++++++------ src/api/model-rest-api/model/typeEntry.ts | 30 ++++++------ src/api/model-rest-api/model/typePaging.ts | 30 ++++++------ .../model-rest-api/model/typePagingList.ts | 30 ++++++------ src/api/search-rest-api/api/base.api.ts | 30 ++++++------ src/api/search-rest-api/api/index.ts | 30 ++++++------ src/api/search-rest-api/api/search.api.ts | 30 ++++++------ src/api/search-rest-api/index.ts | 30 ++++++------ src/api/search-rest-api/model/contentInfo.ts | 30 ++++++------ .../search-rest-api/model/genericBucket.ts | 30 ++++++------ .../model/genericBucketBucketInfo.ts | 30 ++++++------ .../model/genericFacetResponse.ts | 30 ++++++------ .../search-rest-api/model/genericMetric.ts | 30 ++++++------ src/api/search-rest-api/model/index.ts | 30 ++++++------ src/api/search-rest-api/model/node.ts | 30 ++++++------ .../search-rest-api/model/requestDefaults.ts | 30 ++++++------ .../model/requestFacetField.ts | 30 ++++++------ .../model/requestFacetFields.ts | 30 ++++++------ .../model/requestFacetIntervals.ts | 30 ++++++------ .../model/requestFacetIntervalsIntervals.ts | 30 ++++++------ .../model/requestFacetQueries.ts | 30 ++++++------ .../model/requestFacetQueriesInner.ts | 30 ++++++------ .../search-rest-api/model/requestFacetSet.ts | 30 ++++++------ .../search-rest-api/model/requestFields.ts | 30 ++++++------ .../model/requestFilterQueries.ts | 30 ++++++------ .../model/requestFilterQueriesInner.ts | 30 ++++++------ .../search-rest-api/model/requestHighlight.ts | 30 ++++++------ .../model/requestHighlightFields.ts | 30 ++++++------ .../search-rest-api/model/requestInclude.ts | 30 ++++++------ .../search-rest-api/model/requestLimits.ts | 30 ++++++------ .../model/requestLocalization.ts | 30 ++++++------ .../model/requestPagination.ts | 30 ++++++------ src/api/search-rest-api/model/requestPivot.ts | 30 ++++++------ src/api/search-rest-api/model/requestQuery.ts | 30 ++++++------ src/api/search-rest-api/model/requestRange.ts | 30 ++++++------ src/api/search-rest-api/model/requestScope.ts | 30 ++++++------ .../model/requestSortDefinition.ts | 30 ++++++------ .../model/requestSortDefinitionInner.ts | 30 ++++++------ .../model/requestSpellcheck.ts | 30 ++++++------ src/api/search-rest-api/model/requestStats.ts | 30 ++++++------ .../search-rest-api/model/requestTemplates.ts | 30 ++++++------ .../model/requestTemplatesInner.ts | 30 ++++++------ .../model/responseConsistency.ts | 30 ++++++------ .../search-rest-api/model/resultBuckets.ts | 30 ++++++------ .../model/resultBucketsBuckets.ts | 30 ++++++------ src/api/search-rest-api/model/resultNode.ts | 30 ++++++------ .../search-rest-api/model/resultSetContext.ts | 30 ++++++------ .../model/resultSetContextFacetQueries.ts | 30 ++++++------ .../model/resultSetContextSpellcheck.ts | 30 ++++++------ .../search-rest-api/model/resultSetPaging.ts | 30 ++++++------ .../model/resultSetPagingList.ts | 30 ++++++------ .../model/resultSetRowEntry.ts | 30 ++++++------ src/api/search-rest-api/model/searchEntry.ts | 30 ++++++------ .../model/searchEntryHighlight.ts | 30 ++++++------ .../search-rest-api/model/searchRequest.ts | 30 ++++++------ src/assert.ts | 30 ++++++------ src/authentication/authentication.ts | 30 ++++++------ src/authentication/basicAuth.ts | 30 ++++++------ src/authentication/contentAuth.ts | 30 ++++++------ src/authentication/oauth2.ts | 30 ++++++------ src/authentication/oauth2Auth.ts | 30 ++++++------ src/authentication/oauth2Config.ts | 30 ++++++------ src/authentication/processAuth.ts | 30 ++++++------ src/contentClient.ts | 30 ++++++------ src/processClient.ts | 30 ++++++------ src/storage.ts | 30 ++++++------ src/superagentHttpClient.ts | 2 +- src/to-deprecate/alfresco-api-type.ts | 30 ++++++------ src/utils/index.ts | 17 +++++++ src/utils/is-browser.ts | 2 +- src/utils/param-to-string.ts | 2 +- src/utils/path-matcher.ts | 17 +++++++ test/alfrescoApi.spec.ts | 16 +++++++ test/alfrescoApiClient.spec.ts | 17 +++++++ test/alfrescoContent.spec.ts | 17 +++++++ test/auth.spec.ts | 17 +++++++ test/bpmAuth.spec.ts | 17 +++++++ test/changeConfig.spec.ts | 17 +++++++ test/compatibilityTestApi.spec.ts | 17 +++++++ test/content-services/categoriesApi.spec.ts | 17 +++++++ test/content-services/commentsApi.spec.ts | 17 +++++++ test/content-services/customModelApi.spec.ts | 17 +++++++ test/content-services/groupsApi.spec.ts | 17 +++++++ test/content-services/nodeApi.spec.ts | 17 +++++++ test/content-services/peopleApi.spec.ts | 17 +++++++ test/content-services/queriesApi.spec.ts | 17 +++++++ test/content-services/renditionApi.spec.ts | 17 +++++++ test/content-services/tagApi.spec.ts | 17 +++++++ test/content-services/versionsApi.spec.ts | 17 +++++++ test/content-services/webScriptApi.spec.ts | 17 +++++++ test/discoveryApi.spec.ts | 17 +++++++ test/ecmAuth.spec.ts | 17 +++++++ .../authorityClearanceApi.spec.ts | 17 +++++++ test/governance-services/gsSitesApi.spec.ts | 17 +++++++ .../nodeSecurityMarksApi.spec.ts | 17 +++++++ .../securityGroupApi.spec.ts | 17 +++++++ .../securityMarksApi.spec.ts | 17 +++++++ test/integration/test-node/login-bpmn.ts | 2 +- test/integration/test-node/login-ecm.ts | 2 +- test/integration/test-node/login-sso.ts | 2 +- test/integration/test-node/node-content.ts | 2 +- test/integration/test-node/upload-file.ts | 2 +- test/mockObjects/base.mock.ts | 17 +++++++ .../content-services/categories.mock.ts | 17 +++++++ .../content-services/comment.mock.ts | 17 +++++++ .../content-services/custom-model.mock.ts | 17 +++++++ .../content-services/discovery.mock.ts | 17 +++++++ .../content-services/ecm-auth.mock.ts | 17 +++++++ .../content-services/find-nodes.mock.ts | 17 +++++++ .../content-services/groups.mock.ts | 17 +++++++ .../mockObjects/content-services/node.mock.ts | 17 +++++++ .../content-services/people.mock.ts | 17 +++++++ .../content-services/rendition.mock.ts | 17 +++++++ .../content-services/search.mock.ts | 17 +++++++ test/mockObjects/content-services/tag.mock.ts | 17 +++++++ .../content-services/upload.mock.ts | 17 +++++++ .../content-services/version.mock.ts | 17 +++++++ .../content-services/webscript.mock.ts | 17 +++++++ .../authority-clearance.mock.ts | 17 +++++++ .../goverance-services/gs-sites.mock.ts | 17 +++++++ .../node-security-marks.mock.ts | 17 +++++++ .../security-groups.mock.ts | 17 +++++++ .../goverance-services/security-marks.mock.ts | 17 +++++++ test/mockObjects/index.ts | 17 +++++++ test/mockObjects/oauth2/oauth.mock.ts | 17 +++++++ .../process-services/bpm-auth.mock.ts | 17 +++++++ .../process-services/model-json.mock.ts | 17 +++++++ .../process-services/models.mock.ts | 17 +++++++ .../process-instance-variables.mock.ts | 17 +++++++ .../process-services/process.mock.ts | 17 +++++++ .../process-services/profile.mock.ts | 17 +++++++ .../process-services/reports.mock.ts | 17 +++++++ .../process-services/task-form.mock.ts | 17 +++++++ .../process-services/tasks.mock.ts | 17 +++++++ .../process-services/user-filters.mock.ts | 17 +++++++ test/oauth2Auth.spec.ts | 17 +++++++ test/oauth2AuthImplicitFlow.spec.ts | 17 +++++++ test/path-matcher.spec.ts | 17 +++++++ test/peopleApi.spec.ts | 17 +++++++ .../test-angular/e2e/protractor.conf.js | 19 +++++++- .../test-angular/e2e/src/app.e2e-spec.ts | 17 +++++++ .../test-angular/e2e/src/app.po.ts | 17 +++++++ test/performance/test-angular/proxy.conf.js | 17 +++++++ .../src/app/app.component.spec.ts | 17 +++++++ .../test-angular/src/app/app.component.ts | 19 +++++++- .../test-angular/src/app/app.module.ts | 17 +++++++ .../src/environments/environment.prod.ts | 17 +++++++ .../src/environments/environment.ts | 17 +++++++ .../test-angular/src/karma.conf.js | 19 +++++++- test/performance/test-angular/src/main.ts | 17 +++++++ .../performance/test-angular/src/polyfills.ts | 17 +++++++ test/performance/test-angular/src/test.ts | 17 +++++++ test/performance/test-webpack/index.ts | 2 +- test/performance/test-webpack/package.json | 2 +- .../test-webpack/webpack.config.js | 17 +++++++ test/process-services/modelApi.spec.ts | 17 +++++++ .../process-services/modelJsonBpmnApi.spec.ts | 17 +++++++ test/process-services/processApi.spec.ts | 17 +++++++ .../processInstanceVariablesApi.spec.ts | 17 +++++++ test/process-services/profileApi.spec.ts | 17 +++++++ test/process-services/reportApi.spec.ts | 17 +++++++ test/process-services/taskApi.spec.ts | 17 +++++++ test/process-services/taskFormApi.spec.ts | 17 +++++++ test/process-services/userFiltersApi.spec.ts | 17 +++++++ test/searchApi.spec.spec.ts | 17 +++++++ test/superagentHttpClient.spec.ts | 17 +++++++ test/upload.spec.ts | 17 +++++++ tools/license-header.txt | 4 +- 844 files changed, 12563 insertions(+), 11010 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 5dc7c6aba5..32e72d1c23 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -6,7 +6,9 @@ }, "parser": "@typescript-eslint/parser", "plugins": [ - "@typescript-eslint" + "@typescript-eslint", + "license-header" + ], "extends": [ "eslint:recommended", @@ -27,6 +29,27 @@ "@typescript-eslint/no-empty-function": "off", "@typescript-eslint/no-namespace": "off", "@typescript-eslint/no-inferrable-types": "off", - "@typescript-eslint/no-unused-vars": 1 + "@typescript-eslint/no-unused-vars": 1, + "license-header/header": [ + "error", + [ + "/*!", + " * @license", + " * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.", + " *", + " * Licensed under the Apache License, Version 2.0 (the \"License\");", + " * you may not use this file except in compliance with the License.", + " * You may obtain a copy of the License at", + " *", + " * http://www.apache.org/licenses/LICENSE-2.0", + " *", + " * Unless required by applicable law or agreed to in writing, software", + " * distributed under the License is distributed on an \"AS IS\" BASIS,", + " * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.", + " * See the License for the specific language governing permissions and", + " * limitations under the License.", + " */" + ] + ] } } diff --git a/api-codegen/src/main/resources/api-code-gen/licenseInfo.mustache b/api-codegen/src/main/resources/api-code-gen/licenseInfo.mustache index 8afb1d1af3..3648df20bb 100644 --- a/api-codegen/src/main/resources/api-code-gen/licenseInfo.mustache +++ b/api-codegen/src/main/resources/api-code-gen/licenseInfo.mustache @@ -1,6 +1,6 @@ /*! * @license -* Copyright 2018 Alfresco Software, Ltd. +* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assets/license.txt b/assets/license.txt index 8afb1d1af3..3648df20bb 100644 --- a/assets/license.txt +++ b/assets/license.txt @@ -1,6 +1,6 @@ /*! * @license -* Copyright 2018 Alfresco Software, Ltd. +* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cspell.json b/cspell.json index 354849a097..766ad5a6cf 100644 --- a/cspell.json +++ b/cspell.json @@ -5,6 +5,7 @@ "activiti", "CSRF", "glyphicon", + "Hyland", "sharedlinks", "Redistributable", "fullscreen", diff --git a/index.ts b/index.ts index bacfbeb136..d3b60d4ae4 100644 --- a/index.ts +++ b/index.ts @@ -1,6 +1,6 @@ /*! * @license - * Copyright 2018 Alfresco Software, Ltd. + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/package-lock.json b/package-lock.json index bb2d185044..6bd172780a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2781,6 +2781,15 @@ } } }, + "eslint-plugin-license-header": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-license-header/-/eslint-plugin-license-header-0.6.0.tgz", + "integrity": "sha512-IEywStBWaDBDMkogYoKUAdaOuomZ+YaQmdoSD2vHmXobekM+XuP6SWLlvwUUhIbdocn3MTlb5CUJ8E4VHz1c/w==", + "dev": true, + "requires": { + "requireindex": "^1.2.0" + } + }, "eslint-scope": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", @@ -5467,6 +5476,12 @@ "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", "dev": true }, + "requireindex": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/requireindex/-/requireindex-1.2.0.tgz", + "integrity": "sha512-L9jEkOi3ASd9PYit2cwRfyppc9NoABujTP8/5gFcbERmo5jUoAKovIC3fsF17pkTnGsrByysqX+Kxd2OTNI1ww==", + "dev": true + }, "resolve": { "version": "1.22.0", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz", diff --git a/package.json b/package.json index 335bb5f52d..8d048310cf 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@alfresco/js-api", "version": "5.5.0", "description": "JavaScript client library for the Alfresco REST API", - "author": "Alfresco Software, Ltd.", + "author": "Hyland Software, Inc. and its affiliates", "main": "index.js", "typings": "index.d.ts", "scripts": { @@ -51,6 +51,7 @@ "commander": "^6.0.0", "cspell": "^6.21.0", "eslint": "^7.27.0", + "eslint-plugin-license-header": "^0.6.0", "expect.js": "~0.3.1", "github-api": "^3.4.0", "markdown-toc": "^1.2.0", diff --git a/scripts/pr-creator.js b/scripts/pr-creator.js index 625fe9eeec..f5b818984a 100644 --- a/scripts/pr-creator.js +++ b/scripts/pr-creator.js @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + const GitHub = require('github-api'); const args = require('yargs').argv; diff --git a/src/alfrescoApi.ts b/src/alfrescoApi.ts index 1c62f5ba9b..3aae3e8b5a 100644 --- a/src/alfrescoApi.ts +++ b/src/alfrescoApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import ee, { EmitterMethod, Emitter } from 'event-emitter'; import { ContentAuth } from './authentication/contentAuth'; diff --git a/src/alfrescoApiClient.ts b/src/alfrescoApiClient.ts index eb15c20225..27199f96ce 100644 --- a/src/alfrescoApiClient.ts +++ b/src/alfrescoApiClient.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import ee from 'event-emitter'; import { AlfrescoApiConfig } from './alfrescoApiConfig'; diff --git a/src/alfrescoApiCompatibility.ts b/src/alfrescoApiCompatibility.ts index d1fa301eb0..4374235235 100644 --- a/src/alfrescoApiCompatibility.ts +++ b/src/alfrescoApiCompatibility.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from './alfrescoApi'; import { AlfrescoApiConfig } from './alfrescoApiConfig'; diff --git a/src/alfrescoApiConfig.ts b/src/alfrescoApiConfig.ts index 7b7cc5c9ff..424997bd9a 100644 --- a/src/alfrescoApiConfig.ts +++ b/src/alfrescoApiConfig.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Oauth2Config } from './authentication/oauth2Config'; diff --git a/src/api-clients/api-client.ts b/src/api-clients/api-client.ts index df997cec6b..2e4661478d 100644 --- a/src/api-clients/api-client.ts +++ b/src/api-clients/api-client.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApiType } from '../to-deprecate/alfresco-api-type'; import { LegacyHttpClient, RequestOptions } from './http-client.interface'; diff --git a/src/api-clients/http-client.interface.ts b/src/api-clients/http-client.interface.ts index db87eaef7b..694542e057 100644 --- a/src/api-clients/http-client.interface.ts +++ b/src/api-clients/http-client.interface.ts @@ -1,6 +1,6 @@ /*! * @license - * Copyright 2019 Alfresco Software, Ltd. + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/api-legacy/activiti-rest-api/src/api/AboutApi.ts b/src/api-legacy/activiti-rest-api/src/api/AboutApi.ts index 6cbb7d482f..0c4a22b846 100755 --- a/src/api-legacy/activiti-rest-api/src/api/AboutApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/AboutApi.ts @@ -1,19 +1,20 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { AlfrescoApi } from '../../../../alfrescoApi'; import { AboutApi as NewAboutApi } from '../../../../api/activiti-rest-api/api/about.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/AdminEndpointsApi.ts b/src/api-legacy/activiti-rest-api/src/api/AdminEndpointsApi.ts index 9ab47afec1..a7366024c4 100755 --- a/src/api-legacy/activiti-rest-api/src/api/AdminEndpointsApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/AdminEndpointsApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { AdminEndpointsApi as NewAdminEndpointsApi } from '../../../../api/activiti-rest-api/api/adminEndpoints.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/AdminGroupsApi.ts b/src/api-legacy/activiti-rest-api/src/api/AdminGroupsApi.ts index 7ad6b3da47..369ce37a5b 100755 --- a/src/api-legacy/activiti-rest-api/src/api/AdminGroupsApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/AdminGroupsApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { AdminGroupsApi as NewAdminGroupsApi } from '../../../../api/activiti-rest-api/api/adminGroups.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/AdminTenantsApi.ts b/src/api-legacy/activiti-rest-api/src/api/AdminTenantsApi.ts index 85e8358a59..dc0cdb89e6 100755 --- a/src/api-legacy/activiti-rest-api/src/api/AdminTenantsApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/AdminTenantsApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { AdminTenantsApi as NewAdminTenantsApi } from '../../../../api/activiti-rest-api/api/adminTenants.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/AdminUsersApi.ts b/src/api-legacy/activiti-rest-api/src/api/AdminUsersApi.ts index 7892d85e57..09a136077c 100755 --- a/src/api-legacy/activiti-rest-api/src/api/AdminUsersApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/AdminUsersApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { AdminUsersApi as NewAdminUsersApi } from '../../../../api/activiti-rest-api/api/adminUsers.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/AlfrescoApiActiviti.ts b/src/api-legacy/activiti-rest-api/src/api/AlfrescoApiActiviti.ts index 7b06f2a7bf..261d3e74f9 100755 --- a/src/api-legacy/activiti-rest-api/src/api/AlfrescoApiActiviti.ts +++ b/src/api-legacy/activiti-rest-api/src/api/AlfrescoApiActiviti.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { IntegrationAlfrescoCloudApi } from '../../../../api/activiti-rest-api/api/integrationAlfrescoCloud.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/AppsApi.ts b/src/api-legacy/activiti-rest-api/src/api/AppsApi.ts index b505264ddb..8e4bf7a193 100755 --- a/src/api-legacy/activiti-rest-api/src/api/AppsApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/AppsApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { AppDefinitionsApi } from '../../../../api/activiti-rest-api/api/appDefinitions.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/AppsDefinitionApi.ts b/src/api-legacy/activiti-rest-api/src/api/AppsDefinitionApi.ts index 41d1463186..6b44f108ad 100755 --- a/src/api-legacy/activiti-rest-api/src/api/AppsDefinitionApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/AppsDefinitionApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { AppDefinitionsApi } from '../../../../api/activiti-rest-api/api/appDefinitions.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/AppsRuntimeApi.ts b/src/api-legacy/activiti-rest-api/src/api/AppsRuntimeApi.ts index eadfe86243..0a19c4514b 100755 --- a/src/api-legacy/activiti-rest-api/src/api/AppsRuntimeApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/AppsRuntimeApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { RuntimeAppDefinitionsApi } from '../../../../api/activiti-rest-api/api/runtimeAppDefinitions.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/CommentsApi.ts b/src/api-legacy/activiti-rest-api/src/api/CommentsApi.ts index cc77c7da6c..4cea020945 100755 --- a/src/api-legacy/activiti-rest-api/src/api/CommentsApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/CommentsApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { ActivitiCommentsApi as NewCommentsApi } from '../../../../api/activiti-rest-api/api/comments.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/ContentApi.ts b/src/api-legacy/activiti-rest-api/src/api/ContentApi.ts index c03c630ed1..3251e2ebb2 100755 --- a/src/api-legacy/activiti-rest-api/src/api/ContentApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/ContentApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { ContentApi as NewContentApi } from '../../../../api/activiti-rest-api/api/content.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/ContentRenditionApi.ts b/src/api-legacy/activiti-rest-api/src/api/ContentRenditionApi.ts index 027db53d36..8a9727992d 100755 --- a/src/api-legacy/activiti-rest-api/src/api/ContentRenditionApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/ContentRenditionApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { ContentApi } from '../../../../api/activiti-rest-api/api/content.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/EditorApi.ts b/src/api-legacy/activiti-rest-api/src/api/EditorApi.ts index 940b84f354..03cbc4b191 100755 --- a/src/api-legacy/activiti-rest-api/src/api/EditorApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/EditorApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { FormModelsApi } from '../../../../api/activiti-rest-api/api/formModels.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/GroupsApi.ts b/src/api-legacy/activiti-rest-api/src/api/GroupsApi.ts index 510d97c329..7825a153b6 100755 --- a/src/api-legacy/activiti-rest-api/src/api/GroupsApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/GroupsApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { ActivitiGroupsApi as NewGroupsApi } from '../../../../api/activiti-rest-api/api/groups.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/IDMSyncApi.ts b/src/api-legacy/activiti-rest-api/src/api/IDMSyncApi.ts index ddc857cee7..9f3a822750 100755 --- a/src/api-legacy/activiti-rest-api/src/api/IDMSyncApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/IDMSyncApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { IDMSyncApi as NewIDMSyncApi } from '../../../../api/activiti-rest-api/api/iDMSync.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/IntegrationAccountApi.ts b/src/api-legacy/activiti-rest-api/src/api/IntegrationAccountApi.ts index 231e9dd5ad..b42df3549e 100755 --- a/src/api-legacy/activiti-rest-api/src/api/IntegrationAccountApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/IntegrationAccountApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { AccountIntegrationApi } from '../../../../api/activiti-rest-api/api/accountIntegration.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/IntegrationAlfrescoCloudApi.ts b/src/api-legacy/activiti-rest-api/src/api/IntegrationAlfrescoCloudApi.ts index 79d5432187..571d0b107a 100755 --- a/src/api-legacy/activiti-rest-api/src/api/IntegrationAlfrescoCloudApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/IntegrationAlfrescoCloudApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { IntegrationAlfrescoCloudApi as NewIntegrationAlfrescoCloudApi } from '../../../../api/activiti-rest-api/api/integrationAlfrescoCloud.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/IntegrationAlfrescoOnPremiseApi.ts b/src/api-legacy/activiti-rest-api/src/api/IntegrationAlfrescoOnPremiseApi.ts index 3735137468..2d3dc896a4 100755 --- a/src/api-legacy/activiti-rest-api/src/api/IntegrationAlfrescoOnPremiseApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/IntegrationAlfrescoOnPremiseApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { IntegrationAlfrescoOnPremiseApi as NewIntegrationAlfrescoOnPremiseApi } from '../../../../api/activiti-rest-api/api/integrationAlfrescoOnPremise.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/IntegrationBoxApi.ts b/src/api-legacy/activiti-rest-api/src/api/IntegrationBoxApi.ts index c0dc2d77d6..e73fbc7a52 100755 --- a/src/api-legacy/activiti-rest-api/src/api/IntegrationBoxApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/IntegrationBoxApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { IntegrationBoxApi as NewIntegrationBoxApi } from '../../../../api/activiti-rest-api/api/integrationBox.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/IntegrationDriveApi.ts b/src/api-legacy/activiti-rest-api/src/api/IntegrationDriveApi.ts index 5e26d44480..4d7ff22d26 100755 --- a/src/api-legacy/activiti-rest-api/src/api/IntegrationDriveApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/IntegrationDriveApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { IntegrationDriveApi as NewIntegrationDriveApi } from '../../../../api/activiti-rest-api/api/integrationDrive.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/ModelBpmnApi.ts b/src/api-legacy/activiti-rest-api/src/api/ModelBpmnApi.ts index a8ad4f1e31..154c21e3a4 100755 --- a/src/api-legacy/activiti-rest-api/src/api/ModelBpmnApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/ModelBpmnApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { ModelsBpmnApi as NewModelsBpmnApi } from '../../../../api/activiti-rest-api/api/modelsBpmn.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/ModelJsonBpmnApi.ts b/src/api-legacy/activiti-rest-api/src/api/ModelJsonBpmnApi.ts index f46afb2d51..00c97e3d1d 100644 --- a/src/api-legacy/activiti-rest-api/src/api/ModelJsonBpmnApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/ModelJsonBpmnApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { ModelJsonBpmnApi as NewModelJsonBpmnApi } from '../../../../api/activiti-rest-api/api/modelJsonBpmn.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/ModelsApi.ts b/src/api-legacy/activiti-rest-api/src/api/ModelsApi.ts index baff94f3c5..b9301d5aab 100755 --- a/src/api-legacy/activiti-rest-api/src/api/ModelsApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/ModelsApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { ModelsApi as NewModelsApi } from '../../../../api/activiti-rest-api/api/models.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/ModelsHistoryApi.ts b/src/api-legacy/activiti-rest-api/src/api/ModelsHistoryApi.ts index 1309bff87d..c9e1641dd7 100755 --- a/src/api-legacy/activiti-rest-api/src/api/ModelsHistoryApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/ModelsHistoryApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { ModelsHistoryApi as NewModelsHistoryApi } from '../../../../api/activiti-rest-api/api/modelsHistory.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/ProcessApi.ts b/src/api-legacy/activiti-rest-api/src/api/ProcessApi.ts index 0e22f03f7e..eb81d39231 100755 --- a/src/api-legacy/activiti-rest-api/src/api/ProcessApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/ProcessApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { ProcessInstancesApi } from '../../../../api/activiti-rest-api/api/processInstances.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/ProcessDefinitionsApi.ts b/src/api-legacy/activiti-rest-api/src/api/ProcessDefinitionsApi.ts index ba96181c38..4fbbc2ee0e 100755 --- a/src/api-legacy/activiti-rest-api/src/api/ProcessDefinitionsApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/ProcessDefinitionsApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { ProcessDefinitionsApi as NewProcessDefinitionsApi } from '../../../../api/activiti-rest-api/api/processDefinitions.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/ProcessDefinitionsFormApi.ts b/src/api-legacy/activiti-rest-api/src/api/ProcessDefinitionsFormApi.ts index a2f2e32318..118a93c71a 100755 --- a/src/api-legacy/activiti-rest-api/src/api/ProcessDefinitionsFormApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/ProcessDefinitionsFormApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { ProcessDefinitionsApi } from '../../../../api/activiti-rest-api/api/processDefinitions.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/ProcessInstanceVariablesApi.ts b/src/api-legacy/activiti-rest-api/src/api/ProcessInstanceVariablesApi.ts index 4c127ec0e6..3d8428ac03 100755 --- a/src/api-legacy/activiti-rest-api/src/api/ProcessInstanceVariablesApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/ProcessInstanceVariablesApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { ProcessInstanceVariablesApi as NewProcessInstanceVariablesApi } from '../../../../api/activiti-rest-api/api/processInstanceVariables.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/ProcessInstancesApi.ts b/src/api-legacy/activiti-rest-api/src/api/ProcessInstancesApi.ts index 051f0dced9..c166ee8877 100755 --- a/src/api-legacy/activiti-rest-api/src/api/ProcessInstancesApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/ProcessInstancesApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { ProcessInstancesApi as NewProcessInstancesApi } from '../../../../api/activiti-rest-api/api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/ProcessInstancesInformationApi.ts b/src/api-legacy/activiti-rest-api/src/api/ProcessInstancesInformationApi.ts index e67cf8e114..e91b428888 100755 --- a/src/api-legacy/activiti-rest-api/src/api/ProcessInstancesInformationApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/ProcessInstancesInformationApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { ProcessInstancesApi } from '../../../../api/activiti-rest-api/api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/ProcessInstancesListingApi.ts b/src/api-legacy/activiti-rest-api/src/api/ProcessInstancesListingApi.ts index 3d598fa0f9..cb107098dd 100755 --- a/src/api-legacy/activiti-rest-api/src/api/ProcessInstancesListingApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/ProcessInstancesListingApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { ProcessInstancesApi } from '../../../../api/activiti-rest-api/api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/ProcessScopeApi.ts b/src/api-legacy/activiti-rest-api/src/api/ProcessScopeApi.ts index e02d360f91..978bdc0990 100755 --- a/src/api-legacy/activiti-rest-api/src/api/ProcessScopeApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/ProcessScopeApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { ProcessScopesApi as NewProcessScopeApi } from '../../../../api/activiti-rest-api/api/processScopes.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/ProfileApi.ts b/src/api-legacy/activiti-rest-api/src/api/ProfileApi.ts index aee498444d..011d34f669 100755 --- a/src/api-legacy/activiti-rest-api/src/api/ProfileApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/ProfileApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { UserProfileApi } from '../../../../api/activiti-rest-api/api/userProfile.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/ReportApi.ts b/src/api-legacy/activiti-rest-api/src/api/ReportApi.ts index 319c323725..5847d89d9b 100755 --- a/src/api-legacy/activiti-rest-api/src/api/ReportApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/ReportApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { ReportApi as NewReportApi } from '../../../../api/activiti-rest-api/api/report.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/ScriptFileApi.ts b/src/api-legacy/activiti-rest-api/src/api/ScriptFileApi.ts index 655c5e4de4..4ec69dec7b 100755 --- a/src/api-legacy/activiti-rest-api/src/api/ScriptFileApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/ScriptFileApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { ScriptFilesApi as NewScriptFileApi } from '../../../../api/activiti-rest-api/api/scriptFiles.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/SystemPropertiesApi.ts b/src/api-legacy/activiti-rest-api/src/api/SystemPropertiesApi.ts index 6cf512556b..1f1d4db894 100755 --- a/src/api-legacy/activiti-rest-api/src/api/SystemPropertiesApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/SystemPropertiesApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { SystemPropertiesApi as NewSystemPropertiesApi } from '../../../../api/activiti-rest-api/api/systemProperties.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/TaskActionsApi.ts b/src/api-legacy/activiti-rest-api/src/api/TaskActionsApi.ts index b3ba728614..309538f5f0 100755 --- a/src/api-legacy/activiti-rest-api/src/api/TaskActionsApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/TaskActionsApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { TaskActionsApi as NewTaskActionsApi } from '../../../../api/activiti-rest-api/api/taskActions.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/TaskApi.ts b/src/api-legacy/activiti-rest-api/src/api/TaskApi.ts index aed72e9a04..d6f7d4bf72 100755 --- a/src/api-legacy/activiti-rest-api/src/api/TaskApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/TaskApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { TaskActionsApi } from '../../../../api/activiti-rest-api/api/taskActions.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/TaskCheckListApi.ts b/src/api-legacy/activiti-rest-api/src/api/TaskCheckListApi.ts index c5cd570b71..1dcabc3109 100755 --- a/src/api-legacy/activiti-rest-api/src/api/TaskCheckListApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/TaskCheckListApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { ChecklistsApi as NewChecklistsApi } from '../../../../api/activiti-rest-api/api/checklists.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/TaskFormsApi.ts b/src/api-legacy/activiti-rest-api/src/api/TaskFormsApi.ts index 2c641027ed..aaf9a93e45 100755 --- a/src/api-legacy/activiti-rest-api/src/api/TaskFormsApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/TaskFormsApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { TaskFormsApi as NewTaskFormsApi } from '../../../../api/activiti-rest-api/api/taskForms.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/TemporaryApi.ts b/src/api-legacy/activiti-rest-api/src/api/TemporaryApi.ts index 6001d36957..c5416b17a6 100755 --- a/src/api-legacy/activiti-rest-api/src/api/TemporaryApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/TemporaryApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { TemporaryApi as NewTemporaryApi } from '../../../../api/activiti-rest-api/api/temporary.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/UserApi.ts b/src/api-legacy/activiti-rest-api/src/api/UserApi.ts index a266cec0c8..0a312affd0 100755 --- a/src/api-legacy/activiti-rest-api/src/api/UserApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/UserApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { UsersApi as NewUserApi } from '../../../../api/activiti-rest-api/api/users.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/UserFiltersApi.ts b/src/api-legacy/activiti-rest-api/src/api/UserFiltersApi.ts index e229f1f7da..2dbd810022 100755 --- a/src/api-legacy/activiti-rest-api/src/api/UserFiltersApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/UserFiltersApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { UserFiltersApi as NewUserfiltersApi } from '../../../../api/activiti-rest-api/api/userFilters.api'; diff --git a/src/api-legacy/activiti-rest-api/src/api/UsersWorkflowApi.ts b/src/api-legacy/activiti-rest-api/src/api/UsersWorkflowApi.ts index 21b70ce836..3a28d324bf 100755 --- a/src/api-legacy/activiti-rest-api/src/api/UsersWorkflowApi.ts +++ b/src/api-legacy/activiti-rest-api/src/api/UsersWorkflowApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { UsersApi } from '../../../../api/activiti-rest-api/api/users.api'; diff --git a/src/api-legacy/activiti-rest-api/src/index.ts b/src/api-legacy/activiti-rest-api/src/index.ts index 338cc349fa..67d35ca5be 100755 --- a/src/api-legacy/activiti-rest-api/src/index.ts +++ b/src/api-legacy/activiti-rest-api/src/index.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AboutApi } from './api/AboutApi'; import { AlfrescoApiActiviti } from './api/AlfrescoApiActiviti'; diff --git a/src/api-legacy/alfrescoUpload.ts b/src/api-legacy/alfrescoUpload.ts index e701b29a80..a193bae5e6 100644 --- a/src/api-legacy/alfrescoUpload.ts +++ b/src/api-legacy/alfrescoUpload.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../alfrescoApi'; import { UploadApi } from '../api/content-custom-api/api/upload.api'; diff --git a/src/api-legacy/content-rest-api/src/api/associationsApi.ts b/src/api-legacy/content-rest-api/src/api/associationsApi.ts index 8287c311fd..e77645d5d8 100644 --- a/src/api-legacy/content-rest-api/src/api/associationsApi.ts +++ b/src/api-legacy/content-rest-api/src/api/associationsApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { NodesApi } from '../../../../api/content-rest-api/api/nodes.api'; diff --git a/src/api-legacy/content-rest-api/src/api/changesApi.ts b/src/api-legacy/content-rest-api/src/api/changesApi.ts index 7c08cf63d0..5b0432a8e0 100644 --- a/src/api-legacy/content-rest-api/src/api/changesApi.ts +++ b/src/api-legacy/content-rest-api/src/api/changesApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { NodesApi } from '../../../../api/content-rest-api/api/nodes.api'; diff --git a/src/api-legacy/content-rest-api/src/api/childAssociationsApi.ts b/src/api-legacy/content-rest-api/src/api/childAssociationsApi.ts index ffe4483b22..12f58d6142 100644 --- a/src/api-legacy/content-rest-api/src/api/childAssociationsApi.ts +++ b/src/api-legacy/content-rest-api/src/api/childAssociationsApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { NodesApi } from '../../../../api/content-rest-api/api/nodes.api'; diff --git a/src/api-legacy/content-rest-api/src/api/classesApi.ts b/src/api-legacy/content-rest-api/src/api/classesApi.ts index 3ef45840c5..597fe50cfb 100755 --- a/src/api-legacy/content-rest-api/src/api/classesApi.ts +++ b/src/api-legacy/content-rest-api/src/api/classesApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ClassesApi as NewClassesApi } from '../../../../api/content-custom-api/api/classes.api'; import { AlfrescoApi } from '../../../../alfrescoApi'; diff --git a/src/api-legacy/content-rest-api/src/api/commentsApi.ts b/src/api-legacy/content-rest-api/src/api/commentsApi.ts index 3e99076491..7b7fe57ef7 100644 --- a/src/api-legacy/content-rest-api/src/api/commentsApi.ts +++ b/src/api-legacy/content-rest-api/src/api/commentsApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { CommentsApi as NewCommentsApi } from '../../../../api/content-rest-api/api/comments.api'; diff --git a/src/api-legacy/content-rest-api/src/api/customModelApi.ts b/src/api-legacy/content-rest-api/src/api/customModelApi.ts index 5feb390920..5b50496df8 100644 --- a/src/api-legacy/content-rest-api/src/api/customModelApi.ts +++ b/src/api-legacy/content-rest-api/src/api/customModelApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { CustomModelApi as NewCustomModelApi } from '../../../../api/content-custom-api/api/customModel.api'; diff --git a/src/api-legacy/content-rest-api/src/api/downloadsApi.ts b/src/api-legacy/content-rest-api/src/api/downloadsApi.ts index 46ea2acd85..9325ab355a 100644 --- a/src/api-legacy/content-rest-api/src/api/downloadsApi.ts +++ b/src/api-legacy/content-rest-api/src/api/downloadsApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { DownloadsApi as NewDownloadsApi } from '../../../../api/content-rest-api/api/downloads.api'; diff --git a/src/api-legacy/content-rest-api/src/api/favoritesApi.ts b/src/api-legacy/content-rest-api/src/api/favoritesApi.ts index 8ab35be1f0..76734cfa3a 100644 --- a/src/api-legacy/content-rest-api/src/api/favoritesApi.ts +++ b/src/api-legacy/content-rest-api/src/api/favoritesApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { FavoritesApi as NewFavoritesApi } from '../../../../api/content-rest-api/api/favorites.api'; diff --git a/src/api-legacy/content-rest-api/src/api/groupsApi.ts b/src/api-legacy/content-rest-api/src/api/groupsApi.ts index 0a8ab3198e..fbcb532915 100644 --- a/src/api-legacy/content-rest-api/src/api/groupsApi.ts +++ b/src/api-legacy/content-rest-api/src/api/groupsApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { GroupsApi as NewGroupsApi } from '../../../../api/content-rest-api/api/groups.api'; diff --git a/src/api-legacy/content-rest-api/src/api/networksApi.ts b/src/api-legacy/content-rest-api/src/api/networksApi.ts index 3dc51dd8ca..4b1f03def9 100644 --- a/src/api-legacy/content-rest-api/src/api/networksApi.ts +++ b/src/api-legacy/content-rest-api/src/api/networksApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { NetworksApi as NewNetworksApi } from '../../../../api/content-rest-api/api/networks.api'; diff --git a/src/api-legacy/content-rest-api/src/api/nodesApi.ts b/src/api-legacy/content-rest-api/src/api/nodesApi.ts index 3afd8de3c6..b45d0b2919 100644 --- a/src/api-legacy/content-rest-api/src/api/nodesApi.ts +++ b/src/api-legacy/content-rest-api/src/api/nodesApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { NodesApi as NewNodesApi } from '../../../../api/content-rest-api/api/nodes.api'; diff --git a/src/api-legacy/content-rest-api/src/api/peopleApi.ts b/src/api-legacy/content-rest-api/src/api/peopleApi.ts index 1d18868893..57f8b4efff 100644 --- a/src/api-legacy/content-rest-api/src/api/peopleApi.ts +++ b/src/api-legacy/content-rest-api/src/api/peopleApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { PeopleApi as PeopleApiNew } from '../../../../api/content-rest-api/api/people.api'; import { NetworksApi } from '../../../../api/content-rest-api/api/networks.api'; diff --git a/src/api-legacy/content-rest-api/src/api/queriesApi.ts b/src/api-legacy/content-rest-api/src/api/queriesApi.ts index dddf484682..a48a0de14b 100644 --- a/src/api-legacy/content-rest-api/src/api/queriesApi.ts +++ b/src/api-legacy/content-rest-api/src/api/queriesApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { QueriesApi as NewQueriesApi } from '../../../../api/content-rest-api/api/queries.api'; import { AlfrescoApi } from '../../../../alfrescoApi'; diff --git a/src/api-legacy/content-rest-api/src/api/ratingsApi.ts b/src/api-legacy/content-rest-api/src/api/ratingsApi.ts index ffb2302a10..d1b71827b9 100644 --- a/src/api-legacy/content-rest-api/src/api/ratingsApi.ts +++ b/src/api-legacy/content-rest-api/src/api/ratingsApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { RatingsApi as NewRatingsApi } from '../../../../api/content-rest-api/api/ratings.api'; diff --git a/src/api-legacy/content-rest-api/src/api/renditionsApi.ts b/src/api-legacy/content-rest-api/src/api/renditionsApi.ts index 3b4f25504a..809139e9ee 100644 --- a/src/api-legacy/content-rest-api/src/api/renditionsApi.ts +++ b/src/api-legacy/content-rest-api/src/api/renditionsApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { RenditionsApi as NewRenditionsApi } from '../../../../api/content-rest-api/api/renditions.api'; diff --git a/src/api-legacy/content-rest-api/src/api/sharedlinksApi.ts b/src/api-legacy/content-rest-api/src/api/sharedlinksApi.ts index de493b889a..81ab4689cd 100644 --- a/src/api-legacy/content-rest-api/src/api/sharedlinksApi.ts +++ b/src/api-legacy/content-rest-api/src/api/sharedlinksApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { SharedlinksApi as NewSharedlinksApi } from '../../../../api/content-rest-api/api/sharedlinks.api'; import { AlfrescoApi } from '../../../../alfrescoApi'; diff --git a/src/api-legacy/content-rest-api/src/api/sitesApi.ts b/src/api-legacy/content-rest-api/src/api/sitesApi.ts index 5e9294c4f5..07ee602f0f 100644 --- a/src/api-legacy/content-rest-api/src/api/sitesApi.ts +++ b/src/api-legacy/content-rest-api/src/api/sitesApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { SiteBodyUpdate } from '../../../../api/content-rest-api/model/siteBodyUpdate'; import { SiteBodyCreate } from '../../../../api/content-rest-api/model/siteBodyCreate'; diff --git a/src/api-legacy/content-rest-api/src/api/tagsApi.ts b/src/api-legacy/content-rest-api/src/api/tagsApi.ts index 2081d102b6..a59f28e9f8 100644 --- a/src/api-legacy/content-rest-api/src/api/tagsApi.ts +++ b/src/api-legacy/content-rest-api/src/api/tagsApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApi } from '../../../../alfrescoApi'; import { TagsApi as NewTagsApi } from '../../../../api/content-rest-api/api/tags.api'; diff --git a/src/api-legacy/content-rest-api/src/api/versionsApi.ts b/src/api-legacy/content-rest-api/src/api/versionsApi.ts index c669788821..385df96319 100755 --- a/src/api-legacy/content-rest-api/src/api/versionsApi.ts +++ b/src/api-legacy/content-rest-api/src/api/versionsApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { VersionsApi as NewVersionsApi } from '../../../../api/content-rest-api/api/versions.api'; import { AlfrescoApi } from '../../../../alfrescoApi'; diff --git a/src/api-legacy/content-rest-api/src/api/webscriptApi.ts b/src/api-legacy/content-rest-api/src/api/webscriptApi.ts index 7d9b44d35f..dbd1cadbc1 100644 --- a/src/api-legacy/content-rest-api/src/api/webscriptApi.ts +++ b/src/api-legacy/content-rest-api/src/api/webscriptApi.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { WebscriptApi as NewWebscriptApi } from '../../../../api/content-custom-api/api/webscript.api'; import { AlfrescoApi } from '../../../../alfrescoApi'; diff --git a/src/api-legacy/content-rest-api/src/index.ts b/src/api-legacy/content-rest-api/src/index.ts index ea16b36d14..19987b07c3 100644 --- a/src/api-legacy/content-rest-api/src/index.ts +++ b/src/api-legacy/content-rest-api/src/index.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ChangesApi } from './api/changesApi'; import { ChildAssociationsApi } from './api/childAssociationsApi'; diff --git a/src/api-legacy/legacy.ts b/src/api-legacy/legacy.ts index 71c0400094..3d482dc90a 100644 --- a/src/api-legacy/legacy.ts +++ b/src/api-legacy/legacy.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApiActiviti } from './activiti-rest-api/src/api/AlfrescoApiActiviti'; import { ReportApi } from './activiti-rest-api/src/api/ReportApi'; diff --git a/src/api/activiti-rest-api/api/about.api.ts b/src/api/activiti-rest-api/api/about.api.ts index c8fdd1018c..ef9e96cf28 100644 --- a/src/api/activiti-rest-api/api/about.api.ts +++ b/src/api/activiti-rest-api/api/about.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { BaseApi } from './base.api'; diff --git a/src/api/activiti-rest-api/api/accountIntegration.api.ts b/src/api/activiti-rest-api/api/accountIntegration.api.ts index eb4382e4a7..7aa2c99cff 100644 --- a/src/api/activiti-rest-api/api/accountIntegration.api.ts +++ b/src/api/activiti-rest-api/api/accountIntegration.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ResultListDataRepresentationAccountRepresentation } from '../model/resultListDataRepresentationAccountRepresentation'; import { BaseApi } from './base.api'; diff --git a/src/api/activiti-rest-api/api/adminEndpoints.api.ts b/src/api/activiti-rest-api/api/adminEndpoints.api.ts index bbf2a9a314..ba685c9c0d 100644 --- a/src/api/activiti-rest-api/api/adminEndpoints.api.ts +++ b/src/api/activiti-rest-api/api/adminEndpoints.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { CreateEndpointBasicAuthRepresentation } from '../model/createEndpointBasicAuthRepresentation'; import { EndpointBasicAuthRepresentation } from '../model/endpointBasicAuthRepresentation'; diff --git a/src/api/activiti-rest-api/api/adminGroups.api.ts b/src/api/activiti-rest-api/api/adminGroups.api.ts index 8a81bbe226..7392ddc93d 100644 --- a/src/api/activiti-rest-api/api/adminGroups.api.ts +++ b/src/api/activiti-rest-api/api/adminGroups.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AbstractGroupRepresentation } from '../model/abstractGroupRepresentation'; import { AddGroupCapabilitiesRepresentation } from '../model/addGroupCapabilitiesRepresentation'; diff --git a/src/api/activiti-rest-api/api/adminTenants.api.ts b/src/api/activiti-rest-api/api/adminTenants.api.ts index 4a531dc4e4..102da8bbfe 100644 --- a/src/api/activiti-rest-api/api/adminTenants.api.ts +++ b/src/api/activiti-rest-api/api/adminTenants.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { CreateTenantRepresentation } from '../model/createTenantRepresentation'; import { ImageUploadRepresentation } from '../model/imageUploadRepresentation'; diff --git a/src/api/activiti-rest-api/api/adminUsers.api.ts b/src/api/activiti-rest-api/api/adminUsers.api.ts index 4cfa4ff0a0..b67e8a64f3 100644 --- a/src/api/activiti-rest-api/api/adminUsers.api.ts +++ b/src/api/activiti-rest-api/api/adminUsers.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AbstractUserRepresentation } from '../model/abstractUserRepresentation'; import { BulkUserUpdateRepresentation } from '../model/bulkUserUpdateRepresentation'; diff --git a/src/api/activiti-rest-api/api/appDefinitions.api.ts b/src/api/activiti-rest-api/api/appDefinitions.api.ts index 23544ff50a..2a4b931bcb 100644 --- a/src/api/activiti-rest-api/api/appDefinitions.api.ts +++ b/src/api/activiti-rest-api/api/appDefinitions.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AppDefinitionPublishRepresentation } from '../model/appDefinitionPublishRepresentation'; import { AppDefinitionRepresentation } from '../model/appDefinitionRepresentation'; diff --git a/src/api/activiti-rest-api/api/base.api.ts b/src/api/activiti-rest-api/api/base.api.ts index 98721693d7..e45cd821ea 100644 --- a/src/api/activiti-rest-api/api/base.api.ts +++ b/src/api/activiti-rest-api/api/base.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ApiClient } from '../../../api-clients/api-client'; import { LegacyHttpClient } from '../../../api-clients/http-client.interface'; diff --git a/src/api/activiti-rest-api/api/checklists.api.ts b/src/api/activiti-rest-api/api/checklists.api.ts index 4b177062d4..5f8c0fc8ca 100644 --- a/src/api/activiti-rest-api/api/checklists.api.ts +++ b/src/api/activiti-rest-api/api/checklists.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ChecklistOrderRepresentation } from '../model/checklistOrderRepresentation'; import { ResultListDataRepresentationTaskRepresentation } from '../model/resultListDataRepresentationTaskRepresentation'; diff --git a/src/api/activiti-rest-api/api/comments.api.ts b/src/api/activiti-rest-api/api/comments.api.ts index 035392bf87..743d8e254b 100644 --- a/src/api/activiti-rest-api/api/comments.api.ts +++ b/src/api/activiti-rest-api/api/comments.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { CommentRepresentation } from '../model/commentRepresentation'; import { ResultListDataRepresentationCommentRepresentation } from '../model/resultListDataRepresentationCommentRepresentation'; diff --git a/src/api/activiti-rest-api/api/content.api.ts b/src/api/activiti-rest-api/api/content.api.ts index c42dc2d78b..4efe503398 100644 --- a/src/api/activiti-rest-api/api/content.api.ts +++ b/src/api/activiti-rest-api/api/content.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { RelatedContentRepresentation } from '../model/relatedContentRepresentation'; import { ResultListDataRepresentationRelatedContentRepresentation } from '../model/resultListDataRepresentationRelatedContentRepresentation'; diff --git a/src/api/activiti-rest-api/api/dataSources.api.ts b/src/api/activiti-rest-api/api/dataSources.api.ts index 73ee6b6e95..93c3e11063 100644 --- a/src/api/activiti-rest-api/api/dataSources.api.ts +++ b/src/api/activiti-rest-api/api/dataSources.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ResultListDataRepresentationDataSourceRepresentation } from '../model/resultListDataRepresentationDataSourceRepresentation'; import { BaseApi } from './base.api'; diff --git a/src/api/activiti-rest-api/api/decisionAudits.api.ts b/src/api/activiti-rest-api/api/decisionAudits.api.ts index 27952132b2..9246185c32 100644 --- a/src/api/activiti-rest-api/api/decisionAudits.api.ts +++ b/src/api/activiti-rest-api/api/decisionAudits.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DecisionAuditRepresentation } from '../model/decisionAuditRepresentation'; import { ResultListDataRepresentationDecisionAuditRepresentation } from '../model/resultListDataRepresentationDecisionAuditRepresentation'; diff --git a/src/api/activiti-rest-api/api/decisionTables.api.ts b/src/api/activiti-rest-api/api/decisionTables.api.ts index 875adeb2f7..024ad6cf53 100644 --- a/src/api/activiti-rest-api/api/decisionTables.api.ts +++ b/src/api/activiti-rest-api/api/decisionTables.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { JsonNode } from '../model/jsonNode'; import { ResultListDataRepresentationRuntimeDecisionTableRepresentation } from '../model/resultListDataRepresentationRuntimeDecisionTableRepresentation'; diff --git a/src/api/activiti-rest-api/api/endpoints.api.ts b/src/api/activiti-rest-api/api/endpoints.api.ts index 78d1d141e1..6c542c4580 100644 --- a/src/api/activiti-rest-api/api/endpoints.api.ts +++ b/src/api/activiti-rest-api/api/endpoints.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { EndpointConfigurationRepresentation } from '../model/endpointConfigurationRepresentation'; import { BaseApi } from './base.api'; diff --git a/src/api/activiti-rest-api/api/formModels.api.ts b/src/api/activiti-rest-api/api/formModels.api.ts index fdce8bc04b..f488c20821 100644 --- a/src/api/activiti-rest-api/api/formModels.api.ts +++ b/src/api/activiti-rest-api/api/formModels.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { FormDefinitionRepresentation } from '../model/formDefinitionRepresentation'; import { FormRepresentation } from '../model/formRepresentation'; diff --git a/src/api/activiti-rest-api/api/groups.api.ts b/src/api/activiti-rest-api/api/groups.api.ts index 4df10bebc3..181ea08a70 100644 --- a/src/api/activiti-rest-api/api/groups.api.ts +++ b/src/api/activiti-rest-api/api/groups.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ResultListDataRepresentationLightGroupRepresentation } from '../model/resultListDataRepresentationLightGroupRepresentation'; import { ResultListDataRepresentationLightUserRepresentation } from '../model/resultListDataRepresentationLightUserRepresentation'; diff --git a/src/api/activiti-rest-api/api/iDMSync.api.ts b/src/api/activiti-rest-api/api/iDMSync.api.ts index 8c81765ca4..d92c7104d9 100644 --- a/src/api/activiti-rest-api/api/iDMSync.api.ts +++ b/src/api/activiti-rest-api/api/iDMSync.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { SyncLogEntryRepresentation } from '../model/syncLogEntryRepresentation'; import { BaseApi } from './base.api'; diff --git a/src/api/activiti-rest-api/api/index.ts b/src/api/activiti-rest-api/api/index.ts index 9c7db71a7f..044cc73bbe 100644 --- a/src/api/activiti-rest-api/api/index.ts +++ b/src/api/activiti-rest-api/api/index.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export * from './about.api'; import { AboutApi } from './about.api'; diff --git a/src/api/activiti-rest-api/api/integrationAlfrescoCloud.api.ts b/src/api/activiti-rest-api/api/integrationAlfrescoCloud.api.ts index 5ba8e41535..58a901a720 100644 --- a/src/api/activiti-rest-api/api/integrationAlfrescoCloud.api.ts +++ b/src/api/activiti-rest-api/api/integrationAlfrescoCloud.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ResultListDataRepresentationAlfrescoContentRepresentation } from '../model/resultListDataRepresentationAlfrescoContentRepresentation'; import { ResultListDataRepresentationAlfrescoNetworkRepresenation } from '../model/resultListDataRepresentationAlfrescoNetworkRepresenation'; diff --git a/src/api/activiti-rest-api/api/integrationAlfrescoOnPremise.api.ts b/src/api/activiti-rest-api/api/integrationAlfrescoOnPremise.api.ts index b3e7b1cb61..55e14c6f7a 100644 --- a/src/api/activiti-rest-api/api/integrationAlfrescoOnPremise.api.ts +++ b/src/api/activiti-rest-api/api/integrationAlfrescoOnPremise.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ResultListDataRepresentationAlfrescoContentRepresentation } from '../model/resultListDataRepresentationAlfrescoContentRepresentation'; import { ResultListDataRepresentationAlfrescoEndpointRepresentation } from '../model/resultListDataRepresentationAlfrescoEndpointRepresentation'; diff --git a/src/api/activiti-rest-api/api/integrationBox.api.ts b/src/api/activiti-rest-api/api/integrationBox.api.ts index 86313fc6cc..c208fbe5b9 100644 --- a/src/api/activiti-rest-api/api/integrationBox.api.ts +++ b/src/api/activiti-rest-api/api/integrationBox.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ResultListDataRepresentationBoxContent } from '../model/resultListDataRepresentationBoxContent'; import { UserAccountCredentialsRepresentation } from '../model/userAccountCredentialsRepresentation'; diff --git a/src/api/activiti-rest-api/api/integrationDrive.api.ts b/src/api/activiti-rest-api/api/integrationDrive.api.ts index 830fc57053..a06cbf9da2 100644 --- a/src/api/activiti-rest-api/api/integrationDrive.api.ts +++ b/src/api/activiti-rest-api/api/integrationDrive.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ResultListDataRepresentationGoogleDriveContent } from '../model/resultListDataRepresentationGoogleDriveContent'; import { BaseApi } from './base.api'; diff --git a/src/api/activiti-rest-api/api/modelJsonBpmn.api.ts b/src/api/activiti-rest-api/api/modelJsonBpmn.api.ts index af897bc9a0..7f995f1a8e 100644 --- a/src/api/activiti-rest-api/api/modelJsonBpmn.api.ts +++ b/src/api/activiti-rest-api/api/modelJsonBpmn.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { BaseApi } from './base.api'; diff --git a/src/api/activiti-rest-api/api/models.api.ts b/src/api/activiti-rest-api/api/models.api.ts index 2a124f2e49..e70b5e29cf 100644 --- a/src/api/activiti-rest-api/api/models.api.ts +++ b/src/api/activiti-rest-api/api/models.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ModelRepresentation } from '../model/modelRepresentation'; import { ObjectNode } from '../model/objectNode'; diff --git a/src/api/activiti-rest-api/api/modelsBpmn.api.ts b/src/api/activiti-rest-api/api/modelsBpmn.api.ts index 27751e2f5b..7cda708bf9 100644 --- a/src/api/activiti-rest-api/api/modelsBpmn.api.ts +++ b/src/api/activiti-rest-api/api/modelsBpmn.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { BaseApi } from './base.api'; import { throwIfNotDefined } from '../../../assert'; diff --git a/src/api/activiti-rest-api/api/modelsHistory.api.ts b/src/api/activiti-rest-api/api/modelsHistory.api.ts index 9a89ddf21a..0fd0c9cbc1 100644 --- a/src/api/activiti-rest-api/api/modelsHistory.api.ts +++ b/src/api/activiti-rest-api/api/modelsHistory.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ModelRepresentation } from '../model/modelRepresentation'; import { ResultListDataRepresentationModelRepresentation } from '../model/resultListDataRepresentationModelRepresentation'; diff --git a/src/api/activiti-rest-api/api/processDefinitions.api.ts b/src/api/activiti-rest-api/api/processDefinitions.api.ts index 47d4db4465..7f030b7cd3 100644 --- a/src/api/activiti-rest-api/api/processDefinitions.api.ts +++ b/src/api/activiti-rest-api/api/processDefinitions.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { FormDefinitionRepresentation } from '../model/formDefinitionRepresentation'; import { FormValueRepresentation } from '../model/formValueRepresentation'; diff --git a/src/api/activiti-rest-api/api/processInstanceVariables.api.ts b/src/api/activiti-rest-api/api/processInstanceVariables.api.ts index 3098356ecc..2e8da45a69 100644 --- a/src/api/activiti-rest-api/api/processInstanceVariables.api.ts +++ b/src/api/activiti-rest-api/api/processInstanceVariables.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { } from '../model/'; import { RestVariable } from '../model/restVariable'; diff --git a/src/api/activiti-rest-api/api/processInstances.api.ts b/src/api/activiti-rest-api/api/processInstances.api.ts index ecb793ba0a..3b460cacda 100644 --- a/src/api/activiti-rest-api/api/processInstances.api.ts +++ b/src/api/activiti-rest-api/api/processInstances.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { CreateProcessInstanceRepresentation } from '../model/createProcessInstanceRepresentation'; import { FormDefinitionRepresentation } from '../model/formDefinitionRepresentation'; diff --git a/src/api/activiti-rest-api/api/processScopes.api.ts b/src/api/activiti-rest-api/api/processScopes.api.ts index 183a7fd434..c0a9d84fe4 100644 --- a/src/api/activiti-rest-api/api/processScopes.api.ts +++ b/src/api/activiti-rest-api/api/processScopes.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ProcessScopeRepresentation } from '../model/processScopeRepresentation'; import { ProcessScopesRequestRepresentation } from '../model/processScopesRequestRepresentation'; diff --git a/src/api/activiti-rest-api/api/report.api.ts b/src/api/activiti-rest-api/api/report.api.ts index 2a49929b50..f23d1209a6 100755 --- a/src/api/activiti-rest-api/api/report.api.ts +++ b/src/api/activiti-rest-api/api/report.api.ts @@ -1,36 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ - -/*! - * @license - * Copyright 2018 Alfresco Software, Ltd. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { BaseApi } from './base.api'; diff --git a/src/api/activiti-rest-api/api/runtimeAppDefinitions.api.ts b/src/api/activiti-rest-api/api/runtimeAppDefinitions.api.ts index af0e8c5ba7..d47de01e48 100644 --- a/src/api/activiti-rest-api/api/runtimeAppDefinitions.api.ts +++ b/src/api/activiti-rest-api/api/runtimeAppDefinitions.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AppDefinitionRepresentation } from '../model/appDefinitionRepresentation'; import { ResultListDataRepresentationAppDefinitionRepresentation } from '../model/resultListDataRepresentationAppDefinitionRepresentation'; diff --git a/src/api/activiti-rest-api/api/runtimeAppDeployments.api.ts b/src/api/activiti-rest-api/api/runtimeAppDeployments.api.ts index 9c525476b2..c2fac3beec 100644 --- a/src/api/activiti-rest-api/api/runtimeAppDeployments.api.ts +++ b/src/api/activiti-rest-api/api/runtimeAppDeployments.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AppDeploymentRepresentation } from '../model/appDeploymentRepresentation'; import { ResultListDataRepresentationAppDeploymentRepresentation } from '../model/resultListDataRepresentationAppDeploymentRepresentation'; diff --git a/src/api/activiti-rest-api/api/scriptFiles.api.ts b/src/api/activiti-rest-api/api/scriptFiles.api.ts index c7a3403e1d..1c618633d9 100644 --- a/src/api/activiti-rest-api/api/scriptFiles.api.ts +++ b/src/api/activiti-rest-api/api/scriptFiles.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { BaseApi } from './base.api'; diff --git a/src/api/activiti-rest-api/api/submittedForms.api.ts b/src/api/activiti-rest-api/api/submittedForms.api.ts index c975714cbe..224fa29933 100644 --- a/src/api/activiti-rest-api/api/submittedForms.api.ts +++ b/src/api/activiti-rest-api/api/submittedForms.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ResultListDataRepresentationSubmittedFormRepresentation } from '../model/resultListDataRepresentationSubmittedFormRepresentation'; import { SubmittedFormRepresentation } from '../model/submittedFormRepresentation'; diff --git a/src/api/activiti-rest-api/api/systemProperties.api.ts b/src/api/activiti-rest-api/api/systemProperties.api.ts index 2bc7ae7596..92e571904a 100644 --- a/src/api/activiti-rest-api/api/systemProperties.api.ts +++ b/src/api/activiti-rest-api/api/systemProperties.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { GlobalDateFormatRepresentation } from '../model/globalDateFormatRepresentation'; import { PasswordValidationConstraints } from '../model/passwordValidationConstraints'; diff --git a/src/api/activiti-rest-api/api/taskActions.api.ts b/src/api/activiti-rest-api/api/taskActions.api.ts index fd5ea4afef..6bb5914c31 100644 --- a/src/api/activiti-rest-api/api/taskActions.api.ts +++ b/src/api/activiti-rest-api/api/taskActions.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AssigneeIdentifierRepresentation } from '../model/assigneeIdentifierRepresentation'; import { FormIdentifierRepresentation } from '../model/formIdentifierRepresentation'; diff --git a/src/api/activiti-rest-api/api/taskForms.api.ts b/src/api/activiti-rest-api/api/taskForms.api.ts index b0289bbf82..806f71aa69 100644 --- a/src/api/activiti-rest-api/api/taskForms.api.ts +++ b/src/api/activiti-rest-api/api/taskForms.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { CompleteFormRepresentation } from '../model/completeFormRepresentation'; import { FormDefinitionRepresentation } from '../model/formDefinitionRepresentation'; diff --git a/src/api/activiti-rest-api/api/taskVariables.api.ts b/src/api/activiti-rest-api/api/taskVariables.api.ts index d1acf82e4d..1af61baee3 100644 --- a/src/api/activiti-rest-api/api/taskVariables.api.ts +++ b/src/api/activiti-rest-api/api/taskVariables.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { } from '../model/'; import { RestVariable } from '../model/restVariable'; diff --git a/src/api/activiti-rest-api/api/tasks.api.ts b/src/api/activiti-rest-api/api/tasks.api.ts index 6c9112566a..bc055731c6 100644 --- a/src/api/activiti-rest-api/api/tasks.api.ts +++ b/src/api/activiti-rest-api/api/tasks.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { HistoricTaskInstanceQueryRepresentation } from '../model/historicTaskInstanceQueryRepresentation'; import { IdentityLinkRepresentation } from '../model/identityLinkRepresentation'; diff --git a/src/api/activiti-rest-api/api/temporary.api.ts b/src/api/activiti-rest-api/api/temporary.api.ts index c531dabc73..73a4242c34 100755 --- a/src/api/activiti-rest-api/api/temporary.api.ts +++ b/src/api/activiti-rest-api/api/temporary.api.ts @@ -1,36 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ - -/*! - * @license - * Copyright 2018 Alfresco Software, Ltd. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { BaseApi } from './base.api'; diff --git a/src/api/activiti-rest-api/api/userFilters.api.ts b/src/api/activiti-rest-api/api/userFilters.api.ts index 41ef8910f3..fb4126d9ac 100644 --- a/src/api/activiti-rest-api/api/userFilters.api.ts +++ b/src/api/activiti-rest-api/api/userFilters.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ResultListDataRepresentationUserProcessInstanceFilterRepresentation } from '../model/resultListDataRepresentationUserProcessInstanceFilterRepresentation'; import { ResultListDataRepresentationUserTaskFilterRepresentation } from '../model/resultListDataRepresentationUserTaskFilterRepresentation'; diff --git a/src/api/activiti-rest-api/api/userProfile.api.ts b/src/api/activiti-rest-api/api/userProfile.api.ts index 09a722fd1f..b2196d55c2 100644 --- a/src/api/activiti-rest-api/api/userProfile.api.ts +++ b/src/api/activiti-rest-api/api/userProfile.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ChangePasswordRepresentation } from '../model/changePasswordRepresentation'; import { ImageUploadRepresentation } from '../model/imageUploadRepresentation'; diff --git a/src/api/activiti-rest-api/api/users.api.ts b/src/api/activiti-rest-api/api/users.api.ts index 1457132c50..ff9154ad94 100644 --- a/src/api/activiti-rest-api/api/users.api.ts +++ b/src/api/activiti-rest-api/api/users.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ResetPasswordRepresentation } from '../model/resetPasswordRepresentation'; import { ResultListDataRepresentationLightUserRepresentation } from '../model/resultListDataRepresentationLightUserRepresentation'; diff --git a/src/api/activiti-rest-api/index.ts b/src/api/activiti-rest-api/index.ts index cd84e7a1c0..6eadb2eda9 100644 --- a/src/api/activiti-rest-api/index.ts +++ b/src/api/activiti-rest-api/index.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export * from './api'; export * from './model'; diff --git a/src/api/activiti-rest-api/model/abstractGroupRepresentation.ts b/src/api/activiti-rest-api/model/abstractGroupRepresentation.ts index 795b3d7f32..444d6c6887 100644 --- a/src/api/activiti-rest-api/model/abstractGroupRepresentation.ts +++ b/src/api/activiti-rest-api/model/abstractGroupRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class AbstractGroupRepresentation { externalId?: string; diff --git a/src/api/activiti-rest-api/model/abstractUserRepresentation.ts b/src/api/activiti-rest-api/model/abstractUserRepresentation.ts index 6c1c3bc8ba..7b17584beb 100644 --- a/src/api/activiti-rest-api/model/abstractUserRepresentation.ts +++ b/src/api/activiti-rest-api/model/abstractUserRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class AbstractUserRepresentation { company?: string; diff --git a/src/api/activiti-rest-api/model/accountRepresentation.ts b/src/api/activiti-rest-api/model/accountRepresentation.ts index ddb9d71aa5..ba45573f7c 100644 --- a/src/api/activiti-rest-api/model/accountRepresentation.ts +++ b/src/api/activiti-rest-api/model/accountRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class AccountRepresentation { authorizationUrl?: string; diff --git a/src/api/activiti-rest-api/model/addGroupCapabilitiesRepresentation.ts b/src/api/activiti-rest-api/model/addGroupCapabilitiesRepresentation.ts index e1fd1c4b10..fd7e70e5fd 100644 --- a/src/api/activiti-rest-api/model/addGroupCapabilitiesRepresentation.ts +++ b/src/api/activiti-rest-api/model/addGroupCapabilitiesRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class AddGroupCapabilitiesRepresentation { capabilities?: string[]; diff --git a/src/api/activiti-rest-api/model/alfrescoContentRepresentation.ts b/src/api/activiti-rest-api/model/alfrescoContentRepresentation.ts index db38c45921..5950102f7c 100644 --- a/src/api/activiti-rest-api/model/alfrescoContentRepresentation.ts +++ b/src/api/activiti-rest-api/model/alfrescoContentRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class AlfrescoContentRepresentation { folder?: boolean; diff --git a/src/api/activiti-rest-api/model/alfrescoEndpointRepresentation.ts b/src/api/activiti-rest-api/model/alfrescoEndpointRepresentation.ts index 0fc86ff89b..b00186ce05 100644 --- a/src/api/activiti-rest-api/model/alfrescoEndpointRepresentation.ts +++ b/src/api/activiti-rest-api/model/alfrescoEndpointRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; diff --git a/src/api/activiti-rest-api/model/alfrescoNetworkRepresenation.ts b/src/api/activiti-rest-api/model/alfrescoNetworkRepresenation.ts index 8c85000dec..ac88c4035c 100644 --- a/src/api/activiti-rest-api/model/alfrescoNetworkRepresenation.ts +++ b/src/api/activiti-rest-api/model/alfrescoNetworkRepresenation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class AlfrescoNetworkRepresenation { id?: string; diff --git a/src/api/activiti-rest-api/model/alfrescoSiteRepresenation.ts b/src/api/activiti-rest-api/model/alfrescoSiteRepresenation.ts index e0333741b5..d16767cc5e 100644 --- a/src/api/activiti-rest-api/model/alfrescoSiteRepresenation.ts +++ b/src/api/activiti-rest-api/model/alfrescoSiteRepresenation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class AlfrescoSiteRepresenation { id?: string; diff --git a/src/api/activiti-rest-api/model/appDefinition.ts b/src/api/activiti-rest-api/model/appDefinition.ts index ffa53815eb..7b5326e7cd 100644 --- a/src/api/activiti-rest-api/model/appDefinition.ts +++ b/src/api/activiti-rest-api/model/appDefinition.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AppModelDefinition } from './appModelDefinition'; import { PublishIdentityInfoRepresentation } from './publishIdentityInfoRepresentation'; diff --git a/src/api/activiti-rest-api/model/appDefinitionPublishRepresentation.ts b/src/api/activiti-rest-api/model/appDefinitionPublishRepresentation.ts index 328ef27934..a4701e77c7 100644 --- a/src/api/activiti-rest-api/model/appDefinitionPublishRepresentation.ts +++ b/src/api/activiti-rest-api/model/appDefinitionPublishRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class AppDefinitionPublishRepresentation { comment?: string; diff --git a/src/api/activiti-rest-api/model/appDefinitionRepresentation.ts b/src/api/activiti-rest-api/model/appDefinitionRepresentation.ts index 2e6e81946f..93dceea3c4 100644 --- a/src/api/activiti-rest-api/model/appDefinitionRepresentation.ts +++ b/src/api/activiti-rest-api/model/appDefinitionRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class AppDefinitionRepresentation { defaultAppId?: string; diff --git a/src/api/activiti-rest-api/model/appDefinitionSaveRepresentation.ts b/src/api/activiti-rest-api/model/appDefinitionSaveRepresentation.ts index 02e9673a5b..ee49b4cdb0 100644 --- a/src/api/activiti-rest-api/model/appDefinitionSaveRepresentation.ts +++ b/src/api/activiti-rest-api/model/appDefinitionSaveRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AppDefinitionRepresentation } from './appDefinitionRepresentation'; diff --git a/src/api/activiti-rest-api/model/appDefinitionUpdateResultRepresentation.ts b/src/api/activiti-rest-api/model/appDefinitionUpdateResultRepresentation.ts index d7bfb92728..84d6c6fdda 100644 --- a/src/api/activiti-rest-api/model/appDefinitionUpdateResultRepresentation.ts +++ b/src/api/activiti-rest-api/model/appDefinitionUpdateResultRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AppDefinitionRepresentation } from './appDefinitionRepresentation'; diff --git a/src/api/activiti-rest-api/model/appDeploymentRepresentation.ts b/src/api/activiti-rest-api/model/appDeploymentRepresentation.ts index 1d648699e7..431848d180 100644 --- a/src/api/activiti-rest-api/model/appDeploymentRepresentation.ts +++ b/src/api/activiti-rest-api/model/appDeploymentRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AppDefinitionRepresentation } from './appDefinitionRepresentation'; import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; diff --git a/src/api/activiti-rest-api/model/appModelDefinition.ts b/src/api/activiti-rest-api/model/appModelDefinition.ts index 05ad0f796f..4a1e020257 100644 --- a/src/api/activiti-rest-api/model/appModelDefinition.ts +++ b/src/api/activiti-rest-api/model/appModelDefinition.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; diff --git a/src/api/activiti-rest-api/model/assigneeIdentifierRepresentation.ts b/src/api/activiti-rest-api/model/assigneeIdentifierRepresentation.ts index 4badde442a..8973efd6ca 100644 --- a/src/api/activiti-rest-api/model/assigneeIdentifierRepresentation.ts +++ b/src/api/activiti-rest-api/model/assigneeIdentifierRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class AssigneeIdentifierRepresentation { assignee?: string; diff --git a/src/api/activiti-rest-api/model/auditCalculatedValueRepresentation.ts b/src/api/activiti-rest-api/model/auditCalculatedValueRepresentation.ts index a4acc298f9..b69128980f 100644 --- a/src/api/activiti-rest-api/model/auditCalculatedValueRepresentation.ts +++ b/src/api/activiti-rest-api/model/auditCalculatedValueRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class AuditCalculatedValueRepresentation { name?: string; diff --git a/src/api/activiti-rest-api/model/auditDecisionExpressionInfoRepresentation.ts b/src/api/activiti-rest-api/model/auditDecisionExpressionInfoRepresentation.ts index 33ab71f4a5..036840abf1 100644 --- a/src/api/activiti-rest-api/model/auditDecisionExpressionInfoRepresentation.ts +++ b/src/api/activiti-rest-api/model/auditDecisionExpressionInfoRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class AuditDecisionExpressionInfoRepresentation { type?: string; diff --git a/src/api/activiti-rest-api/model/auditDecisionInfoRepresentation.ts b/src/api/activiti-rest-api/model/auditDecisionInfoRepresentation.ts index 415c886b67..5ecf3da7cc 100644 --- a/src/api/activiti-rest-api/model/auditDecisionInfoRepresentation.ts +++ b/src/api/activiti-rest-api/model/auditDecisionInfoRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AuditCalculatedValueRepresentation } from './auditCalculatedValueRepresentation'; import { AuditDecisionRuleInfoRepresentation } from './auditDecisionRuleInfoRepresentation'; diff --git a/src/api/activiti-rest-api/model/auditDecisionRuleInfoRepresentation.ts b/src/api/activiti-rest-api/model/auditDecisionRuleInfoRepresentation.ts index 22328117ed..531036457b 100644 --- a/src/api/activiti-rest-api/model/auditDecisionRuleInfoRepresentation.ts +++ b/src/api/activiti-rest-api/model/auditDecisionRuleInfoRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AuditDecisionExpressionInfoRepresentation } from './auditDecisionExpressionInfoRepresentation'; diff --git a/src/api/activiti-rest-api/model/auditLogEntryRepresentation.ts b/src/api/activiti-rest-api/model/auditLogEntryRepresentation.ts index bbd327eba6..036f9dc047 100644 --- a/src/api/activiti-rest-api/model/auditLogEntryRepresentation.ts +++ b/src/api/activiti-rest-api/model/auditLogEntryRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AuditLogFormDataRepresentation } from './auditLogFormDataRepresentation'; diff --git a/src/api/activiti-rest-api/model/auditLogFormDataRepresentation.ts b/src/api/activiti-rest-api/model/auditLogFormDataRepresentation.ts index 988d82c7ff..6f6f34620f 100644 --- a/src/api/activiti-rest-api/model/auditLogFormDataRepresentation.ts +++ b/src/api/activiti-rest-api/model/auditLogFormDataRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class AuditLogFormDataRepresentation { fieldId?: string; diff --git a/src/api/activiti-rest-api/model/boxContent.ts b/src/api/activiti-rest-api/model/boxContent.ts index 1cd66e3de6..d0d5957348 100644 --- a/src/api/activiti-rest-api/model/boxContent.ts +++ b/src/api/activiti-rest-api/model/boxContent.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class BoxContent { folder?: boolean; diff --git a/src/api/activiti-rest-api/model/boxUserAccountCredentialsRepresentation.ts b/src/api/activiti-rest-api/model/boxUserAccountCredentialsRepresentation.ts index fb97d68ac2..30e41c2e6c 100644 --- a/src/api/activiti-rest-api/model/boxUserAccountCredentialsRepresentation.ts +++ b/src/api/activiti-rest-api/model/boxUserAccountCredentialsRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; diff --git a/src/api/activiti-rest-api/model/bulkUserUpdateRepresentation.ts b/src/api/activiti-rest-api/model/bulkUserUpdateRepresentation.ts index 0ca65bb276..08fc0544d9 100644 --- a/src/api/activiti-rest-api/model/bulkUserUpdateRepresentation.ts +++ b/src/api/activiti-rest-api/model/bulkUserUpdateRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class BulkUserUpdateRepresentation { accountType?: string; diff --git a/src/api/activiti-rest-api/model/changePasswordRepresentation.ts b/src/api/activiti-rest-api/model/changePasswordRepresentation.ts index 889e3de831..454a58cd12 100644 --- a/src/api/activiti-rest-api/model/changePasswordRepresentation.ts +++ b/src/api/activiti-rest-api/model/changePasswordRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class ChangePasswordRepresentation { newPassword?: string; diff --git a/src/api/activiti-rest-api/model/checklistOrderRepresentation.ts b/src/api/activiti-rest-api/model/checklistOrderRepresentation.ts index 535e69ef84..f570ae721d 100644 --- a/src/api/activiti-rest-api/model/checklistOrderRepresentation.ts +++ b/src/api/activiti-rest-api/model/checklistOrderRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class ChecklistOrderRepresentation { order?: string[]; diff --git a/src/api/activiti-rest-api/model/commentAuditInfo.ts b/src/api/activiti-rest-api/model/commentAuditInfo.ts index 8a10ac8604..6d9699e3b3 100644 --- a/src/api/activiti-rest-api/model/commentAuditInfo.ts +++ b/src/api/activiti-rest-api/model/commentAuditInfo.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class CommentAuditInfo { author?: string; diff --git a/src/api/activiti-rest-api/model/commentRepresentation.ts b/src/api/activiti-rest-api/model/commentRepresentation.ts index 9293a8d600..027dc03b95 100644 --- a/src/api/activiti-rest-api/model/commentRepresentation.ts +++ b/src/api/activiti-rest-api/model/commentRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; import { LightUserRepresentation } from './lightUserRepresentation'; diff --git a/src/api/activiti-rest-api/model/completeFormRepresentation.ts b/src/api/activiti-rest-api/model/completeFormRepresentation.ts index a166c5c98a..5cceb2c680 100644 --- a/src/api/activiti-rest-api/model/completeFormRepresentation.ts +++ b/src/api/activiti-rest-api/model/completeFormRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class CompleteFormRepresentation { outcome?: string; diff --git a/src/api/activiti-rest-api/model/conditionRepresentation.ts b/src/api/activiti-rest-api/model/conditionRepresentation.ts index effd9b2597..cfb9b2d11c 100644 --- a/src/api/activiti-rest-api/model/conditionRepresentation.ts +++ b/src/api/activiti-rest-api/model/conditionRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class ConditionRepresentation { leftFormFieldId?: string; diff --git a/src/api/activiti-rest-api/model/createEndpointBasicAuthRepresentation.ts b/src/api/activiti-rest-api/model/createEndpointBasicAuthRepresentation.ts index d27fb3fc1c..bd3c2b0b1f 100644 --- a/src/api/activiti-rest-api/model/createEndpointBasicAuthRepresentation.ts +++ b/src/api/activiti-rest-api/model/createEndpointBasicAuthRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class CreateEndpointBasicAuthRepresentation { name?: string; diff --git a/src/api/activiti-rest-api/model/createProcessInstanceRepresentation.ts b/src/api/activiti-rest-api/model/createProcessInstanceRepresentation.ts index 457fe6b438..2e37f1e9ed 100644 --- a/src/api/activiti-rest-api/model/createProcessInstanceRepresentation.ts +++ b/src/api/activiti-rest-api/model/createProcessInstanceRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { RestVariable } from './restVariable'; diff --git a/src/api/activiti-rest-api/model/createTenantRepresentation.ts b/src/api/activiti-rest-api/model/createTenantRepresentation.ts index 5ac030505f..912753115e 100644 --- a/src/api/activiti-rest-api/model/createTenantRepresentation.ts +++ b/src/api/activiti-rest-api/model/createTenantRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class CreateTenantRepresentation { active?: boolean; diff --git a/src/api/activiti-rest-api/model/dataSourceConfigRepresentation.ts b/src/api/activiti-rest-api/model/dataSourceConfigRepresentation.ts index b971ad1a24..0b4aed82fb 100644 --- a/src/api/activiti-rest-api/model/dataSourceConfigRepresentation.ts +++ b/src/api/activiti-rest-api/model/dataSourceConfigRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class DataSourceConfigRepresentation { driverClass?: string; diff --git a/src/api/activiti-rest-api/model/dataSourceRepresentation.ts b/src/api/activiti-rest-api/model/dataSourceRepresentation.ts index 84c7cc51e7..6103561376 100644 --- a/src/api/activiti-rest-api/model/dataSourceRepresentation.ts +++ b/src/api/activiti-rest-api/model/dataSourceRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DataSourceConfigRepresentation } from './dataSourceConfigRepresentation'; diff --git a/src/api/activiti-rest-api/model/decisionAuditRepresentation.ts b/src/api/activiti-rest-api/model/decisionAuditRepresentation.ts index 2b4a87dacc..ea2c103b78 100644 --- a/src/api/activiti-rest-api/model/decisionAuditRepresentation.ts +++ b/src/api/activiti-rest-api/model/decisionAuditRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; diff --git a/src/api/activiti-rest-api/model/decisionTaskRepresentation.ts b/src/api/activiti-rest-api/model/decisionTaskRepresentation.ts index efc8075b50..880b5641d9 100644 --- a/src/api/activiti-rest-api/model/decisionTaskRepresentation.ts +++ b/src/api/activiti-rest-api/model/decisionTaskRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; diff --git a/src/api/activiti-rest-api/model/endpointBasicAuthRepresentation.ts b/src/api/activiti-rest-api/model/endpointBasicAuthRepresentation.ts index 55aa2cc524..464340fea6 100644 --- a/src/api/activiti-rest-api/model/endpointBasicAuthRepresentation.ts +++ b/src/api/activiti-rest-api/model/endpointBasicAuthRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; diff --git a/src/api/activiti-rest-api/model/endpointConfigurationRepresentation.ts b/src/api/activiti-rest-api/model/endpointConfigurationRepresentation.ts index 24220c5dff..fb1d07da5a 100644 --- a/src/api/activiti-rest-api/model/endpointConfigurationRepresentation.ts +++ b/src/api/activiti-rest-api/model/endpointConfigurationRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { EndpointRequestHeaderRepresentation } from './endpointRequestHeaderRepresentation'; diff --git a/src/api/activiti-rest-api/model/endpointRequestHeaderRepresentation.ts b/src/api/activiti-rest-api/model/endpointRequestHeaderRepresentation.ts index 6e22ca9d23..2f445024a2 100644 --- a/src/api/activiti-rest-api/model/endpointRequestHeaderRepresentation.ts +++ b/src/api/activiti-rest-api/model/endpointRequestHeaderRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class EndpointRequestHeaderRepresentation { name?: string; diff --git a/src/api/activiti-rest-api/model/entityAttributeScopeRepresentation.ts b/src/api/activiti-rest-api/model/entityAttributeScopeRepresentation.ts index 106a639a1f..c53378c9dd 100644 --- a/src/api/activiti-rest-api/model/entityAttributeScopeRepresentation.ts +++ b/src/api/activiti-rest-api/model/entityAttributeScopeRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class EntityAttributeScopeRepresentation { name?: string; diff --git a/src/api/activiti-rest-api/model/entityVariableScopeRepresentation.ts b/src/api/activiti-rest-api/model/entityVariableScopeRepresentation.ts index 50b1c35161..a61362ef41 100644 --- a/src/api/activiti-rest-api/model/entityVariableScopeRepresentation.ts +++ b/src/api/activiti-rest-api/model/entityVariableScopeRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { EntityAttributeScopeRepresentation } from './entityAttributeScopeRepresentation'; diff --git a/src/api/activiti-rest-api/model/fieldValueInfo.ts b/src/api/activiti-rest-api/model/fieldValueInfo.ts index af7c5a163b..c0b8836439 100644 --- a/src/api/activiti-rest-api/model/fieldValueInfo.ts +++ b/src/api/activiti-rest-api/model/fieldValueInfo.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class FieldValueInfo { type?: string; diff --git a/src/api/activiti-rest-api/model/file.ts b/src/api/activiti-rest-api/model/file.ts index dd66a6873d..9deab4fdb6 100644 --- a/src/api/activiti-rest-api/model/file.ts +++ b/src/api/activiti-rest-api/model/file.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class File { absolute?: boolean; diff --git a/src/api/activiti-rest-api/model/formDefinitionRepresentation.ts b/src/api/activiti-rest-api/model/formDefinitionRepresentation.ts index 157e278e2e..b2d711dad4 100644 --- a/src/api/activiti-rest-api/model/formDefinitionRepresentation.ts +++ b/src/api/activiti-rest-api/model/formDefinitionRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { FieldValueInfo } from './fieldValueInfo'; import { FormFieldRepresentation } from './formFieldRepresentation'; diff --git a/src/api/activiti-rest-api/model/formFieldRepresentation.ts b/src/api/activiti-rest-api/model/formFieldRepresentation.ts index 6ca5ba721d..70b7930c84 100644 --- a/src/api/activiti-rest-api/model/formFieldRepresentation.ts +++ b/src/api/activiti-rest-api/model/formFieldRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ConditionRepresentation } from './conditionRepresentation'; import { LayoutRepresentation } from './layoutRepresentation'; diff --git a/src/api/activiti-rest-api/model/formIdentifierRepresentation.ts b/src/api/activiti-rest-api/model/formIdentifierRepresentation.ts index 3662fac670..5f510de048 100644 --- a/src/api/activiti-rest-api/model/formIdentifierRepresentation.ts +++ b/src/api/activiti-rest-api/model/formIdentifierRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class FormIdentifierRepresentation { formId?: number; diff --git a/src/api/activiti-rest-api/model/formJavascriptEventRepresentation.ts b/src/api/activiti-rest-api/model/formJavascriptEventRepresentation.ts index 8e1cc5b9b3..e320353e35 100644 --- a/src/api/activiti-rest-api/model/formJavascriptEventRepresentation.ts +++ b/src/api/activiti-rest-api/model/formJavascriptEventRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class FormJavascriptEventRepresentation { event?: string; diff --git a/src/api/activiti-rest-api/model/formOutcomeRepresentation.ts b/src/api/activiti-rest-api/model/formOutcomeRepresentation.ts index 8a5d2fd237..94886023c6 100644 --- a/src/api/activiti-rest-api/model/formOutcomeRepresentation.ts +++ b/src/api/activiti-rest-api/model/formOutcomeRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class FormOutcomeRepresentation { id?: string; diff --git a/src/api/activiti-rest-api/model/formRepresentation.ts b/src/api/activiti-rest-api/model/formRepresentation.ts index e8875386d1..9eea6931f7 100644 --- a/src/api/activiti-rest-api/model/formRepresentation.ts +++ b/src/api/activiti-rest-api/model/formRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; import { FormDefinitionRepresentation } from './formDefinitionRepresentation'; diff --git a/src/api/activiti-rest-api/model/formSaveRepresentation.ts b/src/api/activiti-rest-api/model/formSaveRepresentation.ts index ea365083ab..67c9351b4c 100644 --- a/src/api/activiti-rest-api/model/formSaveRepresentation.ts +++ b/src/api/activiti-rest-api/model/formSaveRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { FormRepresentation } from './formRepresentation'; import { ProcessScopeIdentifierRepresentation } from './processScopeIdentifierRepresentation'; diff --git a/src/api/activiti-rest-api/model/formScopeRepresentation.ts b/src/api/activiti-rest-api/model/formScopeRepresentation.ts index e3bbc4cc37..ead34a91b0 100644 --- a/src/api/activiti-rest-api/model/formScopeRepresentation.ts +++ b/src/api/activiti-rest-api/model/formScopeRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { FormFieldRepresentation } from './formFieldRepresentation'; import { FormOutcomeRepresentation } from './formOutcomeRepresentation'; diff --git a/src/api/activiti-rest-api/model/formTabRepresentation.ts b/src/api/activiti-rest-api/model/formTabRepresentation.ts index b4e5f8f4cc..46df98db42 100644 --- a/src/api/activiti-rest-api/model/formTabRepresentation.ts +++ b/src/api/activiti-rest-api/model/formTabRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ConditionRepresentation } from './conditionRepresentation'; diff --git a/src/api/activiti-rest-api/model/formValueRepresentation.ts b/src/api/activiti-rest-api/model/formValueRepresentation.ts index 7f649d9fe6..94e32a8c9f 100644 --- a/src/api/activiti-rest-api/model/formValueRepresentation.ts +++ b/src/api/activiti-rest-api/model/formValueRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class FormValueRepresentation { id?: string; diff --git a/src/api/activiti-rest-api/model/formVariableRepresentation.ts b/src/api/activiti-rest-api/model/formVariableRepresentation.ts index 934f062206..90eba155ed 100644 --- a/src/api/activiti-rest-api/model/formVariableRepresentation.ts +++ b/src/api/activiti-rest-api/model/formVariableRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class FormVariableRepresentation { name?: string; diff --git a/src/api/activiti-rest-api/model/globalDateFormatRepresentation.ts b/src/api/activiti-rest-api/model/globalDateFormatRepresentation.ts index acab6fab7a..59e8d1e2ef 100644 --- a/src/api/activiti-rest-api/model/globalDateFormatRepresentation.ts +++ b/src/api/activiti-rest-api/model/globalDateFormatRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class GlobalDateFormatRepresentation { globalDateFormat?: string; diff --git a/src/api/activiti-rest-api/model/googleDriveContent.ts b/src/api/activiti-rest-api/model/googleDriveContent.ts index 20e3dfab84..6693e6016f 100644 --- a/src/api/activiti-rest-api/model/googleDriveContent.ts +++ b/src/api/activiti-rest-api/model/googleDriveContent.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class GoogleDriveContent { folder?: boolean; diff --git a/src/api/activiti-rest-api/model/groupCapabilityRepresentation.ts b/src/api/activiti-rest-api/model/groupCapabilityRepresentation.ts index a01d24fb37..170bce61a6 100644 --- a/src/api/activiti-rest-api/model/groupCapabilityRepresentation.ts +++ b/src/api/activiti-rest-api/model/groupCapabilityRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class GroupCapabilityRepresentation { id?: number; diff --git a/src/api/activiti-rest-api/model/groupRepresentation.ts b/src/api/activiti-rest-api/model/groupRepresentation.ts index 4610ed5326..4d90e6aeca 100644 --- a/src/api/activiti-rest-api/model/groupRepresentation.ts +++ b/src/api/activiti-rest-api/model/groupRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; import { GroupCapabilityRepresentation } from './groupCapabilityRepresentation'; diff --git a/src/api/activiti-rest-api/model/historicProcessInstanceQueryRepresentation.ts b/src/api/activiti-rest-api/model/historicProcessInstanceQueryRepresentation.ts index facd13c4de..d4185dfe5f 100644 --- a/src/api/activiti-rest-api/model/historicProcessInstanceQueryRepresentation.ts +++ b/src/api/activiti-rest-api/model/historicProcessInstanceQueryRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; import { QueryVariable } from './queryVariable'; diff --git a/src/api/activiti-rest-api/model/historicTaskInstanceQueryRepresentation.ts b/src/api/activiti-rest-api/model/historicTaskInstanceQueryRepresentation.ts index ed2937f6f4..d6624aa13f 100644 --- a/src/api/activiti-rest-api/model/historicTaskInstanceQueryRepresentation.ts +++ b/src/api/activiti-rest-api/model/historicTaskInstanceQueryRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; import { QueryVariable } from './queryVariable'; diff --git a/src/api/activiti-rest-api/model/identityLinkRepresentation.ts b/src/api/activiti-rest-api/model/identityLinkRepresentation.ts index bd2148abac..d181f15504 100644 --- a/src/api/activiti-rest-api/model/identityLinkRepresentation.ts +++ b/src/api/activiti-rest-api/model/identityLinkRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class IdentityLinkRepresentation { group?: string; diff --git a/src/api/activiti-rest-api/model/imageUploadRepresentation.ts b/src/api/activiti-rest-api/model/imageUploadRepresentation.ts index d5bedd6b0c..c139aab477 100644 --- a/src/api/activiti-rest-api/model/imageUploadRepresentation.ts +++ b/src/api/activiti-rest-api/model/imageUploadRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; diff --git a/src/api/activiti-rest-api/model/index.ts b/src/api/activiti-rest-api/model/index.ts index 4195e4332d..6f6f2fa3cb 100644 --- a/src/api/activiti-rest-api/model/index.ts +++ b/src/api/activiti-rest-api/model/index.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export * from './abstractGroupRepresentation'; export * from './abstractUserRepresentation'; diff --git a/src/api/activiti-rest-api/model/jsonNode.ts b/src/api/activiti-rest-api/model/jsonNode.ts index 88ab30ec50..8b229d865e 100644 --- a/src/api/activiti-rest-api/model/jsonNode.ts +++ b/src/api/activiti-rest-api/model/jsonNode.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class JsonNode { array?: boolean; diff --git a/src/api/activiti-rest-api/model/layoutRepresentation.ts b/src/api/activiti-rest-api/model/layoutRepresentation.ts index 4be5bcd8de..cb53746d11 100644 --- a/src/api/activiti-rest-api/model/layoutRepresentation.ts +++ b/src/api/activiti-rest-api/model/layoutRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class LayoutRepresentation { colspan?: number; diff --git a/src/api/activiti-rest-api/model/lightAppRepresentation.ts b/src/api/activiti-rest-api/model/lightAppRepresentation.ts index 412a14ea7b..b2469cf4ff 100644 --- a/src/api/activiti-rest-api/model/lightAppRepresentation.ts +++ b/src/api/activiti-rest-api/model/lightAppRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class LightAppRepresentation { description?: string; diff --git a/src/api/activiti-rest-api/model/lightGroupRepresentation.ts b/src/api/activiti-rest-api/model/lightGroupRepresentation.ts index 1f5ae289ee..1adb5520e8 100644 --- a/src/api/activiti-rest-api/model/lightGroupRepresentation.ts +++ b/src/api/activiti-rest-api/model/lightGroupRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class LightGroupRepresentation { externalId?: string; diff --git a/src/api/activiti-rest-api/model/lightTenantRepresentation.ts b/src/api/activiti-rest-api/model/lightTenantRepresentation.ts index 084af7267e..bb3ba7c542 100644 --- a/src/api/activiti-rest-api/model/lightTenantRepresentation.ts +++ b/src/api/activiti-rest-api/model/lightTenantRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class LightTenantRepresentation { id?: number; diff --git a/src/api/activiti-rest-api/model/lightUserRepresentation.ts b/src/api/activiti-rest-api/model/lightUserRepresentation.ts index a0c86c9b4a..793f7eb843 100644 --- a/src/api/activiti-rest-api/model/lightUserRepresentation.ts +++ b/src/api/activiti-rest-api/model/lightUserRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class LightUserRepresentation { company?: string; diff --git a/src/api/activiti-rest-api/model/modelRepresentation.ts b/src/api/activiti-rest-api/model/modelRepresentation.ts index e243170da7..80b94bd116 100644 --- a/src/api/activiti-rest-api/model/modelRepresentation.ts +++ b/src/api/activiti-rest-api/model/modelRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; diff --git a/src/api/activiti-rest-api/model/namedObject.ts b/src/api/activiti-rest-api/model/namedObject.ts index 6de0d21075..1515fa3d6a 100644 --- a/src/api/activiti-rest-api/model/namedObject.ts +++ b/src/api/activiti-rest-api/model/namedObject.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class NamedObject { id?: string; diff --git a/src/api/activiti-rest-api/model/objectNode.ts b/src/api/activiti-rest-api/model/objectNode.ts index 36c1d9a894..9a93b261b7 100644 --- a/src/api/activiti-rest-api/model/objectNode.ts +++ b/src/api/activiti-rest-api/model/objectNode.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class ObjectNode { array?: boolean; diff --git a/src/api/activiti-rest-api/model/optionRepresentation.ts b/src/api/activiti-rest-api/model/optionRepresentation.ts index 40f90c7d49..5d4ba6cf3b 100644 --- a/src/api/activiti-rest-api/model/optionRepresentation.ts +++ b/src/api/activiti-rest-api/model/optionRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class OptionRepresentation { id?: string; diff --git a/src/api/activiti-rest-api/model/passwordValidationConstraints.ts b/src/api/activiti-rest-api/model/passwordValidationConstraints.ts index 4231e61897..6ad4e95c00 100644 --- a/src/api/activiti-rest-api/model/passwordValidationConstraints.ts +++ b/src/api/activiti-rest-api/model/passwordValidationConstraints.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class PasswordValidationConstraints { minLength?: number; diff --git a/src/api/activiti-rest-api/model/processContentRepresentation.ts b/src/api/activiti-rest-api/model/processContentRepresentation.ts index 2d568fb60a..91ccfccdd3 100644 --- a/src/api/activiti-rest-api/model/processContentRepresentation.ts +++ b/src/api/activiti-rest-api/model/processContentRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { NamedObject } from './namedObject'; import { RelatedContentRepresentation } from './relatedContentRepresentation'; diff --git a/src/api/activiti-rest-api/model/processDefinitionMetaDataRepresentation.ts b/src/api/activiti-rest-api/model/processDefinitionMetaDataRepresentation.ts index 3eab1c8d3f..799d2e74ca 100644 --- a/src/api/activiti-rest-api/model/processDefinitionMetaDataRepresentation.ts +++ b/src/api/activiti-rest-api/model/processDefinitionMetaDataRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class ProcessDefinitionMetaDataRepresentation { key?: string; diff --git a/src/api/activiti-rest-api/model/processDefinitionRepresentation.ts b/src/api/activiti-rest-api/model/processDefinitionRepresentation.ts index 131f22866b..03f42d5380 100644 --- a/src/api/activiti-rest-api/model/processDefinitionRepresentation.ts +++ b/src/api/activiti-rest-api/model/processDefinitionRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ProcessDefinitionMetaDataRepresentation } from './processDefinitionMetaDataRepresentation'; diff --git a/src/api/activiti-rest-api/model/processInstanceAuditInfoRepresentation.ts b/src/api/activiti-rest-api/model/processInstanceAuditInfoRepresentation.ts index 139edb1e74..c29c29125e 100644 --- a/src/api/activiti-rest-api/model/processInstanceAuditInfoRepresentation.ts +++ b/src/api/activiti-rest-api/model/processInstanceAuditInfoRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AuditDecisionInfoRepresentation } from './auditDecisionInfoRepresentation'; import { AuditLogEntryRepresentation } from './auditLogEntryRepresentation'; diff --git a/src/api/activiti-rest-api/model/processInstanceFilterRepresentation.ts b/src/api/activiti-rest-api/model/processInstanceFilterRepresentation.ts index 46ed1d95be..9a343c9026 100644 --- a/src/api/activiti-rest-api/model/processInstanceFilterRepresentation.ts +++ b/src/api/activiti-rest-api/model/processInstanceFilterRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class ProcessInstanceFilterRepresentation { asc?: boolean; diff --git a/src/api/activiti-rest-api/model/processInstanceFilterRequestRepresentation.ts b/src/api/activiti-rest-api/model/processInstanceFilterRequestRepresentation.ts index ebe9ddcf43..916c762092 100644 --- a/src/api/activiti-rest-api/model/processInstanceFilterRequestRepresentation.ts +++ b/src/api/activiti-rest-api/model/processInstanceFilterRequestRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ProcessInstanceFilterRepresentation } from './processInstanceFilterRepresentation'; diff --git a/src/api/activiti-rest-api/model/processInstanceQueryRepresentation.ts b/src/api/activiti-rest-api/model/processInstanceQueryRepresentation.ts index e2a6c118c5..856cdfc1a9 100644 --- a/src/api/activiti-rest-api/model/processInstanceQueryRepresentation.ts +++ b/src/api/activiti-rest-api/model/processInstanceQueryRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class ProcessInstanceQueryRepresentation { appDefinitionId?: number; diff --git a/src/api/activiti-rest-api/model/processInstanceRepresentation.ts b/src/api/activiti-rest-api/model/processInstanceRepresentation.ts index ed4a0dfd5e..a15562b085 100644 --- a/src/api/activiti-rest-api/model/processInstanceRepresentation.ts +++ b/src/api/activiti-rest-api/model/processInstanceRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; import { LightUserRepresentation } from './lightUserRepresentation'; diff --git a/src/api/activiti-rest-api/model/processInstanceVariableRepresentation.ts b/src/api/activiti-rest-api/model/processInstanceVariableRepresentation.ts index 96cdbce8cd..31ad8fe2f1 100644 --- a/src/api/activiti-rest-api/model/processInstanceVariableRepresentation.ts +++ b/src/api/activiti-rest-api/model/processInstanceVariableRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class ProcessInstanceVariableRepresentation { id?: string; diff --git a/src/api/activiti-rest-api/model/processScopeIdentifierRepresentation.ts b/src/api/activiti-rest-api/model/processScopeIdentifierRepresentation.ts index cb62fd65a7..870081594f 100644 --- a/src/api/activiti-rest-api/model/processScopeIdentifierRepresentation.ts +++ b/src/api/activiti-rest-api/model/processScopeIdentifierRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class ProcessScopeIdentifierRepresentation { processActivityId?: string; diff --git a/src/api/activiti-rest-api/model/processScopeRepresentation.ts b/src/api/activiti-rest-api/model/processScopeRepresentation.ts index 8aaac375fb..3e706a1040 100644 --- a/src/api/activiti-rest-api/model/processScopeRepresentation.ts +++ b/src/api/activiti-rest-api/model/processScopeRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { EntityVariableScopeRepresentation } from './entityVariableScopeRepresentation'; import { FormScopeRepresentation } from './formScopeRepresentation'; diff --git a/src/api/activiti-rest-api/model/processScopesRequestRepresentation.ts b/src/api/activiti-rest-api/model/processScopesRequestRepresentation.ts index 0754a005f1..224a6a9df6 100644 --- a/src/api/activiti-rest-api/model/processScopesRequestRepresentation.ts +++ b/src/api/activiti-rest-api/model/processScopesRequestRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ProcessScopeIdentifierRepresentation } from './processScopeIdentifierRepresentation'; diff --git a/src/api/activiti-rest-api/model/publishIdentityInfoRepresentation.ts b/src/api/activiti-rest-api/model/publishIdentityInfoRepresentation.ts index 1bc2342593..558e97ac56 100644 --- a/src/api/activiti-rest-api/model/publishIdentityInfoRepresentation.ts +++ b/src/api/activiti-rest-api/model/publishIdentityInfoRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { LightGroupRepresentation } from './lightGroupRepresentation'; import { LightUserRepresentation } from './lightUserRepresentation'; diff --git a/src/api/activiti-rest-api/model/queryVariable.ts b/src/api/activiti-rest-api/model/queryVariable.ts index f802ebe773..27af114396 100644 --- a/src/api/activiti-rest-api/model/queryVariable.ts +++ b/src/api/activiti-rest-api/model/queryVariable.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class QueryVariable { name?: string; diff --git a/src/api/activiti-rest-api/model/relatedContentRepresentation.ts b/src/api/activiti-rest-api/model/relatedContentRepresentation.ts index 54aacfe954..eb2fd84c9a 100644 --- a/src/api/activiti-rest-api/model/relatedContentRepresentation.ts +++ b/src/api/activiti-rest-api/model/relatedContentRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; import { LightUserRepresentation } from './lightUserRepresentation'; diff --git a/src/api/activiti-rest-api/model/resetPasswordRepresentation.ts b/src/api/activiti-rest-api/model/resetPasswordRepresentation.ts index 47de39202a..ed8afe13bb 100644 --- a/src/api/activiti-rest-api/model/resetPasswordRepresentation.ts +++ b/src/api/activiti-rest-api/model/resetPasswordRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class ResetPasswordRepresentation { email?: string; diff --git a/src/api/activiti-rest-api/model/restVariable.ts b/src/api/activiti-rest-api/model/restVariable.ts index 323cbbfa42..47e1bb2229 100644 --- a/src/api/activiti-rest-api/model/restVariable.ts +++ b/src/api/activiti-rest-api/model/restVariable.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class RestVariable { name?: string; diff --git a/src/api/activiti-rest-api/model/resultListDataRepresentationAbstractUserRepresentation.ts b/src/api/activiti-rest-api/model/resultListDataRepresentationAbstractUserRepresentation.ts index bfc7522a63..720588537c 100644 --- a/src/api/activiti-rest-api/model/resultListDataRepresentationAbstractUserRepresentation.ts +++ b/src/api/activiti-rest-api/model/resultListDataRepresentationAbstractUserRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AbstractUserRepresentation } from './abstractUserRepresentation'; diff --git a/src/api/activiti-rest-api/model/resultListDataRepresentationAccountRepresentation.ts b/src/api/activiti-rest-api/model/resultListDataRepresentationAccountRepresentation.ts index bd8c68099b..26e910bbff 100644 --- a/src/api/activiti-rest-api/model/resultListDataRepresentationAccountRepresentation.ts +++ b/src/api/activiti-rest-api/model/resultListDataRepresentationAccountRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AccountRepresentation } from './accountRepresentation'; diff --git a/src/api/activiti-rest-api/model/resultListDataRepresentationAlfrescoContentRepresentation.ts b/src/api/activiti-rest-api/model/resultListDataRepresentationAlfrescoContentRepresentation.ts index 3c9d9eeef6..e4da01ed96 100644 --- a/src/api/activiti-rest-api/model/resultListDataRepresentationAlfrescoContentRepresentation.ts +++ b/src/api/activiti-rest-api/model/resultListDataRepresentationAlfrescoContentRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoContentRepresentation } from './alfrescoContentRepresentation'; diff --git a/src/api/activiti-rest-api/model/resultListDataRepresentationAlfrescoEndpointRepresentation.ts b/src/api/activiti-rest-api/model/resultListDataRepresentationAlfrescoEndpointRepresentation.ts index 6b41f4b8f2..6d7de1cee6 100644 --- a/src/api/activiti-rest-api/model/resultListDataRepresentationAlfrescoEndpointRepresentation.ts +++ b/src/api/activiti-rest-api/model/resultListDataRepresentationAlfrescoEndpointRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoEndpointRepresentation } from './alfrescoEndpointRepresentation'; diff --git a/src/api/activiti-rest-api/model/resultListDataRepresentationAlfrescoNetworkRepresenation.ts b/src/api/activiti-rest-api/model/resultListDataRepresentationAlfrescoNetworkRepresenation.ts index ee418e214a..238c2ead11 100644 --- a/src/api/activiti-rest-api/model/resultListDataRepresentationAlfrescoNetworkRepresenation.ts +++ b/src/api/activiti-rest-api/model/resultListDataRepresentationAlfrescoNetworkRepresenation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoNetworkRepresenation } from './alfrescoNetworkRepresenation'; diff --git a/src/api/activiti-rest-api/model/resultListDataRepresentationAlfrescoSiteRepresenation.ts b/src/api/activiti-rest-api/model/resultListDataRepresentationAlfrescoSiteRepresenation.ts index a4d6630a30..ae03c0697b 100644 --- a/src/api/activiti-rest-api/model/resultListDataRepresentationAlfrescoSiteRepresenation.ts +++ b/src/api/activiti-rest-api/model/resultListDataRepresentationAlfrescoSiteRepresenation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoSiteRepresenation } from './alfrescoSiteRepresenation'; diff --git a/src/api/activiti-rest-api/model/resultListDataRepresentationAppDefinitionRepresentation.ts b/src/api/activiti-rest-api/model/resultListDataRepresentationAppDefinitionRepresentation.ts index 0d06c1c9b7..9fdcf90150 100644 --- a/src/api/activiti-rest-api/model/resultListDataRepresentationAppDefinitionRepresentation.ts +++ b/src/api/activiti-rest-api/model/resultListDataRepresentationAppDefinitionRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AppDefinitionRepresentation } from './appDefinitionRepresentation'; diff --git a/src/api/activiti-rest-api/model/resultListDataRepresentationAppDeploymentRepresentation.ts b/src/api/activiti-rest-api/model/resultListDataRepresentationAppDeploymentRepresentation.ts index fd078b33a7..4bc6b8e221 100644 --- a/src/api/activiti-rest-api/model/resultListDataRepresentationAppDeploymentRepresentation.ts +++ b/src/api/activiti-rest-api/model/resultListDataRepresentationAppDeploymentRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AppDeploymentRepresentation } from './appDeploymentRepresentation'; diff --git a/src/api/activiti-rest-api/model/resultListDataRepresentationBoxContent.ts b/src/api/activiti-rest-api/model/resultListDataRepresentationBoxContent.ts index fb6295ee88..bfb6557ddf 100644 --- a/src/api/activiti-rest-api/model/resultListDataRepresentationBoxContent.ts +++ b/src/api/activiti-rest-api/model/resultListDataRepresentationBoxContent.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { BoxContent } from './boxContent'; diff --git a/src/api/activiti-rest-api/model/resultListDataRepresentationCommentRepresentation.ts b/src/api/activiti-rest-api/model/resultListDataRepresentationCommentRepresentation.ts index 718d880a4b..0cf2557f72 100644 --- a/src/api/activiti-rest-api/model/resultListDataRepresentationCommentRepresentation.ts +++ b/src/api/activiti-rest-api/model/resultListDataRepresentationCommentRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { CommentRepresentation } from './commentRepresentation'; diff --git a/src/api/activiti-rest-api/model/resultListDataRepresentationDataSourceRepresentation.ts b/src/api/activiti-rest-api/model/resultListDataRepresentationDataSourceRepresentation.ts index 6cb2dee86e..9448ff08ab 100644 --- a/src/api/activiti-rest-api/model/resultListDataRepresentationDataSourceRepresentation.ts +++ b/src/api/activiti-rest-api/model/resultListDataRepresentationDataSourceRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DataSourceRepresentation } from './dataSourceRepresentation'; diff --git a/src/api/activiti-rest-api/model/resultListDataRepresentationDecisionAuditRepresentation.ts b/src/api/activiti-rest-api/model/resultListDataRepresentationDecisionAuditRepresentation.ts index 19d7f1c5e1..55bb9ac152 100644 --- a/src/api/activiti-rest-api/model/resultListDataRepresentationDecisionAuditRepresentation.ts +++ b/src/api/activiti-rest-api/model/resultListDataRepresentationDecisionAuditRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DecisionAuditRepresentation } from './decisionAuditRepresentation'; diff --git a/src/api/activiti-rest-api/model/resultListDataRepresentationDecisionTaskRepresentation.ts b/src/api/activiti-rest-api/model/resultListDataRepresentationDecisionTaskRepresentation.ts index 240a5130b5..51bd859543 100644 --- a/src/api/activiti-rest-api/model/resultListDataRepresentationDecisionTaskRepresentation.ts +++ b/src/api/activiti-rest-api/model/resultListDataRepresentationDecisionTaskRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DecisionTaskRepresentation } from './decisionTaskRepresentation'; diff --git a/src/api/activiti-rest-api/model/resultListDataRepresentationFormRepresentation.ts b/src/api/activiti-rest-api/model/resultListDataRepresentationFormRepresentation.ts index 331f11d198..9f4f8f554d 100644 --- a/src/api/activiti-rest-api/model/resultListDataRepresentationFormRepresentation.ts +++ b/src/api/activiti-rest-api/model/resultListDataRepresentationFormRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { FormRepresentation } from './formRepresentation'; diff --git a/src/api/activiti-rest-api/model/resultListDataRepresentationGoogleDriveContent.ts b/src/api/activiti-rest-api/model/resultListDataRepresentationGoogleDriveContent.ts index 64641d7aba..428aa35469 100644 --- a/src/api/activiti-rest-api/model/resultListDataRepresentationGoogleDriveContent.ts +++ b/src/api/activiti-rest-api/model/resultListDataRepresentationGoogleDriveContent.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { GoogleDriveContent } from './googleDriveContent'; diff --git a/src/api/activiti-rest-api/model/resultListDataRepresentationLightGroupRepresentation.ts b/src/api/activiti-rest-api/model/resultListDataRepresentationLightGroupRepresentation.ts index e5053dc7e6..afc62f8844 100644 --- a/src/api/activiti-rest-api/model/resultListDataRepresentationLightGroupRepresentation.ts +++ b/src/api/activiti-rest-api/model/resultListDataRepresentationLightGroupRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { LightGroupRepresentation } from './lightGroupRepresentation'; diff --git a/src/api/activiti-rest-api/model/resultListDataRepresentationLightUserRepresentation.ts b/src/api/activiti-rest-api/model/resultListDataRepresentationLightUserRepresentation.ts index e468cfbed7..8f94ce10a1 100644 --- a/src/api/activiti-rest-api/model/resultListDataRepresentationLightUserRepresentation.ts +++ b/src/api/activiti-rest-api/model/resultListDataRepresentationLightUserRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { LightUserRepresentation } from './lightUserRepresentation'; diff --git a/src/api/activiti-rest-api/model/resultListDataRepresentationModelRepresentation.ts b/src/api/activiti-rest-api/model/resultListDataRepresentationModelRepresentation.ts index 46f07b5571..dc1f20144d 100644 --- a/src/api/activiti-rest-api/model/resultListDataRepresentationModelRepresentation.ts +++ b/src/api/activiti-rest-api/model/resultListDataRepresentationModelRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ModelRepresentation } from './modelRepresentation'; diff --git a/src/api/activiti-rest-api/model/resultListDataRepresentationProcessContentRepresentation.ts b/src/api/activiti-rest-api/model/resultListDataRepresentationProcessContentRepresentation.ts index 453851fc48..94d602d9e9 100644 --- a/src/api/activiti-rest-api/model/resultListDataRepresentationProcessContentRepresentation.ts +++ b/src/api/activiti-rest-api/model/resultListDataRepresentationProcessContentRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ProcessContentRepresentation } from './processContentRepresentation'; diff --git a/src/api/activiti-rest-api/model/resultListDataRepresentationProcessDefinitionRepresentation.ts b/src/api/activiti-rest-api/model/resultListDataRepresentationProcessDefinitionRepresentation.ts index a17124894b..9b28696c62 100644 --- a/src/api/activiti-rest-api/model/resultListDataRepresentationProcessDefinitionRepresentation.ts +++ b/src/api/activiti-rest-api/model/resultListDataRepresentationProcessDefinitionRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ProcessDefinitionRepresentation } from './processDefinitionRepresentation'; diff --git a/src/api/activiti-rest-api/model/resultListDataRepresentationProcessInstanceRepresentation.ts b/src/api/activiti-rest-api/model/resultListDataRepresentationProcessInstanceRepresentation.ts index cbd126298e..616122d023 100644 --- a/src/api/activiti-rest-api/model/resultListDataRepresentationProcessInstanceRepresentation.ts +++ b/src/api/activiti-rest-api/model/resultListDataRepresentationProcessInstanceRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ProcessInstanceRepresentation } from './processInstanceRepresentation'; diff --git a/src/api/activiti-rest-api/model/resultListDataRepresentationRelatedContentRepresentation.ts b/src/api/activiti-rest-api/model/resultListDataRepresentationRelatedContentRepresentation.ts index 098dbc0fc1..7e881e9952 100644 --- a/src/api/activiti-rest-api/model/resultListDataRepresentationRelatedContentRepresentation.ts +++ b/src/api/activiti-rest-api/model/resultListDataRepresentationRelatedContentRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { RelatedContentRepresentation } from './relatedContentRepresentation'; diff --git a/src/api/activiti-rest-api/model/resultListDataRepresentationRuntimeDecisionTableRepresentation.ts b/src/api/activiti-rest-api/model/resultListDataRepresentationRuntimeDecisionTableRepresentation.ts index 5b98b50866..cb6fbc9f57 100644 --- a/src/api/activiti-rest-api/model/resultListDataRepresentationRuntimeDecisionTableRepresentation.ts +++ b/src/api/activiti-rest-api/model/resultListDataRepresentationRuntimeDecisionTableRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { RuntimeDecisionTableRepresentation } from './runtimeDecisionTableRepresentation'; diff --git a/src/api/activiti-rest-api/model/resultListDataRepresentationRuntimeFormRepresentation.ts b/src/api/activiti-rest-api/model/resultListDataRepresentationRuntimeFormRepresentation.ts index 2f0821d00c..090d09590a 100644 --- a/src/api/activiti-rest-api/model/resultListDataRepresentationRuntimeFormRepresentation.ts +++ b/src/api/activiti-rest-api/model/resultListDataRepresentationRuntimeFormRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { RuntimeFormRepresentation } from './runtimeFormRepresentation'; diff --git a/src/api/activiti-rest-api/model/resultListDataRepresentationSubmittedFormRepresentation.ts b/src/api/activiti-rest-api/model/resultListDataRepresentationSubmittedFormRepresentation.ts index 326ffbb04d..57052ddc08 100644 --- a/src/api/activiti-rest-api/model/resultListDataRepresentationSubmittedFormRepresentation.ts +++ b/src/api/activiti-rest-api/model/resultListDataRepresentationSubmittedFormRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { SubmittedFormRepresentation } from './submittedFormRepresentation'; diff --git a/src/api/activiti-rest-api/model/resultListDataRepresentationTaskRepresentation.ts b/src/api/activiti-rest-api/model/resultListDataRepresentationTaskRepresentation.ts index 9dad0b6bd2..b1985a8c3e 100644 --- a/src/api/activiti-rest-api/model/resultListDataRepresentationTaskRepresentation.ts +++ b/src/api/activiti-rest-api/model/resultListDataRepresentationTaskRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { TaskRepresentation } from './taskRepresentation'; diff --git a/src/api/activiti-rest-api/model/resultListDataRepresentationUserProcessInstanceFilterRepresentation.ts b/src/api/activiti-rest-api/model/resultListDataRepresentationUserProcessInstanceFilterRepresentation.ts index 192497e09a..2803312c2f 100644 --- a/src/api/activiti-rest-api/model/resultListDataRepresentationUserProcessInstanceFilterRepresentation.ts +++ b/src/api/activiti-rest-api/model/resultListDataRepresentationUserProcessInstanceFilterRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { UserProcessInstanceFilterRepresentation } from './userProcessInstanceFilterRepresentation'; diff --git a/src/api/activiti-rest-api/model/resultListDataRepresentationUserTaskFilterRepresentation.ts b/src/api/activiti-rest-api/model/resultListDataRepresentationUserTaskFilterRepresentation.ts index 5397f01152..fbeb4fc558 100644 --- a/src/api/activiti-rest-api/model/resultListDataRepresentationUserTaskFilterRepresentation.ts +++ b/src/api/activiti-rest-api/model/resultListDataRepresentationUserTaskFilterRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { UserTaskFilterRepresentation } from './userTaskFilterRepresentation'; diff --git a/src/api/activiti-rest-api/model/runtimeAppDefinitionSaveRepresentation.ts b/src/api/activiti-rest-api/model/runtimeAppDefinitionSaveRepresentation.ts index 89b55f01b9..9e0a841567 100644 --- a/src/api/activiti-rest-api/model/runtimeAppDefinitionSaveRepresentation.ts +++ b/src/api/activiti-rest-api/model/runtimeAppDefinitionSaveRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AppDefinitionRepresentation } from './appDefinitionRepresentation'; diff --git a/src/api/activiti-rest-api/model/runtimeDecisionTableRepresentation.ts b/src/api/activiti-rest-api/model/runtimeDecisionTableRepresentation.ts index 8757d0732b..a68282d039 100644 --- a/src/api/activiti-rest-api/model/runtimeDecisionTableRepresentation.ts +++ b/src/api/activiti-rest-api/model/runtimeDecisionTableRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class RuntimeDecisionTableRepresentation { category?: string; diff --git a/src/api/activiti-rest-api/model/runtimeFormRepresentation.ts b/src/api/activiti-rest-api/model/runtimeFormRepresentation.ts index 505d6ac8a4..4c2bfee563 100644 --- a/src/api/activiti-rest-api/model/runtimeFormRepresentation.ts +++ b/src/api/activiti-rest-api/model/runtimeFormRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class RuntimeFormRepresentation { appDefinitionId?: number; diff --git a/src/api/activiti-rest-api/model/saveFormRepresentation.ts b/src/api/activiti-rest-api/model/saveFormRepresentation.ts index 91d92bbdf0..d8cb7863d1 100644 --- a/src/api/activiti-rest-api/model/saveFormRepresentation.ts +++ b/src/api/activiti-rest-api/model/saveFormRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class SaveFormRepresentation { values?: any; diff --git a/src/api/activiti-rest-api/model/submittedFormRepresentation.ts b/src/api/activiti-rest-api/model/submittedFormRepresentation.ts index 526e83e56c..34f4209428 100644 --- a/src/api/activiti-rest-api/model/submittedFormRepresentation.ts +++ b/src/api/activiti-rest-api/model/submittedFormRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; import { FormDefinitionRepresentation } from './formDefinitionRepresentation'; diff --git a/src/api/activiti-rest-api/model/syncLogEntryRepresentation.ts b/src/api/activiti-rest-api/model/syncLogEntryRepresentation.ts index 50055f0a96..c52d49e660 100644 --- a/src/api/activiti-rest-api/model/syncLogEntryRepresentation.ts +++ b/src/api/activiti-rest-api/model/syncLogEntryRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; diff --git a/src/api/activiti-rest-api/model/systemPropertiesRepresentation.ts b/src/api/activiti-rest-api/model/systemPropertiesRepresentation.ts index 913d15b54c..2a96d8301b 100644 --- a/src/api/activiti-rest-api/model/systemPropertiesRepresentation.ts +++ b/src/api/activiti-rest-api/model/systemPropertiesRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class SystemPropertiesRepresentation { allowInvolveByEmail?: boolean; diff --git a/src/api/activiti-rest-api/model/taskAuditInfoRepresentation.ts b/src/api/activiti-rest-api/model/taskAuditInfoRepresentation.ts index 46f885853d..91b93f8b0f 100644 --- a/src/api/activiti-rest-api/model/taskAuditInfoRepresentation.ts +++ b/src/api/activiti-rest-api/model/taskAuditInfoRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AuditLogFormDataRepresentation } from './auditLogFormDataRepresentation'; import { CommentAuditInfo } from './commentAuditInfo'; diff --git a/src/api/activiti-rest-api/model/taskFilterRepresentation.ts b/src/api/activiti-rest-api/model/taskFilterRepresentation.ts index 33108aceb9..31afd5e026 100644 --- a/src/api/activiti-rest-api/model/taskFilterRepresentation.ts +++ b/src/api/activiti-rest-api/model/taskFilterRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; diff --git a/src/api/activiti-rest-api/model/taskFilterRequestRepresentation.ts b/src/api/activiti-rest-api/model/taskFilterRequestRepresentation.ts index fd179a7edf..ebd39d11ce 100644 --- a/src/api/activiti-rest-api/model/taskFilterRequestRepresentation.ts +++ b/src/api/activiti-rest-api/model/taskFilterRequestRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { TaskFilterRepresentation } from './taskFilterRepresentation'; diff --git a/src/api/activiti-rest-api/model/taskQueryRepresentation.ts b/src/api/activiti-rest-api/model/taskQueryRepresentation.ts index 1c8be0eeaf..0ab15ceadb 100644 --- a/src/api/activiti-rest-api/model/taskQueryRepresentation.ts +++ b/src/api/activiti-rest-api/model/taskQueryRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; diff --git a/src/api/activiti-rest-api/model/taskRepresentation.ts b/src/api/activiti-rest-api/model/taskRepresentation.ts index ae258353d6..a6049e48df 100644 --- a/src/api/activiti-rest-api/model/taskRepresentation.ts +++ b/src/api/activiti-rest-api/model/taskRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; import { LightGroupRepresentation } from './lightGroupRepresentation'; diff --git a/src/api/activiti-rest-api/model/taskUpdateRepresentation.ts b/src/api/activiti-rest-api/model/taskUpdateRepresentation.ts index ebd794a8d8..782c9c6f57 100644 --- a/src/api/activiti-rest-api/model/taskUpdateRepresentation.ts +++ b/src/api/activiti-rest-api/model/taskUpdateRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; diff --git a/src/api/activiti-rest-api/model/tenantEvent.ts b/src/api/activiti-rest-api/model/tenantEvent.ts index a81cd98371..031efcadf0 100644 --- a/src/api/activiti-rest-api/model/tenantEvent.ts +++ b/src/api/activiti-rest-api/model/tenantEvent.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; diff --git a/src/api/activiti-rest-api/model/tenantRepresentation.ts b/src/api/activiti-rest-api/model/tenantRepresentation.ts index a64c1e596f..cb81fde9f0 100644 --- a/src/api/activiti-rest-api/model/tenantRepresentation.ts +++ b/src/api/activiti-rest-api/model/tenantRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; diff --git a/src/api/activiti-rest-api/model/userAccountCredentialsRepresentation.ts b/src/api/activiti-rest-api/model/userAccountCredentialsRepresentation.ts index b0c5f40db8..54fc348537 100644 --- a/src/api/activiti-rest-api/model/userAccountCredentialsRepresentation.ts +++ b/src/api/activiti-rest-api/model/userAccountCredentialsRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class UserAccountCredentialsRepresentation { password?: string; diff --git a/src/api/activiti-rest-api/model/userActionRepresentation.ts b/src/api/activiti-rest-api/model/userActionRepresentation.ts index 640c8645ac..b3257e9ace 100644 --- a/src/api/activiti-rest-api/model/userActionRepresentation.ts +++ b/src/api/activiti-rest-api/model/userActionRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class UserActionRepresentation { action?: string; diff --git a/src/api/activiti-rest-api/model/userFilterOrderRepresentation.ts b/src/api/activiti-rest-api/model/userFilterOrderRepresentation.ts index 9b4d8183d4..8c150f7bd6 100644 --- a/src/api/activiti-rest-api/model/userFilterOrderRepresentation.ts +++ b/src/api/activiti-rest-api/model/userFilterOrderRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class UserFilterOrderRepresentation { appId?: number; diff --git a/src/api/activiti-rest-api/model/userIdentifierRepresentation.ts b/src/api/activiti-rest-api/model/userIdentifierRepresentation.ts index 50b1339cd4..a39adc245f 100644 --- a/src/api/activiti-rest-api/model/userIdentifierRepresentation.ts +++ b/src/api/activiti-rest-api/model/userIdentifierRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class UserIdentifierRepresentation { email?: string; diff --git a/src/api/activiti-rest-api/model/userProcessInstanceFilterRepresentation.ts b/src/api/activiti-rest-api/model/userProcessInstanceFilterRepresentation.ts index 6ba79baf0c..cbf285861f 100644 --- a/src/api/activiti-rest-api/model/userProcessInstanceFilterRepresentation.ts +++ b/src/api/activiti-rest-api/model/userProcessInstanceFilterRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ProcessInstanceFilterRepresentation } from './processInstanceFilterRepresentation'; diff --git a/src/api/activiti-rest-api/model/userRepresentation.ts b/src/api/activiti-rest-api/model/userRepresentation.ts index 8c17dfc1d4..099b3fcef0 100644 --- a/src/api/activiti-rest-api/model/userRepresentation.ts +++ b/src/api/activiti-rest-api/model/userRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; import { GroupRepresentation } from './groupRepresentation'; diff --git a/src/api/activiti-rest-api/model/userRepresentationGroup.ts b/src/api/activiti-rest-api/model/userRepresentationGroup.ts index b59d104587..bc8ccf01c0 100644 --- a/src/api/activiti-rest-api/model/userRepresentationGroup.ts +++ b/src/api/activiti-rest-api/model/userRepresentationGroup.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; import { LightAppRepresentation } from './lightAppRepresentation'; diff --git a/src/api/activiti-rest-api/model/userTaskFilterRepresentation.ts b/src/api/activiti-rest-api/model/userTaskFilterRepresentation.ts index 005edaaeee..583fa83a7f 100644 --- a/src/api/activiti-rest-api/model/userTaskFilterRepresentation.ts +++ b/src/api/activiti-rest-api/model/userTaskFilterRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { TaskFilterRepresentation } from './taskFilterRepresentation'; diff --git a/src/api/activiti-rest-api/model/validationErrorRepresentation.ts b/src/api/activiti-rest-api/model/validationErrorRepresentation.ts index cfa16e75f3..e07ab53409 100644 --- a/src/api/activiti-rest-api/model/validationErrorRepresentation.ts +++ b/src/api/activiti-rest-api/model/validationErrorRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class ValidationErrorRepresentation { defaultDescription?: string; diff --git a/src/api/activiti-rest-api/model/variableMappingRepresentation.ts b/src/api/activiti-rest-api/model/variableMappingRepresentation.ts index a408fe8b15..6e58704aef 100644 --- a/src/api/activiti-rest-api/model/variableMappingRepresentation.ts +++ b/src/api/activiti-rest-api/model/variableMappingRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class VariableMappingRepresentation { inProcessVariable?: string; diff --git a/src/api/activiti-rest-api/model/variableScopeRepresentation.ts b/src/api/activiti-rest-api/model/variableScopeRepresentation.ts index 28fea7f9e8..d8438e6c19 100644 --- a/src/api/activiti-rest-api/model/variableScopeRepresentation.ts +++ b/src/api/activiti-rest-api/model/variableScopeRepresentation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class VariableScopeRepresentation { mapVariable?: string; diff --git a/src/api/auth-rest-api/api/authentication.api.ts b/src/api/auth-rest-api/api/authentication.api.ts index 8ddee216d7..14ebffdb83 100644 --- a/src/api/auth-rest-api/api/authentication.api.ts +++ b/src/api/auth-rest-api/api/authentication.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { TicketBody } from '../model/ticketBody'; import { TicketEntry } from '../model/ticketEntry'; diff --git a/src/api/auth-rest-api/api/base.api.ts b/src/api/auth-rest-api/api/base.api.ts index b8ee3e1ab9..999709a57c 100644 --- a/src/api/auth-rest-api/api/base.api.ts +++ b/src/api/auth-rest-api/api/base.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ApiClient } from '../../../api-clients/api-client'; import { LegacyHttpClient } from '../../../api-clients/http-client.interface'; diff --git a/src/api/auth-rest-api/api/index.ts b/src/api/auth-rest-api/api/index.ts index bd82e45538..321991eac0 100644 --- a/src/api/auth-rest-api/api/index.ts +++ b/src/api/auth-rest-api/api/index.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export * from './authentication.api'; import { AuthenticationApi } from './authentication.api'; diff --git a/src/api/auth-rest-api/index.ts b/src/api/auth-rest-api/index.ts index cd84e7a1c0..6eadb2eda9 100644 --- a/src/api/auth-rest-api/index.ts +++ b/src/api/auth-rest-api/index.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export * from './api'; export * from './model'; diff --git a/src/api/auth-rest-api/model/index.ts b/src/api/auth-rest-api/model/index.ts index 160007d254..c0a2f083cc 100644 --- a/src/api/auth-rest-api/model/index.ts +++ b/src/api/auth-rest-api/model/index.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export * from './ticket'; export * from './ticketBody'; diff --git a/src/api/auth-rest-api/model/ticket.ts b/src/api/auth-rest-api/model/ticket.ts index 1eeb50c917..ee5e76c3c1 100644 --- a/src/api/auth-rest-api/model/ticket.ts +++ b/src/api/auth-rest-api/model/ticket.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class Ticket { id?: string; diff --git a/src/api/auth-rest-api/model/ticketBody.ts b/src/api/auth-rest-api/model/ticketBody.ts index b9186a0602..ee21564137 100644 --- a/src/api/auth-rest-api/model/ticketBody.ts +++ b/src/api/auth-rest-api/model/ticketBody.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class TicketBody { userId?: string; diff --git a/src/api/auth-rest-api/model/ticketEntry.ts b/src/api/auth-rest-api/model/ticketEntry.ts index 3b94916b55..138caa87d7 100644 --- a/src/api/auth-rest-api/model/ticketEntry.ts +++ b/src/api/auth-rest-api/model/ticketEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Ticket } from './ticket'; diff --git a/src/api/auth-rest-api/model/validTicket.ts b/src/api/auth-rest-api/model/validTicket.ts index 2fa8139552..b6ee39fdda 100644 --- a/src/api/auth-rest-api/model/validTicket.ts +++ b/src/api/auth-rest-api/model/validTicket.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class ValidTicket { id?: string; diff --git a/src/api/auth-rest-api/model/validTicketEntry.ts b/src/api/auth-rest-api/model/validTicketEntry.ts index 12579e7425..32e66bb5d1 100644 --- a/src/api/auth-rest-api/model/validTicketEntry.ts +++ b/src/api/auth-rest-api/model/validTicketEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ValidTicket } from './validTicket'; diff --git a/src/api/content-custom-api/api/base.api.ts b/src/api/content-custom-api/api/base.api.ts index 2fee8838ac..f952ab8b32 100644 --- a/src/api/content-custom-api/api/base.api.ts +++ b/src/api/content-custom-api/api/base.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ApiClient } from '../../../api-clients/api-client'; import { LegacyHttpClient, RequestOptions } from '../../../api-clients/http-client.interface'; diff --git a/src/api/content-custom-api/api/classes.api.ts b/src/api/content-custom-api/api/classes.api.ts index 23104f26a7..be53f8fba2 100755 --- a/src/api/content-custom-api/api/classes.api.ts +++ b/src/api/content-custom-api/api/classes.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ClassDescription } from '../model/classDescription'; import { BaseApi } from './base.api'; diff --git a/src/api/content-custom-api/api/content.api.ts b/src/api/content-custom-api/api/content.api.ts index c20aaa6ca7..42bea7ad92 100644 --- a/src/api/content-custom-api/api/content.api.ts +++ b/src/api/content-custom-api/api/content.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { BaseApi } from './base.api'; diff --git a/src/api/content-custom-api/api/customModel.api.ts b/src/api/content-custom-api/api/customModel.api.ts index 44ee4acc12..ef55618156 100644 --- a/src/api/content-custom-api/api/customModel.api.ts +++ b/src/api/content-custom-api/api/customModel.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { PaginatedList, PaginatedEntries } from '../model/pagination'; import { BaseApi } from './base.api'; diff --git a/src/api/content-custom-api/api/index.ts b/src/api/content-custom-api/api/index.ts index d037086e97..951d663ada 100644 --- a/src/api/content-custom-api/api/index.ts +++ b/src/api/content-custom-api/api/index.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export * from './webscript.api'; import { WebscriptApi } from './webscript.api'; diff --git a/src/api/content-custom-api/api/upload.api.ts b/src/api/content-custom-api/api/upload.api.ts index 52ed8f6b1c..da19253900 100644 --- a/src/api/content-custom-api/api/upload.api.ts +++ b/src/api/content-custom-api/api/upload.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { NodesApi } from '../../content-rest-api/api/nodes.api'; import { Emitter } from 'event-emitter'; diff --git a/src/api/content-custom-api/api/webscript.api.ts b/src/api/content-custom-api/api/webscript.api.ts index 8ab7931d86..5a8585dcb9 100644 --- a/src/api/content-custom-api/api/webscript.api.ts +++ b/src/api/content-custom-api/api/webscript.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { BaseApi } from './base.api'; diff --git a/src/api/content-custom-api/index.ts b/src/api/content-custom-api/index.ts index cd84e7a1c0..6eadb2eda9 100644 --- a/src/api/content-custom-api/index.ts +++ b/src/api/content-custom-api/index.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export * from './api'; export * from './model'; diff --git a/src/api/content-custom-api/model/classDescription.ts b/src/api/content-custom-api/model/classDescription.ts index 12ea926e81..c0dc98cef7 100644 --- a/src/api/content-custom-api/model/classDescription.ts +++ b/src/api/content-custom-api/model/classDescription.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ClassPropertyDescription } from './classPropertyDescription'; diff --git a/src/api/content-custom-api/model/classPropertyDescription.ts b/src/api/content-custom-api/model/classPropertyDescription.ts index 11455664f2..2baa2cc312 100644 --- a/src/api/content-custom-api/model/classPropertyDescription.ts +++ b/src/api/content-custom-api/model/classPropertyDescription.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class ClassPropertyDescription { diff --git a/src/api/content-custom-api/model/dateAlfresco.ts b/src/api/content-custom-api/model/dateAlfresco.ts index 9c907a9817..a0002e0b93 100644 --- a/src/api/content-custom-api/model/dateAlfresco.ts +++ b/src/api/content-custom-api/model/dateAlfresco.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class DateAlfresco extends Date { diff --git a/src/api/content-custom-api/model/index.ts b/src/api/content-custom-api/model/index.ts index 9f1603f306..f38a7169d8 100644 --- a/src/api/content-custom-api/model/index.ts +++ b/src/api/content-custom-api/model/index.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export * from './dateAlfresco'; export * from './classDescription'; diff --git a/src/api/content-custom-api/model/pagination.ts b/src/api/content-custom-api/model/pagination.ts index fd723061a4..50efbd7a86 100644 --- a/src/api/content-custom-api/model/pagination.ts +++ b/src/api/content-custom-api/model/pagination.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Pagination } from '../../content-rest-api/model/pagination'; diff --git a/src/api/content-rest-api/api/actions.api.ts b/src/api/content-rest-api/api/actions.api.ts index 936e7ae969..11ea76bf9b 100644 --- a/src/api/content-rest-api/api/actions.api.ts +++ b/src/api/content-rest-api/api/actions.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ActionBodyExec } from '../model/actionBodyExec'; import { ActionDefinitionEntry } from '../model/actionDefinitionEntry'; diff --git a/src/api/content-rest-api/api/activities.api.ts b/src/api/content-rest-api/api/activities.api.ts index 7699901f11..15e995e240 100644 --- a/src/api/content-rest-api/api/activities.api.ts +++ b/src/api/content-rest-api/api/activities.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ActivityPaging } from '../model/activityPaging'; import { BaseApi } from './base.api'; diff --git a/src/api/content-rest-api/api/audit.api.ts b/src/api/content-rest-api/api/audit.api.ts index 2ed9115aa3..f496ed056d 100644 --- a/src/api/content-rest-api/api/audit.api.ts +++ b/src/api/content-rest-api/api/audit.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AuditApp } from '../model/auditApp'; import { AuditAppPaging } from '../model/auditAppPaging'; diff --git a/src/api/content-rest-api/api/base.api.ts b/src/api/content-rest-api/api/base.api.ts index d470fcf56b..6af5830d9f 100644 --- a/src/api/content-rest-api/api/base.api.ts +++ b/src/api/content-rest-api/api/base.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ApiClient } from '../../../api-clients/api-client'; import { LegacyHttpClient } from '../../../api-clients/http-client.interface'; diff --git a/src/api/content-rest-api/api/categories.api.ts b/src/api/content-rest-api/api/categories.api.ts index be9d462f99..5323e43d6e 100644 --- a/src/api/content-rest-api/api/categories.api.ts +++ b/src/api/content-rest-api/api/categories.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2022 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { BaseApi } from './base.api'; import { throwIfNotDefined } from '../../../assert'; diff --git a/src/api/content-rest-api/api/comments.api.ts b/src/api/content-rest-api/api/comments.api.ts index 16461232cc..dd63a29db2 100644 --- a/src/api/content-rest-api/api/comments.api.ts +++ b/src/api/content-rest-api/api/comments.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { CommentBody } from '../model/commentBody'; import { CommentEntry } from '../model/commentEntry'; diff --git a/src/api/content-rest-api/api/downloads.api.ts b/src/api/content-rest-api/api/downloads.api.ts index 151f1e3b3e..c1326fa644 100644 --- a/src/api/content-rest-api/api/downloads.api.ts +++ b/src/api/content-rest-api/api/downloads.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DownloadBodyCreate } from '../model/downloadBodyCreate'; import { DownloadEntry } from '../model/downloadEntry'; diff --git a/src/api/content-rest-api/api/favorites.api.ts b/src/api/content-rest-api/api/favorites.api.ts index b2e585deb6..3420fa2b83 100644 --- a/src/api/content-rest-api/api/favorites.api.ts +++ b/src/api/content-rest-api/api/favorites.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { FavoriteBodyCreate } from '../model/favoriteBodyCreate'; import { FavoriteEntry } from '../model/favoriteEntry'; diff --git a/src/api/content-rest-api/api/groups.api.ts b/src/api/content-rest-api/api/groups.api.ts index 400a2a11a3..30ac71fdd2 100644 --- a/src/api/content-rest-api/api/groups.api.ts +++ b/src/api/content-rest-api/api/groups.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { GroupBodyCreate } from '../model/groupBodyCreate'; import { GroupBodyUpdate } from '../model/groupBodyUpdate'; diff --git a/src/api/content-rest-api/api/index.ts b/src/api/content-rest-api/api/index.ts index 4211f2208f..be1ff70857 100644 --- a/src/api/content-rest-api/api/index.ts +++ b/src/api/content-rest-api/api/index.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export * from './actions.api'; import { ActionsApi } from './actions.api'; diff --git a/src/api/content-rest-api/api/networks.api.ts b/src/api/content-rest-api/api/networks.api.ts index 126187e227..ab42d7418d 100644 --- a/src/api/content-rest-api/api/networks.api.ts +++ b/src/api/content-rest-api/api/networks.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { PersonNetworkEntry } from '../model/personNetworkEntry'; import { PersonNetworkPaging } from '../model/personNetworkPaging'; diff --git a/src/api/content-rest-api/api/nodes.api.ts b/src/api/content-rest-api/api/nodes.api.ts index f80d95cc94..9d8d2dfbea 100644 --- a/src/api/content-rest-api/api/nodes.api.ts +++ b/src/api/content-rest-api/api/nodes.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AssociationBody } from '../model/associationBody'; import { AssociationEntry } from '../model/associationEntry'; diff --git a/src/api/content-rest-api/api/people.api.ts b/src/api/content-rest-api/api/people.api.ts index 2fd58311fd..465fe4d6ae 100644 --- a/src/api/content-rest-api/api/people.api.ts +++ b/src/api/content-rest-api/api/people.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ClientBody } from '../model/clientBody'; import { PasswordResetBody } from '../model/passwordResetBody'; diff --git a/src/api/content-rest-api/api/preferences.api.ts b/src/api/content-rest-api/api/preferences.api.ts index 5b05469ec2..6b826b6165 100644 --- a/src/api/content-rest-api/api/preferences.api.ts +++ b/src/api/content-rest-api/api/preferences.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { PreferenceEntry } from '../model/preferenceEntry'; import { PreferencePaging } from '../model/preferencePaging'; diff --git a/src/api/content-rest-api/api/probes.api.ts b/src/api/content-rest-api/api/probes.api.ts index 8428b78e65..d2f3ba8b12 100644 --- a/src/api/content-rest-api/api/probes.api.ts +++ b/src/api/content-rest-api/api/probes.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ProbeEntry } from '../model/probeEntry'; import { BaseApi } from './base.api'; diff --git a/src/api/content-rest-api/api/queries.api.ts b/src/api/content-rest-api/api/queries.api.ts index f6c1a562e1..d432c271fb 100644 --- a/src/api/content-rest-api/api/queries.api.ts +++ b/src/api/content-rest-api/api/queries.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { NodePaging } from '../model/nodePaging'; import { PersonPaging } from '../model/personPaging'; diff --git a/src/api/content-rest-api/api/ratings.api.ts b/src/api/content-rest-api/api/ratings.api.ts index b405b35f01..dc8de249e0 100644 --- a/src/api/content-rest-api/api/ratings.api.ts +++ b/src/api/content-rest-api/api/ratings.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { RatingBody } from '../model/ratingBody'; import { RatingEntry } from '../model/ratingEntry'; diff --git a/src/api/content-rest-api/api/renditions.api.ts b/src/api/content-rest-api/api/renditions.api.ts index c34071ac1b..d1b476aa82 100644 --- a/src/api/content-rest-api/api/renditions.api.ts +++ b/src/api/content-rest-api/api/renditions.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DirectAccessUrlEntry } from '../model/directAccessUrlEntry'; import { RenditionBodyCreate } from '../model/renditionBodyCreate'; diff --git a/src/api/content-rest-api/api/sharedlinks.api.ts b/src/api/content-rest-api/api/sharedlinks.api.ts index 9e2cf8acb8..b5a7f3ed3a 100644 --- a/src/api/content-rest-api/api/sharedlinks.api.ts +++ b/src/api/content-rest-api/api/sharedlinks.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { RenditionEntry } from '../model/renditionEntry'; import { RenditionPaging } from '../model/renditionPaging'; diff --git a/src/api/content-rest-api/api/sites.api.ts b/src/api/content-rest-api/api/sites.api.ts index 35c0e28ff2..bbeeb6e3de 100644 --- a/src/api/content-rest-api/api/sites.api.ts +++ b/src/api/content-rest-api/api/sites.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { SiteBodyCreate } from '../model/siteBodyCreate'; import { SiteBodyUpdate } from '../model/siteBodyUpdate'; diff --git a/src/api/content-rest-api/api/tags.api.ts b/src/api/content-rest-api/api/tags.api.ts index 38a6fe3c67..8ea80f70d5 100644 --- a/src/api/content-rest-api/api/tags.api.ts +++ b/src/api/content-rest-api/api/tags.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { TagBody } from '../model/tagBody'; import { TagEntry } from '../model/tagEntry'; diff --git a/src/api/content-rest-api/api/trashcan.api.ts b/src/api/content-rest-api/api/trashcan.api.ts index 85235c3b4b..9bd7a3ca4a 100644 --- a/src/api/content-rest-api/api/trashcan.api.ts +++ b/src/api/content-rest-api/api/trashcan.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DeletedNodeEntry } from '../model/deletedNodeEntry'; import { DeletedNodesPaging } from '../model/deletedNodesPaging'; diff --git a/src/api/content-rest-api/api/versions.api.ts b/src/api/content-rest-api/api/versions.api.ts index a9f18ba211..ccb0ddb65f 100644 --- a/src/api/content-rest-api/api/versions.api.ts +++ b/src/api/content-rest-api/api/versions.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DirectAccessUrlEntry } from '../model/directAccessUrlEntry'; import { RenditionBodyCreate } from '../model/renditionBodyCreate'; diff --git a/src/api/content-rest-api/index.ts b/src/api/content-rest-api/index.ts index cd84e7a1c0..6eadb2eda9 100644 --- a/src/api/content-rest-api/index.ts +++ b/src/api/content-rest-api/index.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export * from './api'; export * from './model'; diff --git a/src/api/content-rest-api/model/CategoryLinkBody.ts b/src/api/content-rest-api/model/CategoryLinkBody.ts index a68a873eed..29e7658540 100644 --- a/src/api/content-rest-api/model/CategoryLinkBody.ts +++ b/src/api/content-rest-api/model/CategoryLinkBody.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2022 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class CategoryLinkBody { categoryId: string; diff --git a/src/api/content-rest-api/model/actionBodyExec.ts b/src/api/content-rest-api/model/actionBodyExec.ts index d38de540bb..6d110c41b5 100644 --- a/src/api/content-rest-api/model/actionBodyExec.ts +++ b/src/api/content-rest-api/model/actionBodyExec.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class ActionBodyExec { actionDefinitionId: string; diff --git a/src/api/content-rest-api/model/actionDefinition.ts b/src/api/content-rest-api/model/actionDefinition.ts index 6747dbbac0..145bfc5a29 100644 --- a/src/api/content-rest-api/model/actionDefinition.ts +++ b/src/api/content-rest-api/model/actionDefinition.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ActionParameterDefinition } from './actionParameterDefinition'; diff --git a/src/api/content-rest-api/model/actionDefinitionEntry.ts b/src/api/content-rest-api/model/actionDefinitionEntry.ts index 72e7530ddd..e2a486c010 100644 --- a/src/api/content-rest-api/model/actionDefinitionEntry.ts +++ b/src/api/content-rest-api/model/actionDefinitionEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ActionDefinition } from './actionDefinition'; diff --git a/src/api/content-rest-api/model/actionDefinitionList.ts b/src/api/content-rest-api/model/actionDefinitionList.ts index a85688513f..60b6770399 100644 --- a/src/api/content-rest-api/model/actionDefinitionList.ts +++ b/src/api/content-rest-api/model/actionDefinitionList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ActionDefinitionListList } from './actionDefinitionListList'; diff --git a/src/api/content-rest-api/model/actionDefinitionListList.ts b/src/api/content-rest-api/model/actionDefinitionListList.ts index c26548bdd1..84dc4afbe8 100644 --- a/src/api/content-rest-api/model/actionDefinitionListList.ts +++ b/src/api/content-rest-api/model/actionDefinitionListList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ActionDefinition } from './actionDefinition'; import { Pagination } from '../../content-rest-api/model/pagination'; diff --git a/src/api/content-rest-api/model/actionExecResult.ts b/src/api/content-rest-api/model/actionExecResult.ts index a86c44fad3..bba9a8588f 100644 --- a/src/api/content-rest-api/model/actionExecResult.ts +++ b/src/api/content-rest-api/model/actionExecResult.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class ActionExecResult { /** diff --git a/src/api/content-rest-api/model/actionExecResultEntry.ts b/src/api/content-rest-api/model/actionExecResultEntry.ts index cc28604754..d9c7260561 100644 --- a/src/api/content-rest-api/model/actionExecResultEntry.ts +++ b/src/api/content-rest-api/model/actionExecResultEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ActionExecResult } from './actionExecResult'; diff --git a/src/api/content-rest-api/model/actionParameterDefinition.ts b/src/api/content-rest-api/model/actionParameterDefinition.ts index 2945831521..14ac42bb60 100644 --- a/src/api/content-rest-api/model/actionParameterDefinition.ts +++ b/src/api/content-rest-api/model/actionParameterDefinition.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class ActionParameterDefinition { name?: string; diff --git a/src/api/content-rest-api/model/activity.ts b/src/api/content-rest-api/model/activity.ts index dfff3f28f0..c9bfe2b080 100644 --- a/src/api/content-rest-api/model/activity.ts +++ b/src/api/content-rest-api/model/activity.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; diff --git a/src/api/content-rest-api/model/activityEntry.ts b/src/api/content-rest-api/model/activityEntry.ts index 294a333661..37efbf2085 100644 --- a/src/api/content-rest-api/model/activityEntry.ts +++ b/src/api/content-rest-api/model/activityEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Activity } from './activity'; diff --git a/src/api/content-rest-api/model/activityPaging.ts b/src/api/content-rest-api/model/activityPaging.ts index 4ce2ec5889..d9192691b1 100644 --- a/src/api/content-rest-api/model/activityPaging.ts +++ b/src/api/content-rest-api/model/activityPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ActivityPagingList } from './activityPagingList'; diff --git a/src/api/content-rest-api/model/activityPagingList.ts b/src/api/content-rest-api/model/activityPagingList.ts index 1f51e215eb..8dc892169a 100644 --- a/src/api/content-rest-api/model/activityPagingList.ts +++ b/src/api/content-rest-api/model/activityPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ActivityEntry } from './activityEntry'; import { Pagination } from '../../content-rest-api/model/pagination'; diff --git a/src/api/content-rest-api/model/association.ts b/src/api/content-rest-api/model/association.ts index 8602f9505e..808366e724 100644 --- a/src/api/content-rest-api/model/association.ts +++ b/src/api/content-rest-api/model/association.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class Association { targetId: string; diff --git a/src/api/content-rest-api/model/associationBody.ts b/src/api/content-rest-api/model/associationBody.ts index 0d408a936b..f3f81501e7 100644 --- a/src/api/content-rest-api/model/associationBody.ts +++ b/src/api/content-rest-api/model/associationBody.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class AssociationBody { targetId: string; diff --git a/src/api/content-rest-api/model/associationEntry.ts b/src/api/content-rest-api/model/associationEntry.ts index 77120f4e3f..a018638052 100644 --- a/src/api/content-rest-api/model/associationEntry.ts +++ b/src/api/content-rest-api/model/associationEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Association } from './association'; diff --git a/src/api/content-rest-api/model/associationInfo.ts b/src/api/content-rest-api/model/associationInfo.ts index 0cfbfa41f0..0ac1f2f5c5 100644 --- a/src/api/content-rest-api/model/associationInfo.ts +++ b/src/api/content-rest-api/model/associationInfo.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class AssociationInfo { assocType: string; diff --git a/src/api/content-rest-api/model/auditApp.ts b/src/api/content-rest-api/model/auditApp.ts index d3c5add5d4..16bc13baf8 100644 --- a/src/api/content-rest-api/model/auditApp.ts +++ b/src/api/content-rest-api/model/auditApp.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class AuditApp { id: string; diff --git a/src/api/content-rest-api/model/auditAppEntry.ts b/src/api/content-rest-api/model/auditAppEntry.ts index 4449b52675..4019023e33 100644 --- a/src/api/content-rest-api/model/auditAppEntry.ts +++ b/src/api/content-rest-api/model/auditAppEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AuditApp } from './auditApp'; diff --git a/src/api/content-rest-api/model/auditAppPaging.ts b/src/api/content-rest-api/model/auditAppPaging.ts index 1f85717db0..7ffe029c8d 100644 --- a/src/api/content-rest-api/model/auditAppPaging.ts +++ b/src/api/content-rest-api/model/auditAppPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AuditAppPagingList } from './auditAppPagingList'; diff --git a/src/api/content-rest-api/model/auditAppPagingList.ts b/src/api/content-rest-api/model/auditAppPagingList.ts index 3bef291b66..a6a7ec340c 100644 --- a/src/api/content-rest-api/model/auditAppPagingList.ts +++ b/src/api/content-rest-api/model/auditAppPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AuditAppEntry } from './auditAppEntry'; import { Pagination } from '../../content-rest-api/model/pagination'; diff --git a/src/api/content-rest-api/model/auditBodyUpdate.ts b/src/api/content-rest-api/model/auditBodyUpdate.ts index c8c8979fd9..1b69639723 100644 --- a/src/api/content-rest-api/model/auditBodyUpdate.ts +++ b/src/api/content-rest-api/model/auditBodyUpdate.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class AuditBodyUpdate { isEnabled?: boolean; diff --git a/src/api/content-rest-api/model/auditEntry.ts b/src/api/content-rest-api/model/auditEntry.ts index 5ae816586a..2c37f87928 100644 --- a/src/api/content-rest-api/model/auditEntry.ts +++ b/src/api/content-rest-api/model/auditEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; import { UserInfo } from '../../content-rest-api/model/userInfo'; diff --git a/src/api/content-rest-api/model/auditEntryEntry.ts b/src/api/content-rest-api/model/auditEntryEntry.ts index 7d645e97ef..4666f61207 100644 --- a/src/api/content-rest-api/model/auditEntryEntry.ts +++ b/src/api/content-rest-api/model/auditEntryEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AuditEntry } from './auditEntry'; diff --git a/src/api/content-rest-api/model/auditEntryPaging.ts b/src/api/content-rest-api/model/auditEntryPaging.ts index adf55cc9bb..f37dfc7247 100644 --- a/src/api/content-rest-api/model/auditEntryPaging.ts +++ b/src/api/content-rest-api/model/auditEntryPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AuditEntryPagingList } from './auditEntryPagingList'; diff --git a/src/api/content-rest-api/model/auditEntryPagingList.ts b/src/api/content-rest-api/model/auditEntryPagingList.ts index a9de0a63fd..5f14526511 100644 --- a/src/api/content-rest-api/model/auditEntryPagingList.ts +++ b/src/api/content-rest-api/model/auditEntryPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AuditEntryEntry } from './auditEntryEntry'; import { Pagination } from '../../content-rest-api/model/pagination'; diff --git a/src/api/content-rest-api/model/capabilities.ts b/src/api/content-rest-api/model/capabilities.ts index 6f70a89831..f77f9974fd 100644 --- a/src/api/content-rest-api/model/capabilities.ts +++ b/src/api/content-rest-api/model/capabilities.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class Capabilities { isAdmin?: boolean; diff --git a/src/api/content-rest-api/model/category.ts b/src/api/content-rest-api/model/category.ts index f3da622601..4fde5c2b29 100644 --- a/src/api/content-rest-api/model/category.ts +++ b/src/api/content-rest-api/model/category.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2022 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class Category { id: string; diff --git a/src/api/content-rest-api/model/categoryBody.ts b/src/api/content-rest-api/model/categoryBody.ts index 9d1ba5913e..229f1352ba 100644 --- a/src/api/content-rest-api/model/categoryBody.ts +++ b/src/api/content-rest-api/model/categoryBody.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2022 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class CategoryBody { name: string; diff --git a/src/api/content-rest-api/model/categoryEntry.ts b/src/api/content-rest-api/model/categoryEntry.ts index 4af1f9964a..e905d703b3 100644 --- a/src/api/content-rest-api/model/categoryEntry.ts +++ b/src/api/content-rest-api/model/categoryEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2022 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Category } from "./category"; diff --git a/src/api/content-rest-api/model/categoryPaging.ts b/src/api/content-rest-api/model/categoryPaging.ts index d625f78164..44e7d7f0ff 100644 --- a/src/api/content-rest-api/model/categoryPaging.ts +++ b/src/api/content-rest-api/model/categoryPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2022 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { CategoryPagingList } from "./categoryPagingList"; diff --git a/src/api/content-rest-api/model/categoryPagingList.ts b/src/api/content-rest-api/model/categoryPagingList.ts index 74ba6ea528..be9e06297a 100644 --- a/src/api/content-rest-api/model/categoryPagingList.ts +++ b/src/api/content-rest-api/model/categoryPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2022 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Pagination } from '../../content-rest-api/model/pagination'; import { CategoryEntry } from './categoryEntry'; diff --git a/src/api/content-rest-api/model/childAssociation.ts b/src/api/content-rest-api/model/childAssociation.ts index 3afe2f828a..4a1a2b8dde 100644 --- a/src/api/content-rest-api/model/childAssociation.ts +++ b/src/api/content-rest-api/model/childAssociation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class ChildAssociation { childId: string; diff --git a/src/api/content-rest-api/model/childAssociationBody.ts b/src/api/content-rest-api/model/childAssociationBody.ts index f321856125..30fa73e9c2 100644 --- a/src/api/content-rest-api/model/childAssociationBody.ts +++ b/src/api/content-rest-api/model/childAssociationBody.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class ChildAssociationBody { childId: string; diff --git a/src/api/content-rest-api/model/childAssociationEntry.ts b/src/api/content-rest-api/model/childAssociationEntry.ts index 9b78238662..4fab7db8af 100644 --- a/src/api/content-rest-api/model/childAssociationEntry.ts +++ b/src/api/content-rest-api/model/childAssociationEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ChildAssociation } from './childAssociation'; diff --git a/src/api/content-rest-api/model/childAssociationInfo.ts b/src/api/content-rest-api/model/childAssociationInfo.ts index 116296ecbf..f756fed83b 100644 --- a/src/api/content-rest-api/model/childAssociationInfo.ts +++ b/src/api/content-rest-api/model/childAssociationInfo.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class ChildAssociationInfo { assocType: string; diff --git a/src/api/content-rest-api/model/clientBody.ts b/src/api/content-rest-api/model/clientBody.ts index f2f19339e1..e538fa8421 100644 --- a/src/api/content-rest-api/model/clientBody.ts +++ b/src/api/content-rest-api/model/clientBody.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class ClientBody { /** diff --git a/src/api/content-rest-api/model/comment.ts b/src/api/content-rest-api/model/comment.ts index ef68f12398..541d325187 100644 --- a/src/api/content-rest-api/model/comment.ts +++ b/src/api/content-rest-api/model/comment.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; import { Person } from './person'; diff --git a/src/api/content-rest-api/model/commentBody.ts b/src/api/content-rest-api/model/commentBody.ts index 96379908a9..bb09c25b97 100644 --- a/src/api/content-rest-api/model/commentBody.ts +++ b/src/api/content-rest-api/model/commentBody.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class CommentBody { content: string; diff --git a/src/api/content-rest-api/model/commentEntry.ts b/src/api/content-rest-api/model/commentEntry.ts index 55258bf084..9ba19ea0f5 100644 --- a/src/api/content-rest-api/model/commentEntry.ts +++ b/src/api/content-rest-api/model/commentEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Comment } from './comment'; diff --git a/src/api/content-rest-api/model/commentPaging.ts b/src/api/content-rest-api/model/commentPaging.ts index 07202bf3f4..599172ed85 100644 --- a/src/api/content-rest-api/model/commentPaging.ts +++ b/src/api/content-rest-api/model/commentPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { CommentPagingList } from './commentPagingList'; diff --git a/src/api/content-rest-api/model/commentPagingList.ts b/src/api/content-rest-api/model/commentPagingList.ts index 31d7a816c4..4d3d7366d4 100644 --- a/src/api/content-rest-api/model/commentPagingList.ts +++ b/src/api/content-rest-api/model/commentPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { CommentEntry } from './commentEntry'; import { Pagination } from '../../content-rest-api/model/pagination'; diff --git a/src/api/content-rest-api/model/company.ts b/src/api/content-rest-api/model/company.ts index 642272cb1f..a4b2fd7b03 100644 --- a/src/api/content-rest-api/model/company.ts +++ b/src/api/content-rest-api/model/company.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class Company { organization?: string; diff --git a/src/api/content-rest-api/model/constraint.ts b/src/api/content-rest-api/model/constraint.ts index 8111b3afd2..766f375266 100644 --- a/src/api/content-rest-api/model/constraint.ts +++ b/src/api/content-rest-api/model/constraint.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class Constraint { id: string; diff --git a/src/api/content-rest-api/model/contentInfo.ts b/src/api/content-rest-api/model/contentInfo.ts index e50f6f6504..92aa1d54c9 100644 --- a/src/api/content-rest-api/model/contentInfo.ts +++ b/src/api/content-rest-api/model/contentInfo.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class ContentInfo { mimeType: string; diff --git a/src/api/content-rest-api/model/definition.ts b/src/api/content-rest-api/model/definition.ts index 940479053f..eb13689b86 100644 --- a/src/api/content-rest-api/model/definition.ts +++ b/src/api/content-rest-api/model/definition.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Property } from './property'; diff --git a/src/api/content-rest-api/model/deletedNode.ts b/src/api/content-rest-api/model/deletedNode.ts index a0aece946c..ea76522bc1 100644 --- a/src/api/content-rest-api/model/deletedNode.ts +++ b/src/api/content-rest-api/model/deletedNode.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ContentInfo } from '../../content-rest-api/model/contentInfo'; import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; diff --git a/src/api/content-rest-api/model/deletedNodeBodyRestore.ts b/src/api/content-rest-api/model/deletedNodeBodyRestore.ts index fd5d46ad9a..4324fdd15b 100644 --- a/src/api/content-rest-api/model/deletedNodeBodyRestore.ts +++ b/src/api/content-rest-api/model/deletedNodeBodyRestore.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class DeletedNodeBodyRestore { targetParentId?: string; diff --git a/src/api/content-rest-api/model/deletedNodeEntry.ts b/src/api/content-rest-api/model/deletedNodeEntry.ts index 4b6ed7d434..7e861a4300 100644 --- a/src/api/content-rest-api/model/deletedNodeEntry.ts +++ b/src/api/content-rest-api/model/deletedNodeEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DeletedNode } from './deletedNode'; diff --git a/src/api/content-rest-api/model/deletedNodesPaging.ts b/src/api/content-rest-api/model/deletedNodesPaging.ts index a68f56f71c..c892cca2f7 100644 --- a/src/api/content-rest-api/model/deletedNodesPaging.ts +++ b/src/api/content-rest-api/model/deletedNodesPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DeletedNodesPagingList } from './deletedNodesPagingList'; diff --git a/src/api/content-rest-api/model/deletedNodesPagingList.ts b/src/api/content-rest-api/model/deletedNodesPagingList.ts index 9af5434074..99acba8f8f 100644 --- a/src/api/content-rest-api/model/deletedNodesPagingList.ts +++ b/src/api/content-rest-api/model/deletedNodesPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DeletedNodeEntry } from './deletedNodeEntry'; import { Pagination } from '../../content-rest-api/model/pagination'; diff --git a/src/api/content-rest-api/model/directAccessUrl.ts b/src/api/content-rest-api/model/directAccessUrl.ts index f44a110dc7..d0d5ca9315 100644 --- a/src/api/content-rest-api/model/directAccessUrl.ts +++ b/src/api/content-rest-api/model/directAccessUrl.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; diff --git a/src/api/content-rest-api/model/directAccessUrlEntry.ts b/src/api/content-rest-api/model/directAccessUrlEntry.ts index 543c352737..dfb18225cf 100644 --- a/src/api/content-rest-api/model/directAccessUrlEntry.ts +++ b/src/api/content-rest-api/model/directAccessUrlEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DirectAccessUrl } from './directAccessUrl'; diff --git a/src/api/content-rest-api/model/download.ts b/src/api/content-rest-api/model/download.ts index 12accfc636..a5b4a1b82b 100644 --- a/src/api/content-rest-api/model/download.ts +++ b/src/api/content-rest-api/model/download.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class Download { /** diff --git a/src/api/content-rest-api/model/downloadBodyCreate.ts b/src/api/content-rest-api/model/downloadBodyCreate.ts index d960aa78fb..aecd90849b 100644 --- a/src/api/content-rest-api/model/downloadBodyCreate.ts +++ b/src/api/content-rest-api/model/downloadBodyCreate.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class DownloadBodyCreate { nodeIds: string[]; diff --git a/src/api/content-rest-api/model/downloadEntry.ts b/src/api/content-rest-api/model/downloadEntry.ts index 4dbb002393..40b35f0426 100644 --- a/src/api/content-rest-api/model/downloadEntry.ts +++ b/src/api/content-rest-api/model/downloadEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Download } from './download'; diff --git a/src/api/content-rest-api/model/errorError.ts b/src/api/content-rest-api/model/errorError.ts index ad684c876b..d1a0181e02 100644 --- a/src/api/content-rest-api/model/errorError.ts +++ b/src/api/content-rest-api/model/errorError.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class ErrorError { errorKey?: string; diff --git a/src/api/content-rest-api/model/favorite.ts b/src/api/content-rest-api/model/favorite.ts index 5ea77f7d4f..a53c79e9b4 100644 --- a/src/api/content-rest-api/model/favorite.ts +++ b/src/api/content-rest-api/model/favorite.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; diff --git a/src/api/content-rest-api/model/favoriteBodyCreate.ts b/src/api/content-rest-api/model/favoriteBodyCreate.ts index eec479dc8a..0f634164f7 100644 --- a/src/api/content-rest-api/model/favoriteBodyCreate.ts +++ b/src/api/content-rest-api/model/favoriteBodyCreate.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class FavoriteBodyCreate { target: any; diff --git a/src/api/content-rest-api/model/favoriteEntry.ts b/src/api/content-rest-api/model/favoriteEntry.ts index 747cd3e1ea..3b9765a540 100644 --- a/src/api/content-rest-api/model/favoriteEntry.ts +++ b/src/api/content-rest-api/model/favoriteEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Favorite } from './favorite'; diff --git a/src/api/content-rest-api/model/favoritePaging.ts b/src/api/content-rest-api/model/favoritePaging.ts index a2aeeebcd7..40c1d633e0 100644 --- a/src/api/content-rest-api/model/favoritePaging.ts +++ b/src/api/content-rest-api/model/favoritePaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { FavoritePagingList } from './favoritePagingList'; diff --git a/src/api/content-rest-api/model/favoritePagingList.ts b/src/api/content-rest-api/model/favoritePagingList.ts index 2646b5eac9..bfeb135bb2 100644 --- a/src/api/content-rest-api/model/favoritePagingList.ts +++ b/src/api/content-rest-api/model/favoritePagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { FavoriteEntry } from './favoriteEntry'; import { Pagination } from '../../content-rest-api/model/pagination'; diff --git a/src/api/content-rest-api/model/favoriteSite.ts b/src/api/content-rest-api/model/favoriteSite.ts index 696b31daea..5b0cb9252d 100644 --- a/src/api/content-rest-api/model/favoriteSite.ts +++ b/src/api/content-rest-api/model/favoriteSite.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class FavoriteSite { id: string; diff --git a/src/api/content-rest-api/model/favoriteSiteBodyCreate.ts b/src/api/content-rest-api/model/favoriteSiteBodyCreate.ts index d998afd74a..625c871def 100644 --- a/src/api/content-rest-api/model/favoriteSiteBodyCreate.ts +++ b/src/api/content-rest-api/model/favoriteSiteBodyCreate.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class FavoriteSiteBodyCreate { id: string; diff --git a/src/api/content-rest-api/model/favoriteSiteEntry.ts b/src/api/content-rest-api/model/favoriteSiteEntry.ts index 823d4b43a3..a0b00158d5 100644 --- a/src/api/content-rest-api/model/favoriteSiteEntry.ts +++ b/src/api/content-rest-api/model/favoriteSiteEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { FavoriteSite } from './favoriteSite'; diff --git a/src/api/content-rest-api/model/group.ts b/src/api/content-rest-api/model/group.ts index 07beddaac5..2a754a0239 100644 --- a/src/api/content-rest-api/model/group.ts +++ b/src/api/content-rest-api/model/group.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class Group { id: string; diff --git a/src/api/content-rest-api/model/groupBodyCreate.ts b/src/api/content-rest-api/model/groupBodyCreate.ts index 9bec0734c4..0f0e3c6e46 100644 --- a/src/api/content-rest-api/model/groupBodyCreate.ts +++ b/src/api/content-rest-api/model/groupBodyCreate.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class GroupBodyCreate { id: string; diff --git a/src/api/content-rest-api/model/groupBodyUpdate.ts b/src/api/content-rest-api/model/groupBodyUpdate.ts index f28c45638b..3751f1f289 100644 --- a/src/api/content-rest-api/model/groupBodyUpdate.ts +++ b/src/api/content-rest-api/model/groupBodyUpdate.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class GroupBodyUpdate { displayName: string; diff --git a/src/api/content-rest-api/model/groupEntry.ts b/src/api/content-rest-api/model/groupEntry.ts index ac7a67e084..728742010a 100644 --- a/src/api/content-rest-api/model/groupEntry.ts +++ b/src/api/content-rest-api/model/groupEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Group } from './group'; diff --git a/src/api/content-rest-api/model/groupMember.ts b/src/api/content-rest-api/model/groupMember.ts index 222ea0b846..bb65707d6d 100644 --- a/src/api/content-rest-api/model/groupMember.ts +++ b/src/api/content-rest-api/model/groupMember.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class GroupMember { id: string; diff --git a/src/api/content-rest-api/model/groupMemberEntry.ts b/src/api/content-rest-api/model/groupMemberEntry.ts index e60fad4463..9540a54226 100644 --- a/src/api/content-rest-api/model/groupMemberEntry.ts +++ b/src/api/content-rest-api/model/groupMemberEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { GroupMember } from './groupMember'; diff --git a/src/api/content-rest-api/model/groupMemberPaging.ts b/src/api/content-rest-api/model/groupMemberPaging.ts index a9d04299a6..6a4c166c2d 100644 --- a/src/api/content-rest-api/model/groupMemberPaging.ts +++ b/src/api/content-rest-api/model/groupMemberPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { GroupMemberPagingList } from './groupMemberPagingList'; diff --git a/src/api/content-rest-api/model/groupMemberPagingList.ts b/src/api/content-rest-api/model/groupMemberPagingList.ts index 6db3557f73..9bfa9bea57 100644 --- a/src/api/content-rest-api/model/groupMemberPagingList.ts +++ b/src/api/content-rest-api/model/groupMemberPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { GroupMemberEntry } from './groupMemberEntry'; import { Pagination } from '../../content-rest-api/model/pagination'; diff --git a/src/api/content-rest-api/model/groupMembershipBodyCreate.ts b/src/api/content-rest-api/model/groupMembershipBodyCreate.ts index d179f9057d..4e1c59b4ee 100644 --- a/src/api/content-rest-api/model/groupMembershipBodyCreate.ts +++ b/src/api/content-rest-api/model/groupMembershipBodyCreate.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class GroupMembershipBodyCreate { id: string; diff --git a/src/api/content-rest-api/model/groupPaging.ts b/src/api/content-rest-api/model/groupPaging.ts index fb2f7d9520..25cbc1ee1a 100644 --- a/src/api/content-rest-api/model/groupPaging.ts +++ b/src/api/content-rest-api/model/groupPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { GroupPagingList } from './groupPagingList'; diff --git a/src/api/content-rest-api/model/groupPagingList.ts b/src/api/content-rest-api/model/groupPagingList.ts index 372b139f60..ad2c625d8e 100644 --- a/src/api/content-rest-api/model/groupPagingList.ts +++ b/src/api/content-rest-api/model/groupPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { GroupEntry } from './groupEntry'; import { Pagination } from '../../content-rest-api/model/pagination'; diff --git a/src/api/content-rest-api/model/index.ts b/src/api/content-rest-api/model/index.ts index 7b7b47bb96..2339fe1c89 100644 --- a/src/api/content-rest-api/model/index.ts +++ b/src/api/content-rest-api/model/index.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export * from './actionBodyExec'; export * from './actionDefinition'; diff --git a/src/api/content-rest-api/model/modelError.ts b/src/api/content-rest-api/model/modelError.ts index 1c9506eab8..96e78f64ac 100644 --- a/src/api/content-rest-api/model/modelError.ts +++ b/src/api/content-rest-api/model/modelError.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ErrorError } from './errorError'; diff --git a/src/api/content-rest-api/model/networkQuota.ts b/src/api/content-rest-api/model/networkQuota.ts index 20d637c49a..543f264ada 100644 --- a/src/api/content-rest-api/model/networkQuota.ts +++ b/src/api/content-rest-api/model/networkQuota.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /** * Limits and usage of each quota. A network will have quotas for File space, diff --git a/src/api/content-rest-api/model/node.ts b/src/api/content-rest-api/model/node.ts index ff2f29c3c1..7253a9b49e 100644 --- a/src/api/content-rest-api/model/node.ts +++ b/src/api/content-rest-api/model/node.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ContentInfo } from '../../content-rest-api/model/contentInfo'; import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; diff --git a/src/api/content-rest-api/model/nodeAssociation.ts b/src/api/content-rest-api/model/nodeAssociation.ts index cadbd6170c..b498a12ecd 100644 --- a/src/api/content-rest-api/model/nodeAssociation.ts +++ b/src/api/content-rest-api/model/nodeAssociation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AssociationInfo } from './associationInfo'; import { ContentInfo } from '../../content-rest-api/model/contentInfo'; diff --git a/src/api/content-rest-api/model/nodeAssociationEntry.ts b/src/api/content-rest-api/model/nodeAssociationEntry.ts index 8ea6b9e58a..186588f4e6 100644 --- a/src/api/content-rest-api/model/nodeAssociationEntry.ts +++ b/src/api/content-rest-api/model/nodeAssociationEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { NodeAssociation } from './nodeAssociation'; diff --git a/src/api/content-rest-api/model/nodeAssociationPaging.ts b/src/api/content-rest-api/model/nodeAssociationPaging.ts index 130ca046fe..cb8c35d35f 100644 --- a/src/api/content-rest-api/model/nodeAssociationPaging.ts +++ b/src/api/content-rest-api/model/nodeAssociationPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { NodeAssociationPagingList } from './nodeAssociationPagingList'; diff --git a/src/api/content-rest-api/model/nodeAssociationPagingList.ts b/src/api/content-rest-api/model/nodeAssociationPagingList.ts index 17a6692501..1d5049ac0a 100644 --- a/src/api/content-rest-api/model/nodeAssociationPagingList.ts +++ b/src/api/content-rest-api/model/nodeAssociationPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Node } from './node'; import { NodeAssociationEntry } from './nodeAssociationEntry'; diff --git a/src/api/content-rest-api/model/nodeBodyCopy.ts b/src/api/content-rest-api/model/nodeBodyCopy.ts index 9f75b746ec..8c46e157a0 100644 --- a/src/api/content-rest-api/model/nodeBodyCopy.ts +++ b/src/api/content-rest-api/model/nodeBodyCopy.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class NodeBodyCopy { targetParentId: string; diff --git a/src/api/content-rest-api/model/nodeBodyCreate.ts b/src/api/content-rest-api/model/nodeBodyCreate.ts index 63c17a250e..f5b0968c84 100644 --- a/src/api/content-rest-api/model/nodeBodyCreate.ts +++ b/src/api/content-rest-api/model/nodeBodyCreate.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AssociationBody } from './associationBody'; import { ChildAssociationBody } from './childAssociationBody'; diff --git a/src/api/content-rest-api/model/nodeBodyCreateAssociation.ts b/src/api/content-rest-api/model/nodeBodyCreateAssociation.ts index 8f53069d0e..420b981721 100644 --- a/src/api/content-rest-api/model/nodeBodyCreateAssociation.ts +++ b/src/api/content-rest-api/model/nodeBodyCreateAssociation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class NodeBodyCreateAssociation { assocType?: string; diff --git a/src/api/content-rest-api/model/nodeBodyLock.ts b/src/api/content-rest-api/model/nodeBodyLock.ts index 0f236eba7e..8c3843691b 100644 --- a/src/api/content-rest-api/model/nodeBodyLock.ts +++ b/src/api/content-rest-api/model/nodeBodyLock.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class NodeBodyLock { timeToExpire?: number; diff --git a/src/api/content-rest-api/model/nodeBodyMove.ts b/src/api/content-rest-api/model/nodeBodyMove.ts index ae781a0250..eb87e85257 100644 --- a/src/api/content-rest-api/model/nodeBodyMove.ts +++ b/src/api/content-rest-api/model/nodeBodyMove.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class NodeBodyMove { targetParentId: string; diff --git a/src/api/content-rest-api/model/nodeBodyUpdate.ts b/src/api/content-rest-api/model/nodeBodyUpdate.ts index 00593c8de0..a3131e96c8 100644 --- a/src/api/content-rest-api/model/nodeBodyUpdate.ts +++ b/src/api/content-rest-api/model/nodeBodyUpdate.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { PermissionsBody } from './permissionsBody'; diff --git a/src/api/content-rest-api/model/nodeChildAssociation.ts b/src/api/content-rest-api/model/nodeChildAssociation.ts index 2332bb84c5..329ccd86f9 100644 --- a/src/api/content-rest-api/model/nodeChildAssociation.ts +++ b/src/api/content-rest-api/model/nodeChildAssociation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ChildAssociationInfo } from '../../content-rest-api/model/childAssociationInfo'; import { ContentInfo } from '../../content-rest-api/model/contentInfo'; diff --git a/src/api/content-rest-api/model/nodeChildAssociationEntry.ts b/src/api/content-rest-api/model/nodeChildAssociationEntry.ts index c7eeedd67c..0a8658c48b 100644 --- a/src/api/content-rest-api/model/nodeChildAssociationEntry.ts +++ b/src/api/content-rest-api/model/nodeChildAssociationEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { NodeChildAssociation } from './nodeChildAssociation'; diff --git a/src/api/content-rest-api/model/nodeChildAssociationPaging.ts b/src/api/content-rest-api/model/nodeChildAssociationPaging.ts index 6fb66cf5fe..fe5b70097e 100644 --- a/src/api/content-rest-api/model/nodeChildAssociationPaging.ts +++ b/src/api/content-rest-api/model/nodeChildAssociationPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { NodeChildAssociationPagingList } from './nodeChildAssociationPagingList'; diff --git a/src/api/content-rest-api/model/nodeChildAssociationPagingList.ts b/src/api/content-rest-api/model/nodeChildAssociationPagingList.ts index b300057a70..61b4f58cd0 100644 --- a/src/api/content-rest-api/model/nodeChildAssociationPagingList.ts +++ b/src/api/content-rest-api/model/nodeChildAssociationPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Node } from './node'; import { NodeChildAssociationEntry } from './nodeChildAssociationEntry'; diff --git a/src/api/content-rest-api/model/nodeEntry.ts b/src/api/content-rest-api/model/nodeEntry.ts index f921f8c025..a4ab9b1ddc 100644 --- a/src/api/content-rest-api/model/nodeEntry.ts +++ b/src/api/content-rest-api/model/nodeEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Node } from './node'; diff --git a/src/api/content-rest-api/model/nodePaging.ts b/src/api/content-rest-api/model/nodePaging.ts index 1d299032f6..d5e0385303 100644 --- a/src/api/content-rest-api/model/nodePaging.ts +++ b/src/api/content-rest-api/model/nodePaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { NodePagingList } from './nodePagingList'; diff --git a/src/api/content-rest-api/model/nodePagingList.ts b/src/api/content-rest-api/model/nodePagingList.ts index 95bc19f7de..7d384e35dc 100644 --- a/src/api/content-rest-api/model/nodePagingList.ts +++ b/src/api/content-rest-api/model/nodePagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Node } from './node'; import { NodeEntry } from './nodeEntry'; diff --git a/src/api/content-rest-api/model/pagination.ts b/src/api/content-rest-api/model/pagination.ts index 867ddab7ef..db87a19d62 100644 --- a/src/api/content-rest-api/model/pagination.ts +++ b/src/api/content-rest-api/model/pagination.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class Pagination { /** diff --git a/src/api/content-rest-api/model/passwordResetBody.ts b/src/api/content-rest-api/model/passwordResetBody.ts index 06e04b818f..83a9a8950e 100644 --- a/src/api/content-rest-api/model/passwordResetBody.ts +++ b/src/api/content-rest-api/model/passwordResetBody.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class PasswordResetBody { /** diff --git a/src/api/content-rest-api/model/pathElement.ts b/src/api/content-rest-api/model/pathElement.ts index 423ef1bc60..e774aedd60 100644 --- a/src/api/content-rest-api/model/pathElement.ts +++ b/src/api/content-rest-api/model/pathElement.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class PathElement { id?: string; diff --git a/src/api/content-rest-api/model/pathInfo.ts b/src/api/content-rest-api/model/pathInfo.ts index 4382893bd8..5f88e9f3f6 100644 --- a/src/api/content-rest-api/model/pathInfo.ts +++ b/src/api/content-rest-api/model/pathInfo.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { PathElement } from '../../content-rest-api/model/pathElement'; diff --git a/src/api/content-rest-api/model/permissionElement.ts b/src/api/content-rest-api/model/permissionElement.ts index 153f091c0b..9e6735058d 100644 --- a/src/api/content-rest-api/model/permissionElement.ts +++ b/src/api/content-rest-api/model/permissionElement.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class PermissionElement { authorityId?: string; diff --git a/src/api/content-rest-api/model/permissionsBody.ts b/src/api/content-rest-api/model/permissionsBody.ts index 377c24d40a..e3ac5be2bc 100644 --- a/src/api/content-rest-api/model/permissionsBody.ts +++ b/src/api/content-rest-api/model/permissionsBody.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { PermissionElement } from './permissionElement'; diff --git a/src/api/content-rest-api/model/permissionsInfo.ts b/src/api/content-rest-api/model/permissionsInfo.ts index 01f25ffc80..986bd4d90c 100644 --- a/src/api/content-rest-api/model/permissionsInfo.ts +++ b/src/api/content-rest-api/model/permissionsInfo.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { PermissionElement } from './permissionElement'; diff --git a/src/api/content-rest-api/model/person.ts b/src/api/content-rest-api/model/person.ts index 951775983c..52427c9ae5 100644 --- a/src/api/content-rest-api/model/person.ts +++ b/src/api/content-rest-api/model/person.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Capabilities } from './capabilities'; import { Company } from './company'; diff --git a/src/api/content-rest-api/model/personBodyCreate.ts b/src/api/content-rest-api/model/personBodyCreate.ts index d10f075e90..1611278e58 100644 --- a/src/api/content-rest-api/model/personBodyCreate.ts +++ b/src/api/content-rest-api/model/personBodyCreate.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Company } from './company'; diff --git a/src/api/content-rest-api/model/personBodyUpdate.ts b/src/api/content-rest-api/model/personBodyUpdate.ts index 0507b7e2fe..e670272593 100644 --- a/src/api/content-rest-api/model/personBodyUpdate.ts +++ b/src/api/content-rest-api/model/personBodyUpdate.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Company } from './company'; diff --git a/src/api/content-rest-api/model/personEntry.ts b/src/api/content-rest-api/model/personEntry.ts index 67a73f6e73..e0b4fa4e98 100644 --- a/src/api/content-rest-api/model/personEntry.ts +++ b/src/api/content-rest-api/model/personEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Person } from './person'; diff --git a/src/api/content-rest-api/model/personNetwork.ts b/src/api/content-rest-api/model/personNetwork.ts index 4cb1d0f94e..71ad5ccba5 100644 --- a/src/api/content-rest-api/model/personNetwork.ts +++ b/src/api/content-rest-api/model/personNetwork.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; import { NetworkQuota } from './networkQuota'; diff --git a/src/api/content-rest-api/model/personNetworkEntry.ts b/src/api/content-rest-api/model/personNetworkEntry.ts index ef67e3ddc8..09cabf1c34 100644 --- a/src/api/content-rest-api/model/personNetworkEntry.ts +++ b/src/api/content-rest-api/model/personNetworkEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { PersonNetwork } from './personNetwork'; diff --git a/src/api/content-rest-api/model/personNetworkPaging.ts b/src/api/content-rest-api/model/personNetworkPaging.ts index e34fe4030e..6997da3f83 100644 --- a/src/api/content-rest-api/model/personNetworkPaging.ts +++ b/src/api/content-rest-api/model/personNetworkPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { PersonNetworkPagingList } from './personNetworkPagingList'; diff --git a/src/api/content-rest-api/model/personNetworkPagingList.ts b/src/api/content-rest-api/model/personNetworkPagingList.ts index 3e1f7e7208..293e0ed501 100644 --- a/src/api/content-rest-api/model/personNetworkPagingList.ts +++ b/src/api/content-rest-api/model/personNetworkPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Pagination } from '../../content-rest-api/model/pagination'; import { PersonNetworkEntry } from './personNetworkEntry'; diff --git a/src/api/content-rest-api/model/personPaging.ts b/src/api/content-rest-api/model/personPaging.ts index 36864e7f10..44070606b8 100644 --- a/src/api/content-rest-api/model/personPaging.ts +++ b/src/api/content-rest-api/model/personPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { PersonPagingList } from './personPagingList'; diff --git a/src/api/content-rest-api/model/personPagingList.ts b/src/api/content-rest-api/model/personPagingList.ts index a97b1737bc..b7947e5af2 100644 --- a/src/api/content-rest-api/model/personPagingList.ts +++ b/src/api/content-rest-api/model/personPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Pagination } from '../../content-rest-api/model/pagination'; import { PersonEntry } from './personEntry'; diff --git a/src/api/content-rest-api/model/preference.ts b/src/api/content-rest-api/model/preference.ts index 2b16eb9540..55acbd2539 100644 --- a/src/api/content-rest-api/model/preference.ts +++ b/src/api/content-rest-api/model/preference.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /** * A specific preference. diff --git a/src/api/content-rest-api/model/preferenceEntry.ts b/src/api/content-rest-api/model/preferenceEntry.ts index 1799ef94d5..67d0a67383 100644 --- a/src/api/content-rest-api/model/preferenceEntry.ts +++ b/src/api/content-rest-api/model/preferenceEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Preference } from './preference'; diff --git a/src/api/content-rest-api/model/preferencePaging.ts b/src/api/content-rest-api/model/preferencePaging.ts index 70b1a83f30..9ebe6f22ea 100644 --- a/src/api/content-rest-api/model/preferencePaging.ts +++ b/src/api/content-rest-api/model/preferencePaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { PreferencePagingList } from './preferencePagingList'; diff --git a/src/api/content-rest-api/model/preferencePagingList.ts b/src/api/content-rest-api/model/preferencePagingList.ts index 2f9fc0c858..9b0655ba17 100644 --- a/src/api/content-rest-api/model/preferencePagingList.ts +++ b/src/api/content-rest-api/model/preferencePagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Pagination } from '../../content-rest-api/model/pagination'; import { PreferenceEntry } from './preferenceEntry'; diff --git a/src/api/content-rest-api/model/probeEntry.ts b/src/api/content-rest-api/model/probeEntry.ts index 1f6a88edbf..6389a83f1d 100644 --- a/src/api/content-rest-api/model/probeEntry.ts +++ b/src/api/content-rest-api/model/probeEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ProbeEntryEntry } from './probeEntryEntry'; diff --git a/src/api/content-rest-api/model/probeEntryEntry.ts b/src/api/content-rest-api/model/probeEntryEntry.ts index 89bf27112e..c0f35b2017 100644 --- a/src/api/content-rest-api/model/probeEntryEntry.ts +++ b/src/api/content-rest-api/model/probeEntryEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class ProbeEntryEntry { message: string; diff --git a/src/api/content-rest-api/model/property.ts b/src/api/content-rest-api/model/property.ts index 541680fac1..9bb4d026fb 100644 --- a/src/api/content-rest-api/model/property.ts +++ b/src/api/content-rest-api/model/property.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Constraint } from './constraint'; diff --git a/src/api/content-rest-api/model/rating.ts b/src/api/content-rest-api/model/rating.ts index 56d2ae19df..4bb5842f16 100644 --- a/src/api/content-rest-api/model/rating.ts +++ b/src/api/content-rest-api/model/rating.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; import { RatingAggregate } from './ratingAggregate'; diff --git a/src/api/content-rest-api/model/ratingAggregate.ts b/src/api/content-rest-api/model/ratingAggregate.ts index 20c28aca0b..f9167ddda4 100644 --- a/src/api/content-rest-api/model/ratingAggregate.ts +++ b/src/api/content-rest-api/model/ratingAggregate.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class RatingAggregate { numberOfRatings: number; diff --git a/src/api/content-rest-api/model/ratingBody.ts b/src/api/content-rest-api/model/ratingBody.ts index 18369a8262..daf353476d 100644 --- a/src/api/content-rest-api/model/ratingBody.ts +++ b/src/api/content-rest-api/model/ratingBody.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class RatingBody { /** diff --git a/src/api/content-rest-api/model/ratingEntry.ts b/src/api/content-rest-api/model/ratingEntry.ts index 3e733566f6..a3debf93cf 100644 --- a/src/api/content-rest-api/model/ratingEntry.ts +++ b/src/api/content-rest-api/model/ratingEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Rating } from './rating'; diff --git a/src/api/content-rest-api/model/ratingPaging.ts b/src/api/content-rest-api/model/ratingPaging.ts index d6cb1ba675..aca64459e7 100644 --- a/src/api/content-rest-api/model/ratingPaging.ts +++ b/src/api/content-rest-api/model/ratingPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { RatingPagingList } from './ratingPagingList'; diff --git a/src/api/content-rest-api/model/ratingPagingList.ts b/src/api/content-rest-api/model/ratingPagingList.ts index ab2fcb0bbd..155c00b330 100644 --- a/src/api/content-rest-api/model/ratingPagingList.ts +++ b/src/api/content-rest-api/model/ratingPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Pagination } from '../../content-rest-api/model/pagination'; import { RatingEntry } from './ratingEntry'; diff --git a/src/api/content-rest-api/model/rendition.ts b/src/api/content-rest-api/model/rendition.ts index 27bcd8870b..fec2b21fcf 100644 --- a/src/api/content-rest-api/model/rendition.ts +++ b/src/api/content-rest-api/model/rendition.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ContentInfo } from '../../content-rest-api/model/contentInfo'; diff --git a/src/api/content-rest-api/model/renditionBodyCreate.ts b/src/api/content-rest-api/model/renditionBodyCreate.ts index cf2ee7fc34..12a68f52fe 100644 --- a/src/api/content-rest-api/model/renditionBodyCreate.ts +++ b/src/api/content-rest-api/model/renditionBodyCreate.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class RenditionBodyCreate { id: string; diff --git a/src/api/content-rest-api/model/renditionEntry.ts b/src/api/content-rest-api/model/renditionEntry.ts index 38f1811a12..64b7069d5d 100644 --- a/src/api/content-rest-api/model/renditionEntry.ts +++ b/src/api/content-rest-api/model/renditionEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Rendition } from './rendition'; diff --git a/src/api/content-rest-api/model/renditionPaging.ts b/src/api/content-rest-api/model/renditionPaging.ts index ff0fd47dfa..75efa2ee08 100644 --- a/src/api/content-rest-api/model/renditionPaging.ts +++ b/src/api/content-rest-api/model/renditionPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { RenditionPagingList } from './renditionPagingList'; diff --git a/src/api/content-rest-api/model/renditionPagingList.ts b/src/api/content-rest-api/model/renditionPagingList.ts index fbe7714ec7..71f99fa9c3 100644 --- a/src/api/content-rest-api/model/renditionPagingList.ts +++ b/src/api/content-rest-api/model/renditionPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Pagination } from '../../content-rest-api/model/pagination'; import { RenditionEntry } from './renditionEntry'; diff --git a/src/api/content-rest-api/model/revertBody.ts b/src/api/content-rest-api/model/revertBody.ts index 5e10540841..94c7b76440 100644 --- a/src/api/content-rest-api/model/revertBody.ts +++ b/src/api/content-rest-api/model/revertBody.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class RevertBody { majorVersion?: boolean; diff --git a/src/api/content-rest-api/model/sharedLink.ts b/src/api/content-rest-api/model/sharedLink.ts index 9d747a4e14..01ebe56560 100644 --- a/src/api/content-rest-api/model/sharedLink.ts +++ b/src/api/content-rest-api/model/sharedLink.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ContentInfo } from '../../content-rest-api/model/contentInfo'; import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; diff --git a/src/api/content-rest-api/model/sharedLinkBodyCreate.ts b/src/api/content-rest-api/model/sharedLinkBodyCreate.ts index dbb57f1700..5df9f5bbc7 100644 --- a/src/api/content-rest-api/model/sharedLinkBodyCreate.ts +++ b/src/api/content-rest-api/model/sharedLinkBodyCreate.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; diff --git a/src/api/content-rest-api/model/sharedLinkBodyEmail.ts b/src/api/content-rest-api/model/sharedLinkBodyEmail.ts index 31e28a478a..538daba77f 100644 --- a/src/api/content-rest-api/model/sharedLinkBodyEmail.ts +++ b/src/api/content-rest-api/model/sharedLinkBodyEmail.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class SharedLinkBodyEmail { client?: string; diff --git a/src/api/content-rest-api/model/sharedLinkEntry.ts b/src/api/content-rest-api/model/sharedLinkEntry.ts index 5f91a71075..f01976cf0d 100644 --- a/src/api/content-rest-api/model/sharedLinkEntry.ts +++ b/src/api/content-rest-api/model/sharedLinkEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { SharedLink } from './sharedLink'; diff --git a/src/api/content-rest-api/model/sharedLinkPaging.ts b/src/api/content-rest-api/model/sharedLinkPaging.ts index 9f92711166..ba8640d0cf 100644 --- a/src/api/content-rest-api/model/sharedLinkPaging.ts +++ b/src/api/content-rest-api/model/sharedLinkPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { SharedLinkPagingList } from './sharedLinkPagingList'; diff --git a/src/api/content-rest-api/model/sharedLinkPagingList.ts b/src/api/content-rest-api/model/sharedLinkPagingList.ts index fd907822c3..d0fccf38fe 100644 --- a/src/api/content-rest-api/model/sharedLinkPagingList.ts +++ b/src/api/content-rest-api/model/sharedLinkPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Pagination } from '../../content-rest-api/model/pagination'; import { SharedLinkEntry } from './sharedLinkEntry'; diff --git a/src/api/content-rest-api/model/site.ts b/src/api/content-rest-api/model/site.ts index 1c50f825df..c445051c5d 100644 --- a/src/api/content-rest-api/model/site.ts +++ b/src/api/content-rest-api/model/site.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class Site { id: string; diff --git a/src/api/content-rest-api/model/siteBodyCreate.ts b/src/api/content-rest-api/model/siteBodyCreate.ts index da0fe20f38..1b7aacb025 100644 --- a/src/api/content-rest-api/model/siteBodyCreate.ts +++ b/src/api/content-rest-api/model/siteBodyCreate.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class SiteBodyCreate { id?: string; diff --git a/src/api/content-rest-api/model/siteBodyUpdate.ts b/src/api/content-rest-api/model/siteBodyUpdate.ts index a8cb663af8..7a361f473b 100644 --- a/src/api/content-rest-api/model/siteBodyUpdate.ts +++ b/src/api/content-rest-api/model/siteBodyUpdate.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class SiteBodyUpdate { title?: string; diff --git a/src/api/content-rest-api/model/siteContainer.ts b/src/api/content-rest-api/model/siteContainer.ts index d856324254..3ad0a609e6 100644 --- a/src/api/content-rest-api/model/siteContainer.ts +++ b/src/api/content-rest-api/model/siteContainer.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class SiteContainer { id: string; diff --git a/src/api/content-rest-api/model/siteContainerEntry.ts b/src/api/content-rest-api/model/siteContainerEntry.ts index 463d5000ce..0dbc263899 100644 --- a/src/api/content-rest-api/model/siteContainerEntry.ts +++ b/src/api/content-rest-api/model/siteContainerEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { SiteContainer } from './siteContainer'; diff --git a/src/api/content-rest-api/model/siteContainerPaging.ts b/src/api/content-rest-api/model/siteContainerPaging.ts index 6440600f7b..c325bac6e8 100644 --- a/src/api/content-rest-api/model/siteContainerPaging.ts +++ b/src/api/content-rest-api/model/siteContainerPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { SiteContainerPagingList } from './siteContainerPagingList'; diff --git a/src/api/content-rest-api/model/siteContainerPagingList.ts b/src/api/content-rest-api/model/siteContainerPagingList.ts index 715bcb9c66..f0b939fc25 100644 --- a/src/api/content-rest-api/model/siteContainerPagingList.ts +++ b/src/api/content-rest-api/model/siteContainerPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Pagination } from '../../content-rest-api/model/pagination'; import { SiteContainerEntry } from './siteContainerEntry'; diff --git a/src/api/content-rest-api/model/siteEntry.ts b/src/api/content-rest-api/model/siteEntry.ts index e2683cdc17..82ace3e53b 100644 --- a/src/api/content-rest-api/model/siteEntry.ts +++ b/src/api/content-rest-api/model/siteEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Site } from './site'; diff --git a/src/api/content-rest-api/model/siteGroup.ts b/src/api/content-rest-api/model/siteGroup.ts index 3b6a9f57fe..e8a3107e34 100644 --- a/src/api/content-rest-api/model/siteGroup.ts +++ b/src/api/content-rest-api/model/siteGroup.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { GroupMember } from './groupMember'; diff --git a/src/api/content-rest-api/model/siteGroupEntry.ts b/src/api/content-rest-api/model/siteGroupEntry.ts index ff0889484c..8ee153fe84 100644 --- a/src/api/content-rest-api/model/siteGroupEntry.ts +++ b/src/api/content-rest-api/model/siteGroupEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { SiteGroup } from './siteGroup'; diff --git a/src/api/content-rest-api/model/siteGroupPaging.ts b/src/api/content-rest-api/model/siteGroupPaging.ts index d29961cfad..8feda72aa5 100644 --- a/src/api/content-rest-api/model/siteGroupPaging.ts +++ b/src/api/content-rest-api/model/siteGroupPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { SiteGroupPagingList } from './siteGroupPagingList'; diff --git a/src/api/content-rest-api/model/siteGroupPagingList.ts b/src/api/content-rest-api/model/siteGroupPagingList.ts index 07b35ff567..c91940120c 100644 --- a/src/api/content-rest-api/model/siteGroupPagingList.ts +++ b/src/api/content-rest-api/model/siteGroupPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Pagination } from '../../content-rest-api/model/pagination'; import { SiteGroupEntry } from './siteGroupEntry'; diff --git a/src/api/content-rest-api/model/siteMember.ts b/src/api/content-rest-api/model/siteMember.ts index f1a03fece0..ded1541ec0 100644 --- a/src/api/content-rest-api/model/siteMember.ts +++ b/src/api/content-rest-api/model/siteMember.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Person } from './person'; diff --git a/src/api/content-rest-api/model/siteMemberEntry.ts b/src/api/content-rest-api/model/siteMemberEntry.ts index b662f0e292..a8279d2869 100644 --- a/src/api/content-rest-api/model/siteMemberEntry.ts +++ b/src/api/content-rest-api/model/siteMemberEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { SiteMember } from './siteMember'; diff --git a/src/api/content-rest-api/model/siteMemberPaging.ts b/src/api/content-rest-api/model/siteMemberPaging.ts index 03edc2aaf5..ca5eab4f01 100644 --- a/src/api/content-rest-api/model/siteMemberPaging.ts +++ b/src/api/content-rest-api/model/siteMemberPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { SiteMemberPagingList } from './siteMemberPagingList'; diff --git a/src/api/content-rest-api/model/siteMemberPagingList.ts b/src/api/content-rest-api/model/siteMemberPagingList.ts index 0e132be243..bb189ab5de 100644 --- a/src/api/content-rest-api/model/siteMemberPagingList.ts +++ b/src/api/content-rest-api/model/siteMemberPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Pagination } from '../../content-rest-api/model/pagination'; import { SiteMemberEntry } from './siteMemberEntry'; diff --git a/src/api/content-rest-api/model/siteMembershipApprovalBody.ts b/src/api/content-rest-api/model/siteMembershipApprovalBody.ts index 09ca6b26ec..b7b141467a 100644 --- a/src/api/content-rest-api/model/siteMembershipApprovalBody.ts +++ b/src/api/content-rest-api/model/siteMembershipApprovalBody.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class SiteMembershipApprovalBody { role?: string; diff --git a/src/api/content-rest-api/model/siteMembershipBodyCreate.ts b/src/api/content-rest-api/model/siteMembershipBodyCreate.ts index 9d21ce596b..6999dc18a5 100644 --- a/src/api/content-rest-api/model/siteMembershipBodyCreate.ts +++ b/src/api/content-rest-api/model/siteMembershipBodyCreate.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class SiteMembershipBodyCreate { role: SiteMembershipBodyCreate.RoleEnum | string; diff --git a/src/api/content-rest-api/model/siteMembershipBodyUpdate.ts b/src/api/content-rest-api/model/siteMembershipBodyUpdate.ts index 91009a7619..c52f37be4a 100644 --- a/src/api/content-rest-api/model/siteMembershipBodyUpdate.ts +++ b/src/api/content-rest-api/model/siteMembershipBodyUpdate.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class SiteMembershipBodyUpdate { role: SiteMembershipBodyUpdate.RoleEnum | string; diff --git a/src/api/content-rest-api/model/siteMembershipRejectionBody.ts b/src/api/content-rest-api/model/siteMembershipRejectionBody.ts index 933d559beb..6d3c081779 100644 --- a/src/api/content-rest-api/model/siteMembershipRejectionBody.ts +++ b/src/api/content-rest-api/model/siteMembershipRejectionBody.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class SiteMembershipRejectionBody { comment?: string; diff --git a/src/api/content-rest-api/model/siteMembershipRequest.ts b/src/api/content-rest-api/model/siteMembershipRequest.ts index 0422eaecfc..e72b4116a0 100644 --- a/src/api/content-rest-api/model/siteMembershipRequest.ts +++ b/src/api/content-rest-api/model/siteMembershipRequest.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; import { Site } from './site'; diff --git a/src/api/content-rest-api/model/siteMembershipRequestBodyCreate.ts b/src/api/content-rest-api/model/siteMembershipRequestBodyCreate.ts index 5ea599de97..c60cfe03d8 100644 --- a/src/api/content-rest-api/model/siteMembershipRequestBodyCreate.ts +++ b/src/api/content-rest-api/model/siteMembershipRequestBodyCreate.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class SiteMembershipRequestBodyCreate { message?: string; diff --git a/src/api/content-rest-api/model/siteMembershipRequestBodyUpdate.ts b/src/api/content-rest-api/model/siteMembershipRequestBodyUpdate.ts index c0bf23229e..9a724facf7 100644 --- a/src/api/content-rest-api/model/siteMembershipRequestBodyUpdate.ts +++ b/src/api/content-rest-api/model/siteMembershipRequestBodyUpdate.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class SiteMembershipRequestBodyUpdate { message?: string; diff --git a/src/api/content-rest-api/model/siteMembershipRequestEntry.ts b/src/api/content-rest-api/model/siteMembershipRequestEntry.ts index 8b5cdf0b1c..d85eb8351c 100644 --- a/src/api/content-rest-api/model/siteMembershipRequestEntry.ts +++ b/src/api/content-rest-api/model/siteMembershipRequestEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { SiteMembershipRequest } from './siteMembershipRequest'; diff --git a/src/api/content-rest-api/model/siteMembershipRequestPaging.ts b/src/api/content-rest-api/model/siteMembershipRequestPaging.ts index 3a91442016..c3f8f17e56 100644 --- a/src/api/content-rest-api/model/siteMembershipRequestPaging.ts +++ b/src/api/content-rest-api/model/siteMembershipRequestPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { SiteMembershipRequestPagingList } from './siteMembershipRequestPagingList'; diff --git a/src/api/content-rest-api/model/siteMembershipRequestPagingList.ts b/src/api/content-rest-api/model/siteMembershipRequestPagingList.ts index 66609ae8fc..9a7f9ad51b 100644 --- a/src/api/content-rest-api/model/siteMembershipRequestPagingList.ts +++ b/src/api/content-rest-api/model/siteMembershipRequestPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Pagination } from '../../content-rest-api/model/pagination'; import { SiteMembershipRequestEntry } from './siteMembershipRequestEntry'; diff --git a/src/api/content-rest-api/model/siteMembershipRequestWithPerson.ts b/src/api/content-rest-api/model/siteMembershipRequestWithPerson.ts index 345dcce110..9c97e847e1 100644 --- a/src/api/content-rest-api/model/siteMembershipRequestWithPerson.ts +++ b/src/api/content-rest-api/model/siteMembershipRequestWithPerson.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; import { Person } from './person'; diff --git a/src/api/content-rest-api/model/siteMembershipRequestWithPersonEntry.ts b/src/api/content-rest-api/model/siteMembershipRequestWithPersonEntry.ts index e9ccbbef34..cdf3b9b9c5 100644 --- a/src/api/content-rest-api/model/siteMembershipRequestWithPersonEntry.ts +++ b/src/api/content-rest-api/model/siteMembershipRequestWithPersonEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { SiteMembershipRequestWithPerson } from './siteMembershipRequestWithPerson'; diff --git a/src/api/content-rest-api/model/siteMembershipRequestWithPersonPaging.ts b/src/api/content-rest-api/model/siteMembershipRequestWithPersonPaging.ts index f1671d9eba..9d45ccac36 100644 --- a/src/api/content-rest-api/model/siteMembershipRequestWithPersonPaging.ts +++ b/src/api/content-rest-api/model/siteMembershipRequestWithPersonPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { SiteMembershipRequestWithPersonPagingList } from './siteMembershipRequestWithPersonPagingList'; diff --git a/src/api/content-rest-api/model/siteMembershipRequestWithPersonPagingList.ts b/src/api/content-rest-api/model/siteMembershipRequestWithPersonPagingList.ts index 79f6d5ed79..5d58279f10 100644 --- a/src/api/content-rest-api/model/siteMembershipRequestWithPersonPagingList.ts +++ b/src/api/content-rest-api/model/siteMembershipRequestWithPersonPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Pagination } from '../../content-rest-api/model/pagination'; import { SiteMembershipRequestWithPersonEntry } from './siteMembershipRequestWithPersonEntry'; diff --git a/src/api/content-rest-api/model/sitePaging.ts b/src/api/content-rest-api/model/sitePaging.ts index d267148929..452c6a6602 100644 --- a/src/api/content-rest-api/model/sitePaging.ts +++ b/src/api/content-rest-api/model/sitePaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { SitePagingList } from './sitePagingList'; diff --git a/src/api/content-rest-api/model/sitePagingList.ts b/src/api/content-rest-api/model/sitePagingList.ts index d2ac0c149f..2fcfe180af 100644 --- a/src/api/content-rest-api/model/sitePagingList.ts +++ b/src/api/content-rest-api/model/sitePagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Pagination } from '../../content-rest-api/model/pagination'; import { SiteEntry } from './siteEntry'; diff --git a/src/api/content-rest-api/model/siteRole.ts b/src/api/content-rest-api/model/siteRole.ts index bb75ba42cd..2ad7a1f1f7 100644 --- a/src/api/content-rest-api/model/siteRole.ts +++ b/src/api/content-rest-api/model/siteRole.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Site } from './site'; diff --git a/src/api/content-rest-api/model/siteRoleEntry.ts b/src/api/content-rest-api/model/siteRoleEntry.ts index f69bf1adc3..ffaf7d694e 100644 --- a/src/api/content-rest-api/model/siteRoleEntry.ts +++ b/src/api/content-rest-api/model/siteRoleEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { SiteRole } from './siteRole'; diff --git a/src/api/content-rest-api/model/siteRolePaging.ts b/src/api/content-rest-api/model/siteRolePaging.ts index a2e3d703dd..c5a70f111f 100644 --- a/src/api/content-rest-api/model/siteRolePaging.ts +++ b/src/api/content-rest-api/model/siteRolePaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { SiteRolePagingList } from './siteRolePagingList'; diff --git a/src/api/content-rest-api/model/siteRolePagingList.ts b/src/api/content-rest-api/model/siteRolePagingList.ts index 0e91f27212..4fd0c03ee2 100644 --- a/src/api/content-rest-api/model/siteRolePagingList.ts +++ b/src/api/content-rest-api/model/siteRolePagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Pagination } from '../../content-rest-api/model/pagination'; import { SiteRoleEntry } from './siteRoleEntry'; diff --git a/src/api/content-rest-api/model/tag.ts b/src/api/content-rest-api/model/tag.ts index 35081e8386..77ec4e8394 100644 --- a/src/api/content-rest-api/model/tag.ts +++ b/src/api/content-rest-api/model/tag.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class Tag { id: string; diff --git a/src/api/content-rest-api/model/tagBody.ts b/src/api/content-rest-api/model/tagBody.ts index 8187d4dc7e..504abb701d 100644 --- a/src/api/content-rest-api/model/tagBody.ts +++ b/src/api/content-rest-api/model/tagBody.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class TagBody { tag: string; diff --git a/src/api/content-rest-api/model/tagEntry.ts b/src/api/content-rest-api/model/tagEntry.ts index 9e8f2a30c0..d1b5d03788 100644 --- a/src/api/content-rest-api/model/tagEntry.ts +++ b/src/api/content-rest-api/model/tagEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Tag } from './tag'; diff --git a/src/api/content-rest-api/model/tagPaging.ts b/src/api/content-rest-api/model/tagPaging.ts index dccfd1c532..156a32b5bc 100644 --- a/src/api/content-rest-api/model/tagPaging.ts +++ b/src/api/content-rest-api/model/tagPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { TagPagingList } from './tagPagingList'; diff --git a/src/api/content-rest-api/model/tagPagingList.ts b/src/api/content-rest-api/model/tagPagingList.ts index cdebc6d4d1..c28ce2b89c 100644 --- a/src/api/content-rest-api/model/tagPagingList.ts +++ b/src/api/content-rest-api/model/tagPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Pagination } from '../../content-rest-api/model/pagination'; import { TagEntry } from './tagEntry'; diff --git a/src/api/content-rest-api/model/userInfo.ts b/src/api/content-rest-api/model/userInfo.ts index 24e84c7af9..a812eb7237 100644 --- a/src/api/content-rest-api/model/userInfo.ts +++ b/src/api/content-rest-api/model/userInfo.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class UserInfo { displayName: string; diff --git a/src/api/content-rest-api/model/version.ts b/src/api/content-rest-api/model/version.ts index 97f0d208b7..4e81180566 100644 --- a/src/api/content-rest-api/model/version.ts +++ b/src/api/content-rest-api/model/version.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ContentInfo } from '../../content-rest-api/model/contentInfo'; import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; diff --git a/src/api/content-rest-api/model/versionEntry.ts b/src/api/content-rest-api/model/versionEntry.ts index ef0a45e67f..4e971c3f49 100644 --- a/src/api/content-rest-api/model/versionEntry.ts +++ b/src/api/content-rest-api/model/versionEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Version } from './version'; diff --git a/src/api/content-rest-api/model/versionPaging.ts b/src/api/content-rest-api/model/versionPaging.ts index 0df9a5cd3a..06ff35b50a 100644 --- a/src/api/content-rest-api/model/versionPaging.ts +++ b/src/api/content-rest-api/model/versionPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { VersionPagingList } from './versionPagingList'; diff --git a/src/api/content-rest-api/model/versionPagingList.ts b/src/api/content-rest-api/model/versionPagingList.ts index e2590f21c8..d056db2f0d 100644 --- a/src/api/content-rest-api/model/versionPagingList.ts +++ b/src/api/content-rest-api/model/versionPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Pagination } from '../../content-rest-api/model/pagination'; import { VersionEntry } from './versionEntry'; diff --git a/src/api/discovery-rest-api/api/base.api.ts b/src/api/discovery-rest-api/api/base.api.ts index 63b4f60260..ec2dedb4f1 100644 --- a/src/api/discovery-rest-api/api/base.api.ts +++ b/src/api/discovery-rest-api/api/base.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ApiClient } from '../../../api-clients/api-client'; import { LegacyHttpClient } from '../../../api-clients/http-client.interface'; diff --git a/src/api/discovery-rest-api/api/discovery.api.ts b/src/api/discovery-rest-api/api/discovery.api.ts index 1448a36ed7..d91f4d93f9 100644 --- a/src/api/discovery-rest-api/api/discovery.api.ts +++ b/src/api/discovery-rest-api/api/discovery.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DiscoveryEntry } from '../model/discoveryEntry'; import { BaseApi } from './base.api'; diff --git a/src/api/discovery-rest-api/api/index.ts b/src/api/discovery-rest-api/api/index.ts index 239bd63934..f62c104546 100644 --- a/src/api/discovery-rest-api/api/index.ts +++ b/src/api/discovery-rest-api/api/index.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export { DiscoveryApi } from './discovery.api'; import { DiscoveryApi } from './discovery.api'; diff --git a/src/api/discovery-rest-api/index.ts b/src/api/discovery-rest-api/index.ts index cd84e7a1c0..6eadb2eda9 100644 --- a/src/api/discovery-rest-api/index.ts +++ b/src/api/discovery-rest-api/index.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export * from './api'; export * from './model'; diff --git a/src/api/discovery-rest-api/model/discoveryEntry.ts b/src/api/discovery-rest-api/model/discoveryEntry.ts index dccdd9cdad..2d4608ff82 100644 --- a/src/api/discovery-rest-api/model/discoveryEntry.ts +++ b/src/api/discovery-rest-api/model/discoveryEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { RepositoryEntry } from './repositoryEntry'; diff --git a/src/api/discovery-rest-api/model/entitlementsInfo.ts b/src/api/discovery-rest-api/model/entitlementsInfo.ts index 0dbbfda34b..afe831352a 100644 --- a/src/api/discovery-rest-api/model/entitlementsInfo.ts +++ b/src/api/discovery-rest-api/model/entitlementsInfo.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class EntitlementsInfo { maxUsers?: number; diff --git a/src/api/discovery-rest-api/model/index.ts b/src/api/discovery-rest-api/model/index.ts index 8e19d02fb7..8996228273 100644 --- a/src/api/discovery-rest-api/model/index.ts +++ b/src/api/discovery-rest-api/model/index.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export * from './discoveryEntry'; export * from './entitlementsInfo'; diff --git a/src/api/discovery-rest-api/model/licenseInfo.ts b/src/api/discovery-rest-api/model/licenseInfo.ts index 074e9cc335..891cc965ed 100644 --- a/src/api/discovery-rest-api/model/licenseInfo.ts +++ b/src/api/discovery-rest-api/model/licenseInfo.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; import { EntitlementsInfo } from './entitlementsInfo'; diff --git a/src/api/discovery-rest-api/model/moduleInfo.ts b/src/api/discovery-rest-api/model/moduleInfo.ts index 212fc56b75..66bbb16d6f 100644 --- a/src/api/discovery-rest-api/model/moduleInfo.ts +++ b/src/api/discovery-rest-api/model/moduleInfo.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; diff --git a/src/api/discovery-rest-api/model/repositoryEntry.ts b/src/api/discovery-rest-api/model/repositoryEntry.ts index 972290b5ae..382457a7a7 100644 --- a/src/api/discovery-rest-api/model/repositoryEntry.ts +++ b/src/api/discovery-rest-api/model/repositoryEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { RepositoryInfo } from './repositoryInfo'; diff --git a/src/api/discovery-rest-api/model/repositoryInfo.ts b/src/api/discovery-rest-api/model/repositoryInfo.ts index cf8dae7bc4..71a08509e3 100644 --- a/src/api/discovery-rest-api/model/repositoryInfo.ts +++ b/src/api/discovery-rest-api/model/repositoryInfo.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { LicenseInfo } from './licenseInfo'; import { ModuleInfo } from './moduleInfo'; diff --git a/src/api/discovery-rest-api/model/statusInfo.ts b/src/api/discovery-rest-api/model/statusInfo.ts index d3d3046e3d..f533067b2b 100644 --- a/src/api/discovery-rest-api/model/statusInfo.ts +++ b/src/api/discovery-rest-api/model/statusInfo.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class StatusInfo { isReadOnly: boolean; diff --git a/src/api/discovery-rest-api/model/versionInfo.ts b/src/api/discovery-rest-api/model/versionInfo.ts index 9acd7abf8b..a8c71c5b6e 100644 --- a/src/api/discovery-rest-api/model/versionInfo.ts +++ b/src/api/discovery-rest-api/model/versionInfo.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class VersionInfo { major: string; diff --git a/src/api/gs-classification-rest-api/api/authorityClearance.api.ts b/src/api/gs-classification-rest-api/api/authorityClearance.api.ts index 40e7ed25e8..19542c9b26 100644 --- a/src/api/gs-classification-rest-api/api/authorityClearance.api.ts +++ b/src/api/gs-classification-rest-api/api/authorityClearance.api.ts @@ -1,6 +1,6 @@ /*! * @license - * Copyright 2018 Alfresco Software, Ltd. + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/api/gs-classification-rest-api/api/base.api.ts b/src/api/gs-classification-rest-api/api/base.api.ts index 85b07838da..d313884ccb 100644 --- a/src/api/gs-classification-rest-api/api/base.api.ts +++ b/src/api/gs-classification-rest-api/api/base.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ApiClient } from '../../../api-clients/api-client'; import { LegacyHttpClient } from '../../../api-clients/http-client.interface'; diff --git a/src/api/gs-classification-rest-api/api/classificationGuides.api.ts b/src/api/gs-classification-rest-api/api/classificationGuides.api.ts index b6863d3750..3231cbdfd4 100644 --- a/src/api/gs-classification-rest-api/api/classificationGuides.api.ts +++ b/src/api/gs-classification-rest-api/api/classificationGuides.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ClassificationGuideBody } from '../model/classificationGuideBody'; import { ClassificationGuideEntry } from '../model/classificationGuideEntry'; diff --git a/src/api/gs-classification-rest-api/api/classificationReasons.api.ts b/src/api/gs-classification-rest-api/api/classificationReasons.api.ts index 21b00a44c9..5b45298781 100644 --- a/src/api/gs-classification-rest-api/api/classificationReasons.api.ts +++ b/src/api/gs-classification-rest-api/api/classificationReasons.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ClassificationReasonBody } from '../model/classificationReasonBody'; import { ClassificationReasonEntry } from '../model/classificationReasonEntry'; diff --git a/src/api/gs-classification-rest-api/api/declassificationExemptions.api.ts b/src/api/gs-classification-rest-api/api/declassificationExemptions.api.ts index 008c7dfc2b..91ada7fa17 100644 --- a/src/api/gs-classification-rest-api/api/declassificationExemptions.api.ts +++ b/src/api/gs-classification-rest-api/api/declassificationExemptions.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DeclassificationExemptionBody } from '../model/declassificationExemptionBody'; import { DeclassificationExemptionEntry } from '../model/declassificationExemptionEntry'; diff --git a/src/api/gs-classification-rest-api/api/defaultClassificationValues.api.ts b/src/api/gs-classification-rest-api/api/defaultClassificationValues.api.ts index 4b4e26e835..87c34d7b75 100644 --- a/src/api/gs-classification-rest-api/api/defaultClassificationValues.api.ts +++ b/src/api/gs-classification-rest-api/api/defaultClassificationValues.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DeclassificationDate } from '../model/declassificationDate'; import { BaseApi } from './base.api'; diff --git a/src/api/gs-classification-rest-api/api/index.ts b/src/api/gs-classification-rest-api/api/index.ts index 177735aaf9..8df5479dbb 100644 --- a/src/api/gs-classification-rest-api/api/index.ts +++ b/src/api/gs-classification-rest-api/api/index.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export * from './classificationGuides.api'; import { ClassificationGuidesApi } from './classificationGuides.api'; diff --git a/src/api/gs-classification-rest-api/api/nodeSecurityMarks.api.ts b/src/api/gs-classification-rest-api/api/nodeSecurityMarks.api.ts index d876f8a273..186802c09e 100644 --- a/src/api/gs-classification-rest-api/api/nodeSecurityMarks.api.ts +++ b/src/api/gs-classification-rest-api/api/nodeSecurityMarks.api.ts @@ -1,6 +1,6 @@ /*! * @license - * Copyright 2018 Alfresco Software, Ltd. + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/api/gs-classification-rest-api/api/securityControlSettings.api.ts b/src/api/gs-classification-rest-api/api/securityControlSettings.api.ts index 2a669ed335..73b6e2f671 100644 --- a/src/api/gs-classification-rest-api/api/securityControlSettings.api.ts +++ b/src/api/gs-classification-rest-api/api/securityControlSettings.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { SecurityControlSettingBody } from '../model/securityControlSettingBody'; import { SecurityControlSettingEntry } from '../model/securityControlSettingEntry'; diff --git a/src/api/gs-classification-rest-api/api/securityGroups.api.ts b/src/api/gs-classification-rest-api/api/securityGroups.api.ts index 9fa8ab932a..2df03b610d 100644 --- a/src/api/gs-classification-rest-api/api/securityGroups.api.ts +++ b/src/api/gs-classification-rest-api/api/securityGroups.api.ts @@ -1,6 +1,6 @@ /*! * @license - * Copyright 2018 Alfresco Software, Ltd. + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/api/gs-classification-rest-api/api/securityMarks.api.ts b/src/api/gs-classification-rest-api/api/securityMarks.api.ts index 422a415083..c1ce5c8df8 100644 --- a/src/api/gs-classification-rest-api/api/securityMarks.api.ts +++ b/src/api/gs-classification-rest-api/api/securityMarks.api.ts @@ -1,6 +1,6 @@ /*! * @license - * Copyright 2018 Alfresco Software, Ltd. + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/api/gs-classification-rest-api/index.ts b/src/api/gs-classification-rest-api/index.ts index cd84e7a1c0..6eadb2eda9 100644 --- a/src/api/gs-classification-rest-api/index.ts +++ b/src/api/gs-classification-rest-api/index.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export * from './api'; export * from './model'; diff --git a/src/api/gs-classification-rest-api/model/authorityClearanceGroup.ts b/src/api/gs-classification-rest-api/model/authorityClearanceGroup.ts index d76845cc3c..c4ec407ff7 100644 --- a/src/api/gs-classification-rest-api/model/authorityClearanceGroup.ts +++ b/src/api/gs-classification-rest-api/model/authorityClearanceGroup.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import {AuthorityClearanceMark} from "./authorityClearanceMark"; diff --git a/src/api/gs-classification-rest-api/model/authorityClearanceGroupEntry.ts b/src/api/gs-classification-rest-api/model/authorityClearanceGroupEntry.ts index ddbfadb1c4..2768cfafe9 100644 --- a/src/api/gs-classification-rest-api/model/authorityClearanceGroupEntry.ts +++ b/src/api/gs-classification-rest-api/model/authorityClearanceGroupEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import {AuthorityClearanceGroup} from "./authorityClearanceGroup"; diff --git a/src/api/gs-classification-rest-api/model/authorityClearanceGroupPaging.ts b/src/api/gs-classification-rest-api/model/authorityClearanceGroupPaging.ts index d3f4f6bac6..dc44dd8286 100644 --- a/src/api/gs-classification-rest-api/model/authorityClearanceGroupPaging.ts +++ b/src/api/gs-classification-rest-api/model/authorityClearanceGroupPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import {AuthorityClearanceGroupPagingList} from "./authorityClearanceGroupPagingList"; diff --git a/src/api/gs-classification-rest-api/model/authorityClearanceGroupPagingList.ts b/src/api/gs-classification-rest-api/model/authorityClearanceGroupPagingList.ts index 66c3f21ce9..133eaaed77 100644 --- a/src/api/gs-classification-rest-api/model/authorityClearanceGroupPagingList.ts +++ b/src/api/gs-classification-rest-api/model/authorityClearanceGroupPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import {Pagination} from "../../content-rest-api"; import {AuthorityClearanceGroupEntry} from "./authorityClearanceGroupEntry"; diff --git a/src/api/gs-classification-rest-api/model/authorityClearanceMark.ts b/src/api/gs-classification-rest-api/model/authorityClearanceMark.ts index 76017340ff..7954b25f79 100644 --- a/src/api/gs-classification-rest-api/model/authorityClearanceMark.ts +++ b/src/api/gs-classification-rest-api/model/authorityClearanceMark.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class AuthorityClearanceMark { id: string; diff --git a/src/api/gs-classification-rest-api/model/classificationGuide.ts b/src/api/gs-classification-rest-api/model/classificationGuide.ts index 74ca295a16..e8e623b15a 100644 --- a/src/api/gs-classification-rest-api/model/classificationGuide.ts +++ b/src/api/gs-classification-rest-api/model/classificationGuide.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /** * A classification guide. diff --git a/src/api/gs-classification-rest-api/model/classificationGuideBody.ts b/src/api/gs-classification-rest-api/model/classificationGuideBody.ts index 02fa97ff88..cd56d9d10e 100644 --- a/src/api/gs-classification-rest-api/model/classificationGuideBody.ts +++ b/src/api/gs-classification-rest-api/model/classificationGuideBody.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class ClassificationGuideBody { name: string; diff --git a/src/api/gs-classification-rest-api/model/classificationGuideEntry.ts b/src/api/gs-classification-rest-api/model/classificationGuideEntry.ts index aa84faff6c..bcf14dfa72 100644 --- a/src/api/gs-classification-rest-api/model/classificationGuideEntry.ts +++ b/src/api/gs-classification-rest-api/model/classificationGuideEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ClassificationGuide } from './classificationGuide'; diff --git a/src/api/gs-classification-rest-api/model/classificationGuideInTopic.ts b/src/api/gs-classification-rest-api/model/classificationGuideInTopic.ts index 44776f0a8b..30ea2d99b0 100644 --- a/src/api/gs-classification-rest-api/model/classificationGuideInTopic.ts +++ b/src/api/gs-classification-rest-api/model/classificationGuideInTopic.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /** * The classification guide which the topic is contained in. This field is only returned when requested. diff --git a/src/api/gs-classification-rest-api/model/classificationGuidePaging.ts b/src/api/gs-classification-rest-api/model/classificationGuidePaging.ts index e0e1849d0b..c1087fea77 100644 --- a/src/api/gs-classification-rest-api/model/classificationGuidePaging.ts +++ b/src/api/gs-classification-rest-api/model/classificationGuidePaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ClassificationGuidePagingList } from './classificationGuidePagingList'; diff --git a/src/api/gs-classification-rest-api/model/classificationGuidePagingList.ts b/src/api/gs-classification-rest-api/model/classificationGuidePagingList.ts index 8dba405004..688b1b1da3 100644 --- a/src/api/gs-classification-rest-api/model/classificationGuidePagingList.ts +++ b/src/api/gs-classification-rest-api/model/classificationGuidePagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ClassificationGuidesEntry } from './classificationGuidesEntry'; import { Pagination } from '../../content-rest-api/model/pagination'; diff --git a/src/api/gs-classification-rest-api/model/classificationGuides.ts b/src/api/gs-classification-rest-api/model/classificationGuides.ts index 7fb851774b..4b2bbcaed0 100644 --- a/src/api/gs-classification-rest-api/model/classificationGuides.ts +++ b/src/api/gs-classification-rest-api/model/classificationGuides.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /** * A classification guide in a list. diff --git a/src/api/gs-classification-rest-api/model/classificationGuidesBody.ts b/src/api/gs-classification-rest-api/model/classificationGuidesBody.ts index 3eebde66e0..dd8137ec82 100644 --- a/src/api/gs-classification-rest-api/model/classificationGuidesBody.ts +++ b/src/api/gs-classification-rest-api/model/classificationGuidesBody.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class ClassificationGuidesBody { name: string; diff --git a/src/api/gs-classification-rest-api/model/classificationGuidesEntry.ts b/src/api/gs-classification-rest-api/model/classificationGuidesEntry.ts index 53ec8c37b7..6d409430d2 100644 --- a/src/api/gs-classification-rest-api/model/classificationGuidesEntry.ts +++ b/src/api/gs-classification-rest-api/model/classificationGuidesEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ClassificationGuides } from './classificationGuides'; diff --git a/src/api/gs-classification-rest-api/model/classificationGuidesInTopic.ts b/src/api/gs-classification-rest-api/model/classificationGuidesInTopic.ts index 1d4baca758..bccc22fda0 100644 --- a/src/api/gs-classification-rest-api/model/classificationGuidesInTopic.ts +++ b/src/api/gs-classification-rest-api/model/classificationGuidesInTopic.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /** * The classification guide which the topic is contained in. This field is only returned when requested. diff --git a/src/api/gs-classification-rest-api/model/classificationInformation.ts b/src/api/gs-classification-rest-api/model/classificationInformation.ts index 8b43f7e009..3bc088c43c 100644 --- a/src/api/gs-classification-rest-api/model/classificationInformation.ts +++ b/src/api/gs-classification-rest-api/model/classificationInformation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class ClassificationInformation { level: string; diff --git a/src/api/gs-classification-rest-api/model/classificationReason.ts b/src/api/gs-classification-rest-api/model/classificationReason.ts index ee6418839e..274414f084 100644 --- a/src/api/gs-classification-rest-api/model/classificationReason.ts +++ b/src/api/gs-classification-rest-api/model/classificationReason.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class ClassificationReason { id: string; diff --git a/src/api/gs-classification-rest-api/model/classificationReasonBody.ts b/src/api/gs-classification-rest-api/model/classificationReasonBody.ts index ccf798dfd7..7c165f882c 100644 --- a/src/api/gs-classification-rest-api/model/classificationReasonBody.ts +++ b/src/api/gs-classification-rest-api/model/classificationReasonBody.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class ClassificationReasonBody { code: string; diff --git a/src/api/gs-classification-rest-api/model/classificationReasonEntry.ts b/src/api/gs-classification-rest-api/model/classificationReasonEntry.ts index 62fca5013c..92a4065a6e 100644 --- a/src/api/gs-classification-rest-api/model/classificationReasonEntry.ts +++ b/src/api/gs-classification-rest-api/model/classificationReasonEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ClassificationReason } from './classificationReason'; diff --git a/src/api/gs-classification-rest-api/model/classificationReasonsPaging.ts b/src/api/gs-classification-rest-api/model/classificationReasonsPaging.ts index 9c0b64a733..c8e582d384 100644 --- a/src/api/gs-classification-rest-api/model/classificationReasonsPaging.ts +++ b/src/api/gs-classification-rest-api/model/classificationReasonsPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ClassificationReasonsPagingList } from './classificationReasonsPagingList'; diff --git a/src/api/gs-classification-rest-api/model/classificationReasonsPagingList.ts b/src/api/gs-classification-rest-api/model/classificationReasonsPagingList.ts index 761379d34c..35f2cc0a7e 100644 --- a/src/api/gs-classification-rest-api/model/classificationReasonsPagingList.ts +++ b/src/api/gs-classification-rest-api/model/classificationReasonsPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ClassificationReasonEntry } from './classificationReasonEntry'; import { Pagination } from '../../content-rest-api/model/pagination'; diff --git a/src/api/gs-classification-rest-api/model/combinedInstructionBody.ts b/src/api/gs-classification-rest-api/model/combinedInstructionBody.ts index f5e68d2a32..471f4f2e25 100644 --- a/src/api/gs-classification-rest-api/model/combinedInstructionBody.ts +++ b/src/api/gs-classification-rest-api/model/combinedInstructionBody.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ClassificationInformation } from './classificationInformation'; import { SecurityMarkInformationBody } from './securityMarkInformationBody'; diff --git a/src/api/gs-classification-rest-api/model/declassificationDate.ts b/src/api/gs-classification-rest-api/model/declassificationDate.ts index 5ffd3806be..18405013f6 100644 --- a/src/api/gs-classification-rest-api/model/declassificationDate.ts +++ b/src/api/gs-classification-rest-api/model/declassificationDate.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../../../src/api/content-custom-api/model/dateAlfresco'; diff --git a/src/api/gs-classification-rest-api/model/declassificationExemption.ts b/src/api/gs-classification-rest-api/model/declassificationExemption.ts index 308fcb3cc8..8e3fd7007c 100644 --- a/src/api/gs-classification-rest-api/model/declassificationExemption.ts +++ b/src/api/gs-classification-rest-api/model/declassificationExemption.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class DeclassificationExemption { id: string; diff --git a/src/api/gs-classification-rest-api/model/declassificationExemptionBody.ts b/src/api/gs-classification-rest-api/model/declassificationExemptionBody.ts index d54d817d1e..942f449a47 100644 --- a/src/api/gs-classification-rest-api/model/declassificationExemptionBody.ts +++ b/src/api/gs-classification-rest-api/model/declassificationExemptionBody.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class DeclassificationExemptionBody { code: string; diff --git a/src/api/gs-classification-rest-api/model/declassificationExemptionEntry.ts b/src/api/gs-classification-rest-api/model/declassificationExemptionEntry.ts index fcbfcddc89..9a92737455 100644 --- a/src/api/gs-classification-rest-api/model/declassificationExemptionEntry.ts +++ b/src/api/gs-classification-rest-api/model/declassificationExemptionEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DeclassificationExemption } from './declassificationExemption'; diff --git a/src/api/gs-classification-rest-api/model/declassificationExemptionsPaging.ts b/src/api/gs-classification-rest-api/model/declassificationExemptionsPaging.ts index ae175c4acf..b3b0d1bbd7 100644 --- a/src/api/gs-classification-rest-api/model/declassificationExemptionsPaging.ts +++ b/src/api/gs-classification-rest-api/model/declassificationExemptionsPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DeclassificationExemptionsPagingList } from './declassificationExemptionsPagingList'; diff --git a/src/api/gs-classification-rest-api/model/declassificationExemptionsPagingList.ts b/src/api/gs-classification-rest-api/model/declassificationExemptionsPagingList.ts index ab239fa2ba..977e0ace9d 100644 --- a/src/api/gs-classification-rest-api/model/declassificationExemptionsPagingList.ts +++ b/src/api/gs-classification-rest-api/model/declassificationExemptionsPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DeclassificationExemptionEntry } from './declassificationExemptionEntry'; import { Pagination } from '../../content-rest-api/model/pagination'; diff --git a/src/api/gs-classification-rest-api/model/index.ts b/src/api/gs-classification-rest-api/model/index.ts index 91a003970d..ea256122d4 100644 --- a/src/api/gs-classification-rest-api/model/index.ts +++ b/src/api/gs-classification-rest-api/model/index.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export * from './authorityClearanceGroupEntry'; export * from './authorityClearanceGroupPaging'; diff --git a/src/api/gs-classification-rest-api/model/instruction.ts b/src/api/gs-classification-rest-api/model/instruction.ts index 4813aca898..a137ae24c6 100644 --- a/src/api/gs-classification-rest-api/model/instruction.ts +++ b/src/api/gs-classification-rest-api/model/instruction.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ClassificationInformation } from './classificationInformation'; import { SecurityMarkInformation } from './securityMarkInformation'; diff --git a/src/api/gs-classification-rest-api/model/instructionBody.ts b/src/api/gs-classification-rest-api/model/instructionBody.ts index 6f7a0a0ef2..eb8564a54f 100644 --- a/src/api/gs-classification-rest-api/model/instructionBody.ts +++ b/src/api/gs-classification-rest-api/model/instructionBody.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ClassificationInformation } from './classificationInformation'; import { SecurityMarkInformationBody } from './securityMarkInformationBody'; diff --git a/src/api/gs-classification-rest-api/model/instructionEntry.ts b/src/api/gs-classification-rest-api/model/instructionEntry.ts index 537242c9df..19e4279d65 100644 --- a/src/api/gs-classification-rest-api/model/instructionEntry.ts +++ b/src/api/gs-classification-rest-api/model/instructionEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Instruction } from './instruction'; diff --git a/src/api/gs-classification-rest-api/model/nodeSecurityMarkBody.ts b/src/api/gs-classification-rest-api/model/nodeSecurityMarkBody.ts index 1cd0095d8d..38847a4ab3 100644 --- a/src/api/gs-classification-rest-api/model/nodeSecurityMarkBody.ts +++ b/src/api/gs-classification-rest-api/model/nodeSecurityMarkBody.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class NodeSecurityMarkBody { id : string; diff --git a/src/api/gs-classification-rest-api/model/path.ts b/src/api/gs-classification-rest-api/model/path.ts index 5bbdc63300..473eb07df4 100644 --- a/src/api/gs-classification-rest-api/model/path.ts +++ b/src/api/gs-classification-rest-api/model/path.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { PathElement } from '../../content-rest-api/model/pathElement'; diff --git a/src/api/gs-classification-rest-api/model/securityControlSetting.ts b/src/api/gs-classification-rest-api/model/securityControlSetting.ts index 61afdd397a..2ef93af583 100644 --- a/src/api/gs-classification-rest-api/model/securityControlSetting.ts +++ b/src/api/gs-classification-rest-api/model/securityControlSetting.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class SecurityControlSetting { key: string; diff --git a/src/api/gs-classification-rest-api/model/securityControlSettingBody.ts b/src/api/gs-classification-rest-api/model/securityControlSettingBody.ts index addfd2627d..e27a61f7ca 100644 --- a/src/api/gs-classification-rest-api/model/securityControlSettingBody.ts +++ b/src/api/gs-classification-rest-api/model/securityControlSettingBody.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class SecurityControlSettingBody { value: any; diff --git a/src/api/gs-classification-rest-api/model/securityControlSettingEntry.ts b/src/api/gs-classification-rest-api/model/securityControlSettingEntry.ts index 7df76f5d5f..834d8cafef 100644 --- a/src/api/gs-classification-rest-api/model/securityControlSettingEntry.ts +++ b/src/api/gs-classification-rest-api/model/securityControlSettingEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { SecurityControlSetting } from './securityControlSetting'; diff --git a/src/api/gs-classification-rest-api/model/securityGroup.ts b/src/api/gs-classification-rest-api/model/securityGroup.ts index a1271774ca..2adf578494 100644 --- a/src/api/gs-classification-rest-api/model/securityGroup.ts +++ b/src/api/gs-classification-rest-api/model/securityGroup.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class SecurityGroup { id: string; diff --git a/src/api/gs-classification-rest-api/model/securityGroupBody.ts b/src/api/gs-classification-rest-api/model/securityGroupBody.ts index 9871089cb9..a3d141730c 100644 --- a/src/api/gs-classification-rest-api/model/securityGroupBody.ts +++ b/src/api/gs-classification-rest-api/model/securityGroupBody.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class SecurityGroupBody { groupName?: string; diff --git a/src/api/gs-classification-rest-api/model/securityGroupEntry.ts b/src/api/gs-classification-rest-api/model/securityGroupEntry.ts index d3d3419b24..5bbc082e41 100644 --- a/src/api/gs-classification-rest-api/model/securityGroupEntry.ts +++ b/src/api/gs-classification-rest-api/model/securityGroupEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { SecurityGroup } from './securityGroup'; diff --git a/src/api/gs-classification-rest-api/model/securityGroupPaging.ts b/src/api/gs-classification-rest-api/model/securityGroupPaging.ts index e00dc32a38..93f987ec82 100644 --- a/src/api/gs-classification-rest-api/model/securityGroupPaging.ts +++ b/src/api/gs-classification-rest-api/model/securityGroupPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { SecurityGroupPagingList } from './securityGroupPagingList'; diff --git a/src/api/gs-classification-rest-api/model/securityGroupPagingList.ts b/src/api/gs-classification-rest-api/model/securityGroupPagingList.ts index ca5dd77888..9357caf03b 100644 --- a/src/api/gs-classification-rest-api/model/securityGroupPagingList.ts +++ b/src/api/gs-classification-rest-api/model/securityGroupPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Pagination } from '../../content-rest-api/model/pagination'; import { SecurityGroupEntry } from './securityGroupEntry'; diff --git a/src/api/gs-classification-rest-api/model/securityMark.ts b/src/api/gs-classification-rest-api/model/securityMark.ts index ac27375b77..05c6eff91c 100644 --- a/src/api/gs-classification-rest-api/model/securityMark.ts +++ b/src/api/gs-classification-rest-api/model/securityMark.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class SecurityMark { id: string; diff --git a/src/api/gs-classification-rest-api/model/securityMarkBody.ts b/src/api/gs-classification-rest-api/model/securityMarkBody.ts index 976fc8a68f..4722373cfa 100644 --- a/src/api/gs-classification-rest-api/model/securityMarkBody.ts +++ b/src/api/gs-classification-rest-api/model/securityMarkBody.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class SecurityMarkBody { name : string; diff --git a/src/api/gs-classification-rest-api/model/securityMarkEntry.ts b/src/api/gs-classification-rest-api/model/securityMarkEntry.ts index a85b8da65f..418f4f1811 100644 --- a/src/api/gs-classification-rest-api/model/securityMarkEntry.ts +++ b/src/api/gs-classification-rest-api/model/securityMarkEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { SecurityMark } from './securityMark'; diff --git a/src/api/gs-classification-rest-api/model/securityMarkInformation.ts b/src/api/gs-classification-rest-api/model/securityMarkInformation.ts index 34a3438693..3010aa14a1 100644 --- a/src/api/gs-classification-rest-api/model/securityMarkInformation.ts +++ b/src/api/gs-classification-rest-api/model/securityMarkInformation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { SecurityMarks } from './securityMarks'; diff --git a/src/api/gs-classification-rest-api/model/securityMarkInformationBody.ts b/src/api/gs-classification-rest-api/model/securityMarkInformationBody.ts index ca96be9be0..58db3c4d56 100644 --- a/src/api/gs-classification-rest-api/model/securityMarkInformationBody.ts +++ b/src/api/gs-classification-rest-api/model/securityMarkInformationBody.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { SecurityMarksBody } from './securityMarksBody'; diff --git a/src/api/gs-classification-rest-api/model/securityMarkPaging.ts b/src/api/gs-classification-rest-api/model/securityMarkPaging.ts index e3f11e068f..61a4dad1f4 100644 --- a/src/api/gs-classification-rest-api/model/securityMarkPaging.ts +++ b/src/api/gs-classification-rest-api/model/securityMarkPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { SecurityMarkPagingList } from './securityMarkPagingList'; diff --git a/src/api/gs-classification-rest-api/model/securityMarkPagingList.ts b/src/api/gs-classification-rest-api/model/securityMarkPagingList.ts index f95da5a9fa..3f6924cfa6 100644 --- a/src/api/gs-classification-rest-api/model/securityMarkPagingList.ts +++ b/src/api/gs-classification-rest-api/model/securityMarkPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Pagination } from '../../content-rest-api/model/pagination'; import { SecurityMarkEntry } from './securityMarkEntry'; diff --git a/src/api/gs-classification-rest-api/model/securityMarks.ts b/src/api/gs-classification-rest-api/model/securityMarks.ts index fcf4ef5d3b..acbca49d82 100644 --- a/src/api/gs-classification-rest-api/model/securityMarks.ts +++ b/src/api/gs-classification-rest-api/model/securityMarks.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { SecurityMark } from './securityMark'; diff --git a/src/api/gs-classification-rest-api/model/securityMarksBody.ts b/src/api/gs-classification-rest-api/model/securityMarksBody.ts index bfd5bb6e47..6f88c6b024 100644 --- a/src/api/gs-classification-rest-api/model/securityMarksBody.ts +++ b/src/api/gs-classification-rest-api/model/securityMarksBody.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { SecurityMarkBody } from './securityMarkBody'; diff --git a/src/api/gs-classification-rest-api/model/subtopicPaging.ts b/src/api/gs-classification-rest-api/model/subtopicPaging.ts index f9009084ea..3413bf9a65 100644 --- a/src/api/gs-classification-rest-api/model/subtopicPaging.ts +++ b/src/api/gs-classification-rest-api/model/subtopicPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { TopicPagingList } from './topicPagingList'; diff --git a/src/api/gs-classification-rest-api/model/topic.ts b/src/api/gs-classification-rest-api/model/topic.ts index 01288aef34..2efddaa22b 100644 --- a/src/api/gs-classification-rest-api/model/topic.ts +++ b/src/api/gs-classification-rest-api/model/topic.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ClassificationGuideInTopic } from './classificationGuideInTopic'; import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; diff --git a/src/api/gs-classification-rest-api/model/topicBody.ts b/src/api/gs-classification-rest-api/model/topicBody.ts index 0968913602..9a5be118f3 100644 --- a/src/api/gs-classification-rest-api/model/topicBody.ts +++ b/src/api/gs-classification-rest-api/model/topicBody.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { InstructionBody } from './instructionBody'; diff --git a/src/api/gs-classification-rest-api/model/topicEntry.ts b/src/api/gs-classification-rest-api/model/topicEntry.ts index 3f51b60e44..42b242b3d8 100644 --- a/src/api/gs-classification-rest-api/model/topicEntry.ts +++ b/src/api/gs-classification-rest-api/model/topicEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Topic } from './topic'; diff --git a/src/api/gs-classification-rest-api/model/topicPaging.ts b/src/api/gs-classification-rest-api/model/topicPaging.ts index 40f50da069..621ac57044 100644 --- a/src/api/gs-classification-rest-api/model/topicPaging.ts +++ b/src/api/gs-classification-rest-api/model/topicPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { TopicPagingList } from './topicPagingList'; diff --git a/src/api/gs-classification-rest-api/model/topicPagingList.ts b/src/api/gs-classification-rest-api/model/topicPagingList.ts index c5abb6b352..b9b06245bf 100644 --- a/src/api/gs-classification-rest-api/model/topicPagingList.ts +++ b/src/api/gs-classification-rest-api/model/topicPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Pagination } from '../../content-rest-api/model/pagination'; import { TopicEntry } from './topicEntry'; diff --git a/src/api/gs-core-rest-api/api/base.api.ts b/src/api/gs-core-rest-api/api/base.api.ts index 85b07838da..d313884ccb 100644 --- a/src/api/gs-core-rest-api/api/base.api.ts +++ b/src/api/gs-core-rest-api/api/base.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ApiClient } from '../../../api-clients/api-client'; import { LegacyHttpClient } from '../../../api-clients/http-client.interface'; diff --git a/src/api/gs-core-rest-api/api/filePlans.api.ts b/src/api/gs-core-rest-api/api/filePlans.api.ts index ebfd7040bd..b6872610ac 100644 --- a/src/api/gs-core-rest-api/api/filePlans.api.ts +++ b/src/api/gs-core-rest-api/api/filePlans.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { FilePlanBodyUpdate } from '../model/filePlanBodyUpdate'; import { FilePlanEntry } from '../model/filePlanEntry'; diff --git a/src/api/gs-core-rest-api/api/files.api.ts b/src/api/gs-core-rest-api/api/files.api.ts index daa6b91b0d..967cf37cce 100644 --- a/src/api/gs-core-rest-api/api/files.api.ts +++ b/src/api/gs-core-rest-api/api/files.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { RecordEntry } from '../model/recordEntry'; import { BaseApi } from './base.api'; diff --git a/src/api/gs-core-rest-api/api/gsSites.api.ts b/src/api/gs-core-rest-api/api/gsSites.api.ts index b60d779b1f..c357d7e01a 100644 --- a/src/api/gs-core-rest-api/api/gsSites.api.ts +++ b/src/api/gs-core-rest-api/api/gsSites.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { RMSiteBodyCreate } from '../model/rMSiteBodyCreate'; import { RMSiteBodyUpdate } from '../model/rMSiteBodyUpdate'; diff --git a/src/api/gs-core-rest-api/api/index.ts b/src/api/gs-core-rest-api/api/index.ts index dde556e76c..e890509365 100644 --- a/src/api/gs-core-rest-api/api/index.ts +++ b/src/api/gs-core-rest-api/api/index.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export * from './filePlans.api'; import { FilePlansApi } from './filePlans.api'; diff --git a/src/api/gs-core-rest-api/api/recordCategories.api.ts b/src/api/gs-core-rest-api/api/recordCategories.api.ts index 3ba924ef63..c0f728b6a0 100644 --- a/src/api/gs-core-rest-api/api/recordCategories.api.ts +++ b/src/api/gs-core-rest-api/api/recordCategories.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { FilePlanComponentBodyUpdate } from '../model/filePlanComponentBodyUpdate'; import { RMNodeBodyCreateWithRelativePath } from '../model/rMNodeBodyCreateWithRelativePath'; diff --git a/src/api/gs-core-rest-api/api/recordFolders.api.ts b/src/api/gs-core-rest-api/api/recordFolders.api.ts index 0cf319846c..a222d2e643 100644 --- a/src/api/gs-core-rest-api/api/recordFolders.api.ts +++ b/src/api/gs-core-rest-api/api/recordFolders.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { FilePlanComponentBodyUpdate } from '../model/filePlanComponentBodyUpdate'; import { RMNodeBodyCreate } from '../model/rMNodeBodyCreate'; diff --git a/src/api/gs-core-rest-api/api/records.api.ts b/src/api/gs-core-rest-api/api/records.api.ts index 3f6ff84b82..550a517969 100644 --- a/src/api/gs-core-rest-api/api/records.api.ts +++ b/src/api/gs-core-rest-api/api/records.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { FilePlanComponentBodyUpdate } from '../model/filePlanComponentBodyUpdate'; import { RecordEntry } from '../model/recordEntry'; diff --git a/src/api/gs-core-rest-api/api/transferContainers.api.ts b/src/api/gs-core-rest-api/api/transferContainers.api.ts index 86c04e5c34..eceab293b7 100644 --- a/src/api/gs-core-rest-api/api/transferContainers.api.ts +++ b/src/api/gs-core-rest-api/api/transferContainers.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { TransferContainerAssociationPaging } from '../model/transferContainerAssociationPaging'; import { TransferContainerBodyUpdate } from '../model/transferContainerBodyUpdate'; diff --git a/src/api/gs-core-rest-api/api/transfers.api.ts b/src/api/gs-core-rest-api/api/transfers.api.ts index 91ed0ff316..c54dc880f4 100644 --- a/src/api/gs-core-rest-api/api/transfers.api.ts +++ b/src/api/gs-core-rest-api/api/transfers.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { TransferAssociationPaging } from '../model/transferAssociationPaging'; import { TransferEntry } from '../model/transferEntry'; diff --git a/src/api/gs-core-rest-api/api/unfiledContainers.api.ts b/src/api/gs-core-rest-api/api/unfiledContainers.api.ts index a03efd6409..65e8c48cae 100644 --- a/src/api/gs-core-rest-api/api/unfiledContainers.api.ts +++ b/src/api/gs-core-rest-api/api/unfiledContainers.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { RMNodeBodyCreate } from '../model/rMNodeBodyCreate'; import { UnfiledContainerAssociationPaging } from '../model/unfiledContainerAssociationPaging'; diff --git a/src/api/gs-core-rest-api/api/unfiledRecordFolders.api.ts b/src/api/gs-core-rest-api/api/unfiledRecordFolders.api.ts index ae95732087..27e32e9a06 100644 --- a/src/api/gs-core-rest-api/api/unfiledRecordFolders.api.ts +++ b/src/api/gs-core-rest-api/api/unfiledRecordFolders.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { RMNodeBodyCreateWithRelativePath } from '../model/rMNodeBodyCreateWithRelativePath'; import { UnfiledRecordFolderAssociationPaging } from '../model/unfiledRecordFolderAssociationPaging'; diff --git a/src/api/gs-core-rest-api/index.ts b/src/api/gs-core-rest-api/index.ts index cd84e7a1c0..6eadb2eda9 100644 --- a/src/api/gs-core-rest-api/index.ts +++ b/src/api/gs-core-rest-api/index.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export * from './api'; export * from './model'; diff --git a/src/api/gs-core-rest-api/model/filePlan.ts b/src/api/gs-core-rest-api/model/filePlan.ts index 3c0bb1665d..00a828e242 100644 --- a/src/api/gs-core-rest-api/model/filePlan.ts +++ b/src/api/gs-core-rest-api/model/filePlan.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; import { PathInfo } from '../../content-rest-api/model/pathInfo'; diff --git a/src/api/gs-core-rest-api/model/filePlanBodyUpdate.ts b/src/api/gs-core-rest-api/model/filePlanBodyUpdate.ts index 44c19afa5b..a476805c21 100644 --- a/src/api/gs-core-rest-api/model/filePlanBodyUpdate.ts +++ b/src/api/gs-core-rest-api/model/filePlanBodyUpdate.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class FilePlanBodyUpdate { properties?: { [key: string]: string; }; diff --git a/src/api/gs-core-rest-api/model/filePlanComponentBodyUpdate.ts b/src/api/gs-core-rest-api/model/filePlanComponentBodyUpdate.ts index 760a6e08c3..cd8805513e 100644 --- a/src/api/gs-core-rest-api/model/filePlanComponentBodyUpdate.ts +++ b/src/api/gs-core-rest-api/model/filePlanComponentBodyUpdate.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class FilePlanComponentBodyUpdate { /** diff --git a/src/api/gs-core-rest-api/model/filePlanEntry.ts b/src/api/gs-core-rest-api/model/filePlanEntry.ts index 21e369c8cd..9d02265089 100644 --- a/src/api/gs-core-rest-api/model/filePlanEntry.ts +++ b/src/api/gs-core-rest-api/model/filePlanEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { FilePlan } from './filePlan'; diff --git a/src/api/gs-core-rest-api/model/index.ts b/src/api/gs-core-rest-api/model/index.ts index 6d014c8cd0..f23b511d57 100644 --- a/src/api/gs-core-rest-api/model/index.ts +++ b/src/api/gs-core-rest-api/model/index.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export * from './filePlan'; export * from './filePlanBodyUpdate'; diff --git a/src/api/gs-core-rest-api/model/rMNodeBodyCreate.ts b/src/api/gs-core-rest-api/model/rMNodeBodyCreate.ts index 8c00997776..0181840aa1 100644 --- a/src/api/gs-core-rest-api/model/rMNodeBodyCreate.ts +++ b/src/api/gs-core-rest-api/model/rMNodeBodyCreate.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class RMNodeBodyCreate { /** diff --git a/src/api/gs-core-rest-api/model/rMNodeBodyCreateWithRelativePath.ts b/src/api/gs-core-rest-api/model/rMNodeBodyCreateWithRelativePath.ts index fe780da7c2..e3d331dec4 100644 --- a/src/api/gs-core-rest-api/model/rMNodeBodyCreateWithRelativePath.ts +++ b/src/api/gs-core-rest-api/model/rMNodeBodyCreateWithRelativePath.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class RMNodeBodyCreateWithRelativePath { /** diff --git a/src/api/gs-core-rest-api/model/rMSite.ts b/src/api/gs-core-rest-api/model/rMSite.ts index da3019f03b..ce6080237e 100644 --- a/src/api/gs-core-rest-api/model/rMSite.ts +++ b/src/api/gs-core-rest-api/model/rMSite.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class RMSite { id: string; diff --git a/src/api/gs-core-rest-api/model/rMSiteBodyCreate.ts b/src/api/gs-core-rest-api/model/rMSiteBodyCreate.ts index 1e92948ba4..3f378f5ad7 100644 --- a/src/api/gs-core-rest-api/model/rMSiteBodyCreate.ts +++ b/src/api/gs-core-rest-api/model/rMSiteBodyCreate.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class RMSiteBodyCreate { title: string; diff --git a/src/api/gs-core-rest-api/model/rMSiteBodyUpdate.ts b/src/api/gs-core-rest-api/model/rMSiteBodyUpdate.ts index bfa30e878e..debc5e5404 100644 --- a/src/api/gs-core-rest-api/model/rMSiteBodyUpdate.ts +++ b/src/api/gs-core-rest-api/model/rMSiteBodyUpdate.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class RMSiteBodyUpdate { title?: string; diff --git a/src/api/gs-core-rest-api/model/rMSiteEntry.ts b/src/api/gs-core-rest-api/model/rMSiteEntry.ts index 4758b21386..6bf8581b60 100644 --- a/src/api/gs-core-rest-api/model/rMSiteEntry.ts +++ b/src/api/gs-core-rest-api/model/rMSiteEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { RMSite } from './rMSite'; diff --git a/src/api/gs-core-rest-api/model/record.ts b/src/api/gs-core-rest-api/model/record.ts index 1beb963dbc..4ff8af7ab5 100644 --- a/src/api/gs-core-rest-api/model/record.ts +++ b/src/api/gs-core-rest-api/model/record.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ContentInfo } from '../../content-rest-api/model/contentInfo'; import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; diff --git a/src/api/gs-core-rest-api/model/recordCategory.ts b/src/api/gs-core-rest-api/model/recordCategory.ts index b66d2bccda..9ad1c6651b 100644 --- a/src/api/gs-core-rest-api/model/recordCategory.ts +++ b/src/api/gs-core-rest-api/model/recordCategory.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; import { PathInfo } from '../../content-rest-api/model/pathInfo'; diff --git a/src/api/gs-core-rest-api/model/recordCategoryChild.ts b/src/api/gs-core-rest-api/model/recordCategoryChild.ts index 355ce752f5..0ac0ba4ccd 100644 --- a/src/api/gs-core-rest-api/model/recordCategoryChild.ts +++ b/src/api/gs-core-rest-api/model/recordCategoryChild.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; import { PathInfo } from '../../content-rest-api/model/pathInfo'; diff --git a/src/api/gs-core-rest-api/model/recordCategoryChildEntry.ts b/src/api/gs-core-rest-api/model/recordCategoryChildEntry.ts index 92504c475a..a6523a323a 100644 --- a/src/api/gs-core-rest-api/model/recordCategoryChildEntry.ts +++ b/src/api/gs-core-rest-api/model/recordCategoryChildEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { RecordCategoryChild } from './recordCategoryChild'; diff --git a/src/api/gs-core-rest-api/model/recordCategoryChildPaging.ts b/src/api/gs-core-rest-api/model/recordCategoryChildPaging.ts index 04403420fe..831bd46064 100644 --- a/src/api/gs-core-rest-api/model/recordCategoryChildPaging.ts +++ b/src/api/gs-core-rest-api/model/recordCategoryChildPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { RecordCategoryChildPagingList } from './recordCategoryChildPagingList'; diff --git a/src/api/gs-core-rest-api/model/recordCategoryChildPagingList.ts b/src/api/gs-core-rest-api/model/recordCategoryChildPagingList.ts index fecd06f40b..8918bf136b 100644 --- a/src/api/gs-core-rest-api/model/recordCategoryChildPagingList.ts +++ b/src/api/gs-core-rest-api/model/recordCategoryChildPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Pagination } from '../../content-rest-api/model/pagination'; import { RecordCategory } from './recordCategory'; diff --git a/src/api/gs-core-rest-api/model/recordCategoryEntry.ts b/src/api/gs-core-rest-api/model/recordCategoryEntry.ts index 344d9871d9..ebd4c188ef 100644 --- a/src/api/gs-core-rest-api/model/recordCategoryEntry.ts +++ b/src/api/gs-core-rest-api/model/recordCategoryEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { RecordCategory } from './recordCategory'; diff --git a/src/api/gs-core-rest-api/model/recordCategoryPaging.ts b/src/api/gs-core-rest-api/model/recordCategoryPaging.ts index 67b0af840c..aaf855c0e9 100644 --- a/src/api/gs-core-rest-api/model/recordCategoryPaging.ts +++ b/src/api/gs-core-rest-api/model/recordCategoryPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { RecordCategoryPagingList } from './recordCategoryPagingList'; diff --git a/src/api/gs-core-rest-api/model/recordCategoryPagingList.ts b/src/api/gs-core-rest-api/model/recordCategoryPagingList.ts index c85195f7a4..866be2d75f 100644 --- a/src/api/gs-core-rest-api/model/recordCategoryPagingList.ts +++ b/src/api/gs-core-rest-api/model/recordCategoryPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { FilePlan } from './filePlan'; import { Pagination } from '../../content-rest-api/model/pagination'; diff --git a/src/api/gs-core-rest-api/model/recordEntry.ts b/src/api/gs-core-rest-api/model/recordEntry.ts index 7896e77282..7fb1a1525f 100644 --- a/src/api/gs-core-rest-api/model/recordEntry.ts +++ b/src/api/gs-core-rest-api/model/recordEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Record } from './record'; diff --git a/src/api/gs-core-rest-api/model/recordFolder.ts b/src/api/gs-core-rest-api/model/recordFolder.ts index 285a4cd56f..646d9f1002 100644 --- a/src/api/gs-core-rest-api/model/recordFolder.ts +++ b/src/api/gs-core-rest-api/model/recordFolder.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; import { PathInfo } from '../../content-rest-api/model/pathInfo'; diff --git a/src/api/gs-core-rest-api/model/recordFolderAssociationPaging.ts b/src/api/gs-core-rest-api/model/recordFolderAssociationPaging.ts index ac0bbdafc0..40715082a0 100644 --- a/src/api/gs-core-rest-api/model/recordFolderAssociationPaging.ts +++ b/src/api/gs-core-rest-api/model/recordFolderAssociationPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { RecordFolderAssociationPagingList } from './recordFolderAssociationPagingList'; diff --git a/src/api/gs-core-rest-api/model/recordFolderAssociationPagingList.ts b/src/api/gs-core-rest-api/model/recordFolderAssociationPagingList.ts index 1c000b3389..9ff4807df6 100644 --- a/src/api/gs-core-rest-api/model/recordFolderAssociationPagingList.ts +++ b/src/api/gs-core-rest-api/model/recordFolderAssociationPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Pagination } from '../../content-rest-api/model/pagination'; import { RecordFolder } from './recordFolder'; diff --git a/src/api/gs-core-rest-api/model/recordFolderChildAssociation.ts b/src/api/gs-core-rest-api/model/recordFolderChildAssociation.ts index fa5d9263c1..6d13994d35 100644 --- a/src/api/gs-core-rest-api/model/recordFolderChildAssociation.ts +++ b/src/api/gs-core-rest-api/model/recordFolderChildAssociation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ChildAssociationInfo } from '../../content-rest-api/model/childAssociationInfo'; import { ContentInfo } from '../../content-rest-api/model/contentInfo'; diff --git a/src/api/gs-core-rest-api/model/recordFolderChildAssociationEntry.ts b/src/api/gs-core-rest-api/model/recordFolderChildAssociationEntry.ts index 0d89565e77..a6563661a4 100644 --- a/src/api/gs-core-rest-api/model/recordFolderChildAssociationEntry.ts +++ b/src/api/gs-core-rest-api/model/recordFolderChildAssociationEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { RecordFolderChildAssociation } from './recordFolderChildAssociation'; diff --git a/src/api/gs-core-rest-api/model/recordFolderEntry.ts b/src/api/gs-core-rest-api/model/recordFolderEntry.ts index 4bbbbb9cf2..2ed29d8f05 100644 --- a/src/api/gs-core-rest-api/model/recordFolderEntry.ts +++ b/src/api/gs-core-rest-api/model/recordFolderEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { RecordFolder } from './recordFolder'; diff --git a/src/api/gs-core-rest-api/model/requestBodyFile.ts b/src/api/gs-core-rest-api/model/requestBodyFile.ts index 9deeebda7e..ff9a81177f 100644 --- a/src/api/gs-core-rest-api/model/requestBodyFile.ts +++ b/src/api/gs-core-rest-api/model/requestBodyFile.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class RequestBodyFile { targetParentId: string; diff --git a/src/api/gs-core-rest-api/model/rootCategoryBodyCreate.ts b/src/api/gs-core-rest-api/model/rootCategoryBodyCreate.ts index e79e3bc862..b222b62cc6 100644 --- a/src/api/gs-core-rest-api/model/rootCategoryBodyCreate.ts +++ b/src/api/gs-core-rest-api/model/rootCategoryBodyCreate.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class RootCategoryBodyCreate { /** diff --git a/src/api/gs-core-rest-api/model/transfer.ts b/src/api/gs-core-rest-api/model/transfer.ts index 001076d8c4..44723dfa6e 100644 --- a/src/api/gs-core-rest-api/model/transfer.ts +++ b/src/api/gs-core-rest-api/model/transfer.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; import { UserInfo } from '../../content-rest-api/model/userInfo'; diff --git a/src/api/gs-core-rest-api/model/transferAssociationPaging.ts b/src/api/gs-core-rest-api/model/transferAssociationPaging.ts index c8ef1d18e0..95a3ffcb85 100644 --- a/src/api/gs-core-rest-api/model/transferAssociationPaging.ts +++ b/src/api/gs-core-rest-api/model/transferAssociationPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { TransferAssociationPagingList } from './transferAssociationPagingList'; diff --git a/src/api/gs-core-rest-api/model/transferAssociationPagingList.ts b/src/api/gs-core-rest-api/model/transferAssociationPagingList.ts index f46737cfaf..ce42fad3f5 100644 --- a/src/api/gs-core-rest-api/model/transferAssociationPagingList.ts +++ b/src/api/gs-core-rest-api/model/transferAssociationPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Pagination } from '../../content-rest-api/model/pagination'; import { Transfer } from './transfer'; diff --git a/src/api/gs-core-rest-api/model/transferChild.ts b/src/api/gs-core-rest-api/model/transferChild.ts index 686164d7e3..3f3a0e2360 100644 --- a/src/api/gs-core-rest-api/model/transferChild.ts +++ b/src/api/gs-core-rest-api/model/transferChild.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; import { PathInfo } from '../../content-rest-api/model/pathInfo'; diff --git a/src/api/gs-core-rest-api/model/transferChildAssociation.ts b/src/api/gs-core-rest-api/model/transferChildAssociation.ts index 03a2680e23..b72a1ea1e0 100644 --- a/src/api/gs-core-rest-api/model/transferChildAssociation.ts +++ b/src/api/gs-core-rest-api/model/transferChildAssociation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ChildAssociationInfo } from '../../content-rest-api/model/childAssociationInfo'; import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; diff --git a/src/api/gs-core-rest-api/model/transferChildAssociationEntry.ts b/src/api/gs-core-rest-api/model/transferChildAssociationEntry.ts index edfc154fdf..7f302471f8 100644 --- a/src/api/gs-core-rest-api/model/transferChildAssociationEntry.ts +++ b/src/api/gs-core-rest-api/model/transferChildAssociationEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { TransferChildAssociation } from './transferChildAssociation'; diff --git a/src/api/gs-core-rest-api/model/transferContainer.ts b/src/api/gs-core-rest-api/model/transferContainer.ts index 0ef84da548..c0723a22b3 100644 --- a/src/api/gs-core-rest-api/model/transferContainer.ts +++ b/src/api/gs-core-rest-api/model/transferContainer.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; import { UserInfo } from '../../content-rest-api/model/userInfo'; diff --git a/src/api/gs-core-rest-api/model/transferContainerAssociationPaging.ts b/src/api/gs-core-rest-api/model/transferContainerAssociationPaging.ts index d0d8de7a95..73f30ffe34 100644 --- a/src/api/gs-core-rest-api/model/transferContainerAssociationPaging.ts +++ b/src/api/gs-core-rest-api/model/transferContainerAssociationPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { TransferContainerAssociationPagingList } from './transferContainerAssociationPagingList'; diff --git a/src/api/gs-core-rest-api/model/transferContainerAssociationPagingList.ts b/src/api/gs-core-rest-api/model/transferContainerAssociationPagingList.ts index ec01561512..d80bc881ef 100644 --- a/src/api/gs-core-rest-api/model/transferContainerAssociationPagingList.ts +++ b/src/api/gs-core-rest-api/model/transferContainerAssociationPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Pagination } from '../../content-rest-api/model/pagination'; import { TransferContainer } from './transferContainer'; diff --git a/src/api/gs-core-rest-api/model/transferContainerBodyUpdate.ts b/src/api/gs-core-rest-api/model/transferContainerBodyUpdate.ts index 97016bbfa8..bf93c9be88 100644 --- a/src/api/gs-core-rest-api/model/transferContainerBodyUpdate.ts +++ b/src/api/gs-core-rest-api/model/transferContainerBodyUpdate.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class TransferContainerBodyUpdate { /** diff --git a/src/api/gs-core-rest-api/model/transferContainerChild.ts b/src/api/gs-core-rest-api/model/transferContainerChild.ts index a47b490c2a..670cd4e76b 100644 --- a/src/api/gs-core-rest-api/model/transferContainerChild.ts +++ b/src/api/gs-core-rest-api/model/transferContainerChild.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; import { UserInfo } from '../../content-rest-api/model/userInfo'; diff --git a/src/api/gs-core-rest-api/model/transferContainerChildAssociation.ts b/src/api/gs-core-rest-api/model/transferContainerChildAssociation.ts index bd06bc47d0..070f087ef7 100644 --- a/src/api/gs-core-rest-api/model/transferContainerChildAssociation.ts +++ b/src/api/gs-core-rest-api/model/transferContainerChildAssociation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ChildAssociationInfo } from '../../content-rest-api/model/childAssociationInfo'; import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; diff --git a/src/api/gs-core-rest-api/model/transferContainerChildAssociationEntry.ts b/src/api/gs-core-rest-api/model/transferContainerChildAssociationEntry.ts index 3c60a53276..aa56e29da4 100644 --- a/src/api/gs-core-rest-api/model/transferContainerChildAssociationEntry.ts +++ b/src/api/gs-core-rest-api/model/transferContainerChildAssociationEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { TransferContainerChildAssociation } from './transferContainerChildAssociation'; diff --git a/src/api/gs-core-rest-api/model/transferContainerEntry.ts b/src/api/gs-core-rest-api/model/transferContainerEntry.ts index 2fa099b3b0..3d59a72f49 100644 --- a/src/api/gs-core-rest-api/model/transferContainerEntry.ts +++ b/src/api/gs-core-rest-api/model/transferContainerEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { TransferContainer } from './transferContainer'; diff --git a/src/api/gs-core-rest-api/model/transferEntry.ts b/src/api/gs-core-rest-api/model/transferEntry.ts index ef178d009f..015cc00903 100644 --- a/src/api/gs-core-rest-api/model/transferEntry.ts +++ b/src/api/gs-core-rest-api/model/transferEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Transfer } from './transfer'; diff --git a/src/api/gs-core-rest-api/model/unfiledContainer.ts b/src/api/gs-core-rest-api/model/unfiledContainer.ts index caf7f2c8cc..bf5dae2c7f 100644 --- a/src/api/gs-core-rest-api/model/unfiledContainer.ts +++ b/src/api/gs-core-rest-api/model/unfiledContainer.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; import { PathInfo } from '../../content-rest-api/model/pathInfo'; diff --git a/src/api/gs-core-rest-api/model/unfiledContainerAssociationPaging.ts b/src/api/gs-core-rest-api/model/unfiledContainerAssociationPaging.ts index b4e8a70733..dea76e84b9 100644 --- a/src/api/gs-core-rest-api/model/unfiledContainerAssociationPaging.ts +++ b/src/api/gs-core-rest-api/model/unfiledContainerAssociationPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { UnfiledContainerAssociationPagingList } from './unfiledContainerAssociationPagingList'; diff --git a/src/api/gs-core-rest-api/model/unfiledContainerAssociationPagingList.ts b/src/api/gs-core-rest-api/model/unfiledContainerAssociationPagingList.ts index aca76a1b93..9018aa351a 100644 --- a/src/api/gs-core-rest-api/model/unfiledContainerAssociationPagingList.ts +++ b/src/api/gs-core-rest-api/model/unfiledContainerAssociationPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Pagination } from '../../content-rest-api/model/pagination'; import { UnfiledContainer } from './unfiledContainer'; diff --git a/src/api/gs-core-rest-api/model/unfiledContainerChild.ts b/src/api/gs-core-rest-api/model/unfiledContainerChild.ts index 261cc0fa57..7ce3452131 100644 --- a/src/api/gs-core-rest-api/model/unfiledContainerChild.ts +++ b/src/api/gs-core-rest-api/model/unfiledContainerChild.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; import { PathInfo } from '../../content-rest-api/model/pathInfo'; diff --git a/src/api/gs-core-rest-api/model/unfiledContainerChildAssociation.ts b/src/api/gs-core-rest-api/model/unfiledContainerChildAssociation.ts index 2660108676..344f6ab34a 100644 --- a/src/api/gs-core-rest-api/model/unfiledContainerChildAssociation.ts +++ b/src/api/gs-core-rest-api/model/unfiledContainerChildAssociation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ChildAssociationInfo } from '../../content-rest-api/model/childAssociationInfo'; import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; diff --git a/src/api/gs-core-rest-api/model/unfiledContainerChildAssociationEntry.ts b/src/api/gs-core-rest-api/model/unfiledContainerChildAssociationEntry.ts index c2febb2beb..e38bf1dc82 100644 --- a/src/api/gs-core-rest-api/model/unfiledContainerChildAssociationEntry.ts +++ b/src/api/gs-core-rest-api/model/unfiledContainerChildAssociationEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { UnfiledContainerChildAssociation } from './unfiledContainerChildAssociation'; diff --git a/src/api/gs-core-rest-api/model/unfiledContainerEntry.ts b/src/api/gs-core-rest-api/model/unfiledContainerEntry.ts index 2fbb7b2ff2..203801d6b5 100644 --- a/src/api/gs-core-rest-api/model/unfiledContainerEntry.ts +++ b/src/api/gs-core-rest-api/model/unfiledContainerEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { UnfiledContainer } from './unfiledContainer'; diff --git a/src/api/gs-core-rest-api/model/unfiledRecordContainerBodyUpdate.ts b/src/api/gs-core-rest-api/model/unfiledRecordContainerBodyUpdate.ts index 64ed07b62e..8fe9f693bc 100644 --- a/src/api/gs-core-rest-api/model/unfiledRecordContainerBodyUpdate.ts +++ b/src/api/gs-core-rest-api/model/unfiledRecordContainerBodyUpdate.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class UnfiledRecordContainerBodyUpdate { /** diff --git a/src/api/gs-core-rest-api/model/unfiledRecordFolder.ts b/src/api/gs-core-rest-api/model/unfiledRecordFolder.ts index f38ca7ae1a..f3530a2f64 100644 --- a/src/api/gs-core-rest-api/model/unfiledRecordFolder.ts +++ b/src/api/gs-core-rest-api/model/unfiledRecordFolder.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; import { PathInfo } from '../../content-rest-api/model/pathInfo'; diff --git a/src/api/gs-core-rest-api/model/unfiledRecordFolderAssociationPaging.ts b/src/api/gs-core-rest-api/model/unfiledRecordFolderAssociationPaging.ts index c1c8f80e01..f1542d6390 100644 --- a/src/api/gs-core-rest-api/model/unfiledRecordFolderAssociationPaging.ts +++ b/src/api/gs-core-rest-api/model/unfiledRecordFolderAssociationPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { UnfiledRecordFolderAssociationPagingList } from './unfiledRecordFolderAssociationPagingList'; diff --git a/src/api/gs-core-rest-api/model/unfiledRecordFolderAssociationPagingList.ts b/src/api/gs-core-rest-api/model/unfiledRecordFolderAssociationPagingList.ts index 4f525082ce..940c989730 100644 --- a/src/api/gs-core-rest-api/model/unfiledRecordFolderAssociationPagingList.ts +++ b/src/api/gs-core-rest-api/model/unfiledRecordFolderAssociationPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Pagination } from '../../content-rest-api/model/pagination'; import { UnfiledRecordFolder } from './unfiledRecordFolder'; diff --git a/src/api/gs-core-rest-api/model/unfiledRecordFolderBodyUpdate.ts b/src/api/gs-core-rest-api/model/unfiledRecordFolderBodyUpdate.ts index 2e2c0457c0..d54c04160b 100644 --- a/src/api/gs-core-rest-api/model/unfiledRecordFolderBodyUpdate.ts +++ b/src/api/gs-core-rest-api/model/unfiledRecordFolderBodyUpdate.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class UnfiledRecordFolderBodyUpdate { /** diff --git a/src/api/gs-core-rest-api/model/unfiledRecordFolderChild.ts b/src/api/gs-core-rest-api/model/unfiledRecordFolderChild.ts index 2ab1c57605..426694747d 100644 --- a/src/api/gs-core-rest-api/model/unfiledRecordFolderChild.ts +++ b/src/api/gs-core-rest-api/model/unfiledRecordFolderChild.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; import { PathInfo } from '../../content-rest-api/model/pathInfo'; diff --git a/src/api/gs-core-rest-api/model/unfiledRecordFolderChildAssociation.ts b/src/api/gs-core-rest-api/model/unfiledRecordFolderChildAssociation.ts index dbcf64a588..e94fc7542c 100644 --- a/src/api/gs-core-rest-api/model/unfiledRecordFolderChildAssociation.ts +++ b/src/api/gs-core-rest-api/model/unfiledRecordFolderChildAssociation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ChildAssociationInfo } from '../../content-rest-api/model/childAssociationInfo'; import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; diff --git a/src/api/gs-core-rest-api/model/unfiledRecordFolderChildAssociationEntry.ts b/src/api/gs-core-rest-api/model/unfiledRecordFolderChildAssociationEntry.ts index 7bf589b054..09d48a1830 100644 --- a/src/api/gs-core-rest-api/model/unfiledRecordFolderChildAssociationEntry.ts +++ b/src/api/gs-core-rest-api/model/unfiledRecordFolderChildAssociationEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { UnfiledRecordFolderChildAssociation } from './unfiledRecordFolderChildAssociation'; diff --git a/src/api/gs-core-rest-api/model/unfiledRecordFolderEntry.ts b/src/api/gs-core-rest-api/model/unfiledRecordFolderEntry.ts index b3d9a79676..f24bc50528 100644 --- a/src/api/gs-core-rest-api/model/unfiledRecordFolderEntry.ts +++ b/src/api/gs-core-rest-api/model/unfiledRecordFolderEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { UnfiledRecordFolder } from './unfiledRecordFolder'; diff --git a/src/api/model-rest-api/api/aspects.api.ts b/src/api/model-rest-api/api/aspects.api.ts index 1c755b5523..a58bcd5ac0 100644 --- a/src/api/model-rest-api/api/aspects.api.ts +++ b/src/api/model-rest-api/api/aspects.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AspectEntry } from '../model/aspectEntry'; import { AspectPaging } from '../model/aspectPaging'; diff --git a/src/api/model-rest-api/api/base.api.ts b/src/api/model-rest-api/api/base.api.ts index d470fcf56b..6af5830d9f 100644 --- a/src/api/model-rest-api/api/base.api.ts +++ b/src/api/model-rest-api/api/base.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ApiClient } from '../../../api-clients/api-client'; import { LegacyHttpClient } from '../../../api-clients/http-client.interface'; diff --git a/src/api/model-rest-api/api/index.ts b/src/api/model-rest-api/api/index.ts index b6e289cbfe..d7362619dd 100644 --- a/src/api/model-rest-api/api/index.ts +++ b/src/api/model-rest-api/api/index.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export * from './aspects.api'; import { AspectsApi } from './aspects.api'; diff --git a/src/api/model-rest-api/api/types.api.ts b/src/api/model-rest-api/api/types.api.ts index 040b05a62b..16f9757f53 100644 --- a/src/api/model-rest-api/api/types.api.ts +++ b/src/api/model-rest-api/api/types.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { TypeEntry } from '../model/typeEntry'; import { TypePaging } from '../model/typePaging'; diff --git a/src/api/model-rest-api/index.ts b/src/api/model-rest-api/index.ts index cd84e7a1c0..6eadb2eda9 100644 --- a/src/api/model-rest-api/index.ts +++ b/src/api/model-rest-api/index.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export * from './api'; export * from './model'; diff --git a/src/api/model-rest-api/model/abstractClass.ts b/src/api/model-rest-api/model/abstractClass.ts index 47f4e97613..8001136b13 100644 --- a/src/api/model-rest-api/model/abstractClass.ts +++ b/src/api/model-rest-api/model/abstractClass.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Property } from '../../content-rest-api/model/property'; import { AbstractClassAssociation } from './abstractClassAssociation'; diff --git a/src/api/model-rest-api/model/abstractClassAssociation.ts b/src/api/model-rest-api/model/abstractClassAssociation.ts index 9f9c711cc1..b2f040112f 100644 --- a/src/api/model-rest-api/model/abstractClassAssociation.ts +++ b/src/api/model-rest-api/model/abstractClassAssociation.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AbstractClassAssociationSource } from './abstractClassAssociationSource'; diff --git a/src/api/model-rest-api/model/abstractClassAssociationSource.ts b/src/api/model-rest-api/model/abstractClassAssociationSource.ts index 30cdded21b..a1cd450093 100644 --- a/src/api/model-rest-api/model/abstractClassAssociationSource.ts +++ b/src/api/model-rest-api/model/abstractClassAssociationSource.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class AbstractClassAssociationSource { role?: string; diff --git a/src/api/model-rest-api/model/aspect.ts b/src/api/model-rest-api/model/aspect.ts index 634a1d6edb..ab4394c7c2 100644 --- a/src/api/model-rest-api/model/aspect.ts +++ b/src/api/model-rest-api/model/aspect.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AbstractClass } from './abstractClass'; diff --git a/src/api/model-rest-api/model/aspectEntry.ts b/src/api/model-rest-api/model/aspectEntry.ts index 126fc647bc..9ba7b1f365 100644 --- a/src/api/model-rest-api/model/aspectEntry.ts +++ b/src/api/model-rest-api/model/aspectEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Aspect } from './aspect'; diff --git a/src/api/model-rest-api/model/aspectPaging.ts b/src/api/model-rest-api/model/aspectPaging.ts index 2250a531e9..f452e84cab 100644 --- a/src/api/model-rest-api/model/aspectPaging.ts +++ b/src/api/model-rest-api/model/aspectPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AspectPagingList } from './aspectPagingList'; diff --git a/src/api/model-rest-api/model/aspectPagingList.ts b/src/api/model-rest-api/model/aspectPagingList.ts index 9ffe158531..924893e25a 100644 --- a/src/api/model-rest-api/model/aspectPagingList.ts +++ b/src/api/model-rest-api/model/aspectPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AspectEntry } from './aspectEntry'; import { Pagination } from '../../content-rest-api/model/pagination'; diff --git a/src/api/model-rest-api/model/index.ts b/src/api/model-rest-api/model/index.ts index d96af2a682..987bea2b65 100644 --- a/src/api/model-rest-api/model/index.ts +++ b/src/api/model-rest-api/model/index.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export * from './abstractClass'; export * from './abstractClassAssociation'; diff --git a/src/api/model-rest-api/model/model.ts b/src/api/model-rest-api/model/model.ts index 4fa5906da0..888be66bdc 100644 --- a/src/api/model-rest-api/model/model.ts +++ b/src/api/model-rest-api/model/model.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class Model { id: string; diff --git a/src/api/model-rest-api/model/type.ts b/src/api/model-rest-api/model/type.ts index 742e97b123..d980511224 100644 --- a/src/api/model-rest-api/model/type.ts +++ b/src/api/model-rest-api/model/type.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AbstractClass } from './abstractClass'; diff --git a/src/api/model-rest-api/model/typeEntry.ts b/src/api/model-rest-api/model/typeEntry.ts index 1a9efb3a9a..ce5538f4c4 100644 --- a/src/api/model-rest-api/model/typeEntry.ts +++ b/src/api/model-rest-api/model/typeEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Type } from './type'; diff --git a/src/api/model-rest-api/model/typePaging.ts b/src/api/model-rest-api/model/typePaging.ts index ac5a8a8461..a56b6c96e3 100644 --- a/src/api/model-rest-api/model/typePaging.ts +++ b/src/api/model-rest-api/model/typePaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { TypePagingList } from './typePagingList'; diff --git a/src/api/model-rest-api/model/typePagingList.ts b/src/api/model-rest-api/model/typePagingList.ts index 4d30a4dbfe..012c25b8a4 100644 --- a/src/api/model-rest-api/model/typePagingList.ts +++ b/src/api/model-rest-api/model/typePagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Pagination } from '../../content-rest-api/model/pagination'; import { TypeEntry } from './typeEntry'; diff --git a/src/api/search-rest-api/api/base.api.ts b/src/api/search-rest-api/api/base.api.ts index 248d63d23d..36fb223b44 100644 --- a/src/api/search-rest-api/api/base.api.ts +++ b/src/api/search-rest-api/api/base.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ApiClient } from '../../../api-clients/api-client'; import { LegacyHttpClient } from '../../../api-clients/http-client.interface'; diff --git a/src/api/search-rest-api/api/index.ts b/src/api/search-rest-api/api/index.ts index 3a8c03d0db..a94d541740 100644 --- a/src/api/search-rest-api/api/index.ts +++ b/src/api/search-rest-api/api/index.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export * from './search.api'; import { SearchApi } from './search.api'; diff --git a/src/api/search-rest-api/api/search.api.ts b/src/api/search-rest-api/api/search.api.ts index 3bce442195..cb8d6864ae 100644 --- a/src/api/search-rest-api/api/search.api.ts +++ b/src/api/search-rest-api/api/search.api.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ResultSetPaging } from '../model/resultSetPaging'; import { SearchRequest } from '../model/searchRequest'; diff --git a/src/api/search-rest-api/index.ts b/src/api/search-rest-api/index.ts index cd84e7a1c0..6eadb2eda9 100644 --- a/src/api/search-rest-api/index.ts +++ b/src/api/search-rest-api/index.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export * from './api'; export * from './model'; diff --git a/src/api/search-rest-api/model/contentInfo.ts b/src/api/search-rest-api/model/contentInfo.ts index c265acf06a..44ede4899c 100644 --- a/src/api/search-rest-api/model/contentInfo.ts +++ b/src/api/search-rest-api/model/contentInfo.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class ContentInfo { mimeType: string; diff --git a/src/api/search-rest-api/model/genericBucket.ts b/src/api/search-rest-api/model/genericBucket.ts index ee8a54a67d..eb743fd2d2 100644 --- a/src/api/search-rest-api/model/genericBucket.ts +++ b/src/api/search-rest-api/model/genericBucket.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { GenericBucketBucketInfo } from './genericBucketBucketInfo'; import { GenericMetric } from './genericMetric'; diff --git a/src/api/search-rest-api/model/genericBucketBucketInfo.ts b/src/api/search-rest-api/model/genericBucketBucketInfo.ts index a51aa41c27..6be2ec240a 100644 --- a/src/api/search-rest-api/model/genericBucketBucketInfo.ts +++ b/src/api/search-rest-api/model/genericBucketBucketInfo.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /** * Additional information of nested facet diff --git a/src/api/search-rest-api/model/genericFacetResponse.ts b/src/api/search-rest-api/model/genericFacetResponse.ts index efb802c60c..de807cab18 100644 --- a/src/api/search-rest-api/model/genericFacetResponse.ts +++ b/src/api/search-rest-api/model/genericFacetResponse.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { GenericBucket } from './genericBucket'; diff --git a/src/api/search-rest-api/model/genericMetric.ts b/src/api/search-rest-api/model/genericMetric.ts index c1d57f3390..c5d29c08d0 100644 --- a/src/api/search-rest-api/model/genericMetric.ts +++ b/src/api/search-rest-api/model/genericMetric.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /** * A metric used in faceting diff --git a/src/api/search-rest-api/model/index.ts b/src/api/search-rest-api/model/index.ts index 7fea67230d..8016139a5e 100644 --- a/src/api/search-rest-api/model/index.ts +++ b/src/api/search-rest-api/model/index.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export * from './genericBucket'; export * from './genericBucketBucketInfo'; diff --git a/src/api/search-rest-api/model/node.ts b/src/api/search-rest-api/model/node.ts index 48b0411b9a..5dba03855f 100644 --- a/src/api/search-rest-api/model/node.ts +++ b/src/api/search-rest-api/model/node.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ContentInfo } from '../../content-rest-api/model/contentInfo'; import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; diff --git a/src/api/search-rest-api/model/requestDefaults.ts b/src/api/search-rest-api/model/requestDefaults.ts index ec43f6098e..1784dfe3ae 100644 --- a/src/api/search-rest-api/model/requestDefaults.ts +++ b/src/api/search-rest-api/model/requestDefaults.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /** * Common query defaults diff --git a/src/api/search-rest-api/model/requestFacetField.ts b/src/api/search-rest-api/model/requestFacetField.ts index 2adc289a8f..b389f86ecc 100644 --- a/src/api/search-rest-api/model/requestFacetField.ts +++ b/src/api/search-rest-api/model/requestFacetField.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /** * A simple facet field diff --git a/src/api/search-rest-api/model/requestFacetFields.ts b/src/api/search-rest-api/model/requestFacetFields.ts index 797ec03000..87064f4e36 100644 --- a/src/api/search-rest-api/model/requestFacetFields.ts +++ b/src/api/search-rest-api/model/requestFacetFields.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { RequestFacetField } from './requestFacetField'; diff --git a/src/api/search-rest-api/model/requestFacetIntervals.ts b/src/api/search-rest-api/model/requestFacetIntervals.ts index a4948b6e98..e889a68ac2 100644 --- a/src/api/search-rest-api/model/requestFacetIntervals.ts +++ b/src/api/search-rest-api/model/requestFacetIntervals.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { RequestFacetIntervalsIntervals } from './requestFacetIntervalsIntervals'; import { RequestFacetSet } from './requestFacetSet'; diff --git a/src/api/search-rest-api/model/requestFacetIntervalsIntervals.ts b/src/api/search-rest-api/model/requestFacetIntervalsIntervals.ts index e3114e6e46..c9d0e07cfa 100644 --- a/src/api/search-rest-api/model/requestFacetIntervalsIntervals.ts +++ b/src/api/search-rest-api/model/requestFacetIntervalsIntervals.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { RequestFacetSet } from './requestFacetSet'; diff --git a/src/api/search-rest-api/model/requestFacetQueries.ts b/src/api/search-rest-api/model/requestFacetQueries.ts index 2f669e6cb3..2fe2f6cb74 100644 --- a/src/api/search-rest-api/model/requestFacetQueries.ts +++ b/src/api/search-rest-api/model/requestFacetQueries.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { RequestFacetQueriesInner } from './requestFacetQueriesInner'; diff --git a/src/api/search-rest-api/model/requestFacetQueriesInner.ts b/src/api/search-rest-api/model/requestFacetQueriesInner.ts index 835d3f806d..746dfbdb9f 100644 --- a/src/api/search-rest-api/model/requestFacetQueriesInner.ts +++ b/src/api/search-rest-api/model/requestFacetQueriesInner.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class RequestFacetQueriesInner { /** diff --git a/src/api/search-rest-api/model/requestFacetSet.ts b/src/api/search-rest-api/model/requestFacetSet.ts index c404e772ae..5f6d00be6f 100644 --- a/src/api/search-rest-api/model/requestFacetSet.ts +++ b/src/api/search-rest-api/model/requestFacetSet.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /** * The interval to Set diff --git a/src/api/search-rest-api/model/requestFields.ts b/src/api/search-rest-api/model/requestFields.ts index 1d48039a62..5594e386bf 100644 --- a/src/api/search-rest-api/model/requestFields.ts +++ b/src/api/search-rest-api/model/requestFields.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /** * A list of field names. diff --git a/src/api/search-rest-api/model/requestFilterQueries.ts b/src/api/search-rest-api/model/requestFilterQueries.ts index 6602db1404..3977acc3f9 100644 --- a/src/api/search-rest-api/model/requestFilterQueries.ts +++ b/src/api/search-rest-api/model/requestFilterQueries.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { RequestFilterQueriesInner } from './requestFilterQueriesInner'; diff --git a/src/api/search-rest-api/model/requestFilterQueriesInner.ts b/src/api/search-rest-api/model/requestFilterQueriesInner.ts index 43e7364050..20b230d123 100644 --- a/src/api/search-rest-api/model/requestFilterQueriesInner.ts +++ b/src/api/search-rest-api/model/requestFilterQueriesInner.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class RequestFilterQueriesInner { /** diff --git a/src/api/search-rest-api/model/requestHighlight.ts b/src/api/search-rest-api/model/requestHighlight.ts index 1f00336b8b..4d8e65e8ca 100644 --- a/src/api/search-rest-api/model/requestHighlight.ts +++ b/src/api/search-rest-api/model/requestHighlight.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { RequestHighlightFields } from './requestHighlightFields'; diff --git a/src/api/search-rest-api/model/requestHighlightFields.ts b/src/api/search-rest-api/model/requestHighlightFields.ts index 8b18280d8f..c8413624ef 100644 --- a/src/api/search-rest-api/model/requestHighlightFields.ts +++ b/src/api/search-rest-api/model/requestHighlightFields.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class RequestHighlightFields { /** diff --git a/src/api/search-rest-api/model/requestInclude.ts b/src/api/search-rest-api/model/requestInclude.ts index 16c32cc618..5d4b19e71f 100644 --- a/src/api/search-rest-api/model/requestInclude.ts +++ b/src/api/search-rest-api/model/requestInclude.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /** * Returns additional information about the node. The following optional fields can be requested: diff --git a/src/api/search-rest-api/model/requestLimits.ts b/src/api/search-rest-api/model/requestLimits.ts index bd1e9194da..e2bee387a0 100644 --- a/src/api/search-rest-api/model/requestLimits.ts +++ b/src/api/search-rest-api/model/requestLimits.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /** * Limit the time and resources used for query execution diff --git a/src/api/search-rest-api/model/requestLocalization.ts b/src/api/search-rest-api/model/requestLocalization.ts index a847828b22..9ce7a0adad 100644 --- a/src/api/search-rest-api/model/requestLocalization.ts +++ b/src/api/search-rest-api/model/requestLocalization.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /** * Localization settings diff --git a/src/api/search-rest-api/model/requestPagination.ts b/src/api/search-rest-api/model/requestPagination.ts index 6c08e8fb30..1d879cb0e6 100644 --- a/src/api/search-rest-api/model/requestPagination.ts +++ b/src/api/search-rest-api/model/requestPagination.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class RequestPagination { /** diff --git a/src/api/search-rest-api/model/requestPivot.ts b/src/api/search-rest-api/model/requestPivot.ts index 828f835eda..8e43487fd1 100644 --- a/src/api/search-rest-api/model/requestPivot.ts +++ b/src/api/search-rest-api/model/requestPivot.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /** * A list of pivots. diff --git a/src/api/search-rest-api/model/requestQuery.ts b/src/api/search-rest-api/model/requestQuery.ts index c664c27855..1a2c7c7b37 100644 --- a/src/api/search-rest-api/model/requestQuery.ts +++ b/src/api/search-rest-api/model/requestQuery.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /** * Query. diff --git a/src/api/search-rest-api/model/requestRange.ts b/src/api/search-rest-api/model/requestRange.ts index 0af6015464..0a5aec44ae 100644 --- a/src/api/search-rest-api/model/requestRange.ts +++ b/src/api/search-rest-api/model/requestRange.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /** * Facet range diff --git a/src/api/search-rest-api/model/requestScope.ts b/src/api/search-rest-api/model/requestScope.ts index 5b6d1e7484..c7900c614c 100644 --- a/src/api/search-rest-api/model/requestScope.ts +++ b/src/api/search-rest-api/model/requestScope.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /** * Scope diff --git a/src/api/search-rest-api/model/requestSortDefinition.ts b/src/api/search-rest-api/model/requestSortDefinition.ts index 1be8918721..b189c5f6ed 100644 --- a/src/api/search-rest-api/model/requestSortDefinition.ts +++ b/src/api/search-rest-api/model/requestSortDefinition.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { RequestSortDefinitionInner } from './requestSortDefinitionInner'; diff --git a/src/api/search-rest-api/model/requestSortDefinitionInner.ts b/src/api/search-rest-api/model/requestSortDefinitionInner.ts index be4c8dfbcf..5521ef6d23 100644 --- a/src/api/search-rest-api/model/requestSortDefinitionInner.ts +++ b/src/api/search-rest-api/model/requestSortDefinitionInner.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class RequestSortDefinitionInner { /** diff --git a/src/api/search-rest-api/model/requestSpellcheck.ts b/src/api/search-rest-api/model/requestSpellcheck.ts index 41b18b9ee2..f7134642c7 100644 --- a/src/api/search-rest-api/model/requestSpellcheck.ts +++ b/src/api/search-rest-api/model/requestSpellcheck.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /** * Request that spellcheck fragments to be added to result set rows diff --git a/src/api/search-rest-api/model/requestStats.ts b/src/api/search-rest-api/model/requestStats.ts index a2e545e538..9d84e51329 100644 --- a/src/api/search-rest-api/model/requestStats.ts +++ b/src/api/search-rest-api/model/requestStats.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /** * A list of stats request. diff --git a/src/api/search-rest-api/model/requestTemplates.ts b/src/api/search-rest-api/model/requestTemplates.ts index 41e3ab9009..b6a5bf7774 100644 --- a/src/api/search-rest-api/model/requestTemplates.ts +++ b/src/api/search-rest-api/model/requestTemplates.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { RequestTemplatesInner } from './requestTemplatesInner'; diff --git a/src/api/search-rest-api/model/requestTemplatesInner.ts b/src/api/search-rest-api/model/requestTemplatesInner.ts index 3ed5a43eac..3219474b3c 100644 --- a/src/api/search-rest-api/model/requestTemplatesInner.ts +++ b/src/api/search-rest-api/model/requestTemplatesInner.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class RequestTemplatesInner { /** diff --git a/src/api/search-rest-api/model/responseConsistency.ts b/src/api/search-rest-api/model/responseConsistency.ts index 268dce23e9..da09da05fb 100644 --- a/src/api/search-rest-api/model/responseConsistency.ts +++ b/src/api/search-rest-api/model/responseConsistency.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /** * The consistency state of the index used to execute the query diff --git a/src/api/search-rest-api/model/resultBuckets.ts b/src/api/search-rest-api/model/resultBuckets.ts index b36b5ec9db..e2bdaff1c0 100644 --- a/src/api/search-rest-api/model/resultBuckets.ts +++ b/src/api/search-rest-api/model/resultBuckets.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ResultBucketsBuckets } from './resultBucketsBuckets'; diff --git a/src/api/search-rest-api/model/resultBucketsBuckets.ts b/src/api/search-rest-api/model/resultBucketsBuckets.ts index 74e9352100..284f994d64 100644 --- a/src/api/search-rest-api/model/resultBucketsBuckets.ts +++ b/src/api/search-rest-api/model/resultBucketsBuckets.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class ResultBucketsBuckets { /** diff --git a/src/api/search-rest-api/model/resultNode.ts b/src/api/search-rest-api/model/resultNode.ts index 788ae6e985..5aaa074640 100644 --- a/src/api/search-rest-api/model/resultNode.ts +++ b/src/api/search-rest-api/model/resultNode.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ContentInfo } from '../../content-rest-api/model/contentInfo'; import { DateAlfresco } from '../../content-custom-api/model/dateAlfresco'; diff --git a/src/api/search-rest-api/model/resultSetContext.ts b/src/api/search-rest-api/model/resultSetContext.ts index c4459898b9..c830fed91f 100644 --- a/src/api/search-rest-api/model/resultSetContext.ts +++ b/src/api/search-rest-api/model/resultSetContext.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { GenericFacetResponse } from './genericFacetResponse'; import { ResponseConsistency } from './responseConsistency'; diff --git a/src/api/search-rest-api/model/resultSetContextFacetQueries.ts b/src/api/search-rest-api/model/resultSetContextFacetQueries.ts index b2f08aede0..e74335641a 100644 --- a/src/api/search-rest-api/model/resultSetContextFacetQueries.ts +++ b/src/api/search-rest-api/model/resultSetContextFacetQueries.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class ResultSetContextFacetQueries { label?: string; diff --git a/src/api/search-rest-api/model/resultSetContextSpellcheck.ts b/src/api/search-rest-api/model/resultSetContextSpellcheck.ts index b09a19e2f2..352b94d658 100644 --- a/src/api/search-rest-api/model/resultSetContextSpellcheck.ts +++ b/src/api/search-rest-api/model/resultSetContextSpellcheck.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class ResultSetContextSpellcheck { type?: ResultSetContextSpellcheck.TypeEnum | string; diff --git a/src/api/search-rest-api/model/resultSetPaging.ts b/src/api/search-rest-api/model/resultSetPaging.ts index 1a86201b22..8055833fd1 100644 --- a/src/api/search-rest-api/model/resultSetPaging.ts +++ b/src/api/search-rest-api/model/resultSetPaging.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ResultSetPagingList } from './resultSetPagingList'; diff --git a/src/api/search-rest-api/model/resultSetPagingList.ts b/src/api/search-rest-api/model/resultSetPagingList.ts index e4bdd4d206..e91d18dba8 100644 --- a/src/api/search-rest-api/model/resultSetPagingList.ts +++ b/src/api/search-rest-api/model/resultSetPagingList.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { Pagination } from '../../content-rest-api/model/pagination'; import { ResultSetContext } from './resultSetContext'; diff --git a/src/api/search-rest-api/model/resultSetRowEntry.ts b/src/api/search-rest-api/model/resultSetRowEntry.ts index d00b20de70..314b4acc52 100644 --- a/src/api/search-rest-api/model/resultSetRowEntry.ts +++ b/src/api/search-rest-api/model/resultSetRowEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { ResultNode } from './resultNode'; diff --git a/src/api/search-rest-api/model/searchEntry.ts b/src/api/search-rest-api/model/searchEntry.ts index 48c2549129..d4575e912b 100644 --- a/src/api/search-rest-api/model/searchEntry.ts +++ b/src/api/search-rest-api/model/searchEntry.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { SearchEntryHighlight } from './searchEntryHighlight'; diff --git a/src/api/search-rest-api/model/searchEntryHighlight.ts b/src/api/search-rest-api/model/searchEntryHighlight.ts index 03e6cfb27f..3457395ca5 100644 --- a/src/api/search-rest-api/model/searchEntryHighlight.ts +++ b/src/api/search-rest-api/model/searchEntryHighlight.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class SearchEntryHighlight { /** diff --git a/src/api/search-rest-api/model/searchRequest.ts b/src/api/search-rest-api/model/searchRequest.ts index d36866228e..2c67b0670b 100644 --- a/src/api/search-rest-api/model/searchRequest.ts +++ b/src/api/search-rest-api/model/searchRequest.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { RequestDefaults } from './requestDefaults'; import { RequestFacetFields } from './requestFacetFields'; diff --git a/src/assert.ts b/src/assert.ts index c04ce3dce2..b3c197a359 100644 --- a/src/assert.ts +++ b/src/assert.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export function throwIfNotDefined(param: any, name: string) { if (param === null || param === undefined) { diff --git a/src/authentication/authentication.ts b/src/authentication/authentication.ts index 2abb83be07..4dbf7ea9d9 100644 --- a/src/authentication/authentication.ts +++ b/src/authentication/authentication.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { BasicAuth } from './basicAuth'; import { Oauth2 } from './oauth2'; diff --git a/src/authentication/basicAuth.ts b/src/authentication/basicAuth.ts index 1f97ba936d..fcc7db0ee8 100644 --- a/src/authentication/basicAuth.ts +++ b/src/authentication/basicAuth.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export interface BasicAuth { username?: string; diff --git a/src/authentication/contentAuth.ts b/src/authentication/contentAuth.ts index af6fb37e83..34bcc53118 100644 --- a/src/authentication/contentAuth.ts +++ b/src/authentication/contentAuth.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import ee from 'event-emitter'; import { AuthenticationApi } from '../api/auth-rest-api/api/authentication.api'; diff --git a/src/authentication/oauth2.ts b/src/authentication/oauth2.ts index 44d82a9fd3..0e45411c18 100644 --- a/src/authentication/oauth2.ts +++ b/src/authentication/oauth2.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export interface Oauth2 { refreshToken?: string; diff --git a/src/authentication/oauth2Auth.ts b/src/authentication/oauth2Auth.ts index 465d94014c..579e0347e5 100644 --- a/src/authentication/oauth2Auth.ts +++ b/src/authentication/oauth2Auth.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import ee from 'event-emitter'; import { AlfrescoApiClient } from '../alfrescoApiClient'; diff --git a/src/authentication/oauth2Config.ts b/src/authentication/oauth2Config.ts index 8f0f7d002f..46ee7530a8 100644 --- a/src/authentication/oauth2Config.ts +++ b/src/authentication/oauth2Config.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export interface Oauth2Config { clientId: string; diff --git a/src/authentication/processAuth.ts b/src/authentication/processAuth.ts index 888de1d560..9454b75386 100644 --- a/src/authentication/processAuth.ts +++ b/src/authentication/processAuth.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import ee from 'event-emitter'; import { AlfrescoApiClient } from '../alfrescoApiClient'; diff --git a/src/contentClient.ts b/src/contentClient.ts index bfc6988a3d..7cc9370b39 100644 --- a/src/contentClient.ts +++ b/src/contentClient.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApiClient } from './alfrescoApiClient'; import { AlfrescoApiConfig } from './alfrescoApiConfig'; diff --git a/src/processClient.ts b/src/processClient.ts index d6d1990b7b..7d7e86b381 100644 --- a/src/processClient.ts +++ b/src/processClient.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApiConfig } from './alfrescoApiConfig'; import { AlfrescoApiClient } from './alfrescoApiClient'; diff --git a/src/storage.ts b/src/storage.ts index 86435e6748..8fc98105ef 100644 --- a/src/storage.ts +++ b/src/storage.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export class Storage { diff --git a/src/superagentHttpClient.ts b/src/superagentHttpClient.ts index 6bea56b794..162ea8d847 100644 --- a/src/superagentHttpClient.ts +++ b/src/superagentHttpClient.ts @@ -1,6 +1,6 @@ /*! * @license - * Copyright 2018 Alfresco Software, Ltd. + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/to-deprecate/alfresco-api-type.ts b/src/to-deprecate/alfresco-api-type.ts index a5996b0019..0f36965d8f 100644 --- a/src/to-deprecate/alfresco-api-type.ts +++ b/src/to-deprecate/alfresco-api-type.ts @@ -1,19 +1,19 @@ /*! -* @license -* Copyright 2018 Alfresco Software, Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { AlfrescoApiConfig } from '../alfrescoApiConfig'; import { LegacyHttpClient } from '../api-clients/http-client.interface'; diff --git a/src/utils/index.ts b/src/utils/index.ts index cfc97ac2ca..2a0c8d198d 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -1,2 +1,19 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + export * from './is-browser'; export * from './param-to-string'; diff --git a/src/utils/is-browser.ts b/src/utils/is-browser.ts index 3d329e85df..37683b1bf0 100644 --- a/src/utils/is-browser.ts +++ b/src/utils/is-browser.ts @@ -1,6 +1,6 @@ /*! * @license - * Copyright 2019 Alfresco Software, Ltd. + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/utils/param-to-string.ts b/src/utils/param-to-string.ts index 2e17f74a9e..a706ddf103 100644 --- a/src/utils/param-to-string.ts +++ b/src/utils/param-to-string.ts @@ -1,6 +1,6 @@ /*! * @license - * Copyright 2019 Alfresco Software, Ltd. + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/utils/path-matcher.ts b/src/utils/path-matcher.ts index f9a3ca4b35..ca32462f4f 100644 --- a/src/utils/path-matcher.ts +++ b/src/utils/path-matcher.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + export class PathMatcher { static match(path: string, pattern: string) { return new RegExp( diff --git a/test/alfrescoApi.spec.ts b/test/alfrescoApi.spec.ts index a5d5d9231f..182fdc03e5 100644 --- a/test/alfrescoApi.spec.ts +++ b/test/alfrescoApi.spec.ts @@ -1,3 +1,19 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { expect } from 'chai'; import { AlfrescoApiConfig } from '../src/alfrescoApiConfig'; diff --git a/test/alfrescoApiClient.spec.ts b/test/alfrescoApiClient.spec.ts index 9062c856a1..2f15ecd22c 100644 --- a/test/alfrescoApiClient.spec.ts +++ b/test/alfrescoApiClient.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { AlfrescoApiCompatibility as AlfrescoApi, AlfrescoApiConfig } from '../index'; import { DateAlfresco } from '../index'; import { EcmAuthMock } from '../test/mockObjects'; diff --git a/test/alfrescoContent.spec.ts b/test/alfrescoContent.spec.ts index 8a60f32083..0aed3f27c3 100644 --- a/test/alfrescoContent.spec.ts +++ b/test/alfrescoContent.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { expect } from 'chai'; import { AlfrescoApiConfig } from '../src/alfrescoApiConfig'; import { AlfrescoApi } from '../src/alfrescoApi'; diff --git a/test/auth.spec.ts b/test/auth.spec.ts index 793afd4146..f6b59f4158 100644 --- a/test/auth.spec.ts +++ b/test/auth.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { expect } from 'chai'; import { AlfrescoApiConfig } from '../src/alfrescoApiConfig'; import { AlfrescoApiCompatibility as AlfrescoApi } from '../src/alfrescoApiCompatibility'; diff --git a/test/bpmAuth.spec.ts b/test/bpmAuth.spec.ts index 2d72309716..acfe22d204 100644 --- a/test/bpmAuth.spec.ts +++ b/test/bpmAuth.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { expect } from 'chai'; import sinon from 'sinon'; import { AlfrescoApiConfig } from '../src/alfrescoApiConfig'; diff --git a/test/changeConfig.spec.ts b/test/changeConfig.spec.ts index 2a971f1ea2..05919d5362 100644 --- a/test/changeConfig.spec.ts +++ b/test/changeConfig.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { expect } from 'chai'; import { AlfrescoApiConfig } from '../src/alfrescoApiConfig'; import { AlfrescoApiCompatibility as AlfrescoApi } from '../src/alfrescoApiCompatibility'; diff --git a/test/compatibilityTestApi.spec.ts b/test/compatibilityTestApi.spec.ts index 9ecf43ab30..7cca6f4e5c 100644 --- a/test/compatibilityTestApi.spec.ts +++ b/test/compatibilityTestApi.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { AlfrescoApiConfig } from '../src/alfrescoApiConfig'; import { AlfrescoApiCompatibility } from '../src/alfrescoApiCompatibility'; import { PersonBodyCreate } from '../src/api/content-rest-api/model/personBodyCreate'; diff --git a/test/content-services/categoriesApi.spec.ts b/test/content-services/categoriesApi.spec.ts index b0cba9f74b..ec63fefcdb 100644 --- a/test/content-services/categoriesApi.spec.ts +++ b/test/content-services/categoriesApi.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { expect } from 'chai'; import { AlfrescoApiConfig } from '../../src/alfrescoApiConfig'; import { AlfrescoApi } from '../../src/alfrescoApi'; diff --git a/test/content-services/commentsApi.spec.ts b/test/content-services/commentsApi.spec.ts index c97cfcaa1a..79f22ba617 100644 --- a/test/content-services/commentsApi.spec.ts +++ b/test/content-services/commentsApi.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { expect } from 'chai'; import { AlfrescoApiConfig } from '../../src/alfrescoApiConfig'; import { AlfrescoApi } from '../../src/alfrescoApi'; diff --git a/test/content-services/customModelApi.spec.ts b/test/content-services/customModelApi.spec.ts index ad3fb642de..5846251f48 100644 --- a/test/content-services/customModelApi.spec.ts +++ b/test/content-services/customModelApi.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { AlfrescoApiConfig } from '../../src/alfrescoApiConfig'; import { AlfrescoApi } from '../../src/alfrescoApi'; import { CustomModelApi } from '../../src/api/content-custom-api'; diff --git a/test/content-services/groupsApi.spec.ts b/test/content-services/groupsApi.spec.ts index 3b9a393aae..09a49b13b0 100644 --- a/test/content-services/groupsApi.spec.ts +++ b/test/content-services/groupsApi.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { expect } from 'chai'; import { AlfrescoApiConfig } from '../../src/alfrescoApiConfig'; import { AlfrescoApi } from '../../src/alfrescoApi'; diff --git a/test/content-services/nodeApi.spec.ts b/test/content-services/nodeApi.spec.ts index bd53fc29fc..cb69d213a2 100644 --- a/test/content-services/nodeApi.spec.ts +++ b/test/content-services/nodeApi.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { AlfrescoApiConfig } from '../../src/alfrescoApiConfig'; import { AlfrescoApi } from '../../src/alfrescoApi'; import { NodesApi } from '../../src/api/content-rest-api'; diff --git a/test/content-services/peopleApi.spec.ts b/test/content-services/peopleApi.spec.ts index 5ad591536d..38bc438f08 100644 --- a/test/content-services/peopleApi.spec.ts +++ b/test/content-services/peopleApi.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { AlfrescoApi } from '../../src/alfrescoApi'; import { PersonBodyCreate } from '../../src/api/content-rest-api/model/personBodyCreate'; import { PeopleApi } from '../../src/api/content-rest-api'; diff --git a/test/content-services/queriesApi.spec.ts b/test/content-services/queriesApi.spec.ts index 25c5250efe..d39776cc62 100644 --- a/test/content-services/queriesApi.spec.ts +++ b/test/content-services/queriesApi.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { expect } from 'chai'; import { AlfrescoApiConfig } from '../../src/alfrescoApiConfig'; import { AlfrescoApi } from '../../src/alfrescoApi'; diff --git a/test/content-services/renditionApi.spec.ts b/test/content-services/renditionApi.spec.ts index 0fd3d5f892..bd6493de6d 100644 --- a/test/content-services/renditionApi.spec.ts +++ b/test/content-services/renditionApi.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { expect } from 'chai'; import { AlfrescoApiConfig } from '../../src/alfrescoApiConfig'; import { AlfrescoApi } from '../../src/alfrescoApi'; diff --git a/test/content-services/tagApi.spec.ts b/test/content-services/tagApi.spec.ts index a59855afe6..4328852fce 100644 --- a/test/content-services/tagApi.spec.ts +++ b/test/content-services/tagApi.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { expect } from 'chai'; import { AlfrescoApiConfig } from '../../src/alfrescoApiConfig'; import { AlfrescoApi } from '../../src/alfrescoApi'; diff --git a/test/content-services/versionsApi.spec.ts b/test/content-services/versionsApi.spec.ts index cb95d49e1f..37e9b91ae6 100644 --- a/test/content-services/versionsApi.spec.ts +++ b/test/content-services/versionsApi.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { expect } from 'chai'; import { AlfrescoApiConfig } from '../../src/alfrescoApiConfig'; import { AlfrescoApi } from '../../src/alfrescoApi'; diff --git a/test/content-services/webScriptApi.spec.ts b/test/content-services/webScriptApi.spec.ts index eda18e9d44..43141f02a6 100644 --- a/test/content-services/webScriptApi.spec.ts +++ b/test/content-services/webScriptApi.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { expect } from 'chai'; import { AlfrescoApiConfig } from '../../src/alfrescoApiConfig'; import { AlfrescoApi } from '../../src/alfrescoApi'; diff --git a/test/discoveryApi.spec.ts b/test/discoveryApi.spec.ts index aea1ef1383..d7006ca648 100644 --- a/test/discoveryApi.spec.ts +++ b/test/discoveryApi.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { expect } from 'chai'; import { AlfrescoApiConfig } from '../src/alfrescoApiConfig'; import { AlfrescoApi } from '../src/alfrescoApi'; diff --git a/test/ecmAuth.spec.ts b/test/ecmAuth.spec.ts index 82bec40007..95cf9df0dc 100644 --- a/test/ecmAuth.spec.ts +++ b/test/ecmAuth.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { expect } from 'chai'; import { AlfrescoApiConfig } from '../src/alfrescoApiConfig'; import { AlfrescoApi } from '../src/alfrescoApi'; diff --git a/test/governance-services/authorityClearanceApi.spec.ts b/test/governance-services/authorityClearanceApi.spec.ts index 64dc349dc2..b6682ad014 100644 --- a/test/governance-services/authorityClearanceApi.spec.ts +++ b/test/governance-services/authorityClearanceApi.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { EcmAuthMock } from '../mockObjects/content-services/ecm-auth.mock'; import { AuthorityClearanceGroupPaging, diff --git a/test/governance-services/gsSitesApi.spec.ts b/test/governance-services/gsSitesApi.spec.ts index 23797c3f52..26d66cd74c 100644 --- a/test/governance-services/gsSitesApi.spec.ts +++ b/test/governance-services/gsSitesApi.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { expect } from 'chai'; import { AlfrescoApiConfig } from '../../src/alfrescoApiConfig'; import { AlfrescoApi } from '../../src/alfrescoApi'; diff --git a/test/governance-services/nodeSecurityMarksApi.spec.ts b/test/governance-services/nodeSecurityMarksApi.spec.ts index 8f43d3f6d5..41bc23ff1c 100644 --- a/test/governance-services/nodeSecurityMarksApi.spec.ts +++ b/test/governance-services/nodeSecurityMarksApi.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { expect } from 'chai'; import { AlfrescoApi } from '../../src/alfrescoApi'; import { NodeSecurityMarksApi } from '../../src/api/gs-classification-rest-api'; diff --git a/test/governance-services/securityGroupApi.spec.ts b/test/governance-services/securityGroupApi.spec.ts index 3be490c976..a3811282ef 100644 --- a/test/governance-services/securityGroupApi.spec.ts +++ b/test/governance-services/securityGroupApi.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { AlfrescoApi } from '../../src/alfrescoApi'; import { SecurityGroupsApi } from '../../src/api/gs-classification-rest-api'; import { expect } from 'chai'; diff --git a/test/governance-services/securityMarksApi.spec.ts b/test/governance-services/securityMarksApi.spec.ts index f091cf7881..9d0a5b484e 100644 --- a/test/governance-services/securityMarksApi.spec.ts +++ b/test/governance-services/securityMarksApi.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { expect } from 'chai'; import { AlfrescoApi } from '../../src/alfrescoApi'; import { SecurityGroupsApi, SecurityMarksBody } from '../../src/api/gs-classification-rest-api'; diff --git a/test/integration/test-node/login-bpmn.ts b/test/integration/test-node/login-bpmn.ts index c11505f618..87e63167b0 100644 --- a/test/integration/test-node/login-bpmn.ts +++ b/test/integration/test-node/login-bpmn.ts @@ -1,6 +1,6 @@ /*! * @license - * Copyright 2016 Alfresco Software, Ltd. + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/integration/test-node/login-ecm.ts b/test/integration/test-node/login-ecm.ts index 6abfa7f8d0..695375d045 100644 --- a/test/integration/test-node/login-ecm.ts +++ b/test/integration/test-node/login-ecm.ts @@ -1,6 +1,6 @@ /*! * @license - * Copyright 2016 Alfresco Software, Ltd. + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/integration/test-node/login-sso.ts b/test/integration/test-node/login-sso.ts index 52ee7afef9..9f5ebc4fae 100644 --- a/test/integration/test-node/login-sso.ts +++ b/test/integration/test-node/login-sso.ts @@ -1,6 +1,6 @@ /*! * @license - * Copyright 2016 Alfresco Software, Ltd. + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/integration/test-node/node-content.ts b/test/integration/test-node/node-content.ts index a70f390ad5..4be7b112af 100644 --- a/test/integration/test-node/node-content.ts +++ b/test/integration/test-node/node-content.ts @@ -1,6 +1,6 @@ /*! * @license - * Copyright 2016 Alfresco Software, Ltd. + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/integration/test-node/upload-file.ts b/test/integration/test-node/upload-file.ts index fe2a9d4b34..3cafb959cb 100644 --- a/test/integration/test-node/upload-file.ts +++ b/test/integration/test-node/upload-file.ts @@ -1,6 +1,6 @@ /*! * @license - * Copyright 2016 Alfresco Software, Ltd. + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/mockObjects/base.mock.ts b/test/mockObjects/base.mock.ts index 2d6037acf4..9bd8c1c106 100644 --- a/test/mockObjects/base.mock.ts +++ b/test/mockObjects/base.mock.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import nock from 'nock'; export class BaseMock { diff --git a/test/mockObjects/content-services/categories.mock.ts b/test/mockObjects/content-services/categories.mock.ts index 5f5901ca38..2f530c0e70 100644 --- a/test/mockObjects/content-services/categories.mock.ts +++ b/test/mockObjects/content-services/categories.mock.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import nock from 'nock'; import { BaseMock } from '../base.mock'; diff --git a/test/mockObjects/content-services/comment.mock.ts b/test/mockObjects/content-services/comment.mock.ts index a0ec71454f..db0a156d2c 100644 --- a/test/mockObjects/content-services/comment.mock.ts +++ b/test/mockObjects/content-services/comment.mock.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + 'use strict'; import nock from 'nock'; diff --git a/test/mockObjects/content-services/custom-model.mock.ts b/test/mockObjects/content-services/custom-model.mock.ts index 8929f41e34..95418637c6 100644 --- a/test/mockObjects/content-services/custom-model.mock.ts +++ b/test/mockObjects/content-services/custom-model.mock.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import nock from 'nock'; import { BaseMock } from '../base.mock'; diff --git a/test/mockObjects/content-services/discovery.mock.ts b/test/mockObjects/content-services/discovery.mock.ts index d4c1755da9..3d2cb7ddda 100644 --- a/test/mockObjects/content-services/discovery.mock.ts +++ b/test/mockObjects/content-services/discovery.mock.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import nock from 'nock'; import { BaseMock } from '../base.mock'; diff --git a/test/mockObjects/content-services/ecm-auth.mock.ts b/test/mockObjects/content-services/ecm-auth.mock.ts index 7e1a337db7..aa6299f1cf 100644 --- a/test/mockObjects/content-services/ecm-auth.mock.ts +++ b/test/mockObjects/content-services/ecm-auth.mock.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import nock from 'nock'; import { BaseMock } from '../base.mock'; diff --git a/test/mockObjects/content-services/find-nodes.mock.ts b/test/mockObjects/content-services/find-nodes.mock.ts index b32e55d260..bc6547949a 100644 --- a/test/mockObjects/content-services/find-nodes.mock.ts +++ b/test/mockObjects/content-services/find-nodes.mock.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import nock from 'nock'; import { BaseMock } from '../base.mock'; diff --git a/test/mockObjects/content-services/groups.mock.ts b/test/mockObjects/content-services/groups.mock.ts index 2c40b98497..6b31369117 100644 --- a/test/mockObjects/content-services/groups.mock.ts +++ b/test/mockObjects/content-services/groups.mock.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import nock from 'nock'; import { BaseMock } from '../base.mock'; diff --git a/test/mockObjects/content-services/node.mock.ts b/test/mockObjects/content-services/node.mock.ts index 281cedc3a8..8c0ed1013c 100644 --- a/test/mockObjects/content-services/node.mock.ts +++ b/test/mockObjects/content-services/node.mock.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import nock from 'nock'; import { BaseMock } from '../base.mock'; diff --git a/test/mockObjects/content-services/people.mock.ts b/test/mockObjects/content-services/people.mock.ts index 894d5151ee..862c25840b 100644 --- a/test/mockObjects/content-services/people.mock.ts +++ b/test/mockObjects/content-services/people.mock.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import nock from 'nock'; import { BaseMock } from '../base.mock'; diff --git a/test/mockObjects/content-services/rendition.mock.ts b/test/mockObjects/content-services/rendition.mock.ts index a6f837bbf7..24c9034efa 100644 --- a/test/mockObjects/content-services/rendition.mock.ts +++ b/test/mockObjects/content-services/rendition.mock.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import nock from 'nock'; import { BaseMock } from '../base.mock'; diff --git a/test/mockObjects/content-services/search.mock.ts b/test/mockObjects/content-services/search.mock.ts index fd236ac48b..17083a69e2 100644 --- a/test/mockObjects/content-services/search.mock.ts +++ b/test/mockObjects/content-services/search.mock.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import nock from 'nock'; import { BaseMock } from '../base.mock'; diff --git a/test/mockObjects/content-services/tag.mock.ts b/test/mockObjects/content-services/tag.mock.ts index af36511f98..0505db1263 100644 --- a/test/mockObjects/content-services/tag.mock.ts +++ b/test/mockObjects/content-services/tag.mock.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import nock from 'nock'; import { BaseMock } from '../base.mock'; import { TagBody, TagEntry, TagPaging } from '../../../src/api/content-rest-api'; diff --git a/test/mockObjects/content-services/upload.mock.ts b/test/mockObjects/content-services/upload.mock.ts index cd9c04af16..b1e817e527 100644 --- a/test/mockObjects/content-services/upload.mock.ts +++ b/test/mockObjects/content-services/upload.mock.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import nock from 'nock'; import { BaseMock } from '../base.mock'; diff --git a/test/mockObjects/content-services/version.mock.ts b/test/mockObjects/content-services/version.mock.ts index 72cdc8d98f..59ec3f5be6 100644 --- a/test/mockObjects/content-services/version.mock.ts +++ b/test/mockObjects/content-services/version.mock.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import nock from 'nock'; import { BaseMock } from '../base.mock'; diff --git a/test/mockObjects/content-services/webscript.mock.ts b/test/mockObjects/content-services/webscript.mock.ts index b70ea9886a..8b203fc8d3 100644 --- a/test/mockObjects/content-services/webscript.mock.ts +++ b/test/mockObjects/content-services/webscript.mock.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import nock from 'nock'; import { BaseMock } from '../base.mock'; diff --git a/test/mockObjects/goverance-services/authority-clearance.mock.ts b/test/mockObjects/goverance-services/authority-clearance.mock.ts index cdf7c85e7b..5ffcf625e9 100644 --- a/test/mockObjects/goverance-services/authority-clearance.mock.ts +++ b/test/mockObjects/goverance-services/authority-clearance.mock.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { BaseMock } from "../base.mock"; import nock from "nock"; diff --git a/test/mockObjects/goverance-services/gs-sites.mock.ts b/test/mockObjects/goverance-services/gs-sites.mock.ts index 7f65e5925c..d00e533931 100644 --- a/test/mockObjects/goverance-services/gs-sites.mock.ts +++ b/test/mockObjects/goverance-services/gs-sites.mock.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import nock from 'nock'; import { BaseMock } from '../base.mock'; diff --git a/test/mockObjects/goverance-services/node-security-marks.mock.ts b/test/mockObjects/goverance-services/node-security-marks.mock.ts index 7270ab4713..4d80a3725b 100644 --- a/test/mockObjects/goverance-services/node-security-marks.mock.ts +++ b/test/mockObjects/goverance-services/node-security-marks.mock.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import nock from 'nock'; import { BaseMock } from '../base.mock'; diff --git a/test/mockObjects/goverance-services/security-groups.mock.ts b/test/mockObjects/goverance-services/security-groups.mock.ts index c93aac8d3a..708e46e487 100644 --- a/test/mockObjects/goverance-services/security-groups.mock.ts +++ b/test/mockObjects/goverance-services/security-groups.mock.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import nock from 'nock'; import { BaseMock } from '../base.mock'; diff --git a/test/mockObjects/goverance-services/security-marks.mock.ts b/test/mockObjects/goverance-services/security-marks.mock.ts index f8476a40d9..4f07fd34cc 100644 --- a/test/mockObjects/goverance-services/security-marks.mock.ts +++ b/test/mockObjects/goverance-services/security-marks.mock.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import nock from 'nock'; import { BaseMock } from '../base.mock'; diff --git a/test/mockObjects/index.ts b/test/mockObjects/index.ts index 3a452379de..27d60a7e1e 100644 --- a/test/mockObjects/index.ts +++ b/test/mockObjects/index.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + export * from './content-services/comment.mock'; export * from './content-services/ecm-auth.mock'; export * from './content-services/custom-model.mock'; diff --git a/test/mockObjects/oauth2/oauth.mock.ts b/test/mockObjects/oauth2/oauth.mock.ts index 4808798a64..92a659b99a 100644 --- a/test/mockObjects/oauth2/oauth.mock.ts +++ b/test/mockObjects/oauth2/oauth.mock.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import nock from 'nock'; import { BaseMock } from '../base.mock'; diff --git a/test/mockObjects/process-services/bpm-auth.mock.ts b/test/mockObjects/process-services/bpm-auth.mock.ts index 72ec6d5c12..b6f1f79217 100644 --- a/test/mockObjects/process-services/bpm-auth.mock.ts +++ b/test/mockObjects/process-services/bpm-auth.mock.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import nock from 'nock'; import { BaseMock } from '../base.mock'; diff --git a/test/mockObjects/process-services/model-json.mock.ts b/test/mockObjects/process-services/model-json.mock.ts index 688d73f402..19b925b8d3 100644 --- a/test/mockObjects/process-services/model-json.mock.ts +++ b/test/mockObjects/process-services/model-json.mock.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import nock from 'nock'; import { BaseMock } from '../base.mock'; diff --git a/test/mockObjects/process-services/models.mock.ts b/test/mockObjects/process-services/models.mock.ts index b6154cfcb6..59d82453e4 100644 --- a/test/mockObjects/process-services/models.mock.ts +++ b/test/mockObjects/process-services/models.mock.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import nock from 'nock'; import { BaseMock } from '../base.mock'; diff --git a/test/mockObjects/process-services/process-instance-variables.mock.ts b/test/mockObjects/process-services/process-instance-variables.mock.ts index fcf0fb2ebc..a36bf01f01 100644 --- a/test/mockObjects/process-services/process-instance-variables.mock.ts +++ b/test/mockObjects/process-services/process-instance-variables.mock.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import nock from 'nock'; import { BaseMock } from '../base.mock'; diff --git a/test/mockObjects/process-services/process.mock.ts b/test/mockObjects/process-services/process.mock.ts index 7d724368a0..32ffbf7f24 100644 --- a/test/mockObjects/process-services/process.mock.ts +++ b/test/mockObjects/process-services/process.mock.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import nock from 'nock'; import { BaseMock } from '../base.mock'; diff --git a/test/mockObjects/process-services/profile.mock.ts b/test/mockObjects/process-services/profile.mock.ts index bc35615a07..9f19c148e9 100644 --- a/test/mockObjects/process-services/profile.mock.ts +++ b/test/mockObjects/process-services/profile.mock.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import nock from 'nock'; import { BaseMock } from '../base.mock'; diff --git a/test/mockObjects/process-services/reports.mock.ts b/test/mockObjects/process-services/reports.mock.ts index 6953959f63..87dbda0379 100644 --- a/test/mockObjects/process-services/reports.mock.ts +++ b/test/mockObjects/process-services/reports.mock.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import nock from 'nock'; import { BaseMock } from '../base.mock'; diff --git a/test/mockObjects/process-services/task-form.mock.ts b/test/mockObjects/process-services/task-form.mock.ts index c76bb9c204..9bcb2ccac3 100644 --- a/test/mockObjects/process-services/task-form.mock.ts +++ b/test/mockObjects/process-services/task-form.mock.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import nock from 'nock'; import { BaseMock } from '../base.mock'; diff --git a/test/mockObjects/process-services/tasks.mock.ts b/test/mockObjects/process-services/tasks.mock.ts index 692d30e321..15b58aaa36 100644 --- a/test/mockObjects/process-services/tasks.mock.ts +++ b/test/mockObjects/process-services/tasks.mock.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import nock from 'nock'; import { BaseMock } from '../base.mock'; diff --git a/test/mockObjects/process-services/user-filters.mock.ts b/test/mockObjects/process-services/user-filters.mock.ts index ec96b7436b..e8f2f6f552 100644 --- a/test/mockObjects/process-services/user-filters.mock.ts +++ b/test/mockObjects/process-services/user-filters.mock.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import nock from 'nock'; import { BaseMock } from '../base.mock'; diff --git a/test/oauth2Auth.spec.ts b/test/oauth2Auth.spec.ts index dd46c3ca1d..858809d5c7 100644 --- a/test/oauth2Auth.spec.ts +++ b/test/oauth2Auth.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { AlfrescoApi } from '../src/alfrescoApi'; import { AlfrescoApiConfig } from '../src/alfrescoApiConfig'; import { Oauth2Auth } from '../src/authentication/oauth2Auth'; diff --git a/test/oauth2AuthImplicitFlow.spec.ts b/test/oauth2AuthImplicitFlow.spec.ts index 0bd8b92025..481f4a25c4 100644 --- a/test/oauth2AuthImplicitFlow.spec.ts +++ b/test/oauth2AuthImplicitFlow.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { AlfrescoApiConfig } from '../src/alfrescoApiConfig'; import { AlfrescoApi } from '../src/alfrescoApi'; import { Oauth2Auth } from '../src/authentication/oauth2Auth'; diff --git a/test/path-matcher.spec.ts b/test/path-matcher.spec.ts index c6785e000b..c0a3717c6a 100644 --- a/test/path-matcher.spec.ts +++ b/test/path-matcher.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { PathMatcher } from '../src/utils/path-matcher'; const chai = require('chai'); diff --git a/test/peopleApi.spec.ts b/test/peopleApi.spec.ts index be3ced48fd..0b161135cc 100644 --- a/test/peopleApi.spec.ts +++ b/test/peopleApi.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { AlfrescoApi } from '../src/alfrescoApi'; import { PersonBodyCreate } from '../src/api/content-rest-api/model/personBodyCreate'; import { PeopleApi } from '../src/api/content-rest-api/api/people.api'; diff --git a/test/performance/test-angular/e2e/protractor.conf.js b/test/performance/test-angular/e2e/protractor.conf.js index 86776a391a..2675818d35 100644 --- a/test/performance/test-angular/e2e/protractor.conf.js +++ b/test/performance/test-angular/e2e/protractor.conf.js @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // Protractor configuration file, see link for more information // https://github.com/angular/protractor/blob/master/lib/config.ts @@ -25,4 +42,4 @@ exports.config = { }); jasmine.getEnv().addReporter(new SpecReporter({ spec: { displayStacktrace: true } })); } -}; \ No newline at end of file +}; diff --git a/test/performance/test-angular/e2e/src/app.e2e-spec.ts b/test/performance/test-angular/e2e/src/app.e2e-spec.ts index c3182157f6..58f0a2190d 100644 --- a/test/performance/test-angular/e2e/src/app.e2e-spec.ts +++ b/test/performance/test-angular/e2e/src/app.e2e-spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { AppPage } from './app.po'; describe('workspace-project App', () => { diff --git a/test/performance/test-angular/e2e/src/app.po.ts b/test/performance/test-angular/e2e/src/app.po.ts index 82ea75ba50..a037d2fb0a 100644 --- a/test/performance/test-angular/e2e/src/app.po.ts +++ b/test/performance/test-angular/e2e/src/app.po.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { browser, by, element } from 'protractor'; export class AppPage { diff --git a/test/performance/test-angular/proxy.conf.js b/test/performance/test-angular/proxy.conf.js index 2cddf1714a..b52321e0c7 100644 --- a/test/performance/test-angular/proxy.conf.js +++ b/test/performance/test-angular/proxy.conf.js @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + var PROXY_HOST_ADF = process.env.PROXY_HOST_ADF; var HOST = process.env.URL_HOST_ADF; diff --git a/test/performance/test-angular/src/app/app.component.spec.ts b/test/performance/test-angular/src/app/app.component.spec.ts index db1ada3d88..fc958709b6 100644 --- a/test/performance/test-angular/src/app/app.component.spec.ts +++ b/test/performance/test-angular/src/app/app.component.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { TestBed, async } from '@angular/core/testing'; import { AppComponent } from './app.component'; describe('AppComponent', () => { diff --git a/test/performance/test-angular/src/app/app.component.ts b/test/performance/test-angular/src/app/app.component.ts index 5a37a68818..ea5f708206 100644 --- a/test/performance/test-angular/src/app/app.component.ts +++ b/test/performance/test-angular/src/app/app.component.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { Component, OnInit } from '@angular/core'; import { AlfrescoApi, DiscoveryEntry, DiscoveryApi } from '@alfresco/js-api'; @@ -25,7 +42,7 @@ export class AppComponent implements OnInit { } ngOnInit() { - let discovery: DiscoveryApi = new DiscoveryApi(this.alfrescoApi); + const discovery: DiscoveryApi = new DiscoveryApi(this.alfrescoApi); discovery.getRepositoryInformation().then((ecmVers: DiscoveryEntry) => { console.log(`ecmVers ${ecmVers}`); this.ecmVers = ecmVers; diff --git a/test/performance/test-angular/src/app/app.module.ts b/test/performance/test-angular/src/app/app.module.ts index f65716351a..905cd85f96 100644 --- a/test/performance/test-angular/src/app/app.module.ts +++ b/test/performance/test-angular/src/app/app.module.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { BrowserModule } from '@angular/platform-browser'; import { NgModule } from '@angular/core'; diff --git a/test/performance/test-angular/src/environments/environment.prod.ts b/test/performance/test-angular/src/environments/environment.prod.ts index 3612073bc3..6490d72d4a 100644 --- a/test/performance/test-angular/src/environments/environment.prod.ts +++ b/test/performance/test-angular/src/environments/environment.prod.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + export const environment = { production: true }; diff --git a/test/performance/test-angular/src/environments/environment.ts b/test/performance/test-angular/src/environments/environment.ts index 012182efa3..f50fec57d2 100644 --- a/test/performance/test-angular/src/environments/environment.ts +++ b/test/performance/test-angular/src/environments/environment.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This file can be replaced during build by using the `fileReplacements` array. // `ng build ---prod` replaces `environment.ts` with `environment.prod.ts`. // The list of file replacements can be found in `angular.json`. diff --git a/test/performance/test-angular/src/karma.conf.js b/test/performance/test-angular/src/karma.conf.js index b6e00421c9..d94fc5f25f 100644 --- a/test/performance/test-angular/src/karma.conf.js +++ b/test/performance/test-angular/src/karma.conf.js @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // Karma configuration file, see link for more information // https://karma-runner.github.io/1.0/config/configuration-file.html @@ -28,4 +45,4 @@ module.exports = function (config) { browsers: ['Chrome'], singleRun: false }); -}; \ No newline at end of file +}; diff --git a/test/performance/test-angular/src/main.ts b/test/performance/test-angular/src/main.ts index 91ec6da5f0..18dd6afe80 100644 --- a/test/performance/test-angular/src/main.ts +++ b/test/performance/test-angular/src/main.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { enableProdMode } from '@angular/core'; import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'; diff --git a/test/performance/test-angular/src/polyfills.ts b/test/performance/test-angular/src/polyfills.ts index d310405a68..08b9879899 100644 --- a/test/performance/test-angular/src/polyfills.ts +++ b/test/performance/test-angular/src/polyfills.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + /** * This file includes polyfills needed by Angular and is loaded before the app. * You can add your own extra polyfills to this file. diff --git a/test/performance/test-angular/src/test.ts b/test/performance/test-angular/src/test.ts index 16317897b1..61cacb05cb 100644 --- a/test/performance/test-angular/src/test.ts +++ b/test/performance/test-angular/src/test.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + // This file is required by karma.conf.js and loads recursively all the .spec and framework files import 'zone.js/dist/zone-testing'; diff --git a/test/performance/test-webpack/index.ts b/test/performance/test-webpack/index.ts index 3817617fb6..eade605223 100644 --- a/test/performance/test-webpack/index.ts +++ b/test/performance/test-webpack/index.ts @@ -1,6 +1,6 @@ /*! * @license - * Copyright 2018 Alfresco Software, Ltd. + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/performance/test-webpack/package.json b/test/performance/test-webpack/package.json index 11ee26b00c..ce36921897 100644 --- a/test/performance/test-webpack/package.json +++ b/test/performance/test-webpack/package.json @@ -2,7 +2,7 @@ "name": "alfresco-js-api", "version": "2.6.0", "description": "JavaScript client library for the Alfresco REST API", - "author": "Alfresco Software, Ltd.", + "author": "Hyland Software, Inc. and its affiliates", "main": "dist/alfresco-js-api.js", "typings": "index.d.ts", "scripts": { diff --git a/test/performance/test-webpack/webpack.config.js b/test/performance/test-webpack/webpack.config.js index be2caec30c..b677994141 100644 --- a/test/performance/test-webpack/webpack.config.js +++ b/test/performance/test-webpack/webpack.config.js @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + const path = require('path'); const UglifyJSPlugin = require('uglifyjs-webpack-plugin') diff --git a/test/process-services/modelApi.spec.ts b/test/process-services/modelApi.spec.ts index a57574ba21..8681641345 100644 --- a/test/process-services/modelApi.spec.ts +++ b/test/process-services/modelApi.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { expect } from 'chai'; import { AlfrescoApiConfig } from '../../src/alfrescoApiConfig'; import { AlfrescoApi } from '../../src/alfrescoApi'; diff --git a/test/process-services/modelJsonBpmnApi.spec.ts b/test/process-services/modelJsonBpmnApi.spec.ts index b168b501af..f4c5052e0b 100644 --- a/test/process-services/modelJsonBpmnApi.spec.ts +++ b/test/process-services/modelJsonBpmnApi.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { expect } from 'chai'; import { AlfrescoApiConfig } from '../../src/alfrescoApiConfig'; import { AlfrescoApi } from '../../src/alfrescoApi'; diff --git a/test/process-services/processApi.spec.ts b/test/process-services/processApi.spec.ts index c69d42e7ac..62d95ffc37 100644 --- a/test/process-services/processApi.spec.ts +++ b/test/process-services/processApi.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { expect } from 'chai'; import { AlfrescoApiConfig } from '../../src/alfrescoApiConfig'; import { AlfrescoApiCompatibility as AlfrescoApi } from '../../src/alfrescoApiCompatibility'; diff --git a/test/process-services/processInstanceVariablesApi.spec.ts b/test/process-services/processInstanceVariablesApi.spec.ts index bc38806087..79ef334c43 100644 --- a/test/process-services/processInstanceVariablesApi.spec.ts +++ b/test/process-services/processInstanceVariablesApi.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { expect } from 'chai'; import { AlfrescoApiConfig } from '../../src/alfrescoApiConfig'; import { AlfrescoApiCompatibility as AlfrescoApi } from '../../src/alfrescoApiCompatibility'; diff --git a/test/process-services/profileApi.spec.ts b/test/process-services/profileApi.spec.ts index 37d3fdc9fc..e4af9c2473 100644 --- a/test/process-services/profileApi.spec.ts +++ b/test/process-services/profileApi.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { expect } from 'chai'; import { AlfrescoApiConfig } from '../../src/alfrescoApiConfig'; import { AlfrescoApi } from '../../src/alfrescoApi'; diff --git a/test/process-services/reportApi.spec.ts b/test/process-services/reportApi.spec.ts index 96c6be6fe5..a9039e5fde 100644 --- a/test/process-services/reportApi.spec.ts +++ b/test/process-services/reportApi.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { expect } from 'chai'; import { AlfrescoApiConfig } from '../../src/alfrescoApiConfig'; import { AlfrescoApiCompatibility as AlfrescoApi } from '../../src/alfrescoApiCompatibility'; diff --git a/test/process-services/taskApi.spec.ts b/test/process-services/taskApi.spec.ts index 64f0c85fba..faf55efb4a 100644 --- a/test/process-services/taskApi.spec.ts +++ b/test/process-services/taskApi.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { expect } from 'chai'; import { AlfrescoApiCompatibility as AlfrescoApi, TaskFilterRequestRepresentation, TaskRepresentation, TaskQueryRequestRepresentation, AlfrescoApiConfig } from '../../index'; import { BpmAuthMock, TasksMock } from '../mockObjects'; diff --git a/test/process-services/taskFormApi.spec.ts b/test/process-services/taskFormApi.spec.ts index 36e6ba3cb5..5eb4d693f2 100644 --- a/test/process-services/taskFormApi.spec.ts +++ b/test/process-services/taskFormApi.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { expect } from 'chai'; import { AlfrescoApiConfig } from '../../src/alfrescoApiConfig'; import { AlfrescoApiCompatibility as AlfrescoApi } from '../../src/alfrescoApiCompatibility'; diff --git a/test/process-services/userFiltersApi.spec.ts b/test/process-services/userFiltersApi.spec.ts index 37d1b5212a..6e1dc84f79 100644 --- a/test/process-services/userFiltersApi.spec.ts +++ b/test/process-services/userFiltersApi.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { expect } from 'chai'; import { AlfrescoApiConfig } from '../../src/alfrescoApiConfig'; import { AlfrescoApi } from '../../src/alfrescoApi'; diff --git a/test/searchApi.spec.spec.ts b/test/searchApi.spec.spec.ts index 87277259e8..9990bdc3bc 100644 --- a/test/searchApi.spec.spec.ts +++ b/test/searchApi.spec.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { expect } from 'chai'; import { AlfrescoApiConfig } from '../src/alfrescoApiConfig'; import { AlfrescoApi } from '../src/alfrescoApi'; diff --git a/test/superagentHttpClient.spec.ts b/test/superagentHttpClient.spec.ts index d44f07ad39..0139eca7e8 100644 --- a/test/superagentHttpClient.spec.ts +++ b/test/superagentHttpClient.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { FormValueRepresentation } from '../index'; import { SuperagentHttpClient } from '../src/superagentHttpClient'; diff --git a/test/upload.spec.ts b/test/upload.spec.ts index d438866b11..ae3718b178 100644 --- a/test/upload.spec.ts +++ b/test/upload.spec.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { expect } from 'chai'; import { AlfrescoApiCompatibility as AlfrescoApi } from '../src/alfrescoApiCompatibility'; import { EcmAuthMock, UploadMock } from '../test/mockObjects'; diff --git a/tools/license-header.txt b/tools/license-header.txt index 2a44cc9259..085cd6692f 100644 --- a/tools/license-header.txt +++ b/tools/license-header.txt @@ -1,6 +1,6 @@ /*! - * @license @preserve - * Copyright 2019 Alfresco Software, Ltd. + * @license + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.