From ff970862f59093227a6d8cfc098619c578718b17 Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Sun, 7 Jan 2018 23:09:02 +0100 Subject: [PATCH] Headers fixed --- src/Squidex.Domain.Apps.Core.Model/Apps/AppClient.cs | 5 ++--- .../Apps/AppClientPermission.cs | 5 ++--- src/Squidex.Domain.Apps.Core.Model/Apps/AppClients.cs | 5 ++--- .../Apps/AppContributorPermission.cs | 5 ++--- .../Apps/AppContributors.cs | 5 ++--- src/Squidex.Domain.Apps.Core.Model/Apps/AppPattern.cs | 5 ++--- src/Squidex.Domain.Apps.Core.Model/Apps/AppPatterns.cs | 5 ++--- src/Squidex.Domain.Apps.Core.Model/Apps/AppPermission.cs | 5 ++--- src/Squidex.Domain.Apps.Core.Model/Apps/AppPlan.cs | 5 ++--- .../Apps/Json/AppClientsConverter.cs | 5 ++--- .../Apps/Json/AppContributorsConverter.cs | 5 ++--- .../Apps/Json/AppPatternsConverter.cs | 5 ++--- .../Apps/Json/JsonAppClient.cs | 5 ++--- .../Apps/Json/JsonAppPattern.cs | 5 ++--- .../Apps/Json/JsonLanguageConfig.cs | 5 ++--- .../Apps/Json/JsonLanguagesConfig.cs | 5 ++--- .../Apps/Json/LanguagesConfigConverter.cs | 5 ++--- .../Apps/LanguageConfig.cs | 5 ++--- .../Apps/LanguagesConfig.cs | 5 ++--- src/Squidex.Domain.Apps.Core.Model/Apps/RoleExtension.cs | 5 ++--- .../Contents/ContentData.cs | 5 ++--- .../Contents/ContentFieldData.cs | 5 ++--- .../Contents/IdContentData.cs | 5 ++--- .../Contents/NamedContentData.cs | 5 ++--- src/Squidex.Domain.Apps.Core.Model/Contents/Status.cs | 5 ++--- .../Contents/StatusFlow.cs | 5 ++--- .../DictionaryWrapper{TKey,TValue}.cs | 5 ++--- .../IFieldPartitionItem.cs | 5 ++--- src/Squidex.Domain.Apps.Core.Model/IFieldPartitioning.cs | 5 ++--- .../InvariantPartitioning.cs | 5 ++--- src/Squidex.Domain.Apps.Core.Model/Partitioning.cs | 5 ++--- .../PartitioningExtensions.cs | 5 ++--- .../Rules/Actions/WebhookAction.cs | 5 ++--- .../Rules/IRuleActionVisitor.cs | 5 ++--- .../Rules/IRuleTriggerVisitor.cs | 5 ++--- .../Rules/Json/JsonRule.cs | 5 ++--- .../Rules/Json/RuleConverter.cs | 5 ++--- src/Squidex.Domain.Apps.Core.Model/Rules/Rule.cs | 5 ++--- src/Squidex.Domain.Apps.Core.Model/Rules/RuleAction.cs | 5 ++--- src/Squidex.Domain.Apps.Core.Model/Rules/RuleJob.cs | 5 ++--- src/Squidex.Domain.Apps.Core.Model/Rules/RuleJobData.cs | 5 ++--- src/Squidex.Domain.Apps.Core.Model/Rules/RuleTrigger.cs | 5 ++--- .../Rules/Triggers/ContentChangedTrigger.cs | 5 ++--- .../Rules/Triggers/ContentChangedTriggerSchema.cs | 5 ++--- .../Schemas/AssetsField.cs | 5 ++--- .../Schemas/AssetsFieldProperties.cs | 5 ++--- .../Schemas/BooleanField.cs | 5 ++--- .../Schemas/BooleanFieldEditor.cs | 5 ++--- .../Schemas/BooleanFieldProperties.cs | 5 ++--- .../Schemas/DateTimeCalculatedDefaultValue.cs | 5 ++--- .../Schemas/DateTimeField.cs | 5 ++--- .../Schemas/DateTimeFieldEditor.cs | 5 ++--- .../Schemas/DateTimeFieldProperties.cs | 5 ++--- src/Squidex.Domain.Apps.Core.Model/Schemas/Field.cs | 5 ++--- .../Schemas/FieldProperties.cs | 5 ++--- .../Schemas/FieldRegistry.cs | 5 ++--- src/Squidex.Domain.Apps.Core.Model/Schemas/Field{T}.cs | 5 ++--- .../Schemas/GeolocationField.cs | 5 ++--- .../Schemas/GeolocationFieldEditor.cs | 5 ++--- .../Schemas/GeolocationFieldProperties.cs | 5 ++--- .../Schemas/IFieldPropertiesVisitor.cs | 5 ++--- .../Schemas/IFieldVisitor.cs | 5 ++--- .../Schemas/Json/JsonFieldModel.cs | 5 ++--- .../Schemas/Json/JsonSchemaModel.cs | 5 ++--- .../Schemas/Json/SchemaConverter.cs | 5 ++--- src/Squidex.Domain.Apps.Core.Model/Schemas/JsonField.cs | 5 ++--- .../Schemas/JsonFieldProperties.cs | 5 ++--- .../Schemas/NamedElementPropertiesBase.cs | 5 ++--- .../Schemas/NumberField.cs | 5 ++--- .../Schemas/NumberFieldEditor.cs | 5 ++--- .../Schemas/NumberFieldProperties.cs | 5 ++--- .../Schemas/ReferencesField.cs | 5 ++--- .../Schemas/ReferencesFieldProperties.cs | 5 ++--- src/Squidex.Domain.Apps.Core.Model/Schemas/Schema.cs | 5 ++--- .../Schemas/SchemaProperties.cs | 5 ++--- .../Schemas/StringField.cs | 5 ++--- .../Schemas/StringFieldEditor.cs | 5 ++--- .../Schemas/StringFieldProperties.cs | 5 ++--- src/Squidex.Domain.Apps.Core.Model/Schemas/TagsField.cs | 5 ++--- .../Schemas/TagsFieldProperties.cs | 5 ++--- src/Squidex.Domain.Apps.Core.Model/SquidexCoreModel.cs | 5 ++--- .../ConvertContent/ContentConverter.cs | 5 ++--- .../EnrichContent/ContentEnricher.cs | 5 ++--- .../EnrichContent/ContentEnrichmentExtensions.cs | 5 ++--- .../EnrichContent/DefaultValueFactory.cs | 5 ++--- .../ExtractReferenceIds/ContentReferencesExtensions.cs | 5 ++--- .../ExtractReferenceIds/ReferencesCleaner.cs | 5 ++--- .../ExtractReferenceIds/ReferencesExtractor.cs | 5 ++--- .../GenerateEdmSchema/EdmSchemaExtensions.cs | 5 ++--- .../GenerateEdmSchema/EdmTypeVisitor.cs | 5 ++--- .../GenerateJsonSchema/ContentSchemaBuilder.cs | 5 ++--- .../GenerateJsonSchema/JsonSchemaExtensions.cs | 5 ++--- .../GenerateJsonSchema/JsonTypeVisitor.cs | 5 ++--- .../HandleRules/Actions/WebhookActionHandler.cs | 5 ++--- .../HandleRules/Constants.cs | 5 ++--- .../HandleRules/IRuleActionHandler.cs | 5 ++--- .../HandleRules/IRuleTriggerHandler.cs | 5 ++--- .../HandleRules/RuleActionHandler.cs | 5 ++--- .../HandleRules/RuleResult.cs | 5 ++--- .../HandleRules/RuleService.cs | 5 ++--- .../HandleRules/RuleTriggerHandler.cs | 5 ++--- .../HandleRules/Triggers/ContentChangedTriggerHandler.cs | 5 ++--- .../Scripting/ContentWrapper/ContentDataObject.cs | 5 ++--- .../Scripting/ContentWrapper/ContentDataProperty.cs | 5 ++--- .../Scripting/ContentWrapper/ContentFieldObject.cs | 5 ++--- .../Scripting/ContentWrapper/ContentFieldProperty.cs | 5 ++--- .../Scripting/ContentWrapper/JsonMapper.cs | 5 ++--- .../Scripting/IScriptEngine.cs | 5 ++--- .../Scripting/JintScriptEngine.cs | 5 ++--- .../Scripting/JintUser.cs | 5 ++--- .../Scripting/ScriptContext.cs | 5 ++--- .../ValidateContent/ContentValidationExtensions.cs | 5 ++--- .../ValidateContent/ContentValidator.cs | 5 ++--- .../ValidateContent/FieldExtensions.cs | 5 ++--- .../ValidateContent/IAssetInfo.cs | 5 ++--- .../ValidateContent/JsonValueConverter.cs | 5 ++--- .../ValidateContent/ValidationContext.cs | 5 ++--- .../ValidateContent/Validators/AllowedValuesValidator.cs | 5 ++--- .../ValidateContent/Validators/AssetsValidator.cs | 5 ++--- .../Validators/CollectionItemValidator.cs | 5 ++--- .../ValidateContent/Validators/CollectionValidator.cs | 5 ++--- .../ValidateContent/Validators/IValidator.cs | 5 ++--- .../ValidateContent/Validators/PatternValidator.cs | 5 ++--- .../ValidateContent/Validators/RangeValidator.cs | 5 ++--- .../ValidateContent/Validators/ReferencesValidator.cs | 5 ++--- .../Validators/RequiredStringValidator.cs | 5 ++--- .../ValidateContent/Validators/RequiredValidator.cs | 5 ++--- .../ValidateContent/Validators/StringLengthValidator.cs | 5 ++--- .../ValidateContent/ValidatorsFactory.cs | 5 ++--- src/Squidex.Domain.Apps.Core/Apps/AppClientPermission.cs | 5 ++--- .../Apps/AppContributorPermission.cs | 5 ++--- src/Squidex.Domain.Apps.Core/Apps/AppPermission.cs | 5 ++--- src/Squidex.Domain.Apps.Core/Apps/RoleExtension.cs | 5 ++--- src/Squidex.Domain.Apps.Core/ContentEnricher.cs | 5 ++--- src/Squidex.Domain.Apps.Core/ContentExtensions.cs | 5 ++--- src/Squidex.Domain.Apps.Core/ContentValidator.cs | 5 ++--- src/Squidex.Domain.Apps.Core/Contents/ContentData.cs | 5 ++--- .../Contents/ContentFieldData.cs | 5 ++--- src/Squidex.Domain.Apps.Core/Contents/IdContentData.cs | 5 ++--- .../Contents/NamedContentData.cs | 5 ++--- src/Squidex.Domain.Apps.Core/Contents/Status.cs | 5 ++--- src/Squidex.Domain.Apps.Core/Contents/StatusFlow.cs | 5 ++--- src/Squidex.Domain.Apps.Core/FieldExtensions.cs | 5 ++--- src/Squidex.Domain.Apps.Core/IFieldPartitionItem.cs | 5 ++--- src/Squidex.Domain.Apps.Core/IFieldPartitioning.cs | 5 ++--- src/Squidex.Domain.Apps.Core/InvariantPartitioning.cs | 5 ++--- src/Squidex.Domain.Apps.Core/LanguageConfig.cs | 5 ++--- src/Squidex.Domain.Apps.Core/LanguagesConfig.cs | 5 ++--- src/Squidex.Domain.Apps.Core/Partitioning.cs | 5 ++--- src/Squidex.Domain.Apps.Core/PartitioningExtensions.cs | 5 ++--- src/Squidex.Domain.Apps.Core/Schemas/AssetsField.cs | 5 ++--- .../Schemas/AssetsFieldProperties.cs | 5 ++--- src/Squidex.Domain.Apps.Core/Schemas/BooleanField.cs | 5 ++--- .../Schemas/BooleanFieldEditor.cs | 5 ++--- .../Schemas/BooleanFieldProperties.cs | 5 ++--- src/Squidex.Domain.Apps.Core/Schemas/CloneableBase.cs | 5 ++--- .../Schemas/DateTimeCalculatedDefaultValue.cs | 5 ++--- src/Squidex.Domain.Apps.Core/Schemas/DateTimeField.cs | 5 ++--- .../Schemas/DateTimeFieldEditor.cs | 5 ++--- .../Schemas/DateTimeFieldProperties.cs | 5 ++--- .../Schemas/Edm/EdmSchemaExtensions.cs | 5 ++--- .../Schemas/Edm/EdmTypeVisitor.cs | 5 ++--- src/Squidex.Domain.Apps.Core/Schemas/Field.cs | 5 ++--- src/Squidex.Domain.Apps.Core/Schemas/FieldProperties.cs | 5 ++--- src/Squidex.Domain.Apps.Core/Schemas/FieldRegistry.cs | 5 ++--- src/Squidex.Domain.Apps.Core/Schemas/Field{T}.cs | 5 ++--- src/Squidex.Domain.Apps.Core/Schemas/GeolocationField.cs | 5 ++--- .../Schemas/GeolocationFieldEditor.cs | 5 ++--- .../Schemas/GeolocationFieldProperties.cs | 5 ++--- .../Schemas/IFieldPropertiesVisitor.cs | 5 ++--- src/Squidex.Domain.Apps.Core/Schemas/IFieldVisitor.cs | 5 ++--- src/Squidex.Domain.Apps.Core/Schemas/IReferenceField.cs | 5 ++--- .../Schemas/Json/JsonFieldModel.cs | 5 ++--- .../Schemas/Json/JsonSchemaModel.cs | 5 ++--- .../Schemas/Json/SchemaConverter.cs | 5 ++--- src/Squidex.Domain.Apps.Core/Schemas/JsonField.cs | 5 ++--- .../Schemas/JsonFieldProperties.cs | 5 ++--- .../Schemas/JsonSchema/ContentSchemaBuilder.cs | 5 ++--- .../Schemas/JsonSchema/JsonSchemaExtensions.cs | 5 ++--- .../Schemas/JsonSchema/JsonTypeVisitor.cs | 5 ++--- .../Schemas/NamedElementPropertiesBase.cs | 5 ++--- src/Squidex.Domain.Apps.Core/Schemas/NumberField.cs | 5 ++--- .../Schemas/NumberFieldEditor.cs | 5 ++--- .../Schemas/NumberFieldProperties.cs | 5 ++--- src/Squidex.Domain.Apps.Core/Schemas/ReferencesField.cs | 5 ++--- .../Schemas/ReferencesFieldProperties.cs | 5 ++--- src/Squidex.Domain.Apps.Core/Schemas/Schema.cs | 5 ++--- src/Squidex.Domain.Apps.Core/Schemas/SchemaProperties.cs | 5 ++--- src/Squidex.Domain.Apps.Core/Schemas/StringField.cs | 5 ++--- .../Schemas/StringFieldEditor.cs | 5 ++--- .../Schemas/StringFieldProperties.cs | 5 ++--- src/Squidex.Domain.Apps.Core/Schemas/TagsField.cs | 5 ++--- .../Schemas/TagsFieldProperties.cs | 5 ++--- .../Schemas/ValidationContext.cs | 5 ++--- .../Schemas/Validators/AllowedValuesValidator.cs | 5 ++--- .../Schemas/Validators/AssetsValidator.cs | 5 ++--- .../Schemas/Validators/CollectionItemValidator.cs | 5 ++--- .../Schemas/Validators/CollectionValidator.cs | 5 ++--- .../Schemas/Validators/IValidator.cs | 5 ++--- .../Schemas/Validators/PatternValidator.cs | 5 ++--- .../Schemas/Validators/RangeValidator.cs | 5 ++--- .../Schemas/Validators/ReferencesValidator.cs | 5 ++--- .../Schemas/Validators/RequiredStringValidator.cs | 5 ++--- .../Schemas/Validators/RequiredValidator.cs | 5 ++--- .../Schemas/Validators/StringLengthValidator.cs | 5 ++--- .../Scripting/ContentWrapper/ContentDataObject.cs | 5 ++--- .../Scripting/ContentWrapper/ContentDataProperty.cs | 5 ++--- .../Scripting/ContentWrapper/ContentFieldObject.cs | 5 ++--- .../Scripting/ContentWrapper/ContentFieldProperty.cs | 5 ++--- .../Scripting/ContentWrapper/JsonMapper.cs | 5 ++--- src/Squidex.Domain.Apps.Core/Scripting/IScriptEngine.cs | 5 ++--- .../Scripting/JintScriptEngine.cs | 5 ++--- src/Squidex.Domain.Apps.Core/Scripting/JintUser.cs | 5 ++--- src/Squidex.Domain.Apps.Core/Scripting/ScriptContext.cs | 5 ++--- src/Squidex.Domain.Apps.Core/Webhooks/WebhookSchema.cs | 5 ++--- .../Apps/MongoAppEntity.cs | 5 ++--- .../Apps/MongoAppRepository.cs | 5 ++--- .../Apps/MongoAppRepository_SnapshotStore.cs | 5 ++--- .../Assets/MongoAssetEntity.cs | 5 ++--- .../Assets/MongoAssetRepository.cs | 5 ++--- .../Assets/MongoAssetRepository_SnapshotStore.cs | 5 ++--- .../Assets/MongoAssetStatsEntity.cs | 5 ++--- .../Assets/MongoAssetStatsRepository.cs | 5 ++--- .../Assets/MongoAssetStatsRepository_EventHandling.cs | 5 ++--- .../Contents/Extensions.cs | 5 ++--- .../Contents/MongoContentEntity.cs | 5 ++--- .../Contents/MongoContentRepository.cs | 5 ++--- .../Contents/MongoContentRepository_EventHandling.cs | 5 ++--- .../Contents/MongoContentRepository_SnapshotStore.cs | 5 ++--- .../Contents/Visitors/ConstantVisitor.cs | 5 ++--- .../Contents/Visitors/FilterBuilder.cs | 5 ++--- .../Contents/Visitors/FilterVisitor.cs | 5 ++--- .../Contents/Visitors/FindExtensions.cs | 5 ++--- .../Contents/Visitors/PropertyVisitor.cs | 5 ++--- .../Contents/Visitors/SearchTermVisitor.cs | 5 ++--- .../Contents/Visitors/SortBuilder.cs | 5 ++--- .../History/MongoHistoryEventEntity.cs | 5 ++--- .../History/MongoHistoryEventRepository.cs | 5 ++--- .../History/ParsedHistoryEvent.cs | 5 ++--- .../MongoCollectionExtensions.cs | 5 ++--- .../Rules/MongoRuleEntity.cs | 5 ++--- .../Rules/MongoRuleEventEntity.cs | 5 ++--- .../Rules/MongoRuleEventRepository.cs | 5 ++--- .../Rules/MongoRuleRepository.cs | 5 ++--- .../Rules/MongoRuleRepository_SnapshotStore.cs | 5 ++--- .../Schemas/MongoSchemaEntity.cs | 5 ++--- .../Schemas/MongoSchemaRepository.cs | 5 ++--- .../Schemas/MongoSchemaRepository_SnapshotStore.cs | 5 ++--- src/Squidex.Domain.Apps.Entities/AppAggregateCommand.cs | 5 ++--- src/Squidex.Domain.Apps.Entities/AppCommand.cs | 5 ++--- src/Squidex.Domain.Apps.Entities/AppProvider.cs | 5 ++--- .../Apps/AppCommandMiddleware.cs | 5 ++--- src/Squidex.Domain.Apps.Entities/Apps/AppDomainObject.cs | 5 ++--- .../Apps/AppEntityExtensions.cs | 5 ++--- .../Apps/AppHistoryEventsCreator.cs | 5 ++--- .../Apps/Commands/AddLanguage.cs | 5 ++--- .../Apps/Commands/AddPattern.cs | 5 ++--- .../Apps/Commands/AssignContributor.cs | 5 ++--- .../Apps/Commands/AttachClient.cs | 5 ++--- .../Apps/Commands/ChangePlan.cs | 5 ++--- .../Apps/Commands/CreateApp.cs | 5 ++--- .../Apps/Commands/DeletePattern.cs | 5 ++--- .../Apps/Commands/RemoveContributor.cs | 5 ++--- .../Apps/Commands/RemoveLanguage.cs | 5 ++--- .../Apps/Commands/RevokeClient.cs | 5 ++--- .../Apps/Commands/UpdateClient.cs | 5 ++--- .../Apps/Commands/UpdateLanguage.cs | 5 ++--- .../Apps/Commands/UpdatePattern.cs | 5 ++--- src/Squidex.Domain.Apps.Entities/Apps/Guards/GuardApp.cs | 5 ++--- .../Apps/Guards/GuardAppClients.cs | 5 ++--- .../Apps/Guards/GuardAppContributors.cs | 5 ++--- .../Apps/Guards/GuardAppLanguages.cs | 5 ++--- .../Apps/Guards/GuardAppPattern.cs | 5 ++--- src/Squidex.Domain.Apps.Entities/Apps/IAppEntity.cs | 5 ++--- src/Squidex.Domain.Apps.Entities/Apps/InitialPatterns.cs | 5 ++--- .../Apps/Repositories/IAppRepository.cs | 5 ++--- .../Apps/Services/IAppLimitsPlan.cs | 5 ++--- .../Apps/Services/IAppPlanBillingManager.cs | 5 ++--- .../Apps/Services/IAppPlansProvider.cs | 5 ++--- .../Apps/Services/IChangePlanResult.cs | 5 ++--- .../Apps/Services/Implementations/ConfigAppLimitsPlan.cs | 5 ++--- .../Services/Implementations/ConfigAppPlansProvider.cs | 5 ++--- .../Implementations/NoopAppPlanBillingManager.cs | 5 ++--- .../Apps/Services/PlanChangeAsyncResult.cs | 5 ++--- .../Apps/Services/PlanChangedResult.cs | 5 ++--- .../Apps/Services/RedirectToCheckoutResult.cs | 5 ++--- src/Squidex.Domain.Apps.Entities/Apps/State/AppState.cs | 5 ++--- .../Assets/AssetCommandMiddleware.cs | 5 ++--- .../Assets/AssetDomainObject.cs | 5 ++--- .../Assets/AssetSavedResult.cs | 5 ++--- .../Assets/Commands/AssetAggregateCommand.cs | 5 ++--- .../Assets/Commands/CreateAsset.cs | 5 ++--- .../Assets/Commands/DeleteAsset.cs | 5 ++--- .../Assets/Commands/RenameAsset.cs | 5 ++--- .../Assets/Commands/UpdateAsset.cs | 5 ++--- .../Assets/Guards/GuardAsset.cs | 5 ++--- src/Squidex.Domain.Apps.Entities/Assets/IAssetEntity.cs | 5 ++--- .../Assets/IAssetStatsEntity.cs | 5 ++--- .../Assets/Repositories/IAssetRepository.cs | 5 ++--- .../Assets/Repositories/IAssetStatsRepository.cs | 5 ++--- .../Assets/State/AssetState.cs | 5 ++--- src/Squidex.Domain.Apps.Entities/CachingProviderBase.cs | 5 ++--- .../Contents/Commands/ChangeContentStatus.cs | 5 ++--- .../Contents/Commands/ContentCommand.cs | 5 ++--- .../Contents/Commands/ContentDataCommand.cs | 5 ++--- .../Contents/Commands/CreateContent.cs | 5 ++--- .../Contents/Commands/DeleteContent.cs | 5 ++--- .../Contents/Commands/PatchContent.cs | 5 ++--- .../Contents/Commands/UpdateContent.cs | 5 ++--- .../Contents/ContentCommandMiddleware.cs | 5 ++--- .../Contents/ContentDataChangedResult.cs | 5 ++--- .../Contents/ContentDomainObject.cs | 5 ++--- .../Contents/ContentHistoryEventsCreator.cs | 5 ++--- .../Contents/ContentOperationContext.cs | 5 ++--- .../Contents/ContentQueryService.cs | 5 ++--- .../Contents/Edm/EdmModelBuilder.cs | 5 ++--- .../Contents/Edm/EdmModelExtensions.cs | 5 ++--- .../Contents/GraphQL/CachingGraphQLService.cs | 5 ++--- .../Contents/GraphQL/GraphQLModel.cs | 5 ++--- .../Contents/GraphQL/GraphQLQuery.cs | 5 ++--- .../Contents/GraphQL/GraphQLQueryContext.cs | 5 ++--- .../Contents/GraphQL/IGraphQLContext.cs | 5 ++--- .../Contents/GraphQL/IGraphQLService.cs | 5 ++--- .../Contents/GraphQL/IGraphQLUrlGenerator.cs | 5 ++--- .../Contents/GraphQL/Types/AssetGraphType.cs | 5 ++--- .../Contents/GraphQL/Types/ContentDataGraphType.cs | 5 ++--- .../Contents/GraphQL/Types/ContentGraphType.cs | 5 ++--- .../Contents/GraphQL/Types/ContentQueryGraphType.cs | 5 ++--- .../Contents/GraphQL/Types/NoopGraphType.cs | 5 ++--- .../Contents/Guards/GuardContent.cs | 5 ++--- .../Contents/IContentEntity.cs | 5 ++--- .../Contents/IContentQueryService.cs | 5 ++--- .../Contents/QueryContext.cs | 5 ++--- .../Contents/Repositories/IContentRepository.cs | 5 ++--- .../Contents/State/ContentState.cs | 5 ++--- src/Squidex.Domain.Apps.Entities/DomainObjectState.cs | 5 ++--- src/Squidex.Domain.Apps.Entities/EntityMapper.cs | 5 ++--- .../History/HistoryEventToStore.cs | 5 ++--- .../History/HistoryEventsCreatorBase.cs | 5 ++--- .../History/IHistoryEventEntity.cs | 5 ++--- .../History/IHistoryEventsCreator.cs | 5 ++--- .../History/Repositories/IHistoryEventRepository.cs | 5 ++--- src/Squidex.Domain.Apps.Entities/IAppProvider.cs | 5 ++--- src/Squidex.Domain.Apps.Entities/IEntity.cs | 5 ++--- src/Squidex.Domain.Apps.Entities/IEntityWithAppRef.cs | 5 ++--- src/Squidex.Domain.Apps.Entities/IEntityWithCreatedBy.cs | 5 ++--- .../IEntityWithLastModifiedBy.cs | 5 ++--- src/Squidex.Domain.Apps.Entities/IEntityWithVersion.cs | 5 ++--- src/Squidex.Domain.Apps.Entities/IUpdateableEntity.cs | 5 ++--- .../IUpdateableEntityWithAppRef.cs | 5 ++--- .../IUpdateableEntityWithCreatedBy.cs | 5 ++--- .../IUpdateableEntityWithLastModifiedBy.cs | 5 ++--- .../IUpdateableEntityWithVersion.cs | 5 ++--- .../Rules/Commands/CreateRule.cs | 5 ++--- .../Rules/Commands/DeleteRule.cs | 5 ++--- .../Rules/Commands/DisableRule.cs | 5 ++--- .../Rules/Commands/EnableRule.cs | 5 ++--- .../Rules/Commands/RuleAggregateCommand.cs | 5 ++--- .../Rules/Commands/RuleEditCommand.cs | 5 ++--- .../Rules/Commands/UpdateRule.cs | 5 ++--- .../Rules/Guards/GuardRule.cs | 5 ++--- .../Rules/Guards/RuleActionValidator.cs | 5 ++--- .../Rules/Guards/RuleTriggerValidator.cs | 5 ++--- src/Squidex.Domain.Apps.Entities/Rules/IRuleEntity.cs | 5 ++--- .../Rules/IRuleEventEntity.cs | 5 ++--- .../Rules/Repositories/IRuleEventRepository.cs | 5 ++--- .../Rules/Repositories/IRuleRepository.cs | 5 ++--- .../Rules/RuleCommandMiddleware.cs | 5 ++--- src/Squidex.Domain.Apps.Entities/Rules/RuleDequeuer.cs | 5 ++--- .../Rules/RuleDomainObject.cs | 5 ++--- src/Squidex.Domain.Apps.Entities/Rules/RuleEnqueuer.cs | 5 ++--- src/Squidex.Domain.Apps.Entities/Rules/RuleJobResult.cs | 5 ++--- .../Rules/State/RuleState.cs | 5 ++--- .../SchemaAggregateCommand.cs | 5 ++--- src/Squidex.Domain.Apps.Entities/SchemaCommand.cs | 5 ++--- .../Schemas/Commands/AddField.cs | 5 ++--- .../Schemas/Commands/ConfigureScripts.cs | 5 ++--- .../Schemas/Commands/CreateSchema.cs | 5 ++--- .../Schemas/Commands/CreateSchemaField.cs | 5 ++--- .../Schemas/Commands/DeleteField.cs | 5 ++--- .../Schemas/Commands/DeleteSchema.cs | 5 ++--- .../Schemas/Commands/DisableField.cs | 5 ++--- .../Schemas/Commands/EnableField.cs | 5 ++--- .../Schemas/Commands/FieldCommand.cs | 5 ++--- .../Schemas/Commands/HideField.cs | 5 ++--- .../Schemas/Commands/LockField.cs | 5 ++--- .../Schemas/Commands/PublishSchema.cs | 5 ++--- .../Schemas/Commands/ReorderFields.cs | 5 ++--- .../Schemas/Commands/ShowField.cs | 5 ++--- .../Schemas/Commands/UnpublishSchema.cs | 5 ++--- .../Schemas/Commands/UpdateField.cs | 5 ++--- .../Schemas/Commands/UpdateSchema.cs | 5 ++--- .../Schemas/Guards/FieldPropertiesValidator.cs | 5 ++--- .../Schemas/Guards/GuardSchema.cs | 5 ++--- .../Schemas/Guards/GuardSchemaField.cs | 5 ++--- .../Schemas/ISchemaEntity.cs | 5 ++--- .../Schemas/Repositories/ISchemaRepository.cs | 5 ++--- .../Schemas/SchemaCommandMiddleware.cs | 5 ++--- .../Schemas/SchemaDomainObject.cs | 5 ++--- .../Schemas/SchemaHistoryEventsCreator.cs | 5 ++--- .../Schemas/State/SchemaState.cs | 5 ++--- src/Squidex.Domain.Apps.Entities/SquidexCommand.cs | 5 ++--- src/Squidex.Domain.Apps.Events/AppEvent.cs | 5 ++--- src/Squidex.Domain.Apps.Events/Apps/AppClientAttached.cs | 5 ++--- src/Squidex.Domain.Apps.Events/Apps/AppClientRenamed.cs | 5 ++--- src/Squidex.Domain.Apps.Events/Apps/AppClientRevoked.cs | 5 ++--- src/Squidex.Domain.Apps.Events/Apps/AppClientUpdated.cs | 5 ++--- .../Apps/AppContributorAssigned.cs | 5 ++--- .../Apps/AppContributorRemoved.cs | 5 ++--- src/Squidex.Domain.Apps.Events/Apps/AppCreated.cs | 5 ++--- src/Squidex.Domain.Apps.Events/Apps/AppLanguageAdded.cs | 5 ++--- .../Apps/AppLanguageRemoved.cs | 5 ++--- .../Apps/AppLanguageUpdated.cs | 5 ++--- .../Apps/AppMasterLanguageSet.cs | 5 ++--- src/Squidex.Domain.Apps.Events/Apps/AppPatternAdded.cs | 5 ++--- src/Squidex.Domain.Apps.Events/Apps/AppPatternDeleted.cs | 5 ++--- src/Squidex.Domain.Apps.Events/Apps/AppPatternUpdated.cs | 5 ++--- src/Squidex.Domain.Apps.Events/Apps/AppPlanChanged.cs | 5 ++--- src/Squidex.Domain.Apps.Events/Assets/AssetCreated.cs | 5 ++--- src/Squidex.Domain.Apps.Events/Assets/AssetDeleted.cs | 5 ++--- src/Squidex.Domain.Apps.Events/Assets/AssetEvent.cs | 5 ++--- src/Squidex.Domain.Apps.Events/Assets/AssetRenamed.cs | 5 ++--- src/Squidex.Domain.Apps.Events/Assets/AssetUpdated.cs | 5 ++--- .../Contents/ContentCreated.cs | 5 ++--- .../Contents/ContentDeleted.cs | 5 ++--- src/Squidex.Domain.Apps.Events/Contents/ContentEvent.cs | 5 ++--- .../Contents/ContentStatusChanged.cs | 5 ++--- .../Contents/ContentUpdated.cs | 5 ++--- src/Squidex.Domain.Apps.Events/Rules/RuleCreated.cs | 5 ++--- src/Squidex.Domain.Apps.Events/Rules/RuleDeleted.cs | 5 ++--- src/Squidex.Domain.Apps.Events/Rules/RuleDisabled.cs | 5 ++--- src/Squidex.Domain.Apps.Events/Rules/RuleEnabled.cs | 5 ++--- src/Squidex.Domain.Apps.Events/Rules/RuleEvent.cs | 5 ++--- src/Squidex.Domain.Apps.Events/Rules/RuleUpdated.cs | 5 ++--- src/Squidex.Domain.Apps.Events/SchemaEvent.cs | 5 ++--- src/Squidex.Domain.Apps.Events/Schemas/FieldAdded.cs | 5 ++--- src/Squidex.Domain.Apps.Events/Schemas/FieldDeleted.cs | 5 ++--- src/Squidex.Domain.Apps.Events/Schemas/FieldDisabled.cs | 5 ++--- src/Squidex.Domain.Apps.Events/Schemas/FieldEnabled.cs | 5 ++--- src/Squidex.Domain.Apps.Events/Schemas/FieldEvent.cs | 5 ++--- src/Squidex.Domain.Apps.Events/Schemas/FieldHidden.cs | 5 ++--- src/Squidex.Domain.Apps.Events/Schemas/FieldLocked.cs | 5 ++--- src/Squidex.Domain.Apps.Events/Schemas/FieldShown.cs | 5 ++--- src/Squidex.Domain.Apps.Events/Schemas/FieldUpdated.cs | 5 ++--- src/Squidex.Domain.Apps.Events/Schemas/SchemaCreated.cs | 5 ++--- .../Schemas/SchemaCreatedField.cs | 5 ++--- src/Squidex.Domain.Apps.Events/Schemas/SchemaDeleted.cs | 5 ++--- .../Schemas/SchemaFieldsReordered.cs | 5 ++--- .../Schemas/SchemaPublished.cs | 5 ++--- .../Schemas/SchemaUnpublished.cs | 5 ++--- src/Squidex.Domain.Apps.Events/Schemas/SchemaUpdated.cs | 5 ++--- .../Schemas/ScriptsConfigured.cs | 5 ++--- src/Squidex.Domain.Apps.Events/SquidexEvent.cs | 5 ++--- src/Squidex.Domain.Apps.Events/SquidexEvents.cs | 5 ++--- .../Infrastructure/MongoPersistedGrantStore.cs | 5 ++--- src/Squidex.Domain.Users.MongoDb/MongoRole.cs | 5 ++--- src/Squidex.Domain.Users.MongoDb/MongoRoleStore.cs | 5 ++--- src/Squidex.Domain.Users.MongoDb/MongoUser.cs | 5 ++--- src/Squidex.Domain.Users.MongoDb/MongoUserClaim.cs | 5 ++--- src/Squidex.Domain.Users.MongoDb/MongoUserLogin.cs | 5 ++--- src/Squidex.Domain.Users.MongoDb/MongoUserStore.cs | 5 ++--- src/Squidex.Domain.Users.MongoDb/MongoUserToken.cs | 5 ++--- src/Squidex.Domain.Users.MongoDb/MongoXmlDocument.cs | 5 ++--- src/Squidex.Domain.Users.MongoDb/MongoXmlRepository.cs | 5 ++--- src/Squidex.Domain.Users/AssetUserPictureStore.cs | 5 ++--- src/Squidex.Domain.Users/IRole.cs | 5 ++--- src/Squidex.Domain.Users/IRoleFactory.cs | 5 ++--- src/Squidex.Domain.Users/IUserEvents.cs | 5 ++--- src/Squidex.Domain.Users/IUserFactory.cs | 5 ++--- src/Squidex.Domain.Users/IUserPictureStore.cs | 5 ++--- src/Squidex.Domain.Users/NoopUserEvents.cs | 5 ++--- .../UserClaimsPrincipalFactoryWithEmail.cs | 5 ++--- src/Squidex.Domain.Users/UserExtensions.cs | 5 ++--- src/Squidex.Domain.Users/UserManagerExtensions.cs | 5 ++--- .../Assets/AzureBlobAssetStore.cs | 5 ++--- .../EventSourcing/Formatter.cs | 5 ++--- .../EventSourcing/GetEventStore.cs | 5 ++--- .../EventSourcing/GetEventStoreSubscription.cs | 5 ++--- .../EventSourcing/ProjectionHelper.cs | 5 ++--- .../Assets/GoogleCloudAssetStore.cs | 5 ++--- .../EventSourcing/MongoEvent.cs | 5 ++--- .../EventSourcing/MongoEventCommit.cs | 5 ++--- .../EventSourcing/MongoEventStore.cs | 5 ++--- .../EventSourcing/StreamPosition.cs | 5 ++--- .../Migrations/MongoMigrationEntity.cs | 5 ++--- .../Migrations/MongoMigrationStatus.cs | 5 ++--- src/Squidex.Infrastructure.MongoDb/MongoDb/BsonHelper.cs | 5 ++--- .../MongoDb/BsonJsonAttribute.cs | 5 ++--- .../MongoDb/BsonJsonConvention.cs | 5 ++--- .../MongoDb/BsonJsonConverter.cs | 5 ++--- .../MongoDb/BsonJsonReader.cs | 5 ++--- .../MongoDb/BsonJsonSerializer.cs | 5 ++--- .../MongoDb/BsonJsonWriter.cs | 5 ++--- .../MongoDb/FieldDefinitionBuilder.cs | 5 ++--- .../MongoDb/IVersionedEntity.cs | 2 +- .../MongoDb/InstantSerializer.cs | 5 ++--- .../MongoDb/MongoEntity.cs | 5 ++--- .../MongoDb/MongoExtensions.cs | 5 ++--- .../MongoDb/MongoRepositoryBase.cs | 5 ++--- .../MongoDb/RefTokenSerializer.cs | 5 ++--- .../States/MongoSnapshotStore.cs | 5 ++--- src/Squidex.Infrastructure.MongoDb/States/MongoState.cs | 5 ++--- .../UsageTracking/MongoUsage.cs | 5 ++--- .../UsageTracking/MongoUsageStore.cs | 5 ++--- .../CQRS/Events/RabbitMqEventConsumer.cs | 5 ++--- src/Squidex.Infrastructure.Redis/RedisPubSub.cs | 5 ++--- src/Squidex.Infrastructure.Redis/RedisSubscription.cs | 5 ++--- src/Squidex.Infrastructure/Assets/AssetFile.cs | 5 ++--- .../Assets/AssetNotFoundException.cs | 5 ++--- src/Squidex.Infrastructure/Assets/FolderAssetStore.cs | 5 ++--- src/Squidex.Infrastructure/Assets/IAssetStore.cs | 5 ++--- .../Assets/IAssetThumbnailGenerator.cs | 5 ++--- src/Squidex.Infrastructure/Assets/ImageInfo.cs | 5 ++--- .../ImageSharp/ImageSharpAssetThumbnailGenerator.cs | 5 ++--- src/Squidex.Infrastructure/Caching/IInvalidatingCache.cs | 5 ++--- src/Squidex.Infrastructure/Caching/InvalidateMessage.cs | 5 ++--- .../Caching/InvalidatingMemoryCache.cs | 5 ++--- .../Caching/InvalidatingMemoryCacheExtensions.cs | 5 ++--- src/Squidex.Infrastructure/Caching/LRUCache.cs | 5 ++--- src/Squidex.Infrastructure/Caching/LRUCacheItem.cs | 5 ++--- src/Squidex.Infrastructure/Cloneable.cs | 5 ++--- src/Squidex.Infrastructure/Cloneable{T}.cs | 5 ++--- src/Squidex.Infrastructure/CollectionExtensions.cs | 5 ++--- src/Squidex.Infrastructure/Commands/AggregateHandler.cs | 5 ++--- src/Squidex.Infrastructure/Commands/CommandContext.cs | 5 ++--- src/Squidex.Infrastructure/Commands/CommandExtensions.cs | 5 ++--- src/Squidex.Infrastructure/Commands/DomainObjectBase.cs | 5 ++--- .../Commands/EnrichWithTimestampCommandMiddleware.cs | 5 ++--- .../Commands/EntityCreatedResult.cs | 5 ++--- .../Commands/EntityCreatedResult{T}.cs | 5 ++--- src/Squidex.Infrastructure/Commands/EntitySavedResult.cs | 5 ++--- src/Squidex.Infrastructure/Commands/IAggregateCommand.cs | 5 ++--- src/Squidex.Infrastructure/Commands/IAggregateHandler.cs | 5 ++--- src/Squidex.Infrastructure/Commands/ICommand.cs | 5 ++--- src/Squidex.Infrastructure/Commands/ICommandBus.cs | 5 ++--- .../Commands/ICommandMiddleware.cs | 5 ++--- src/Squidex.Infrastructure/Commands/IDomainObject.cs | 5 ++--- src/Squidex.Infrastructure/Commands/IDomainState.cs | 5 ++--- src/Squidex.Infrastructure/Commands/ITimestampCommand.cs | 5 ++--- .../Commands/InMemoryCommandBus.cs | 5 ++--- .../Commands/LogCommandMiddleware.cs | 5 ++--- src/Squidex.Infrastructure/ConfigurationException.cs | 5 ++--- .../Dispatching/ActionContextDispatcher.cs | 5 ++--- .../Dispatching/ActionDispatcher.cs | 5 ++--- .../Dispatching/DispatchExtensions.cs | 5 ++--- .../Dispatching/FuncContextDispatcher.cs | 5 ++--- src/Squidex.Infrastructure/Dispatching/FuncDispatcher.cs | 5 ++--- src/Squidex.Infrastructure/Dispatching/Helper.cs | 5 ++--- src/Squidex.Infrastructure/DisposableObjectBase.cs | 5 ++--- src/Squidex.Infrastructure/DomainException.cs | 5 ++--- src/Squidex.Infrastructure/DomainForbiddenException.cs | 5 ++--- .../DomainObjectDeletedException.cs | 5 ++--- src/Squidex.Infrastructure/DomainObjectException.cs | 5 ++--- .../DomainObjectNotFoundException.cs | 5 ++--- .../DomainObjectVersionException.cs | 5 ++--- src/Squidex.Infrastructure/EtagVersion.cs | 5 ++--- .../EventSourcing/CommonHeaders.cs | 5 ++--- .../EventSourcing/CompoundEventConsumer.cs | 5 ++--- .../EventSourcing/DefaultEventNotifier.cs | 5 ++--- src/Squidex.Infrastructure/EventSourcing/Envelope.cs | 5 ++--- .../EventSourcing/EnvelopeExtensions.cs | 5 ++--- .../EventSourcing/EnvelopeHeaders.cs | 5 ++--- src/Squidex.Infrastructure/EventSourcing/Envelope{T}.cs | 5 ++--- .../EventSourcing/EventConsumerInfo.cs | 5 ++--- src/Squidex.Infrastructure/EventSourcing/EventData.cs | 5 ++--- .../EventSourcing/EventTypeAttribute.cs | 5 ++--- .../EventSourcing/Grains/EventConsumerGrain.cs | 5 ++--- .../EventSourcing/Grains/EventConsumerGrainManager.cs | 5 ++--- .../EventSourcing/Grains/EventConsumerState.cs | 5 ++--- .../EventSourcing/Grains/Messages/GetStatesRequest.cs | 5 ++--- .../EventSourcing/Grains/Messages/GetStatesResponse.cs | 5 ++--- .../Grains/Messages/ResetConsumerMessage.cs | 5 ++--- .../Grains/Messages/StartConsumerMessage.cs | 5 ++--- .../EventSourcing/Grains/Messages/StopConsumerMessage.cs | 5 ++--- src/Squidex.Infrastructure/EventSourcing/IEvent.cs | 5 ++--- .../EventSourcing/IEventConsumer.cs | 5 ++--- .../EventSourcing/IEventDataFormatter.cs | 5 ++--- .../EventSourcing/IEventNotifier.cs | 5 ++--- src/Squidex.Infrastructure/EventSourcing/IEventStore.cs | 5 ++--- .../EventSourcing/IEventSubscriber.cs | 5 ++--- .../EventSourcing/IEventSubscription.cs | 5 ++--- .../EventSourcing/IMigratedEvent.cs | 5 ++--- .../EventSourcing/JsonEventDataFormatter.cs | 5 ++--- src/Squidex.Infrastructure/EventSourcing/NoopEvent.cs | 5 ++--- .../EventSourcing/PollingSubscription.cs | 5 ++--- .../EventSourcing/RetrySubscription.cs | 5 ++--- src/Squidex.Infrastructure/EventSourcing/StoredEvent.cs | 5 ++--- .../EventSourcing/WrongEventVersionException.cs | 5 ++--- src/Squidex.Infrastructure/ExceptionHelper.cs | 5 ++--- src/Squidex.Infrastructure/FileExtensions.cs | 5 ++--- src/Squidex.Infrastructure/Freezable.cs | 5 ++--- src/Squidex.Infrastructure/GravatarHelper.cs | 5 ++--- src/Squidex.Infrastructure/Guard.cs | 5 ++--- src/Squidex.Infrastructure/Http/DumpFormatter.cs | 5 ++--- src/Squidex.Infrastructure/IInitializable.cs | 5 ++--- src/Squidex.Infrastructure/IPubSub.cs | 5 ++--- src/Squidex.Infrastructure/IResultList.cs | 5 ++--- src/Squidex.Infrastructure/IRunnable.cs | 5 ++--- src/Squidex.Infrastructure/IValidatable.cs | 5 ++--- src/Squidex.Infrastructure/InMemoryPubSub.cs | 5 ++--- .../Json/ClaimsPrincipalConverter.cs | 5 ++--- .../Json/ConverterContractResolver.cs | 5 ++--- src/Squidex.Infrastructure/Json/InstantConverter.cs | 5 ++--- src/Squidex.Infrastructure/Json/JsonClassConverter.cs | 5 ++--- src/Squidex.Infrastructure/Json/JsonExtension.cs | 5 ++--- src/Squidex.Infrastructure/Json/LanguageConverter.cs | 5 ++--- src/Squidex.Infrastructure/Json/NamedGuidIdConverter.cs | 5 ++--- src/Squidex.Infrastructure/Json/NamedLongIdConverter.cs | 5 ++--- .../Json/NamedStringIdConverter.cs | 5 ++--- .../Json/PropertiesBagConverter.cs | 5 ++--- src/Squidex.Infrastructure/Json/RefTokenConverter.cs | 5 ++--- .../Json/TypeNameSerializationBinder.cs | 5 ++--- src/Squidex.Infrastructure/Language.cs | 5 ++--- src/Squidex.Infrastructure/Languages.cs | 5 ++--- .../Log/Adapter/SemanticLogLogger.cs | 5 ++--- .../Log/Adapter/SemanticLogLoggerFactoryExtensions.cs | 5 ++--- .../Log/Adapter/SemanticLogLoggerProvider.cs | 5 ++--- .../Log/ApplicationInfoLogAppender.cs | 5 ++--- src/Squidex.Infrastructure/Log/ConsoleLogChannel.cs | 5 ++--- src/Squidex.Infrastructure/Log/ConstantsLogWriter.cs | 5 ++--- src/Squidex.Infrastructure/Log/DebugLogChannel.cs | 5 ++--- src/Squidex.Infrastructure/Log/FileChannel.cs | 5 ++--- src/Squidex.Infrastructure/Log/IArrayWriter.cs | 5 ++--- src/Squidex.Infrastructure/Log/ILogAppender.cs | 5 ++--- src/Squidex.Infrastructure/Log/ILogChannel.cs | 5 ++--- src/Squidex.Infrastructure/Log/IObjectWriter.cs | 5 ++--- src/Squidex.Infrastructure/Log/ISemanticLog.cs | 5 ++--- .../Log/Internal/AnsiLogConsole.cs | 5 ++--- .../Log/Internal/ConsoleLogProcessor.cs | 5 ++--- .../Log/Internal/FileLogProcessor.cs | 5 ++--- src/Squidex.Infrastructure/Log/Internal/IConsole.cs | 5 ++--- .../Log/Internal/LogMessageEntry.cs | 5 ++--- .../Log/Internal/WindowsLogConsole.cs | 5 ++--- src/Squidex.Infrastructure/Log/JsonLogWriter.cs | 5 ++--- src/Squidex.Infrastructure/Log/SemanticLog.cs | 5 ++--- src/Squidex.Infrastructure/Log/SemanticLogExtensions.cs | 5 ++--- src/Squidex.Infrastructure/Log/SemanticLogLevel.cs | 5 ++--- src/Squidex.Infrastructure/Log/TimestampLogAppender.cs | 5 ++--- src/Squidex.Infrastructure/Migrations/IMigration.cs | 5 ++--- .../Migrations/IMigrationStatus.cs | 5 ++--- src/Squidex.Infrastructure/Migrations/Migrator.cs | 5 ++--- src/Squidex.Infrastructure/NamedId.cs | 5 ++--- src/Squidex.Infrastructure/PropertiesBag.cs | 5 ++--- src/Squidex.Infrastructure/PropertyValue.cs | 5 ++--- src/Squidex.Infrastructure/PubSubExtensions.cs | 5 ++--- src/Squidex.Infrastructure/RandomHash.cs | 5 ++--- src/Squidex.Infrastructure/RefToken.cs | 5 ++--- .../Reflection/IPropertyAccessor.cs | 5 ++--- .../Reflection/PropertiesTypeAccessor.cs | 5 ++--- .../Reflection/PropertyAccessor.cs | 5 ++--- .../Reflection/ReflectionExtensions.cs | 5 ++--- src/Squidex.Infrastructure/Reflection/SimpleCopier.cs | 5 ++--- src/Squidex.Infrastructure/Reflection/SimpleMapper.cs | 5 ++--- src/Squidex.Infrastructure/ResultList.cs | 5 ++--- src/Squidex.Infrastructure/RetryWindow.cs | 5 ++--- src/Squidex.Infrastructure/Security/Extensions.cs | 5 ++--- src/Squidex.Infrastructure/Security/OpenIdClaims.cs | 5 ++--- src/Squidex.Infrastructure/Singletons.cs | 5 ++--- src/Squidex.Infrastructure/SquidexInfrastructure.cs | 5 ++--- .../States/DefaultStreamNameResolver.cs | 5 ++--- src/Squidex.Infrastructure/States/IPersistence.cs | 5 ++--- src/Squidex.Infrastructure/States/ISnapshotStore.cs | 5 ++--- src/Squidex.Infrastructure/States/IStateFactory.cs | 5 ++--- src/Squidex.Infrastructure/States/IStatefulObject.cs | 5 ++--- src/Squidex.Infrastructure/States/IStore.cs | 5 ++--- src/Squidex.Infrastructure/States/IStreamNameResolver.cs | 5 ++--- .../States/InconsistentStateException.cs | 5 ++--- src/Squidex.Infrastructure/States/InvalidateMessage.cs | 5 ++--- src/Squidex.Infrastructure/States/Persistence.cs | 5 ++--- src/Squidex.Infrastructure/States/PersistenceMode.cs | 5 ++--- .../States/Persistence{TOwner,TSnapshot,TKey}.cs | 5 ++--- src/Squidex.Infrastructure/States/StateFactory.cs | 5 ++--- src/Squidex.Infrastructure/States/Store.cs | 5 ++--- src/Squidex.Infrastructure/States/StoreExtensions.cs | 5 ++--- src/Squidex.Infrastructure/StringExtensions.cs | 5 ++--- src/Squidex.Infrastructure/Tasks/AsyncLock.cs | 5 ++--- src/Squidex.Infrastructure/Tasks/AsyncLockPool.cs | 5 ++--- .../Tasks/SingleThreadedDispatcher.cs | 5 ++--- src/Squidex.Infrastructure/Tasks/TaskExtensions.cs | 5 ++--- src/Squidex.Infrastructure/Tasks/TaskHelper.cs | 5 ++--- src/Squidex.Infrastructure/Timers/CompletionTimer.cs | 5 ++--- src/Squidex.Infrastructure/TypeNameAttribute.cs | 5 ++--- src/Squidex.Infrastructure/TypeNameNotFoundException.cs | 5 ++--- src/Squidex.Infrastructure/TypeNameRegistry.cs | 5 ++--- .../UsageTracking/BackgroundUsageTracker.cs | 5 ++--- src/Squidex.Infrastructure/UsageTracking/IUsageStore.cs | 5 ++--- .../UsageTracking/IUsageTracker.cs | 5 ++--- src/Squidex.Infrastructure/UsageTracking/StoredUsage.cs | 5 ++--- src/Squidex.Infrastructure/UsageTracking/Usage.cs | 5 ++--- src/Squidex.Infrastructure/Validate.cs | 5 ++--- src/Squidex.Infrastructure/ValidationError.cs | 5 ++--- src/Squidex.Infrastructure/ValidationException.cs | 5 ++--- src/Squidex.Infrastructure/ValidationExtensions.cs | 5 ++--- src/Squidex.Shared/Identity/SquidexClaimTypes.cs | 5 ++--- src/Squidex.Shared/Identity/SquidexRoles.cs | 5 ++--- src/Squidex.Shared/Users/ExternalLogin.cs | 5 ++--- src/Squidex.Shared/Users/IUser.cs | 5 ++--- src/Squidex.Shared/Users/IUserResolver.cs | 5 ++--- src/Squidex/AppConfiguration.cs | 2 +- src/Squidex/AppServices.cs | 5 ++--- src/Squidex/Areas/Api/Config/Swagger/ScopesProcessor.cs | 5 ++--- .../Areas/Api/Config/Swagger/SwaggerExtensions.cs | 5 ++--- src/Squidex/Areas/Api/Config/Swagger/SwaggerServices.cs | 5 ++--- .../Api/Config/Swagger/XmlResponseTypesProcessor.cs | 5 ++--- src/Squidex/Areas/Api/Config/Swagger/XmlTagProcessor.cs | 5 ++--- src/Squidex/Areas/Api/Controllers/ApiController.cs | 5 ++--- .../Areas/Api/Controllers/Apps/AppClientsController.cs | 5 ++--- .../Api/Controllers/Apps/AppContributorsController.cs | 5 ++--- .../Areas/Api/Controllers/Apps/AppLanguagesController.cs | 5 ++--- .../Areas/Api/Controllers/Apps/AppPatternsController.cs | 5 ++--- src/Squidex/Areas/Api/Controllers/Apps/AppsController.cs | 5 ++--- .../Api/Controllers/Apps/Models/AddAppLanguageDto.cs | 5 ++--- .../Areas/Api/Controllers/Apps/Models/AppCreatedDto.cs | 5 ++--- src/Squidex/Areas/Api/Controllers/Apps/Models/AppDto.cs | 5 ++--- .../Areas/Api/Controllers/Apps/Models/AppLanguageDto.cs | 5 ++--- .../Areas/Api/Controllers/Apps/Models/AppPatternDto.cs | 5 ++--- .../Controllers/Apps/Models/AssignAppContributorDto.cs | 5 ++--- .../Areas/Api/Controllers/Apps/Models/ClientDto.cs | 5 ++--- .../Areas/Api/Controllers/Apps/Models/ContributorDto.cs | 5 ++--- .../Areas/Api/Controllers/Apps/Models/ContributorsDto.cs | 5 ++--- .../Api/Controllers/Apps/Models/CreateAppClientDto.cs | 5 ++--- .../Areas/Api/Controllers/Apps/Models/CreateAppDto.cs | 5 ++--- .../Api/Controllers/Apps/Models/UpdateAppClientDto.cs | 5 ++--- .../Api/Controllers/Apps/Models/UpdateAppLanguageDto.cs | 5 ++--- .../Api/Controllers/Apps/Models/UpdatePatternDto.cs | 5 ++--- src/Squidex/Areas/Api/Controllers/Assets/AssetConfig.cs | 5 ++--- .../Api/Controllers/Assets/AssetContentController.cs | 5 ++--- .../Areas/Api/Controllers/Assets/AssetsController.cs | 5 ++--- .../Api/Controllers/Assets/Models/AssetCreatedDto.cs | 5 ++--- .../Areas/Api/Controllers/Assets/Models/AssetDto.cs | 5 ++--- .../Api/Controllers/Assets/Models/AssetReplacedDto.cs | 5 ++--- .../Api/Controllers/Assets/Models/AssetUpdateDto.cs | 5 ++--- .../Areas/Api/Controllers/Assets/Models/AssetsDto.cs | 5 ++--- .../Api/Controllers/Content/ContentSwaggerController.cs | 5 ++--- .../Areas/Api/Controllers/Content/ContentsController.cs | 5 ++--- .../Content/Generator/SchemaSwaggerGenerator.cs | 5 ++--- .../Content/Generator/SchemasSwaggerGenerator.cs | 5 ++--- .../Areas/Api/Controllers/Content/Models/AssetsDto.cs | 5 ++--- .../Areas/Api/Controllers/Content/Models/ContentDto.cs | 5 ++--- src/Squidex/Areas/Api/Controllers/Docs/DocsController.cs | 5 ++--- src/Squidex/Areas/Api/Controllers/DocsVM.cs | 5 ++--- .../EventConsumers/EventConsumersController.cs | 5 ++--- .../EventConsumers/Models/EventConsumerDto.cs | 5 ++--- .../Areas/Api/Controllers/History/HistoryController.cs | 5 ++--- .../Api/Controllers/History/Models/HistoryEventDto.cs | 5 ++--- .../Areas/Api/Controllers/JsonInheritanceConverter.cs | 5 ++--- src/Squidex/Areas/Api/Controllers/LanguageDto.cs | 5 ++--- .../Api/Controllers/Languages/LanguagesController.cs | 5 ++--- src/Squidex/Areas/Api/Controllers/Ping/PingController.cs | 5 ++--- .../Areas/Api/Controllers/Plans/AppPlansController.cs | 5 ++--- .../Areas/Api/Controllers/Plans/Models/AppPlansDto.cs | 5 ++--- .../Areas/Api/Controllers/Plans/Models/ChangePlanDto.cs | 5 ++--- .../Areas/Api/Controllers/Plans/Models/PlanChangedDto.cs | 5 ++--- .../Areas/Api/Controllers/Plans/Models/PlanDto.cs | 5 ++--- .../Controllers/Rules/Models/Actions/WebhookActionDto.cs | 5 ++--- .../Rules/Models/Converters/RuleActionDtoFactory.cs | 5 ++--- .../Controllers/Rules/Models/Converters/RuleConverter.cs | 5 ++--- .../Rules/Models/Converters/RuleTriggerDtoFactory.cs | 5 ++--- .../Areas/Api/Controllers/Rules/Models/CreateRuleDto.cs | 5 ++--- .../Areas/Api/Controllers/Rules/Models/RuleActionDto.cs | 5 ++--- .../Areas/Api/Controllers/Rules/Models/RuleDto.cs | 5 ++--- .../Areas/Api/Controllers/Rules/Models/RuleEventDto.cs | 5 ++--- .../Areas/Api/Controllers/Rules/Models/RuleEventsDto.cs | 5 ++--- .../Areas/Api/Controllers/Rules/Models/RuleTriggerDto.cs | 5 ++--- .../Rules/Models/Triggers/ContentChangedTriggerDto.cs | 5 ++--- .../Models/Triggers/ContentChangedTriggerSchemaDto.cs | 5 ++--- .../Areas/Api/Controllers/Rules/Models/UpdateRuleDto.cs | 5 ++--- .../Areas/Api/Controllers/Rules/RulesController.cs | 5 ++--- .../Areas/Api/Controllers/Schemas/Models/AddFieldDto.cs | 5 ++--- .../Controllers/Schemas/Models/ConfigureScriptsDto.cs | 5 ++--- .../Models/Converters/FieldPropertiesDtoFactory.cs | 5 ++--- .../Schemas/Models/Converters/SchemaConverter.cs | 5 ++--- .../Api/Controllers/Schemas/Models/CreateSchemaDto.cs | 5 ++--- .../Controllers/Schemas/Models/CreateSchemaFieldDto.cs | 5 ++--- .../Areas/Api/Controllers/Schemas/Models/FieldDto.cs | 5 ++--- .../Api/Controllers/Schemas/Models/FieldPropertiesDto.cs | 5 ++--- .../Schemas/Models/Fields/AssetsFieldPropertiesDto.cs | 5 ++--- .../Schemas/Models/Fields/BooleanFieldPropertiesDto.cs | 5 ++--- .../Schemas/Models/Fields/DateTimeFieldPropertiesDto.cs | 5 ++--- .../Models/Fields/GeolocationFieldPropertiesDto.cs | 5 ++--- .../Schemas/Models/Fields/JsonFieldPropertiesDto.cs | 5 ++--- .../Schemas/Models/Fields/NumberFieldPropertiesDto.cs | 5 ++--- .../Models/Fields/ReferencesFieldPropertiesDto.cs | 5 ++--- .../Schemas/Models/Fields/StringFieldPropertiesDto.cs | 5 ++--- .../Schemas/Models/Fields/TagsFieldPropertiesDto.cs | 5 ++--- .../Api/Controllers/Schemas/Models/ReorderFieldsDto.cs | 5 ++--- .../Api/Controllers/Schemas/Models/SchemaDetailsDto.cs | 5 ++--- .../Areas/Api/Controllers/Schemas/Models/SchemaDto.cs | 5 ++--- .../Controllers/Schemas/Models/SchemaPropertiesDto.cs | 5 ++--- .../Api/Controllers/Schemas/Models/UpdateFieldDto.cs | 5 ++--- .../Api/Controllers/Schemas/Models/UpdateSchemaDto.cs | 5 ++--- .../Api/Controllers/Schemas/SchemaFieldsController.cs | 5 ++--- .../Areas/Api/Controllers/Schemas/SchemasController.cs | 5 ++--- .../Api/Controllers/Statistics/Models/CallsUsageDto.cs | 5 ++--- .../Api/Controllers/Statistics/Models/CurrentCallsDto.cs | 5 ++--- .../Controllers/Statistics/Models/CurrentStorageDto.cs | 5 ++--- .../Api/Controllers/Statistics/Models/StorageUsageDto.cs | 5 ++--- .../Areas/Api/Controllers/Statistics/UsagesController.cs | 5 ++--- .../Areas/Api/Controllers/UI/Models/UISettingsDto.cs | 5 ++--- src/Squidex/Areas/Api/Controllers/UI/UIController.cs | 5 ++--- .../Areas/Api/Controllers/Users/Models/CreateUserDto.cs | 5 ++--- .../Areas/Api/Controllers/Users/Models/UpdateUserDto.cs | 5 ++--- .../Areas/Api/Controllers/Users/Models/UserCreatedDto.cs | 5 ++--- .../Areas/Api/Controllers/Users/Models/UserDto.cs | 5 ++--- .../Areas/Api/Controllers/Users/Models/UsersDto.cs | 5 ++--- .../Api/Controllers/Users/UserManagementController.cs | 5 ++--- .../Areas/Api/Controllers/Users/UsersController.cs | 5 ++--- src/Squidex/Areas/Api/Startup.cs | 5 ++--- .../Areas/Frontend/Middlewares/WebpackMiddleware.cs | 5 ++--- src/Squidex/Areas/Frontend/Startup.cs | 5 ++--- .../IdentityServer/Config/IdentityServerExtensions.cs | 5 ++--- .../IdentityServer/Config/IdentityServerServices.cs | 5 ++--- .../Areas/IdentityServer/Config/LazyClientStore.cs | 5 ++--- .../Controllers/Account/AccountController.cs | 5 ++--- .../IdentityServer/Controllers/Account/LoginModel.cs | 5 ++--- .../Areas/IdentityServer/Controllers/Account/LoginVM.cs | 5 ++--- .../IdentityServer/Controllers/Error/ErrorController.cs | 5 ++--- .../Areas/IdentityServer/Controllers/Extensions.cs | 5 ++--- .../Areas/IdentityServer/Controllers/ExternalProvider.cs | 5 ++--- .../Controllers/IdentityServerController.cs | 5 ++--- .../Controllers/Profile/ChangePasswordModel.cs | 5 ++--- .../Controllers/Profile/ChangeProfileModel.cs | 5 ++--- .../Controllers/Profile/ProfileController.cs | 5 ++--- .../IdentityServer/Controllers/Profile/ProfileVM.cs | 5 ++--- .../Controllers/Profile/RemoveLoginModel.cs | 5 ++--- .../Controllers/Profile/SetPasswordModel.cs | 5 ++--- src/Squidex/Areas/IdentityServer/Startup.cs | 5 ++--- .../PortalDashboardAuthenticationMiddleware.cs | 5 ++--- .../Areas/Portal/Middlewares/PortalRedirectMiddleware.cs | 5 ++--- src/Squidex/Areas/Portal/Startup.cs | 5 ++--- .../Config/Authentication/AuthenticationServices.cs | 5 ++--- .../Authentication/GoogleAuthenticationServices.cs | 5 ++--- src/Squidex/Config/Authentication/GoogleHandler.cs | 5 ++--- .../Config/Authentication/IdentityServerServices.cs | 5 ++--- .../Authentication/MicrosoftAuthenticationServices.cs | 5 ++--- src/Squidex/Config/Authentication/MicrosoftHandler.cs | 5 ++--- src/Squidex/Config/Constants.cs | 5 ++--- src/Squidex/Config/Domain/AssetServices.cs | 5 ++--- src/Squidex/Config/Domain/EventPublishersServices.cs | 5 ++--- src/Squidex/Config/Domain/EventStoreServices.cs | 5 ++--- src/Squidex/Config/Domain/InfrastructureServices.cs | 5 ++--- src/Squidex/Config/Domain/LoggingExtensions.cs | 5 ++--- src/Squidex/Config/Domain/PubSubServices.cs | 5 ++--- src/Squidex/Config/Domain/ReadServices.cs | 5 ++--- src/Squidex/Config/Domain/SerializationServices.cs | 5 ++--- src/Squidex/Config/Domain/StoreServices.cs | 5 ++--- src/Squidex/Config/Domain/SystemExtensions.cs | 5 ++--- src/Squidex/Config/Domain/WriteServices.cs | 5 ++--- src/Squidex/Config/MyIdentityOptions.cs | 5 ++--- src/Squidex/Config/MyUIOptions.cs | 5 ++--- src/Squidex/Config/MyUrlsOptions.cs | 5 ++--- src/Squidex/Config/MyUsageOptions.cs | 5 ++--- src/Squidex/Config/Options.cs | 5 ++--- src/Squidex/Config/ServiceExtensions.cs | 5 ++--- src/Squidex/Config/Web/WebExtensions.cs | 5 ++--- src/Squidex/Config/Web/WebServices.cs | 5 ++--- src/Squidex/Pipeline/ActionContextLogAppender.cs | 5 ++--- src/Squidex/Pipeline/ApiAuthorizeAttribute.cs | 5 ++--- src/Squidex/Pipeline/ApiCostsAttribute.cs | 5 ++--- src/Squidex/Pipeline/ApiCostsFilter.cs | 5 ++--- src/Squidex/Pipeline/ApiExceptionFilterAttribute.cs | 5 ++--- src/Squidex/Pipeline/AppApiAttribute.cs | 5 ++--- src/Squidex/Pipeline/AppApiFilter.cs | 5 ++--- src/Squidex/Pipeline/AppPermissionAttribute.cs | 5 ++--- .../Pipeline/CommandMiddlewares/ETagCommandMiddleware.cs | 5 ++--- .../EnrichWithActorCommandMiddleware.cs | 5 ++--- .../EnrichWithAppIdCommandMiddleware.cs | 5 ++--- .../EnrichWithSchemaIdCommandMiddleware.cs | 5 ++--- src/Squidex/Pipeline/EnforceHttpsMiddleware.cs | 5 ++--- src/Squidex/Pipeline/EntityCreatedDto.cs | 5 ++--- src/Squidex/Pipeline/ErrorDto.cs | 5 ++--- src/Squidex/Pipeline/Extensions.cs | 5 ++--- src/Squidex/Pipeline/FileCallbackResult.cs | 5 ++--- src/Squidex/Pipeline/FileCallbackResultExecutor.cs | 5 ++--- src/Squidex/Pipeline/GraphQLUrlGenerator.cs | 5 ++--- src/Squidex/Pipeline/IAppFeature.cs | 5 ++--- src/Squidex/Pipeline/LogPerformanceMiddleware.cs | 5 ++--- src/Squidex/Pipeline/MustBeAdministratorAttribute.cs | 5 ++--- src/Squidex/Pipeline/MustBeAppDeveloperAttribute.cs | 5 ++--- src/Squidex/Pipeline/MustBeAppEditorAttribute.cs | 5 ++--- src/Squidex/Pipeline/MustBeAppOwnerAttribute.cs | 5 ++--- src/Squidex/Pipeline/MustBeAppReaderAttribute.cs | 5 ++--- src/Squidex/Pipeline/Swagger/SwaggerHelper.cs | 5 ++--- src/Squidex/Program.cs | 5 ++--- src/Squidex/WebStartup.cs | 5 ++--- src/Squidex/app/app.component.ts | 2 +- src/Squidex/app/app.module.ts | 2 +- src/Squidex/app/app.routes.ts | 2 +- src/Squidex/app/app.ts | 2 +- .../administration/administration-area.component.ts | 2 +- src/Squidex/app/features/administration/declarations.ts | 2 +- src/Squidex/app/features/administration/module.ts | 2 +- .../event-consumers/event-consumers-page.component.ts | 2 +- .../app/features/administration/pages/messages.ts | 2 +- .../administration/pages/users/user-page.component.ts | 2 +- .../administration/pages/users/users-page.component.ts | 2 +- src/Squidex/app/features/api/api-area.component.ts | 2 +- src/Squidex/app/features/api/declarations.ts | 2 +- src/Squidex/app/features/api/index.ts | 2 +- src/Squidex/app/features/api/module.ts | 2 +- .../features/api/pages/graphql/graphql-page.component.ts | 2 +- src/Squidex/app/features/apps/declarations.ts | 2 +- src/Squidex/app/features/apps/index.ts | 2 +- src/Squidex/app/features/apps/module.ts | 2 +- .../app/features/apps/pages/apps-page.component.ts | 2 +- .../features/apps/pages/onboarding-dialog.component.ts | 2 +- src/Squidex/app/features/assets/declarations.ts | 2 +- src/Squidex/app/features/assets/index.ts | 2 +- src/Squidex/app/features/assets/module.ts | 2 +- .../app/features/assets/pages/assets-page.component.ts | 2 +- src/Squidex/app/features/content/declarations.ts | 2 +- src/Squidex/app/features/content/index.ts | 2 +- src/Squidex/app/features/content/module.ts | 2 +- .../content/pages/content/content-field.component.ts | 2 +- .../content/pages/content/content-history.component.ts | 2 +- .../content/pages/content/content-page.component.ts | 2 +- .../content/pages/contents/contents-page.component.ts | 2 +- .../content/pages/contents/search-form.component.ts | 2 +- src/Squidex/app/features/content/pages/messages.ts | 2 +- .../content/pages/schemas/schemas-page.component.ts | 2 +- .../features/content/shared/assets-editor.component.ts | 2 +- .../features/content/shared/content-item.component.ts | 2 +- .../content/shared/references-editor.component.ts | 2 +- src/Squidex/app/features/dashboard/declarations.ts | 2 +- src/Squidex/app/features/dashboard/index.ts | 2 +- src/Squidex/app/features/dashboard/module.ts | 2 +- .../features/dashboard/pages/dashboard-page.component.ts | 2 +- src/Squidex/app/features/rules/declarations.ts | 2 +- src/Squidex/app/features/rules/index.ts | 2 +- src/Squidex/app/features/rules/module.ts | 2 +- .../rules/pages/events/rule-events-page.component.ts | 2 +- .../pages/rules/actions/webhook-action.component.ts | 2 +- .../features/rules/pages/rules/rule-wizard.component.ts | 2 +- .../features/rules/pages/rules/rules-page.component.ts | 2 +- .../rules/triggers/content-changed-trigger.component.ts | 2 +- src/Squidex/app/features/schemas/declarations.ts | 2 +- src/Squidex/app/features/schemas/index.ts | 2 +- src/Squidex/app/features/schemas/module.ts | 2 +- src/Squidex/app/features/schemas/pages/messages.ts | 2 +- .../app/features/schemas/pages/schema/field.component.ts | 2 +- .../schemas/pages/schema/schema-edit-form.component.ts | 2 +- .../schemas/pages/schema/schema-page.component.ts | 2 +- .../pages/schema/schema-scripts-form.component.ts | 2 +- .../schemas/pages/schema/types/assets-ui.component.ts | 2 +- .../pages/schema/types/assets-validation.component.ts | 2 +- .../schemas/pages/schema/types/boolean-ui.component.ts | 2 +- .../pages/schema/types/boolean-validation.component.ts | 2 +- .../schemas/pages/schema/types/date-time-ui.component.ts | 2 +- .../pages/schema/types/date-time-validation.component.ts | 2 +- .../pages/schema/types/geolocation-ui.component.ts | 2 +- .../schema/types/geolocation-validation.component.ts | 2 +- .../schemas/pages/schema/types/json-ui.component.ts | 2 +- .../pages/schema/types/json-validation.component.ts | 2 +- .../schemas/pages/schema/types/number-ui.component.ts | 2 +- .../pages/schema/types/number-validation.component.ts | 2 +- .../pages/schema/types/references-ui.component.ts | 2 +- .../schema/types/references-validation.component.ts | 2 +- .../schemas/pages/schema/types/string-ui.component.ts | 2 +- .../pages/schema/types/string-validation.component.ts | 2 +- .../schemas/pages/schema/types/tags-ui.component.ts | 2 +- .../pages/schema/types/tags-validation.component.ts | 2 +- .../schemas/pages/schemas/schema-form.component.ts | 2 +- .../schemas/pages/schemas/schemas-page.component.ts | 2 +- src/Squidex/app/features/settings/declarations.ts | 2 +- src/Squidex/app/features/settings/index.ts | 2 +- src/Squidex/app/features/settings/module.ts | 2 +- .../features/settings/pages/clients/client.component.ts | 2 +- .../settings/pages/clients/clients-page.component.ts | 2 +- .../pages/contributors/contributors-page.component.ts | 2 +- .../settings/pages/languages/language.component.ts | 2 +- .../settings/pages/languages/languages-page.component.ts | 2 +- .../settings/pages/patterns/pattern.component.ts | 2 +- .../settings/pages/patterns/patterns-page.component.ts | 2 +- .../settings/pages/plans/plans-page.component.ts | 2 +- .../app/features/settings/settings-area.component.ts | 2 +- src/Squidex/app/framework/angular/animations.ts | 2 +- .../app/framework/angular/autocomplete.component.ts | 2 +- .../app/framework/angular/can-deactivate.guard.spec.ts | 2 +- .../app/framework/angular/can-deactivate.guard.ts | 2 +- .../app/framework/angular/confirm-click.directive.ts | 2 +- src/Squidex/app/framework/angular/copy.directive.ts | 2 +- .../app/framework/angular/date-time-editor.component.ts | 2 +- .../app/framework/angular/date-time.pipes.spec.ts | 2 +- src/Squidex/app/framework/angular/date-time.pipes.ts | 2 +- src/Squidex/app/framework/angular/dropdown.component.ts | 2 +- src/Squidex/app/framework/angular/file-drop.directive.ts | 2 +- .../framework/angular/focus-on-init.directive.spec.ts | 2 +- .../app/framework/angular/focus-on-init.directive.ts | 2 +- .../app/framework/angular/http-extensions-impl.spec.ts | 2 +- .../app/framework/angular/http-extensions-impl.ts | 2 +- src/Squidex/app/framework/angular/http-extensions.ts | 2 +- .../app/framework/angular/image-source.directive.ts | 2 +- .../framework/angular/indeterminate-value.directive.ts | 2 +- .../app/framework/angular/jscript-editor.component.ts | 2 +- .../app/framework/angular/json-editor.component.ts | 2 +- src/Squidex/app/framework/angular/keys.pipe.spec.ts | 2 +- src/Squidex/app/framework/angular/keys.pipe.ts | 2 +- .../app/framework/angular/lowercase-input.directive.ts | 2 +- .../app/framework/angular/markdown-editor.component.ts | 2 +- .../app/framework/angular/modal-target.directive.ts | 2 +- .../app/framework/angular/modal-view.directive.ts | 2 +- src/Squidex/app/framework/angular/money.pipe.spec.ts | 2 +- src/Squidex/app/framework/angular/money.pipe.ts | 2 +- src/Squidex/app/framework/angular/name.pipe.spec.ts | 2 +- src/Squidex/app/framework/angular/name.pipe.ts | 2 +- src/Squidex/app/framework/angular/numbers.pipes.spec.ts | 2 +- src/Squidex/app/framework/angular/numbers.pipes.ts | 2 +- .../framework/angular/onboarding-tooltip.component.ts | 2 +- .../app/framework/angular/panel-container.directive.ts | 2 +- src/Squidex/app/framework/angular/panel.component.ts | 2 +- .../app/framework/angular/parent-link.directive.ts | 2 +- .../app/framework/angular/popup-link.directive.ts | 2 +- .../app/framework/angular/progress-bar.component.ts | 2 +- .../app/framework/angular/root-view.directive.spec.ts | 2 +- src/Squidex/app/framework/angular/root-view.directive.ts | 2 +- src/Squidex/app/framework/angular/router-utils.spec.ts | 2 +- src/Squidex/app/framework/angular/router-utils.ts | 2 +- .../app/framework/angular/scroll-active.directive.ts | 2 +- .../app/framework/angular/shortcut.component.spec.ts | 2 +- src/Squidex/app/framework/angular/shortcut.component.ts | 2 +- src/Squidex/app/framework/angular/slider.component.ts | 2 +- src/Squidex/app/framework/angular/sorted.directive.ts | 2 +- src/Squidex/app/framework/angular/stars.component.ts | 2 +- .../app/framework/angular/tag-editor.component.ts | 2 +- .../app/framework/angular/template-wrapper.directive.ts | 2 +- src/Squidex/app/framework/angular/title.component.ts | 2 +- src/Squidex/app/framework/angular/toggle.component.ts | 2 +- .../app/framework/angular/user-report.component.ts | 2 +- src/Squidex/app/framework/angular/validators.spec.ts | 2 +- src/Squidex/app/framework/angular/validators.ts | 2 +- src/Squidex/app/framework/configurations.ts | 2 +- src/Squidex/app/framework/declarations.ts | 2 +- src/Squidex/app/framework/index.ts | 2 +- src/Squidex/app/framework/module.ts | 2 +- src/Squidex/app/framework/services/analytics.service.ts | 2 +- .../app/framework/services/clipboard.service.spec.ts | 2 +- src/Squidex/app/framework/services/clipboard.service.ts | 2 +- .../app/framework/services/dialog.service.spec.ts | 2 +- src/Squidex/app/framework/services/dialog.service.ts | 2 +- .../app/framework/services/local-store.service.spec.ts | 2 +- .../app/framework/services/local-store.service.ts | 2 +- .../app/framework/services/message-bus.service.spec.ts | 2 +- .../app/framework/services/message-bus.service.ts | 2 +- .../app/framework/services/onboarding.service.spec.ts | 2 +- src/Squidex/app/framework/services/onboarding.service.ts | 2 +- .../app/framework/services/resource-loader.service.ts | 2 +- .../app/framework/services/root-view.service.spec.ts | 2 +- src/Squidex/app/framework/services/root-view.service.ts | 2 +- .../app/framework/services/shortcut.service.spec.ts | 2 +- src/Squidex/app/framework/services/shortcut.service.ts | 2 +- src/Squidex/app/framework/services/title.service.spec.ts | 2 +- src/Squidex/app/framework/services/title.service.ts | 2 +- src/Squidex/app/framework/utils/date-helper.spec.ts | 2 +- src/Squidex/app/framework/utils/date-helper.ts | 2 +- src/Squidex/app/framework/utils/date-time.spec.ts | 2 +- src/Squidex/app/framework/utils/date-time.ts | 2 +- src/Squidex/app/framework/utils/duration.spec.ts | 2 +- src/Squidex/app/framework/utils/duration.ts | 2 +- src/Squidex/app/framework/utils/immutable-array.spec.ts | 2 +- src/Squidex/app/framework/utils/immutable-array.ts | 2 +- src/Squidex/app/framework/utils/math-helper.spec.ts | 2 +- src/Squidex/app/framework/utils/math-helper.ts | 2 +- src/Squidex/app/framework/utils/modal-view.spec.ts | 2 +- src/Squidex/app/framework/utils/modal-view.ts | 2 +- src/Squidex/app/framework/utils/pager.spec.ts | 2 +- src/Squidex/app/framework/utils/pager.ts | 2 +- src/Squidex/app/framework/utils/string-helper.spec.ts | 2 +- src/Squidex/app/framework/utils/string-helper.ts | 2 +- src/Squidex/app/framework/utils/types.spec.ts | 2 +- src/Squidex/app/framework/utils/types.ts | 2 +- src/Squidex/app/framework/utils/version.spec.ts | 2 +- src/Squidex/app/framework/utils/version.ts | 2 +- src/Squidex/app/shared/components/app-context.ts | 2 +- src/Squidex/app/shared/components/app-form.component.ts | 2 +- src/Squidex/app/shared/components/asset.component.ts | 2 +- .../shared/components/geolocation-editor.component.ts | 2 +- src/Squidex/app/shared/components/help.component.ts | 2 +- src/Squidex/app/shared/components/history.component.ts | 2 +- .../app/shared/components/language-selector.component.ts | 2 +- src/Squidex/app/shared/components/pipes.ts | 2 +- .../app/shared/components/rich-editor.component.ts | 2 +- src/Squidex/app/shared/declarations-base.ts | 2 +- src/Squidex/app/shared/declarations.ts | 2 +- .../app/shared/guards/app-must-exist.guard.spec.ts | 2 +- src/Squidex/app/shared/guards/app-must-exist.guard.ts | 2 +- .../shared/guards/must-be-authenticated.guard.spec.ts | 2 +- .../app/shared/guards/must-be-authenticated.guard.ts | 2 +- .../guards/must-be-not-authenticated.guard.spec.ts | 2 +- .../app/shared/guards/must-be-not-authenticated.guard.ts | 2 +- .../shared/guards/resolve-app-languages.guard.spec.ts | 2 +- .../app/shared/guards/resolve-app-languages.guard.ts | 2 +- .../app/shared/guards/resolve-content.guard.spec.ts | 2 +- src/Squidex/app/shared/guards/resolve-content.guard.ts | 2 +- .../shared/guards/resolve-published-schema.guard.spec.ts | 2 +- .../app/shared/guards/resolve-published-schema.guard.ts | 2 +- .../app/shared/guards/resolve-schema.guard.spec.ts | 2 +- src/Squidex/app/shared/guards/resolve-schema.guard.ts | 2 +- src/Squidex/app/shared/guards/resolve-user.guard.spec.ts | 2 +- src/Squidex/app/shared/guards/resolve-user.guard.ts | 2 +- src/Squidex/app/shared/guards/router-mockup.ts | 2 +- src/Squidex/app/shared/guards/unset-app.guard.spec.ts | 2 +- src/Squidex/app/shared/guards/unset-app.guard.ts | 2 +- src/Squidex/app/shared/index.ts | 2 +- .../app/shared/interceptors/auth.interceptor.spec.ts | 2 +- src/Squidex/app/shared/interceptors/auth.interceptor.ts | 2 +- src/Squidex/app/shared/module.ts | 2 +- .../app/shared/services/app-clients.service.spec.ts | 2 +- src/Squidex/app/shared/services/app-clients.service.ts | 2 +- .../app/shared/services/app-contributors.service.spec.ts | 2 +- .../app/shared/services/app-contributors.service.ts | 2 +- .../app/shared/services/app-languages.service.spec.ts | 2 +- src/Squidex/app/shared/services/app-languages.service.ts | 2 +- .../app/shared/services/app-patterns.service.spec.ts | 2 +- src/Squidex/app/shared/services/app-patterns.service.ts | 2 +- .../app/shared/services/apps-store.service.spec.ts | 2 +- src/Squidex/app/shared/services/apps-store.service.ts | 2 +- src/Squidex/app/shared/services/apps.service.spec.ts | 2 +- src/Squidex/app/shared/services/apps.service.ts | 2 +- src/Squidex/app/shared/services/assets.service.spec.ts | 2 +- src/Squidex/app/shared/services/assets.service.ts | 2 +- src/Squidex/app/shared/services/auth.service.ts | 2 +- src/Squidex/app/shared/services/contents.service.spec.ts | 2 +- src/Squidex/app/shared/services/contents.service.ts | 2 +- .../app/shared/services/event-consumers.service.spec.ts | 2 +- .../app/shared/services/event-consumers.service.ts | 2 +- src/Squidex/app/shared/services/graphql.service.spec.ts | 2 +- src/Squidex/app/shared/services/graphql.service.ts | 2 +- src/Squidex/app/shared/services/help.service.spec.ts | 2 +- src/Squidex/app/shared/services/help.service.ts | 2 +- src/Squidex/app/shared/services/history.service.spec.ts | 2 +- src/Squidex/app/shared/services/history.service.ts | 2 +- .../app/shared/services/languages.service.spec.ts | 2 +- src/Squidex/app/shared/services/languages.service.ts | 2 +- src/Squidex/app/shared/services/plans.service.spec.ts | 2 +- src/Squidex/app/shared/services/plans.service.ts | 2 +- src/Squidex/app/shared/services/rules.service.spec.ts | 2 +- src/Squidex/app/shared/services/rules.service.ts | 2 +- src/Squidex/app/shared/services/schemas.fields.spec.ts | 2 +- src/Squidex/app/shared/services/schemas.service.spec.ts | 2 +- src/Squidex/app/shared/services/schemas.service.ts | 2 +- src/Squidex/app/shared/services/ui.service.spec.ts | 2 +- src/Squidex/app/shared/services/ui.service.ts | 2 +- src/Squidex/app/shared/services/usages.service.spec.ts | 2 +- src/Squidex/app/shared/services/usages.service.ts | 2 +- .../app/shared/services/users-provider.service.spec.ts | 2 +- .../app/shared/services/users-provider.service.ts | 2 +- src/Squidex/app/shared/services/users.service.spec.ts | 2 +- src/Squidex/app/shared/services/users.service.ts | 2 +- src/Squidex/app/shared/utils/messages.ts | 2 +- src/Squidex/app/shell/declarations.ts | 2 +- src/Squidex/app/shell/index.ts | 2 +- src/Squidex/app/shell/module.ts | 2 +- src/Squidex/app/shell/pages/app/app-area.component.ts | 2 +- src/Squidex/app/shell/pages/app/left-menu.component.ts | 2 +- src/Squidex/app/shell/pages/home/home-page.component.ts | 2 +- .../app/shell/pages/internal/apps-menu.component.ts | 2 +- .../app/shell/pages/internal/internal-area.component.ts | 2 +- .../app/shell/pages/internal/profile-menu.component.ts | 2 +- .../app/shell/pages/login/login-page.component.ts | 2 +- .../app/shell/pages/logout/logout-page.component.ts | 2 +- .../shell/pages/not-found/not-found-page.component.ts | 2 +- src/Squidex/app/shims.ts | 2 +- .../Model/Apps/AppClientJsonTests.cs | 5 ++--- .../Model/Apps/AppClientsTests.cs | 5 ++--- .../Model/Apps/AppContributorsJsonTests.cs | 5 ++--- .../Model/Apps/AppContributorsTests.cs | 5 ++--- .../Model/Apps/AppPatternJsonTests.cs | 5 ++--- .../Model/Apps/AppPatternsTests.cs | 5 ++--- .../Model/Apps/AppPlanTests.cs | 5 ++--- .../Model/Apps/LanguagesConfigJsonTests.cs | 5 ++--- .../Model/Apps/LanguagesConfigTests.cs | 5 ++--- .../Model/Apps/RoleExtensionTests.cs | 5 ++--- .../Model/Contents/ContentDataTests.cs | 5 ++--- .../Model/Contents/StatusFlowTests.cs | 5 ++--- .../Model/InvariantPartitionTests.cs | 5 ++--- .../Model/PartitioningTests.cs | 5 ++--- .../Model/Rules/RuleTests.cs | 5 ++--- .../Model/Schemas/FieldRegistryTests.cs | 5 ++--- .../Model/Schemas/SchemaFieldTests.cs | 5 ++--- .../Model/Schemas/SchemaTests.cs | 5 ++--- .../Operations/ConvertContent/ContentConversionTests.cs | 5 ++--- .../Operations/EnrichContent/ContentEnrichmentTests.cs | 5 ++--- .../ExtractReferenceIds/ReferenceExtractionTests.cs | 5 ++--- .../Operations/GenerateEdmSchema/EdmTests.cs | 5 ++--- .../Operations/GenerateJsonSchema/JsonSchemaTests.cs | 5 ++--- .../Operations/HandleRules/RuleServiceTests.cs | 5 ++--- .../HandleRules/Triggers/ContentChangedTriggerTests.cs | 5 ++--- .../Operations/Scripting/ContentDataObjectTests.cs | 5 ++--- .../Operations/Scripting/JintScriptEngineTests.cs | 5 ++--- .../Operations/Scripting/JintUserTests.cs | 5 ++--- .../Operations/ValidateContent/AssetsFieldTests.cs | 5 ++--- .../Operations/ValidateContent/BooleanFieldTests.cs | 5 ++--- .../Operations/ValidateContent/ContentValidationTests.cs | 5 ++--- .../Operations/ValidateContent/DateTimeFieldTests.cs | 5 ++--- .../Operations/ValidateContent/GeolocationFieldTests.cs | 5 ++--- .../Operations/ValidateContent/JsonFieldTests.cs | 5 ++--- .../Operations/ValidateContent/NumberFieldTests.cs | 5 ++--- .../Operations/ValidateContent/ReferencesFieldTests.cs | 5 ++--- .../Operations/ValidateContent/StringFieldTests.cs | 5 ++--- .../Operations/ValidateContent/TagsFieldTests.cs | 5 ++--- .../ValidateContent/ValidationTestExtensions.cs | 5 ++--- .../Validators/AllowedValuesValidatorTests.cs | 5 ++--- .../Validators/CollectionItemValidatorTests.cs | 5 ++--- .../Validators/CollectionValidatorTests.cs | 5 ++--- .../ValidateContent/Validators/PatternValidatorTests.cs | 5 ++--- .../ValidateContent/Validators/RangeValidatorTests.cs | 5 ++--- .../Validators/RequiredStringValidatorTests.cs | 5 ++--- .../ValidateContent/Validators/RequiredValidatorTests.cs | 5 ++--- .../Validators/StringLengthValidatorTests.cs | 5 ++--- tests/Squidex.Domain.Apps.Core.Tests/TestData.cs | 5 ++--- .../Apps/AppCommandMiddlewareTests.cs | 5 ++--- .../Apps/AppDomainObjectTests.cs | 5 ++--- .../Apps/ConfigAppLimitsProviderTests.cs | 5 ++--- .../Apps/Guards/GuardAppClientsTests.cs | 5 ++--- .../Apps/Guards/GuardAppContributorsTests.cs | 5 ++--- .../Apps/Guards/GuardAppLanguagesTests.cs | 5 ++--- .../Apps/Guards/GuardAppPatternsTests.cs | 5 ++--- .../Apps/Guards/GuardAppTests.cs | 5 ++--- .../Apps/NoopAppPlanBillingManagerTests.cs | 5 ++--- .../Assets/AssetCommandMiddlewareTests.cs | 5 ++--- .../Assets/AssetDomainObjectTests.cs | 5 ++--- .../Assets/Guards/GuardAssetTests.cs | 5 ++--- .../Contents/ContentCommandMiddlewareTests.cs | 5 ++--- .../Contents/ContentDomainObjectTests.cs | 5 ++--- .../Contents/ContentQueryServiceTests.cs | 5 ++--- .../Contents/GraphQL/GraphQLTests.cs | 5 ++--- .../Contents/Guard/GuardContentTests.cs | 5 ++--- .../Contents/OData/ODataQueryTests.cs | 5 ++--- .../Contents/TestData/FakeAssetEntity.cs | 5 ++--- .../Contents/TestData/FakeContentEntity.cs | 5 ++--- .../Contents/TestData/FakeUrlGenerator.cs | 5 ++--- .../Rules/Guards/Actions/WebhookActionTests.cs | 5 ++--- .../Rules/Guards/GuardRuleTests.cs | 5 ++--- .../Rules/Guards/Triggers/ContentChangedTriggerTests.cs | 5 ++--- .../Rules/RuleCommandMiddlewareTests.cs | 5 ++--- .../Rules/RuleDequeuerTests.cs | 5 ++--- .../Rules/RuleDomainObjectTests.cs | 5 ++--- .../Rules/RuleEnqueuerTests.cs | 5 ++--- .../Guards/FieldProperties/AssetsFieldPropertiesTests.cs | 5 ++--- .../FieldProperties/BooleanFieldPropertiesTests.cs | 5 ++--- .../FieldProperties/DateTimeFieldPropertiesTests.cs | 5 ++--- .../FieldProperties/GeolocationFieldPropertiesTests.cs | 5 ++--- .../Guards/FieldProperties/JsonFieldPropertiesTests.cs | 5 ++--- .../Guards/FieldProperties/NumberFieldPropertiesTests.cs | 5 ++--- .../FieldProperties/ReferencesFieldPropertiesTests.cs | 5 ++--- .../Guards/FieldProperties/StringFieldPropertiesTests.cs | 5 ++--- .../Guards/FieldProperties/TagsFieldPropertiesTests.cs | 5 ++--- .../Schemas/Guards/GuardSchemaFieldTests.cs | 5 ++--- .../Schemas/Guards/GuardSchemaTests.cs | 5 ++--- .../Schemas/SchemaCommandMiddlewareTests.cs | 5 ++--- .../Schemas/SchemaDomainObjectTests.cs | 5 ++--- .../TestHelpers/AssertHelper.cs | 5 ++--- .../TestHelpers/HandlerTestBase.cs | 5 ++--- .../AssetUserPictureStoreTests.cs | 5 ++--- .../Assets/AssetStoreTests.cs | 5 ++--- .../Assets/AzureBlobAssetStoreTests.cs | 5 ++--- .../Assets/FolderAssetStoreTests.cs | 5 ++--- .../Assets/GoogleCloudAssetStoreTests.cs | 5 ++--- .../Assets/ImageSharpAssetThumbnailGeneratorTests.cs | 5 ++--- .../Caching/InvalidatingMemoryCacheTests.cs | 5 ++--- .../Caching/LRUCacheTests.cs | 5 ++--- .../CollectionExtensionsTests.cs | 5 ++--- .../Commands/AggregateHandlerTests.cs | 5 ++--- .../Commands/CommandContextTests.cs | 5 ++--- .../Commands/DomainObjectBaseTests.cs | 5 ++--- .../EnrichWithTimestampCommandMiddlewareTests.cs | 5 ++--- .../Commands/InMemoryCommandBusTests.cs | 5 ++--- .../Commands/LogCommandMiddlewareTests.cs | 5 ++--- tests/Squidex.Infrastructure.Tests/DispatchingTests.cs | 5 ++--- .../DisposableObjectBaseTests.cs | 5 ++--- .../EventSourcing/CompoundEventConsumerTests.cs | 5 ++--- .../EventSourcing/DefaultEventNotifierTests.cs | 5 ++--- .../EventSourcing/EnvelopeExtensionsTests.cs | 5 ++--- .../EventSourcing/EnvelopeHeaderTests.cs | 5 ++--- .../EventSourcing/EnvelopeTests.cs | 5 ++--- .../EventSourcing/EventDataFormatterTests.cs | 5 ++--- .../EventSourcing/Grains/EventConsumerGrainTests.cs | 5 ++--- .../EventSourcing/Grains/EventConsumerManagerTests.cs | 5 ++--- .../EventSourcing/PollingSubscriptionTests.cs | 5 ++--- .../EventSourcing/RetrySubscriptionTests.cs | 5 ++--- .../Squidex.Infrastructure.Tests/FileExtensionsTests.cs | 5 ++--- .../Squidex.Infrastructure.Tests/GravatarHelperTests.cs | 5 ++--- tests/Squidex.Infrastructure.Tests/GuardTests.cs | 5 ++--- .../Http/DumpFormatterTests.cs | 5 ++--- .../Squidex.Infrastructure.Tests/InMemoryPubSubTests.cs | 5 ++--- .../Json/ClaimsPrincipalConverterTests.cs | 5 ++--- .../Json/ConverterContractResolverTests.cs | 5 ++--- .../Json/InstantConverterTests.cs | 5 ++--- tests/Squidex.Infrastructure.Tests/LanguageTests.cs | 5 ++--- .../Log/JsonLogWriterTests.cs | 5 ++--- .../Log/SemanticLogAdapterTests.cs | 5 ++--- .../Squidex.Infrastructure.Tests/Log/SemanticLogTests.cs | 5 ++--- .../Migrations/MigratorTests.cs | 5 ++--- .../MongoDb/BsonConverterTests.cs | 5 ++--- tests/Squidex.Infrastructure.Tests/NamedIdTests.cs | 5 ++--- tests/Squidex.Infrastructure.Tests/PropertiesBagTests.cs | 5 ++--- tests/Squidex.Infrastructure.Tests/RandomHashTests.cs | 5 ++--- tests/Squidex.Infrastructure.Tests/RefTokenTests.cs | 5 ++--- .../Reflection/PropertiesTypeAccessorTests.cs | 5 ++--- .../Reflection/ReflectionExtensionTests.cs | 5 ++--- .../Reflection/SimpleCopierTests.cs | 5 ++--- .../Reflection/SimpleMapperTests.cs | 5 ++--- tests/Squidex.Infrastructure.Tests/RetryWindowTests.cs | 5 ++--- .../Security/ExtensionsTests.cs | 5 ++--- .../States/DefaultStreamNameResolverTests.cs | 5 ++--- .../States/PersistenceEventSourcingTests.cs | 5 ++--- .../States/PersistenceSnapshotTests.cs | 5 ++--- .../States/StateFactoryTests.cs | 5 ++--- .../StringExtensionsTests.cs | 5 ++--- .../Squidex.Infrastructure.Tests/TaskExtensionsTests.cs | 5 ++--- .../Tasks/SingleThreadedDispatcherTests.cs | 5 ++--- .../TestHelpers/JsonHelper.cs | 5 ++--- .../TestHelpers/MyCommand.cs | 5 ++--- .../TestHelpers/MyDomainObject.cs | 5 ++--- .../TestHelpers/MyDomainState.cs | 5 ++--- .../Squidex.Infrastructure.Tests/TestHelpers/MyEvent.cs | 5 ++--- .../Timers/CompletionTimerTests.cs | 5 ++--- .../TypeNameAttributeTests.cs | 5 ++--- .../TypeNameRegistryTests.cs | 5 ++--- .../UsageTracking/BackgroundUsageTrackerTests.cs | 5 ++--- .../ValidationExtensionsTests.cs | 5 ++--- tools/GenerateLanguages/Program.cs | 9 ++++----- tools/Migrate_00/Program.cs | 5 ++--- tools/Migrate_01/Migration01_FromCqrs.cs | 5 ++--- tools/Migrate_01/Migration02_AddPatterns.cs | 5 ++--- tools/Migrate_01/OldEvents/AppClientChanged.cs | 5 ++--- tools/Migrate_01/OldEvents/ContentArchived.cs | 5 ++--- tools/Migrate_01/OldEvents/ContentPublished.cs | 5 ++--- tools/Migrate_01/OldEvents/ContentRestored.cs | 5 ++--- tools/Migrate_01/OldEvents/ContentUnpublished.cs | 5 ++--- tools/Migrate_01/OldEvents/WebhookAdded.cs | 5 ++--- tools/Migrate_01/OldEvents/WebhookDeleted.cs | 5 ++--- 1332 files changed, 2387 insertions(+), 3440 deletions(-) diff --git a/src/Squidex.Domain.Apps.Core.Model/Apps/AppClient.cs b/src/Squidex.Domain.Apps.Core.Model/Apps/AppClient.cs index 9f6f0ed73..57b3f79f5 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Apps/AppClient.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Apps/AppClient.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppClient.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Diagnostics.Contracts; diff --git a/src/Squidex.Domain.Apps.Core.Model/Apps/AppClientPermission.cs b/src/Squidex.Domain.Apps.Core.Model/Apps/AppClientPermission.cs index cbc4cdaf2..33749b3e1 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Apps/AppClientPermission.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Apps/AppClientPermission.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppClientPermission.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Apps diff --git a/src/Squidex.Domain.Apps.Core.Model/Apps/AppClients.cs b/src/Squidex.Domain.Apps.Core.Model/Apps/AppClients.cs index bd606ea0d..5af29a523 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Apps/AppClients.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Apps/AppClients.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppClients.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Immutable; diff --git a/src/Squidex.Domain.Apps.Core.Model/Apps/AppContributorPermission.cs b/src/Squidex.Domain.Apps.Core.Model/Apps/AppContributorPermission.cs index c05d7527a..a1916542f 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Apps/AppContributorPermission.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Apps/AppContributorPermission.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppContributorPermission.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Apps diff --git a/src/Squidex.Domain.Apps.Core.Model/Apps/AppContributors.cs b/src/Squidex.Domain.Apps.Core.Model/Apps/AppContributors.cs index ffdd82c3f..be224b206 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Apps/AppContributors.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Apps/AppContributors.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppContributors.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Immutable; diff --git a/src/Squidex.Domain.Apps.Core.Model/Apps/AppPattern.cs b/src/Squidex.Domain.Apps.Core.Model/Apps/AppPattern.cs index ee64fc208..254f5c736 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Apps/AppPattern.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Apps/AppPattern.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppPattern.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Diagnostics.Contracts; diff --git a/src/Squidex.Domain.Apps.Core.Model/Apps/AppPatterns.cs b/src/Squidex.Domain.Apps.Core.Model/Apps/AppPatterns.cs index 459ecc4a6..e0ce032e3 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Apps/AppPatterns.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Apps/AppPatterns.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppPatterns.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; using System.Collections.Immutable; diff --git a/src/Squidex.Domain.Apps.Core.Model/Apps/AppPermission.cs b/src/Squidex.Domain.Apps.Core.Model/Apps/AppPermission.cs index e9bf142a6..db1c13474 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Apps/AppPermission.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Apps/AppPermission.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppPermission.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Apps diff --git a/src/Squidex.Domain.Apps.Core.Model/Apps/AppPlan.cs b/src/Squidex.Domain.Apps.Core.Model/Apps/AppPlan.cs index 83c9506b7..01b2c3a25 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Apps/AppPlan.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Apps/AppPlan.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppPlan.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure; diff --git a/src/Squidex.Domain.Apps.Core.Model/Apps/Json/AppClientsConverter.cs b/src/Squidex.Domain.Apps.Core.Model/Apps/Json/AppClientsConverter.cs index 1aa4d4eca..3da12f586 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Apps/Json/AppClientsConverter.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Apps/Json/AppClientsConverter.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppClientsConverter.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Model/Apps/Json/AppContributorsConverter.cs b/src/Squidex.Domain.Apps.Core.Model/Apps/Json/AppContributorsConverter.cs index 76baa1710..1f726ea95 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Apps/Json/AppContributorsConverter.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Apps/Json/AppContributorsConverter.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppContributorsConverter.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Model/Apps/Json/AppPatternsConverter.cs b/src/Squidex.Domain.Apps.Core.Model/Apps/Json/AppPatternsConverter.cs index 2e00fef01..20ae7248c 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Apps/Json/AppPatternsConverter.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Apps/Json/AppPatternsConverter.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppPatternsConverter.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; using System.Collections.Generic; diff --git a/src/Squidex.Domain.Apps.Core.Model/Apps/Json/JsonAppClient.cs b/src/Squidex.Domain.Apps.Core.Model/Apps/Json/JsonAppClient.cs index c3b11189e..6a6b7a333 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Apps/Json/JsonAppClient.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Apps/Json/JsonAppClient.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JsonAppClient.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Newtonsoft.Json; diff --git a/src/Squidex.Domain.Apps.Core.Model/Apps/Json/JsonAppPattern.cs b/src/Squidex.Domain.Apps.Core.Model/Apps/Json/JsonAppPattern.cs index be9dac550..04ce7605d 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Apps/Json/JsonAppPattern.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Apps/Json/JsonAppPattern.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JsonAppPattern.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Newtonsoft.Json; using Squidex.Infrastructure.Reflection; diff --git a/src/Squidex.Domain.Apps.Core.Model/Apps/Json/JsonLanguageConfig.cs b/src/Squidex.Domain.Apps.Core.Model/Apps/Json/JsonLanguageConfig.cs index f85cb70d3..b279f4542 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Apps/Json/JsonLanguageConfig.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Apps/Json/JsonLanguageConfig.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JsonLanguageConfig.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Linq; diff --git a/src/Squidex.Domain.Apps.Core.Model/Apps/Json/JsonLanguagesConfig.cs b/src/Squidex.Domain.Apps.Core.Model/Apps/Json/JsonLanguagesConfig.cs index 8ec216f76..c455c07ff 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Apps/Json/JsonLanguagesConfig.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Apps/Json/JsonLanguagesConfig.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JsonLanguagesConfig.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Apps.Core.Model/Apps/Json/LanguagesConfigConverter.cs b/src/Squidex.Domain.Apps.Core.Model/Apps/Json/LanguagesConfigConverter.cs index d720dfca8..ed396589d 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Apps/Json/LanguagesConfigConverter.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Apps/Json/LanguagesConfigConverter.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppClientsConverter.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Model/Apps/LanguageConfig.cs b/src/Squidex.Domain.Apps.Core.Model/Apps/LanguageConfig.cs index b1d507067..2bdb52ee3 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Apps/LanguageConfig.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Apps/LanguageConfig.cs @@ -1,9 +1,8 @@ // ========================================================================== -// LanguageConfig.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Apps.Core.Model/Apps/LanguagesConfig.cs b/src/Squidex.Domain.Apps.Core.Model/Apps/LanguagesConfig.cs index aa3a29666..39292de6a 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Apps/LanguagesConfig.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Apps/LanguagesConfig.cs @@ -1,9 +1,8 @@ // ========================================================================== -// LanguagesConfig.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Model/Apps/RoleExtension.cs b/src/Squidex.Domain.Apps.Core.Model/Apps/RoleExtension.cs index 40245615f..4a92c3cf9 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Apps/RoleExtension.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Apps/RoleExtension.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RoleExtension.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Model/Contents/ContentData.cs b/src/Squidex.Domain.Apps.Core.Model/Contents/ContentData.cs index aa1fece95..0258998e9 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Contents/ContentData.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Contents/ContentData.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentData.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Model/Contents/ContentFieldData.cs b/src/Squidex.Domain.Apps.Core.Model/Contents/ContentFieldData.cs index cdf5f8464..9f4cf3a75 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Contents/ContentFieldData.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Contents/ContentFieldData.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentFieldData.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Model/Contents/IdContentData.cs b/src/Squidex.Domain.Apps.Core.Model/Contents/IdContentData.cs index 20fbfe83f..6398d66d4 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Contents/IdContentData.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Contents/IdContentData.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IdContentData.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Model/Contents/NamedContentData.cs b/src/Squidex.Domain.Apps.Core.Model/Contents/NamedContentData.cs index 7318c8214..b7e4187a5 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Contents/NamedContentData.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Contents/NamedContentData.cs @@ -1,9 +1,8 @@ // ========================================================================== -// NamedContentData.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Model/Contents/Status.cs b/src/Squidex.Domain.Apps.Core.Model/Contents/Status.cs index c2f84034d..c20e0c4eb 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Contents/Status.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Contents/Status.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Status.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Contents diff --git a/src/Squidex.Domain.Apps.Core.Model/Contents/StatusFlow.cs b/src/Squidex.Domain.Apps.Core.Model/Contents/StatusFlow.cs index 30fbf23e1..005b2d4b3 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Contents/StatusFlow.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Contents/StatusFlow.cs @@ -1,9 +1,8 @@ // ========================================================================== -// StatusFlow.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Apps.Core.Model/DictionaryWrapper{TKey,TValue}.cs b/src/Squidex.Domain.Apps.Core.Model/DictionaryWrapper{TKey,TValue}.cs index 8922cfa48..ee96809e0 100644 --- a/src/Squidex.Domain.Apps.Core.Model/DictionaryWrapper{TKey,TValue}.cs +++ b/src/Squidex.Domain.Apps.Core.Model/DictionaryWrapper{TKey,TValue}.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DictionaryBase.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections; diff --git a/src/Squidex.Domain.Apps.Core.Model/IFieldPartitionItem.cs b/src/Squidex.Domain.Apps.Core.Model/IFieldPartitionItem.cs index 39a4434d2..4dd332cc1 100644 --- a/src/Squidex.Domain.Apps.Core.Model/IFieldPartitionItem.cs +++ b/src/Squidex.Domain.Apps.Core.Model/IFieldPartitionItem.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IFieldPartitionItem.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Apps.Core.Model/IFieldPartitioning.cs b/src/Squidex.Domain.Apps.Core.Model/IFieldPartitioning.cs index ff4f97928..9537a4fce 100644 --- a/src/Squidex.Domain.Apps.Core.Model/IFieldPartitioning.cs +++ b/src/Squidex.Domain.Apps.Core.Model/IFieldPartitioning.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IFieldPartitioning.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Apps.Core.Model/InvariantPartitioning.cs b/src/Squidex.Domain.Apps.Core.Model/InvariantPartitioning.cs index 5dd1ad0f8..f9c439b56 100644 --- a/src/Squidex.Domain.Apps.Core.Model/InvariantPartitioning.cs +++ b/src/Squidex.Domain.Apps.Core.Model/InvariantPartitioning.cs @@ -1,9 +1,8 @@ // ========================================================================== -// InvariantPartitioning.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Model/Partitioning.cs b/src/Squidex.Domain.Apps.Core.Model/Partitioning.cs index 74f2ea770..f6600ede5 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Partitioning.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Partitioning.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Partitioning.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Model/PartitioningExtensions.cs b/src/Squidex.Domain.Apps.Core.Model/PartitioningExtensions.cs index a7c70286c..089fc0ae6 100644 --- a/src/Squidex.Domain.Apps.Core.Model/PartitioningExtensions.cs +++ b/src/Squidex.Domain.Apps.Core.Model/PartitioningExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// PartitioningExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Model/Rules/Actions/WebhookAction.cs b/src/Squidex.Domain.Apps.Core.Model/Rules/Actions/WebhookAction.cs index 974855340..849c87a6e 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Rules/Actions/WebhookAction.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Rules/Actions/WebhookAction.cs @@ -1,9 +1,8 @@ // ========================================================================== -// WebhookAction.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Model/Rules/IRuleActionVisitor.cs b/src/Squidex.Domain.Apps.Core.Model/Rules/IRuleActionVisitor.cs index 3b4d284bd..41f68b54e 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Rules/IRuleActionVisitor.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Rules/IRuleActionVisitor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IActionVisitor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Rules.Actions; diff --git a/src/Squidex.Domain.Apps.Core.Model/Rules/IRuleTriggerVisitor.cs b/src/Squidex.Domain.Apps.Core.Model/Rules/IRuleTriggerVisitor.cs index ccbb1c4c6..10d10fd0a 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Rules/IRuleTriggerVisitor.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Rules/IRuleTriggerVisitor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IRuleTriggerVisitor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Rules.Triggers; diff --git a/src/Squidex.Domain.Apps.Core.Model/Rules/Json/JsonRule.cs b/src/Squidex.Domain.Apps.Core.Model/Rules/Json/JsonRule.cs index 163a66661..ce63262a9 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Rules/Json/JsonRule.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Rules/Json/JsonRule.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JsonRule.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Newtonsoft.Json; diff --git a/src/Squidex.Domain.Apps.Core.Model/Rules/Json/RuleConverter.cs b/src/Squidex.Domain.Apps.Core.Model/Rules/Json/RuleConverter.cs index 176820ef5..e9b8b77e4 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Rules/Json/RuleConverter.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Rules/Json/RuleConverter.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleConverter.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Model/Rules/Rule.cs b/src/Squidex.Domain.Apps.Core.Model/Rules/Rule.cs index 7bec58f87..be7bed2ca 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Rules/Rule.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Rules/Rule.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Rule.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Model/Rules/RuleAction.cs b/src/Squidex.Domain.Apps.Core.Model/Rules/RuleAction.cs index d2a5ccfc8..02fb9e85d 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Rules/RuleAction.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Rules/RuleAction.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleAction.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure; diff --git a/src/Squidex.Domain.Apps.Core.Model/Rules/RuleJob.cs b/src/Squidex.Domain.Apps.Core.Model/Rules/RuleJob.cs index efb38f5ac..030ff718f 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Rules/RuleJob.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Rules/RuleJob.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleJob.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Model/Rules/RuleJobData.cs b/src/Squidex.Domain.Apps.Core.Model/Rules/RuleJobData.cs index ad9cef6c1..59fb244d7 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Rules/RuleJobData.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Rules/RuleJobData.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleJobData.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Apps.Core.Model/Rules/RuleTrigger.cs b/src/Squidex.Domain.Apps.Core.Model/Rules/RuleTrigger.cs index 9f996553f..1640b81ab 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Rules/RuleTrigger.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Rules/RuleTrigger.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleTrigger.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure; diff --git a/src/Squidex.Domain.Apps.Core.Model/Rules/Triggers/ContentChangedTrigger.cs b/src/Squidex.Domain.Apps.Core.Model/Rules/Triggers/ContentChangedTrigger.cs index 7f8691725..2ad2d5110 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Rules/Triggers/ContentChangedTrigger.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Rules/Triggers/ContentChangedTrigger.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentChangedTrigger.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Immutable; diff --git a/src/Squidex.Domain.Apps.Core.Model/Rules/Triggers/ContentChangedTriggerSchema.cs b/src/Squidex.Domain.Apps.Core.Model/Rules/Triggers/ContentChangedTriggerSchema.cs index 600fcaf6e..f5e0bf7ea 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Rules/Triggers/ContentChangedTriggerSchema.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Rules/Triggers/ContentChangedTriggerSchema.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentChangedTriggerSchema.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/AssetsField.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/AssetsField.cs index 3b9d9deae..fd769b013 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/AssetsField.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/AssetsField.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetsField.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Schemas diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/AssetsFieldProperties.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/AssetsFieldProperties.cs index 0c23e5153..022890352 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/AssetsFieldProperties.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/AssetsFieldProperties.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetsFieldProperties.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Immutable; diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/BooleanField.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/BooleanField.cs index 70dc99448..fc590e022 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/BooleanField.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/BooleanField.cs @@ -1,9 +1,8 @@ // ========================================================================== -// BooleanField.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Schemas diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/BooleanFieldEditor.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/BooleanFieldEditor.cs index 6be38b6f9..08374e9a6 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/BooleanFieldEditor.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/BooleanFieldEditor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// BooleanFieldEditor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Schemas diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/BooleanFieldProperties.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/BooleanFieldProperties.cs index c6817f309..06c2f2fe8 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/BooleanFieldProperties.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/BooleanFieldProperties.cs @@ -1,9 +1,8 @@ // ========================================================================== -// BooleanFieldProperties.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure; diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/DateTimeCalculatedDefaultValue.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/DateTimeCalculatedDefaultValue.cs index 0e71b0187..41f2b9534 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/DateTimeCalculatedDefaultValue.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/DateTimeCalculatedDefaultValue.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DateTimeCalculatedDefaultValue.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Schemas diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/DateTimeField.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/DateTimeField.cs index f3b1ba6fc..5c4cf1a1e 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/DateTimeField.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/DateTimeField.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DateTimeField.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Schemas diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/DateTimeFieldEditor.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/DateTimeFieldEditor.cs index cb2be2f19..ffe493a8f 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/DateTimeFieldEditor.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/DateTimeFieldEditor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DateTimeFieldEditor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Schemas diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/DateTimeFieldProperties.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/DateTimeFieldProperties.cs index 382fc8430..6456e9604 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/DateTimeFieldProperties.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/DateTimeFieldProperties.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DateTimeFieldProperties.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using NodaTime; diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/Field.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/Field.cs index d10500fc1..073c01a42 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/Field.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/Field.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Field.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Diagnostics.Contracts; diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/FieldProperties.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/FieldProperties.cs index aa530df70..3c0fc63f2 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/FieldProperties.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/FieldProperties.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FieldProperties.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Schemas diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/FieldRegistry.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/FieldRegistry.cs index 5c6cecb70..7d1a61635 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/FieldRegistry.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/FieldRegistry.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FieldRegistry.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/Field{T}.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/Field{T}.cs index 3a9e2d18a..adfb366a1 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/Field{T}.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/Field{T}.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Field{T}.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/GeolocationField.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/GeolocationField.cs index fc5b313a0..078c6e18f 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/GeolocationField.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/GeolocationField.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GeolocationField.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Schemas diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/GeolocationFieldEditor.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/GeolocationFieldEditor.cs index d6f3acff7..6a1b70099 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/GeolocationFieldEditor.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/GeolocationFieldEditor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GeolocationFieldEditor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Schemas diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/GeolocationFieldProperties.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/GeolocationFieldProperties.cs index e01fddcb4..985f75b5a 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/GeolocationFieldProperties.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/GeolocationFieldProperties.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GeolocationFieldProperties.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure; diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/IFieldPropertiesVisitor.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/IFieldPropertiesVisitor.cs index 97087296a..108269359 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/IFieldPropertiesVisitor.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/IFieldPropertiesVisitor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IFieldPropertiesVisitor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Schemas diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/IFieldVisitor.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/IFieldVisitor.cs index eecd20a73..fd4ce2589 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/IFieldVisitor.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/IFieldVisitor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IFieldVisitor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Schemas diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/Json/JsonFieldModel.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/Json/JsonFieldModel.cs index 51b103012..e4c04fdf8 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/Json/JsonFieldModel.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/Json/JsonFieldModel.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JsonFieldModel.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Newtonsoft.Json; diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/Json/JsonSchemaModel.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/Json/JsonSchemaModel.cs index c1c723cf0..be5b64a66 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/Json/JsonSchemaModel.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/Json/JsonSchemaModel.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JsonSchemaModel.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/Json/SchemaConverter.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/Json/SchemaConverter.cs index 6db657dc2..356f5bb1d 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/Json/SchemaConverter.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/Json/SchemaConverter.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SchemaConverter.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/JsonField.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/JsonField.cs index 49fab3979..9651d6ac0 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/JsonField.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/JsonField.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JsonField.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Schemas diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/JsonFieldProperties.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/JsonFieldProperties.cs index 5c4ffd918..25f4beb18 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/JsonFieldProperties.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/JsonFieldProperties.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JsonFieldProperties.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure; diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/NamedElementPropertiesBase.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/NamedElementPropertiesBase.cs index ca23aec3d..f4f1b7497 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/NamedElementPropertiesBase.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/NamedElementPropertiesBase.cs @@ -1,9 +1,8 @@ // ========================================================================== -// NamedElementPropertiesBase.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure; diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/NumberField.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/NumberField.cs index d19b05c39..791698441 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/NumberField.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/NumberField.cs @@ -1,9 +1,8 @@ // ========================================================================== -// NumberField.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Schemas diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/NumberFieldEditor.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/NumberFieldEditor.cs index 28f164ef8..2562a734f 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/NumberFieldEditor.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/NumberFieldEditor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// NumberFieldEditor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Schemas diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/NumberFieldProperties.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/NumberFieldProperties.cs index f7d6af843..cf6107222 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/NumberFieldProperties.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/NumberFieldProperties.cs @@ -1,9 +1,8 @@ // ========================================================================== -// NumberFieldProperties.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Immutable; diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/ReferencesField.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/ReferencesField.cs index f2dc2bc5b..51ba26839 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/ReferencesField.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/ReferencesField.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ReferencesField.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Schemas diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/ReferencesFieldProperties.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/ReferencesFieldProperties.cs index 3faa12a26..368ec7a2b 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/ReferencesFieldProperties.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/ReferencesFieldProperties.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ReferencesFieldProperties.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/Schema.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/Schema.cs index 44404f001..ec20d7e8a 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/Schema.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/Schema.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Schema.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/SchemaProperties.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/SchemaProperties.cs index 4731958e7..eebe181e1 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/SchemaProperties.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/SchemaProperties.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SchemaProperties.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Schemas diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/StringField.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/StringField.cs index d2587fd79..533d88601 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/StringField.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/StringField.cs @@ -1,9 +1,8 @@ // ========================================================================== -// StringField.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Schemas diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/StringFieldEditor.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/StringFieldEditor.cs index 1226fef19..cdb515d5d 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/StringFieldEditor.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/StringFieldEditor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// StringFieldEditor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Schemas diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/StringFieldProperties.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/StringFieldProperties.cs index 80c2d6cbc..1129c646b 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/StringFieldProperties.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/StringFieldProperties.cs @@ -1,9 +1,8 @@ // ========================================================================== -// StringFieldProperties.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Immutable; diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/TagsField.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/TagsField.cs index a36d061f1..5a792760f 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/TagsField.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/TagsField.cs @@ -1,9 +1,8 @@ // ========================================================================== -// TagsField.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Schemas diff --git a/src/Squidex.Domain.Apps.Core.Model/Schemas/TagsFieldProperties.cs b/src/Squidex.Domain.Apps.Core.Model/Schemas/TagsFieldProperties.cs index 579c65ca5..ab4e3b305 100644 --- a/src/Squidex.Domain.Apps.Core.Model/Schemas/TagsFieldProperties.cs +++ b/src/Squidex.Domain.Apps.Core.Model/Schemas/TagsFieldProperties.cs @@ -1,9 +1,8 @@ // ========================================================================== -// TagsField.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure; diff --git a/src/Squidex.Domain.Apps.Core.Model/SquidexCoreModel.cs b/src/Squidex.Domain.Apps.Core.Model/SquidexCoreModel.cs index 5ed5bdea6..885a8936f 100644 --- a/src/Squidex.Domain.Apps.Core.Model/SquidexCoreModel.cs +++ b/src/Squidex.Domain.Apps.Core.Model/SquidexCoreModel.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SquidexCoreModel.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core diff --git a/src/Squidex.Domain.Apps.Core.Operations/ConvertContent/ContentConverter.cs b/src/Squidex.Domain.Apps.Core.Operations/ConvertContent/ContentConverter.cs index 87c986cb9..5bc9a1834 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/ConvertContent/ContentConverter.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/ConvertContent/ContentConverter.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentConverter.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Operations/EnrichContent/ContentEnricher.cs b/src/Squidex.Domain.Apps.Core.Operations/EnrichContent/ContentEnricher.cs index 0aabe935c..540e5f43d 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/EnrichContent/ContentEnricher.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/EnrichContent/ContentEnricher.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentEnricher.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Newtonsoft.Json.Linq; diff --git a/src/Squidex.Domain.Apps.Core.Operations/EnrichContent/ContentEnrichmentExtensions.cs b/src/Squidex.Domain.Apps.Core.Operations/EnrichContent/ContentEnrichmentExtensions.cs index 68a5e044d..1a9fe25a1 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/EnrichContent/ContentEnrichmentExtensions.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/EnrichContent/ContentEnrichmentExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Contents; diff --git a/src/Squidex.Domain.Apps.Core.Operations/EnrichContent/DefaultValueFactory.cs b/src/Squidex.Domain.Apps.Core.Operations/EnrichContent/DefaultValueFactory.cs index 643e17fb9..879473fbc 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/EnrichContent/DefaultValueFactory.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/EnrichContent/DefaultValueFactory.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DefaultValueFactory.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Globalization; diff --git a/src/Squidex.Domain.Apps.Core.Operations/ExtractReferenceIds/ContentReferencesExtensions.cs b/src/Squidex.Domain.Apps.Core.Operations/ExtractReferenceIds/ContentReferencesExtensions.cs index d5813b87f..8eb673ae6 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/ExtractReferenceIds/ContentReferencesExtensions.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/ExtractReferenceIds/ContentReferencesExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentReferencesExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Operations/ExtractReferenceIds/ReferencesCleaner.cs b/src/Squidex.Domain.Apps.Core.Operations/ExtractReferenceIds/ReferencesCleaner.cs index 63197b170..834bc6a87 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/ExtractReferenceIds/ReferencesCleaner.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/ExtractReferenceIds/ReferencesCleaner.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ReferenceExtractor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Operations/ExtractReferenceIds/ReferencesExtractor.cs b/src/Squidex.Domain.Apps.Core.Operations/ExtractReferenceIds/ReferencesExtractor.cs index 86c6c1781..1bef60ef3 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/ExtractReferenceIds/ReferencesExtractor.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/ExtractReferenceIds/ReferencesExtractor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ReferenceExtractor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Operations/GenerateEdmSchema/EdmSchemaExtensions.cs b/src/Squidex.Domain.Apps.Core.Operations/GenerateEdmSchema/EdmSchemaExtensions.cs index 767f89839..5a5b88cfa 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/GenerateEdmSchema/EdmSchemaExtensions.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/GenerateEdmSchema/EdmSchemaExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EdmSchemaExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Operations/GenerateEdmSchema/EdmTypeVisitor.cs b/src/Squidex.Domain.Apps.Core.Operations/GenerateEdmSchema/EdmTypeVisitor.cs index c80d94fc1..30f6d3e98 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/GenerateEdmSchema/EdmTypeVisitor.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/GenerateEdmSchema/EdmTypeVisitor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EdmTypeVisitor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Microsoft.OData.Edm; diff --git a/src/Squidex.Domain.Apps.Core.Operations/GenerateJsonSchema/ContentSchemaBuilder.cs b/src/Squidex.Domain.Apps.Core.Operations/GenerateJsonSchema/ContentSchemaBuilder.cs index 9ba399359..452e0386f 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/GenerateJsonSchema/ContentSchemaBuilder.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/GenerateJsonSchema/ContentSchemaBuilder.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentSchemaBuilder.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using NJsonSchema; diff --git a/src/Squidex.Domain.Apps.Core.Operations/GenerateJsonSchema/JsonSchemaExtensions.cs b/src/Squidex.Domain.Apps.Core.Operations/GenerateJsonSchema/JsonSchemaExtensions.cs index d20a28607..ff78f3e64 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/GenerateJsonSchema/JsonSchemaExtensions.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/GenerateJsonSchema/JsonSchemaExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JsonSchemaExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Operations/GenerateJsonSchema/JsonTypeVisitor.cs b/src/Squidex.Domain.Apps.Core.Operations/GenerateJsonSchema/JsonTypeVisitor.cs index a2c3b6f7d..06c5095b5 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/GenerateJsonSchema/JsonTypeVisitor.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/GenerateJsonSchema/JsonTypeVisitor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JsonTypeVisitor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Operations/HandleRules/Actions/WebhookActionHandler.cs b/src/Squidex.Domain.Apps.Core.Operations/HandleRules/Actions/WebhookActionHandler.cs index ab955eef1..8ccb20c5d 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/HandleRules/Actions/WebhookActionHandler.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/HandleRules/Actions/WebhookActionHandler.cs @@ -1,9 +1,8 @@ // ========================================================================== -// WebhookActionHandler.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Operations/HandleRules/Constants.cs b/src/Squidex.Domain.Apps.Core.Operations/HandleRules/Constants.cs index f271312bc..ca594305e 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/HandleRules/Constants.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/HandleRules/Constants.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Constants.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using NodaTime; diff --git a/src/Squidex.Domain.Apps.Core.Operations/HandleRules/IRuleActionHandler.cs b/src/Squidex.Domain.Apps.Core.Operations/HandleRules/IRuleActionHandler.cs index a8ba6326a..75f7e7fbe 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/HandleRules/IRuleActionHandler.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/HandleRules/IRuleActionHandler.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IRuleActionHandler.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Operations/HandleRules/IRuleTriggerHandler.cs b/src/Squidex.Domain.Apps.Core.Operations/HandleRules/IRuleTriggerHandler.cs index 3bf27a4f1..9dc21c0e1 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/HandleRules/IRuleTriggerHandler.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/HandleRules/IRuleTriggerHandler.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IRuleTriggerHandler.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Operations/HandleRules/RuleActionHandler.cs b/src/Squidex.Domain.Apps.Core.Operations/HandleRules/RuleActionHandler.cs index 5f7a6ced0..22a41360d 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/HandleRules/RuleActionHandler.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/HandleRules/RuleActionHandler.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleActionHandler.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Operations/HandleRules/RuleResult.cs b/src/Squidex.Domain.Apps.Core.Operations/HandleRules/RuleResult.cs index 76316497a..c2f4712c5 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/HandleRules/RuleResult.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/HandleRules/RuleResult.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleResult.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.HandleRules diff --git a/src/Squidex.Domain.Apps.Core.Operations/HandleRules/RuleService.cs b/src/Squidex.Domain.Apps.Core.Operations/HandleRules/RuleService.cs index 01057612f..4b1be3d3e 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/HandleRules/RuleService.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/HandleRules/RuleService.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleService.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Operations/HandleRules/RuleTriggerHandler.cs b/src/Squidex.Domain.Apps.Core.Operations/HandleRules/RuleTriggerHandler.cs index 332f26531..18cd83b02 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/HandleRules/RuleTriggerHandler.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/HandleRules/RuleTriggerHandler.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleTriggerHandler.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Operations/HandleRules/Triggers/ContentChangedTriggerHandler.cs b/src/Squidex.Domain.Apps.Core.Operations/HandleRules/Triggers/ContentChangedTriggerHandler.cs index 219d309c1..2194abae6 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/HandleRules/Triggers/ContentChangedTriggerHandler.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/HandleRules/Triggers/ContentChangedTriggerHandler.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentChangedTriggerHandler.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Contents; diff --git a/src/Squidex.Domain.Apps.Core.Operations/Scripting/ContentWrapper/ContentDataObject.cs b/src/Squidex.Domain.Apps.Core.Operations/Scripting/ContentWrapper/ContentDataObject.cs index 8ceadc1ba..934ee5387 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/Scripting/ContentWrapper/ContentDataObject.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/Scripting/ContentWrapper/ContentDataObject.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentDataObject.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Apps.Core.Operations/Scripting/ContentWrapper/ContentDataProperty.cs b/src/Squidex.Domain.Apps.Core.Operations/Scripting/ContentWrapper/ContentDataProperty.cs index 6542d772b..943d41240 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/Scripting/ContentWrapper/ContentDataProperty.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/Scripting/ContentWrapper/ContentDataProperty.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentFieldProperty.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Jint.Native; diff --git a/src/Squidex.Domain.Apps.Core.Operations/Scripting/ContentWrapper/ContentFieldObject.cs b/src/Squidex.Domain.Apps.Core.Operations/Scripting/ContentWrapper/ContentFieldObject.cs index e4eed7641..f92963096 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/Scripting/ContentWrapper/ContentFieldObject.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/Scripting/ContentWrapper/ContentFieldObject.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentFieldObject.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Apps.Core.Operations/Scripting/ContentWrapper/ContentFieldProperty.cs b/src/Squidex.Domain.Apps.Core.Operations/Scripting/ContentWrapper/ContentFieldProperty.cs index 01e50da58..11ec3918e 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/Scripting/ContentWrapper/ContentFieldProperty.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/Scripting/ContentWrapper/ContentFieldProperty.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentFieldProperty.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Jint.Native; diff --git a/src/Squidex.Domain.Apps.Core.Operations/Scripting/ContentWrapper/JsonMapper.cs b/src/Squidex.Domain.Apps.Core.Operations/Scripting/ContentWrapper/JsonMapper.cs index 6704c5440..ea3a19385 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/Scripting/ContentWrapper/JsonMapper.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/Scripting/ContentWrapper/JsonMapper.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JsonMapper.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Operations/Scripting/IScriptEngine.cs b/src/Squidex.Domain.Apps.Core.Operations/Scripting/IScriptEngine.cs index bad0351f6..e67acdcb6 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/Scripting/IScriptEngine.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/Scripting/IScriptEngine.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IScriptEngine.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Contents; diff --git a/src/Squidex.Domain.Apps.Core.Operations/Scripting/JintScriptEngine.cs b/src/Squidex.Domain.Apps.Core.Operations/Scripting/JintScriptEngine.cs index 70f1db7d9..5e0772860 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/Scripting/JintScriptEngine.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/Scripting/JintScriptEngine.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JintScriptEngine.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Operations/Scripting/JintUser.cs b/src/Squidex.Domain.Apps.Core.Operations/Scripting/JintUser.cs index 8974099d1..07ab6f0de 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/Scripting/JintUser.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/Scripting/JintUser.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JintUser.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Linq; diff --git a/src/Squidex.Domain.Apps.Core.Operations/Scripting/ScriptContext.cs b/src/Squidex.Domain.Apps.Core.Operations/Scripting/ScriptContext.cs index fcc5a0733..d3d631a40 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/Scripting/ScriptContext.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/Scripting/ScriptContext.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ScriptContext.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/ContentValidationExtensions.cs b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/ContentValidationExtensions.cs index e08089efc..244aac11b 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/ContentValidationExtensions.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/ContentValidationExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/ContentValidator.cs b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/ContentValidator.cs index d9470234f..5c0b24b81 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/ContentValidator.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/ContentValidator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentValidator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Concurrent; diff --git a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/FieldExtensions.cs b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/FieldExtensions.cs index b56bf1908..7106971e1 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/FieldExtensions.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/FieldExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FieldExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/IAssetInfo.cs b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/IAssetInfo.cs index 3efa212ff..ff3e01ada 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/IAssetInfo.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/IAssetInfo.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IAssetInfo.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/JsonValueConverter.cs b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/JsonValueConverter.cs index 00f4f3e9d..9095331b3 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/JsonValueConverter.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/JsonValueConverter.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JsonValueConverter.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/ValidationContext.cs b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/ValidationContext.cs index 1e6c0807d..4a57b5fc8 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/ValidationContext.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/ValidationContext.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ValidationContext.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/AllowedValuesValidator.cs b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/AllowedValuesValidator.cs index e5fd7706b..44aba8c60 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/AllowedValuesValidator.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/AllowedValuesValidator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AllowedValuesValidator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/AssetsValidator.cs b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/AssetsValidator.cs index ce6db7f00..2c6db10d7 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/AssetsValidator.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/AssetsValidator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetsValidator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/CollectionItemValidator.cs b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/CollectionItemValidator.cs index 750acad7c..ea75cdd53 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/CollectionItemValidator.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/CollectionItemValidator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// CollectionItemValidator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/CollectionValidator.cs b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/CollectionValidator.cs index 6f24890c2..a1699e802 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/CollectionValidator.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/CollectionValidator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// CollectionValidator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/IValidator.cs b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/IValidator.cs index 597d01d09..e0d7c49f8 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/IValidator.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/IValidator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IValidator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/PatternValidator.cs b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/PatternValidator.cs index 927156734..9c3d9da47 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/PatternValidator.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/PatternValidator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// PatternValidator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/RangeValidator.cs b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/RangeValidator.cs index 141286630..47507c696 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/RangeValidator.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/RangeValidator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RangeValidator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/ReferencesValidator.cs b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/ReferencesValidator.cs index 081e54835..a47f0f279 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/ReferencesValidator.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/ReferencesValidator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ReferencesValidator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/RequiredStringValidator.cs b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/RequiredStringValidator.cs index 67f118e49..fd7a39ad2 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/RequiredStringValidator.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/RequiredStringValidator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RequiredStringValidator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/RequiredValidator.cs b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/RequiredValidator.cs index 2c5f51269..4dfeb1849 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/RequiredValidator.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/RequiredValidator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RequiredValidator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/StringLengthValidator.cs b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/StringLengthValidator.cs index 0a742ba49..acc8e13e4 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/StringLengthValidator.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/Validators/StringLengthValidator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// StringLengthValidator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/ValidatorsFactory.cs b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/ValidatorsFactory.cs index 256d3554c..f6166a617 100644 --- a/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/ValidatorsFactory.cs +++ b/src/Squidex.Domain.Apps.Core.Operations/ValidateContent/ValidatorsFactory.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ValidatorsFactory.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Apps/AppClientPermission.cs b/src/Squidex.Domain.Apps.Core/Apps/AppClientPermission.cs index cbc4cdaf2..33749b3e1 100644 --- a/src/Squidex.Domain.Apps.Core/Apps/AppClientPermission.cs +++ b/src/Squidex.Domain.Apps.Core/Apps/AppClientPermission.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppClientPermission.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Apps diff --git a/src/Squidex.Domain.Apps.Core/Apps/AppContributorPermission.cs b/src/Squidex.Domain.Apps.Core/Apps/AppContributorPermission.cs index c05d7527a..a1916542f 100644 --- a/src/Squidex.Domain.Apps.Core/Apps/AppContributorPermission.cs +++ b/src/Squidex.Domain.Apps.Core/Apps/AppContributorPermission.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppContributorPermission.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Apps diff --git a/src/Squidex.Domain.Apps.Core/Apps/AppPermission.cs b/src/Squidex.Domain.Apps.Core/Apps/AppPermission.cs index e9bf142a6..db1c13474 100644 --- a/src/Squidex.Domain.Apps.Core/Apps/AppPermission.cs +++ b/src/Squidex.Domain.Apps.Core/Apps/AppPermission.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppPermission.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Apps diff --git a/src/Squidex.Domain.Apps.Core/Apps/RoleExtension.cs b/src/Squidex.Domain.Apps.Core/Apps/RoleExtension.cs index 40245615f..4a92c3cf9 100644 --- a/src/Squidex.Domain.Apps.Core/Apps/RoleExtension.cs +++ b/src/Squidex.Domain.Apps.Core/Apps/RoleExtension.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RoleExtension.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/ContentEnricher.cs b/src/Squidex.Domain.Apps.Core/ContentEnricher.cs index 7d3e1a139..c2d117770 100644 --- a/src/Squidex.Domain.Apps.Core/ContentEnricher.cs +++ b/src/Squidex.Domain.Apps.Core/ContentEnricher.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentEnricher.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Contents; diff --git a/src/Squidex.Domain.Apps.Core/ContentExtensions.cs b/src/Squidex.Domain.Apps.Core/ContentExtensions.cs index ec73577ee..4d0a78900 100644 --- a/src/Squidex.Domain.Apps.Core/ContentExtensions.cs +++ b/src/Squidex.Domain.Apps.Core/ContentExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Apps.Core/ContentValidator.cs b/src/Squidex.Domain.Apps.Core/ContentValidator.cs index fcf5939dc..5e752e541 100644 --- a/src/Squidex.Domain.Apps.Core/ContentValidator.cs +++ b/src/Squidex.Domain.Apps.Core/ContentValidator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentValidator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Concurrent; diff --git a/src/Squidex.Domain.Apps.Core/Contents/ContentData.cs b/src/Squidex.Domain.Apps.Core/Contents/ContentData.cs index fff197e67..595c6139b 100644 --- a/src/Squidex.Domain.Apps.Core/Contents/ContentData.cs +++ b/src/Squidex.Domain.Apps.Core/Contents/ContentData.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentData.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Contents/ContentFieldData.cs b/src/Squidex.Domain.Apps.Core/Contents/ContentFieldData.cs index bdec81004..b1ba92b7e 100644 --- a/src/Squidex.Domain.Apps.Core/Contents/ContentFieldData.cs +++ b/src/Squidex.Domain.Apps.Core/Contents/ContentFieldData.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentFieldData.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Contents/IdContentData.cs b/src/Squidex.Domain.Apps.Core/Contents/IdContentData.cs index 495621ef4..3c1c5ca57 100644 --- a/src/Squidex.Domain.Apps.Core/Contents/IdContentData.cs +++ b/src/Squidex.Domain.Apps.Core/Contents/IdContentData.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IdContentData.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Contents/NamedContentData.cs b/src/Squidex.Domain.Apps.Core/Contents/NamedContentData.cs index bbdf16bfb..17dac8d0f 100644 --- a/src/Squidex.Domain.Apps.Core/Contents/NamedContentData.cs +++ b/src/Squidex.Domain.Apps.Core/Contents/NamedContentData.cs @@ -1,9 +1,8 @@ // ========================================================================== -// NamedContentData.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Contents/Status.cs b/src/Squidex.Domain.Apps.Core/Contents/Status.cs index c2f84034d..c20e0c4eb 100644 --- a/src/Squidex.Domain.Apps.Core/Contents/Status.cs +++ b/src/Squidex.Domain.Apps.Core/Contents/Status.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Status.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Contents diff --git a/src/Squidex.Domain.Apps.Core/Contents/StatusFlow.cs b/src/Squidex.Domain.Apps.Core/Contents/StatusFlow.cs index 30fbf23e1..005b2d4b3 100644 --- a/src/Squidex.Domain.Apps.Core/Contents/StatusFlow.cs +++ b/src/Squidex.Domain.Apps.Core/Contents/StatusFlow.cs @@ -1,9 +1,8 @@ // ========================================================================== -// StatusFlow.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Apps.Core/FieldExtensions.cs b/src/Squidex.Domain.Apps.Core/FieldExtensions.cs index 084d8494e..902a96fb1 100644 --- a/src/Squidex.Domain.Apps.Core/FieldExtensions.cs +++ b/src/Squidex.Domain.Apps.Core/FieldExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FieldExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/IFieldPartitionItem.cs b/src/Squidex.Domain.Apps.Core/IFieldPartitionItem.cs index 39a4434d2..4dd332cc1 100644 --- a/src/Squidex.Domain.Apps.Core/IFieldPartitionItem.cs +++ b/src/Squidex.Domain.Apps.Core/IFieldPartitionItem.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IFieldPartitionItem.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Apps.Core/IFieldPartitioning.cs b/src/Squidex.Domain.Apps.Core/IFieldPartitioning.cs index ff4f97928..9537a4fce 100644 --- a/src/Squidex.Domain.Apps.Core/IFieldPartitioning.cs +++ b/src/Squidex.Domain.Apps.Core/IFieldPartitioning.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IFieldPartitioning.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Apps.Core/InvariantPartitioning.cs b/src/Squidex.Domain.Apps.Core/InvariantPartitioning.cs index 5dd1ad0f8..f9c439b56 100644 --- a/src/Squidex.Domain.Apps.Core/InvariantPartitioning.cs +++ b/src/Squidex.Domain.Apps.Core/InvariantPartitioning.cs @@ -1,9 +1,8 @@ // ========================================================================== -// InvariantPartitioning.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/LanguageConfig.cs b/src/Squidex.Domain.Apps.Core/LanguageConfig.cs index f5d2227a4..b9350ed5a 100644 --- a/src/Squidex.Domain.Apps.Core/LanguageConfig.cs +++ b/src/Squidex.Domain.Apps.Core/LanguageConfig.cs @@ -1,9 +1,8 @@ // ========================================================================== -// LanguageConfig.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Apps.Core/LanguagesConfig.cs b/src/Squidex.Domain.Apps.Core/LanguagesConfig.cs index 16efefb56..e966392a9 100644 --- a/src/Squidex.Domain.Apps.Core/LanguagesConfig.cs +++ b/src/Squidex.Domain.Apps.Core/LanguagesConfig.cs @@ -1,9 +1,8 @@ // ========================================================================== -// LanguagesConfig.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Partitioning.cs b/src/Squidex.Domain.Apps.Core/Partitioning.cs index 74f2ea770..f6600ede5 100644 --- a/src/Squidex.Domain.Apps.Core/Partitioning.cs +++ b/src/Squidex.Domain.Apps.Core/Partitioning.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Partitioning.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/PartitioningExtensions.cs b/src/Squidex.Domain.Apps.Core/PartitioningExtensions.cs index a7c70286c..089fc0ae6 100644 --- a/src/Squidex.Domain.Apps.Core/PartitioningExtensions.cs +++ b/src/Squidex.Domain.Apps.Core/PartitioningExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// PartitioningExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/AssetsField.cs b/src/Squidex.Domain.Apps.Core/Schemas/AssetsField.cs index dbf11c480..1291ce652 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/AssetsField.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/AssetsField.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetsField.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/AssetsFieldProperties.cs b/src/Squidex.Domain.Apps.Core/Schemas/AssetsFieldProperties.cs index 10514d06d..fab566c36 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/AssetsFieldProperties.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/AssetsFieldProperties.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetsFieldProperties.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Newtonsoft.Json.Linq; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/BooleanField.cs b/src/Squidex.Domain.Apps.Core/Schemas/BooleanField.cs index 1065703c1..1a8019a69 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/BooleanField.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/BooleanField.cs @@ -1,9 +1,8 @@ // ========================================================================== -// BooleanField.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/BooleanFieldEditor.cs b/src/Squidex.Domain.Apps.Core/Schemas/BooleanFieldEditor.cs index 6be38b6f9..08374e9a6 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/BooleanFieldEditor.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/BooleanFieldEditor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// BooleanFieldEditor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Schemas diff --git a/src/Squidex.Domain.Apps.Core/Schemas/BooleanFieldProperties.cs b/src/Squidex.Domain.Apps.Core/Schemas/BooleanFieldProperties.cs index b69d9b09b..ec5b79610 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/BooleanFieldProperties.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/BooleanFieldProperties.cs @@ -1,9 +1,8 @@ // ========================================================================== -// BooleanFieldProperties.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Newtonsoft.Json.Linq; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/CloneableBase.cs b/src/Squidex.Domain.Apps.Core/Schemas/CloneableBase.cs index 5ac2ee328..59114e71d 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/CloneableBase.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/CloneableBase.cs @@ -1,9 +1,8 @@ // ========================================================================== -// CloneableBase.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/DateTimeCalculatedDefaultValue.cs b/src/Squidex.Domain.Apps.Core/Schemas/DateTimeCalculatedDefaultValue.cs index 0e71b0187..41f2b9534 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/DateTimeCalculatedDefaultValue.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/DateTimeCalculatedDefaultValue.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DateTimeCalculatedDefaultValue.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Schemas diff --git a/src/Squidex.Domain.Apps.Core/Schemas/DateTimeField.cs b/src/Squidex.Domain.Apps.Core/Schemas/DateTimeField.cs index 4c6480c11..85ea8cf51 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/DateTimeField.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/DateTimeField.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DateTimeField.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/DateTimeFieldEditor.cs b/src/Squidex.Domain.Apps.Core/Schemas/DateTimeFieldEditor.cs index cb2be2f19..ffe493a8f 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/DateTimeFieldEditor.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/DateTimeFieldEditor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DateTimeFieldEditor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Schemas diff --git a/src/Squidex.Domain.Apps.Core/Schemas/DateTimeFieldProperties.cs b/src/Squidex.Domain.Apps.Core/Schemas/DateTimeFieldProperties.cs index d920b9d2e..3873185e9 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/DateTimeFieldProperties.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/DateTimeFieldProperties.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DateTimeFieldProperties.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/Edm/EdmSchemaExtensions.cs b/src/Squidex.Domain.Apps.Core/Schemas/Edm/EdmSchemaExtensions.cs index df3b05027..ff38f0e67 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/Edm/EdmSchemaExtensions.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/Edm/EdmSchemaExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EdmSchemaExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/Edm/EdmTypeVisitor.cs b/src/Squidex.Domain.Apps.Core/Schemas/Edm/EdmTypeVisitor.cs index 06d1f325f..4b80bfffa 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/Edm/EdmTypeVisitor.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/Edm/EdmTypeVisitor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EdmTypeVisitor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Microsoft.OData.Edm; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/Field.cs b/src/Squidex.Domain.Apps.Core/Schemas/Field.cs index b6b25e8cd..0f4b9b863 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/Field.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/Field.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Field.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/FieldProperties.cs b/src/Squidex.Domain.Apps.Core/Schemas/FieldProperties.cs index ff52f7970..73ad8b34e 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/FieldProperties.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/FieldProperties.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FieldProperties.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Newtonsoft.Json.Linq; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/FieldRegistry.cs b/src/Squidex.Domain.Apps.Core/Schemas/FieldRegistry.cs index bf94a3a13..1aa8e964b 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/FieldRegistry.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/FieldRegistry.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FieldRegistry.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/Field{T}.cs b/src/Squidex.Domain.Apps.Core/Schemas/Field{T}.cs index 2b106cb56..55a3588a0 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/Field{T}.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/Field{T}.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Field_Generic.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/GeolocationField.cs b/src/Squidex.Domain.Apps.Core/Schemas/GeolocationField.cs index e44b6cbfb..8e242f3fc 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/GeolocationField.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/GeolocationField.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GeolocationField.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/GeolocationFieldEditor.cs b/src/Squidex.Domain.Apps.Core/Schemas/GeolocationFieldEditor.cs index d6f3acff7..6a1b70099 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/GeolocationFieldEditor.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/GeolocationFieldEditor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GeolocationFieldEditor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Schemas diff --git a/src/Squidex.Domain.Apps.Core/Schemas/GeolocationFieldProperties.cs b/src/Squidex.Domain.Apps.Core/Schemas/GeolocationFieldProperties.cs index 73ece9c7a..6ba7b7c20 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/GeolocationFieldProperties.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/GeolocationFieldProperties.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GeolocationFieldProperties.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Newtonsoft.Json.Linq; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/IFieldPropertiesVisitor.cs b/src/Squidex.Domain.Apps.Core/Schemas/IFieldPropertiesVisitor.cs index 97087296a..108269359 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/IFieldPropertiesVisitor.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/IFieldPropertiesVisitor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IFieldPropertiesVisitor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Schemas diff --git a/src/Squidex.Domain.Apps.Core/Schemas/IFieldVisitor.cs b/src/Squidex.Domain.Apps.Core/Schemas/IFieldVisitor.cs index eecd20a73..fd4ce2589 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/IFieldVisitor.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/IFieldVisitor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IFieldVisitor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Schemas diff --git a/src/Squidex.Domain.Apps.Core/Schemas/IReferenceField.cs b/src/Squidex.Domain.Apps.Core/Schemas/IReferenceField.cs index 73f75a117..1859c3a1f 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/IReferenceField.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/IReferenceField.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IReferenceField.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/Json/JsonFieldModel.cs b/src/Squidex.Domain.Apps.Core/Schemas/Json/JsonFieldModel.cs index 51b103012..e4c04fdf8 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/Json/JsonFieldModel.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/Json/JsonFieldModel.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JsonFieldModel.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Newtonsoft.Json; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/Json/JsonSchemaModel.cs b/src/Squidex.Domain.Apps.Core/Schemas/Json/JsonSchemaModel.cs index aa20a2b37..a4d0428a9 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/Json/JsonSchemaModel.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/Json/JsonSchemaModel.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JsonSchemaModel.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/Json/SchemaConverter.cs b/src/Squidex.Domain.Apps.Core/Schemas/Json/SchemaConverter.cs index 5502fd3f9..92aa2ccf3 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/Json/SchemaConverter.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/Json/SchemaConverter.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SchemaConverter.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/JsonField.cs b/src/Squidex.Domain.Apps.Core/Schemas/JsonField.cs index 6a97a2dec..d603f7ec1 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/JsonField.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/JsonField.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JsonField.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/JsonFieldProperties.cs b/src/Squidex.Domain.Apps.Core/Schemas/JsonFieldProperties.cs index 1bd0cc8b4..607286b4a 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/JsonFieldProperties.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/JsonFieldProperties.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JsonFieldProperties.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Newtonsoft.Json.Linq; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/JsonSchema/ContentSchemaBuilder.cs b/src/Squidex.Domain.Apps.Core/Schemas/JsonSchema/ContentSchemaBuilder.cs index cda4e3f6f..f7fa85fcd 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/JsonSchema/ContentSchemaBuilder.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/JsonSchema/ContentSchemaBuilder.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentSchemaBuilder.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using NJsonSchema; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/JsonSchema/JsonSchemaExtensions.cs b/src/Squidex.Domain.Apps.Core/Schemas/JsonSchema/JsonSchemaExtensions.cs index e0e3f0b92..437983c5c 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/JsonSchema/JsonSchemaExtensions.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/JsonSchema/JsonSchemaExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JsonSchemaExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/JsonSchema/JsonTypeVisitor.cs b/src/Squidex.Domain.Apps.Core/Schemas/JsonSchema/JsonTypeVisitor.cs index 82c3f6350..1a68defea 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/JsonSchema/JsonTypeVisitor.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/JsonSchema/JsonTypeVisitor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JsonTypeVisitor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/NamedElementPropertiesBase.cs b/src/Squidex.Domain.Apps.Core/Schemas/NamedElementPropertiesBase.cs index f2068117d..c5d667baf 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/NamedElementPropertiesBase.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/NamedElementPropertiesBase.cs @@ -1,9 +1,8 @@ // ========================================================================== -// NamedElementPropertiesBase.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/NumberField.cs b/src/Squidex.Domain.Apps.Core/Schemas/NumberField.cs index 96abc8ae8..a56ecca26 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/NumberField.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/NumberField.cs @@ -1,9 +1,8 @@ // ========================================================================== -// NumberField.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/NumberFieldEditor.cs b/src/Squidex.Domain.Apps.Core/Schemas/NumberFieldEditor.cs index 28f164ef8..2562a734f 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/NumberFieldEditor.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/NumberFieldEditor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// NumberFieldEditor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Schemas diff --git a/src/Squidex.Domain.Apps.Core/Schemas/NumberFieldProperties.cs b/src/Squidex.Domain.Apps.Core/Schemas/NumberFieldProperties.cs index 9accc9015..fe6e53f28 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/NumberFieldProperties.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/NumberFieldProperties.cs @@ -1,9 +1,8 @@ // ========================================================================== -// NumberFieldProperties.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Immutable; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/ReferencesField.cs b/src/Squidex.Domain.Apps.Core/Schemas/ReferencesField.cs index 1d7111259..9e4b755c7 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/ReferencesField.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/ReferencesField.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ReferencesField.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/ReferencesFieldProperties.cs b/src/Squidex.Domain.Apps.Core/Schemas/ReferencesFieldProperties.cs index 1ff1ffd58..7cd89ddf1 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/ReferencesFieldProperties.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/ReferencesFieldProperties.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ReferencesFieldProperties.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/Schema.cs b/src/Squidex.Domain.Apps.Core/Schemas/Schema.cs index ce0a69239..b8a200b5b 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/Schema.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/Schema.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Schema.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/SchemaProperties.cs b/src/Squidex.Domain.Apps.Core/Schemas/SchemaProperties.cs index 4731958e7..eebe181e1 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/SchemaProperties.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/SchemaProperties.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SchemaProperties.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Schemas diff --git a/src/Squidex.Domain.Apps.Core/Schemas/StringField.cs b/src/Squidex.Domain.Apps.Core/Schemas/StringField.cs index f14a3559e..972ea2835 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/StringField.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/StringField.cs @@ -1,9 +1,8 @@ // ========================================================================== -// StringField.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/StringFieldEditor.cs b/src/Squidex.Domain.Apps.Core/Schemas/StringFieldEditor.cs index 1226fef19..cdb515d5d 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/StringFieldEditor.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/StringFieldEditor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// StringFieldEditor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.Schemas diff --git a/src/Squidex.Domain.Apps.Core/Schemas/StringFieldProperties.cs b/src/Squidex.Domain.Apps.Core/Schemas/StringFieldProperties.cs index 5351ed8b6..daaea426f 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/StringFieldProperties.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/StringFieldProperties.cs @@ -1,9 +1,8 @@ // ========================================================================== -// StringFieldProperties.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Immutable; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/TagsField.cs b/src/Squidex.Domain.Apps.Core/Schemas/TagsField.cs index a1081023e..c225a8be9 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/TagsField.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/TagsField.cs @@ -1,9 +1,8 @@ // ========================================================================== -// TagsField.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/TagsFieldProperties.cs b/src/Squidex.Domain.Apps.Core/Schemas/TagsFieldProperties.cs index 16dd8650f..4a01f28d0 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/TagsFieldProperties.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/TagsFieldProperties.cs @@ -1,9 +1,8 @@ // ========================================================================== -// TagsField.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Newtonsoft.Json.Linq; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/ValidationContext.cs b/src/Squidex.Domain.Apps.Core/Schemas/ValidationContext.cs index ac60af761..e356d3614 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/ValidationContext.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/ValidationContext.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ValidationContext.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/Validators/AllowedValuesValidator.cs b/src/Squidex.Domain.Apps.Core/Schemas/Validators/AllowedValuesValidator.cs index ff144c184..4cacb5f39 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/Validators/AllowedValuesValidator.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/Validators/AllowedValuesValidator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AllowedValuesValidator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/Validators/AssetsValidator.cs b/src/Squidex.Domain.Apps.Core/Schemas/Validators/AssetsValidator.cs index 91c607f78..ec843f437 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/Validators/AssetsValidator.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/Validators/AssetsValidator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetsValidator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/Validators/CollectionItemValidator.cs b/src/Squidex.Domain.Apps.Core/Schemas/Validators/CollectionItemValidator.cs index d6fabe3aa..7127853c2 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/Validators/CollectionItemValidator.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/Validators/CollectionItemValidator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// CollectionItemValidator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/Validators/CollectionValidator.cs b/src/Squidex.Domain.Apps.Core/Schemas/Validators/CollectionValidator.cs index 95de4d88b..e7fc6c9bf 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/Validators/CollectionValidator.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/Validators/CollectionValidator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// CollectionValidator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/Validators/IValidator.cs b/src/Squidex.Domain.Apps.Core/Schemas/Validators/IValidator.cs index 392474b06..7c115bb2b 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/Validators/IValidator.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/Validators/IValidator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IValidator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/Validators/PatternValidator.cs b/src/Squidex.Domain.Apps.Core/Schemas/Validators/PatternValidator.cs index c7822c6d6..6dbde5545 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/Validators/PatternValidator.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/Validators/PatternValidator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// PatternValidator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/Validators/RangeValidator.cs b/src/Squidex.Domain.Apps.Core/Schemas/Validators/RangeValidator.cs index 05132b2fc..20a507fc3 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/Validators/RangeValidator.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/Validators/RangeValidator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RangeValidator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/Validators/ReferencesValidator.cs b/src/Squidex.Domain.Apps.Core/Schemas/Validators/ReferencesValidator.cs index b5ddfaa47..cfd7b7c27 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/Validators/ReferencesValidator.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/Validators/ReferencesValidator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ReferencesValidator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/Validators/RequiredStringValidator.cs b/src/Squidex.Domain.Apps.Core/Schemas/Validators/RequiredStringValidator.cs index 39f176be0..e77105b2c 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/Validators/RequiredStringValidator.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/Validators/RequiredStringValidator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RequiredStringValidator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/Validators/RequiredValidator.cs b/src/Squidex.Domain.Apps.Core/Schemas/Validators/RequiredValidator.cs index 85581fcbd..6a41a6d44 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/Validators/RequiredValidator.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/Validators/RequiredValidator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RequiredValidator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Schemas/Validators/StringLengthValidator.cs b/src/Squidex.Domain.Apps.Core/Schemas/Validators/StringLengthValidator.cs index 997f97b6a..8e6add029 100644 --- a/src/Squidex.Domain.Apps.Core/Schemas/Validators/StringLengthValidator.cs +++ b/src/Squidex.Domain.Apps.Core/Schemas/Validators/StringLengthValidator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// StringLengthValidator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Scripting/ContentWrapper/ContentDataObject.cs b/src/Squidex.Domain.Apps.Core/Scripting/ContentWrapper/ContentDataObject.cs index 8ceadc1ba..934ee5387 100644 --- a/src/Squidex.Domain.Apps.Core/Scripting/ContentWrapper/ContentDataObject.cs +++ b/src/Squidex.Domain.Apps.Core/Scripting/ContentWrapper/ContentDataObject.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentDataObject.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Apps.Core/Scripting/ContentWrapper/ContentDataProperty.cs b/src/Squidex.Domain.Apps.Core/Scripting/ContentWrapper/ContentDataProperty.cs index 6542d772b..943d41240 100644 --- a/src/Squidex.Domain.Apps.Core/Scripting/ContentWrapper/ContentDataProperty.cs +++ b/src/Squidex.Domain.Apps.Core/Scripting/ContentWrapper/ContentDataProperty.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentFieldProperty.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Jint.Native; diff --git a/src/Squidex.Domain.Apps.Core/Scripting/ContentWrapper/ContentFieldObject.cs b/src/Squidex.Domain.Apps.Core/Scripting/ContentWrapper/ContentFieldObject.cs index e4eed7641..f92963096 100644 --- a/src/Squidex.Domain.Apps.Core/Scripting/ContentWrapper/ContentFieldObject.cs +++ b/src/Squidex.Domain.Apps.Core/Scripting/ContentWrapper/ContentFieldObject.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentFieldObject.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Apps.Core/Scripting/ContentWrapper/ContentFieldProperty.cs b/src/Squidex.Domain.Apps.Core/Scripting/ContentWrapper/ContentFieldProperty.cs index 01e50da58..11ec3918e 100644 --- a/src/Squidex.Domain.Apps.Core/Scripting/ContentWrapper/ContentFieldProperty.cs +++ b/src/Squidex.Domain.Apps.Core/Scripting/ContentWrapper/ContentFieldProperty.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentFieldProperty.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Jint.Native; diff --git a/src/Squidex.Domain.Apps.Core/Scripting/ContentWrapper/JsonMapper.cs b/src/Squidex.Domain.Apps.Core/Scripting/ContentWrapper/JsonMapper.cs index 6704c5440..ea3a19385 100644 --- a/src/Squidex.Domain.Apps.Core/Scripting/ContentWrapper/JsonMapper.cs +++ b/src/Squidex.Domain.Apps.Core/Scripting/ContentWrapper/JsonMapper.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JsonMapper.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Scripting/IScriptEngine.cs b/src/Squidex.Domain.Apps.Core/Scripting/IScriptEngine.cs index bad0351f6..e67acdcb6 100644 --- a/src/Squidex.Domain.Apps.Core/Scripting/IScriptEngine.cs +++ b/src/Squidex.Domain.Apps.Core/Scripting/IScriptEngine.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IScriptEngine.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Contents; diff --git a/src/Squidex.Domain.Apps.Core/Scripting/JintScriptEngine.cs b/src/Squidex.Domain.Apps.Core/Scripting/JintScriptEngine.cs index 6ab62dc73..c5ea72ffb 100644 --- a/src/Squidex.Domain.Apps.Core/Scripting/JintScriptEngine.cs +++ b/src/Squidex.Domain.Apps.Core/Scripting/JintScriptEngine.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JintScriptEngine.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Scripting/JintUser.cs b/src/Squidex.Domain.Apps.Core/Scripting/JintUser.cs index 8974099d1..07ab6f0de 100644 --- a/src/Squidex.Domain.Apps.Core/Scripting/JintUser.cs +++ b/src/Squidex.Domain.Apps.Core/Scripting/JintUser.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JintUser.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Linq; diff --git a/src/Squidex.Domain.Apps.Core/Scripting/ScriptContext.cs b/src/Squidex.Domain.Apps.Core/Scripting/ScriptContext.cs index fcc5a0733..d3d631a40 100644 --- a/src/Squidex.Domain.Apps.Core/Scripting/ScriptContext.cs +++ b/src/Squidex.Domain.Apps.Core/Scripting/ScriptContext.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ScriptContext.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Core/Webhooks/WebhookSchema.cs b/src/Squidex.Domain.Apps.Core/Webhooks/WebhookSchema.cs index 169e85b7d..cd1e05d6c 100644 --- a/src/Squidex.Domain.Apps.Core/Webhooks/WebhookSchema.cs +++ b/src/Squidex.Domain.Apps.Core/Webhooks/WebhookSchema.cs @@ -1,9 +1,8 @@ // ========================================================================== -// WebhookSchema.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities.MongoDb/Apps/MongoAppEntity.cs b/src/Squidex.Domain.Apps.Entities.MongoDb/Apps/MongoAppEntity.cs index 1dcf33b80..8caa41207 100644 --- a/src/Squidex.Domain.Apps.Entities.MongoDb/Apps/MongoAppEntity.cs +++ b/src/Squidex.Domain.Apps.Entities.MongoDb/Apps/MongoAppEntity.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoAppEntity.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities.MongoDb/Apps/MongoAppRepository.cs b/src/Squidex.Domain.Apps.Entities.MongoDb/Apps/MongoAppRepository.cs index dea2d0b06..2aa681542 100644 --- a/src/Squidex.Domain.Apps.Entities.MongoDb/Apps/MongoAppRepository.cs +++ b/src/Squidex.Domain.Apps.Entities.MongoDb/Apps/MongoAppRepository.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoAppRepository.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities.MongoDb/Apps/MongoAppRepository_SnapshotStore.cs b/src/Squidex.Domain.Apps.Entities.MongoDb/Apps/MongoAppRepository_SnapshotStore.cs index 54212eb19..2fe890dc2 100644 --- a/src/Squidex.Domain.Apps.Entities.MongoDb/Apps/MongoAppRepository_SnapshotStore.cs +++ b/src/Squidex.Domain.Apps.Entities.MongoDb/Apps/MongoAppRepository_SnapshotStore.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoAppRepository_SnapshotStore.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities.MongoDb/Assets/MongoAssetEntity.cs b/src/Squidex.Domain.Apps.Entities.MongoDb/Assets/MongoAssetEntity.cs index 23f91b825..7a39e0329 100644 --- a/src/Squidex.Domain.Apps.Entities.MongoDb/Assets/MongoAssetEntity.cs +++ b/src/Squidex.Domain.Apps.Entities.MongoDb/Assets/MongoAssetEntity.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoAssetEntity.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities.MongoDb/Assets/MongoAssetRepository.cs b/src/Squidex.Domain.Apps.Entities.MongoDb/Assets/MongoAssetRepository.cs index ea08ad032..46cfde8ce 100644 --- a/src/Squidex.Domain.Apps.Entities.MongoDb/Assets/MongoAssetRepository.cs +++ b/src/Squidex.Domain.Apps.Entities.MongoDb/Assets/MongoAssetRepository.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoAssetRepository.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities.MongoDb/Assets/MongoAssetRepository_SnapshotStore.cs b/src/Squidex.Domain.Apps.Entities.MongoDb/Assets/MongoAssetRepository_SnapshotStore.cs index a4bd4c198..d181e97ca 100644 --- a/src/Squidex.Domain.Apps.Entities.MongoDb/Assets/MongoAssetRepository_SnapshotStore.cs +++ b/src/Squidex.Domain.Apps.Entities.MongoDb/Assets/MongoAssetRepository_SnapshotStore.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoAssetRepository_SnapshotStore.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities.MongoDb/Assets/MongoAssetStatsEntity.cs b/src/Squidex.Domain.Apps.Entities.MongoDb/Assets/MongoAssetStatsEntity.cs index a1d45333f..00be2d8ec 100644 --- a/src/Squidex.Domain.Apps.Entities.MongoDb/Assets/MongoAssetStatsEntity.cs +++ b/src/Squidex.Domain.Apps.Entities.MongoDb/Assets/MongoAssetStatsEntity.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoAssetStatsEntity.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities.MongoDb/Assets/MongoAssetStatsRepository.cs b/src/Squidex.Domain.Apps.Entities.MongoDb/Assets/MongoAssetStatsRepository.cs index ff01ab832..983c8971d 100644 --- a/src/Squidex.Domain.Apps.Entities.MongoDb/Assets/MongoAssetStatsRepository.cs +++ b/src/Squidex.Domain.Apps.Entities.MongoDb/Assets/MongoAssetStatsRepository.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoAssetStatsRepository.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities.MongoDb/Assets/MongoAssetStatsRepository_EventHandling.cs b/src/Squidex.Domain.Apps.Entities.MongoDb/Assets/MongoAssetStatsRepository_EventHandling.cs index 16e153aa3..b3605d444 100644 --- a/src/Squidex.Domain.Apps.Entities.MongoDb/Assets/MongoAssetStatsRepository_EventHandling.cs +++ b/src/Squidex.Domain.Apps.Entities.MongoDb/Assets/MongoAssetStatsRepository_EventHandling.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoAssetStatsRepository_EventHandling.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/Extensions.cs b/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/Extensions.cs index cb68d1c52..0d30a2e6b 100644 --- a/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/Extensions.cs +++ b/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/Extensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Extensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/MongoContentEntity.cs b/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/MongoContentEntity.cs index 67a838025..4f98a7a4b 100644 --- a/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/MongoContentEntity.cs +++ b/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/MongoContentEntity.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoContentEntity.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/MongoContentRepository.cs b/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/MongoContentRepository.cs index 51b00cc52..54adb3743 100644 --- a/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/MongoContentRepository.cs +++ b/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/MongoContentRepository.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoContentRepository.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/MongoContentRepository_EventHandling.cs b/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/MongoContentRepository_EventHandling.cs index 81c52dff6..711ca799c 100644 --- a/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/MongoContentRepository_EventHandling.cs +++ b/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/MongoContentRepository_EventHandling.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoContentRepository_EventHandling.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Threading.Tasks; diff --git a/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/MongoContentRepository_SnapshotStore.cs b/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/MongoContentRepository_SnapshotStore.cs index a0c3cf091..7b9d0e0ca 100644 --- a/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/MongoContentRepository_SnapshotStore.cs +++ b/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/MongoContentRepository_SnapshotStore.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoContentRepository_SnapshotStore.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/Visitors/ConstantVisitor.cs b/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/Visitors/ConstantVisitor.cs index 58e116b23..04f31ee48 100644 --- a/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/Visitors/ConstantVisitor.cs +++ b/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/Visitors/ConstantVisitor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ConstantVisitor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/Visitors/FilterBuilder.cs b/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/Visitors/FilterBuilder.cs index 895e5d79b..36771266e 100644 --- a/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/Visitors/FilterBuilder.cs +++ b/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/Visitors/FilterBuilder.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FilterBuilder.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Microsoft.OData; diff --git a/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/Visitors/FilterVisitor.cs b/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/Visitors/FilterVisitor.cs index f4d69dea9..1463f0343 100644 --- a/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/Visitors/FilterVisitor.cs +++ b/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/Visitors/FilterVisitor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FilterVisitor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/Visitors/FindExtensions.cs b/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/Visitors/FindExtensions.cs index 84d8f1221..a4cc37627 100644 --- a/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/Visitors/FindExtensions.cs +++ b/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/Visitors/FindExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FindExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/Visitors/PropertyVisitor.cs b/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/Visitors/PropertyVisitor.cs index 0052167fc..e72959bc1 100644 --- a/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/Visitors/PropertyVisitor.cs +++ b/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/Visitors/PropertyVisitor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// PropertyVisitor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/Visitors/SearchTermVisitor.cs b/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/Visitors/SearchTermVisitor.cs index 3e106af60..823d77768 100644 --- a/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/Visitors/SearchTermVisitor.cs +++ b/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/Visitors/SearchTermVisitor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SearchTermVisitor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/Visitors/SortBuilder.cs b/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/Visitors/SortBuilder.cs index 627095331..c0d63c8e4 100644 --- a/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/Visitors/SortBuilder.cs +++ b/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/Visitors/SortBuilder.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SortBuilder.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Apps.Entities.MongoDb/History/MongoHistoryEventEntity.cs b/src/Squidex.Domain.Apps.Entities.MongoDb/History/MongoHistoryEventEntity.cs index 5f0ee1012..610d38977 100644 --- a/src/Squidex.Domain.Apps.Entities.MongoDb/History/MongoHistoryEventEntity.cs +++ b/src/Squidex.Domain.Apps.Entities.MongoDb/History/MongoHistoryEventEntity.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoHistoryEventEntity.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities.MongoDb/History/MongoHistoryEventRepository.cs b/src/Squidex.Domain.Apps.Entities.MongoDb/History/MongoHistoryEventRepository.cs index 169ed0df3..dd76dbd6b 100644 --- a/src/Squidex.Domain.Apps.Entities.MongoDb/History/MongoHistoryEventRepository.cs +++ b/src/Squidex.Domain.Apps.Entities.MongoDb/History/MongoHistoryEventRepository.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoHistoryEventRepository.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities.MongoDb/History/ParsedHistoryEvent.cs b/src/Squidex.Domain.Apps.Entities.MongoDb/History/ParsedHistoryEvent.cs index c3aea8c1b..2ac151ee8 100644 --- a/src/Squidex.Domain.Apps.Entities.MongoDb/History/ParsedHistoryEvent.cs +++ b/src/Squidex.Domain.Apps.Entities.MongoDb/History/ParsedHistoryEvent.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ParsedHistoryEvent.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities.MongoDb/MongoCollectionExtensions.cs b/src/Squidex.Domain.Apps.Entities.MongoDb/MongoCollectionExtensions.cs index b358f8511..d5b2c77a3 100644 --- a/src/Squidex.Domain.Apps.Entities.MongoDb/MongoCollectionExtensions.cs +++ b/src/Squidex.Domain.Apps.Entities.MongoDb/MongoCollectionExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoCollectionExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities.MongoDb/Rules/MongoRuleEntity.cs b/src/Squidex.Domain.Apps.Entities.MongoDb/Rules/MongoRuleEntity.cs index fe4e45601..962c632aa 100644 --- a/src/Squidex.Domain.Apps.Entities.MongoDb/Rules/MongoRuleEntity.cs +++ b/src/Squidex.Domain.Apps.Entities.MongoDb/Rules/MongoRuleEntity.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoRuleEntity.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities.MongoDb/Rules/MongoRuleEventEntity.cs b/src/Squidex.Domain.Apps.Entities.MongoDb/Rules/MongoRuleEventEntity.cs index bc45ae8fb..4b8071eac 100644 --- a/src/Squidex.Domain.Apps.Entities.MongoDb/Rules/MongoRuleEventEntity.cs +++ b/src/Squidex.Domain.Apps.Entities.MongoDb/Rules/MongoRuleEventEntity.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoRuleEventEntity.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities.MongoDb/Rules/MongoRuleEventRepository.cs b/src/Squidex.Domain.Apps.Entities.MongoDb/Rules/MongoRuleEventRepository.cs index 0e1e76d2d..d54da9c2d 100644 --- a/src/Squidex.Domain.Apps.Entities.MongoDb/Rules/MongoRuleEventRepository.cs +++ b/src/Squidex.Domain.Apps.Entities.MongoDb/Rules/MongoRuleEventRepository.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoRuleEventRepository.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities.MongoDb/Rules/MongoRuleRepository.cs b/src/Squidex.Domain.Apps.Entities.MongoDb/Rules/MongoRuleRepository.cs index 66a259730..6ab0b1f3b 100644 --- a/src/Squidex.Domain.Apps.Entities.MongoDb/Rules/MongoRuleRepository.cs +++ b/src/Squidex.Domain.Apps.Entities.MongoDb/Rules/MongoRuleRepository.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoRuleRepository.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities.MongoDb/Rules/MongoRuleRepository_SnapshotStore.cs b/src/Squidex.Domain.Apps.Entities.MongoDb/Rules/MongoRuleRepository_SnapshotStore.cs index dd7737c02..408a3aaba 100644 --- a/src/Squidex.Domain.Apps.Entities.MongoDb/Rules/MongoRuleRepository_SnapshotStore.cs +++ b/src/Squidex.Domain.Apps.Entities.MongoDb/Rules/MongoRuleRepository_SnapshotStore.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoRuleRepository_SnapshotStore.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities.MongoDb/Schemas/MongoSchemaEntity.cs b/src/Squidex.Domain.Apps.Entities.MongoDb/Schemas/MongoSchemaEntity.cs index 5abaeee7b..100986972 100644 --- a/src/Squidex.Domain.Apps.Entities.MongoDb/Schemas/MongoSchemaEntity.cs +++ b/src/Squidex.Domain.Apps.Entities.MongoDb/Schemas/MongoSchemaEntity.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoSchemaEntity.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities.MongoDb/Schemas/MongoSchemaRepository.cs b/src/Squidex.Domain.Apps.Entities.MongoDb/Schemas/MongoSchemaRepository.cs index efe80a7a8..df56da8b8 100644 --- a/src/Squidex.Domain.Apps.Entities.MongoDb/Schemas/MongoSchemaRepository.cs +++ b/src/Squidex.Domain.Apps.Entities.MongoDb/Schemas/MongoSchemaRepository.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoSchemaRepository.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities.MongoDb/Schemas/MongoSchemaRepository_SnapshotStore.cs b/src/Squidex.Domain.Apps.Entities.MongoDb/Schemas/MongoSchemaRepository_SnapshotStore.cs index db0a76a25..aadd8cbcb 100644 --- a/src/Squidex.Domain.Apps.Entities.MongoDb/Schemas/MongoSchemaRepository_SnapshotStore.cs +++ b/src/Squidex.Domain.Apps.Entities.MongoDb/Schemas/MongoSchemaRepository_SnapshotStore.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoSchemaRepository_SnapshotStore.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/AppAggregateCommand.cs b/src/Squidex.Domain.Apps.Entities/AppAggregateCommand.cs index 1bd5d3a75..a4143215c 100644 --- a/src/Squidex.Domain.Apps.Entities/AppAggregateCommand.cs +++ b/src/Squidex.Domain.Apps.Entities/AppAggregateCommand.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppAggregateCommand.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/AppCommand.cs b/src/Squidex.Domain.Apps.Entities/AppCommand.cs index 9ab07df33..ba5b6a4e4 100644 --- a/src/Squidex.Domain.Apps.Entities/AppCommand.cs +++ b/src/Squidex.Domain.Apps.Entities/AppCommand.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppCommand.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/AppProvider.cs b/src/Squidex.Domain.Apps.Entities/AppProvider.cs index ad558a634..38f0b2742 100644 --- a/src/Squidex.Domain.Apps.Entities/AppProvider.cs +++ b/src/Squidex.Domain.Apps.Entities/AppProvider.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppProvider.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Apps/AppCommandMiddleware.cs b/src/Squidex.Domain.Apps.Entities/Apps/AppCommandMiddleware.cs index ed31f4112..51c460837 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/AppCommandMiddleware.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/AppCommandMiddleware.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppCommandMiddleware.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Apps/AppDomainObject.cs b/src/Squidex.Domain.Apps.Entities/Apps/AppDomainObject.cs index 0374e4bb0..411f4a8e8 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/AppDomainObject.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/AppDomainObject.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppDomainObject.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Apps/AppEntityExtensions.cs b/src/Squidex.Domain.Apps.Entities/Apps/AppEntityExtensions.cs index 1b9013944..b03bc5aec 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/AppEntityExtensions.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/AppEntityExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppEntityExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core; diff --git a/src/Squidex.Domain.Apps.Entities/Apps/AppHistoryEventsCreator.cs b/src/Squidex.Domain.Apps.Entities/Apps/AppHistoryEventsCreator.cs index 635387de5..f22d2ef2f 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/AppHistoryEventsCreator.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/AppHistoryEventsCreator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppHistoryEventsCreator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Threading.Tasks; diff --git a/src/Squidex.Domain.Apps.Entities/Apps/Commands/AddLanguage.cs b/src/Squidex.Domain.Apps.Entities/Apps/Commands/AddLanguage.cs index 486f8d0aa..b2619a6f6 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/Commands/AddLanguage.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/Commands/AddLanguage.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AddLanguage.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure; diff --git a/src/Squidex.Domain.Apps.Entities/Apps/Commands/AddPattern.cs b/src/Squidex.Domain.Apps.Entities/Apps/Commands/AddPattern.cs index 1c438c376..5442536c1 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/Commands/AddPattern.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/Commands/AddPattern.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AddPattern.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Apps/Commands/AssignContributor.cs b/src/Squidex.Domain.Apps.Entities/Apps/Commands/AssignContributor.cs index 0dad40b86..13a60ddda 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/Commands/AssignContributor.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/Commands/AssignContributor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssignContributor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Apps; diff --git a/src/Squidex.Domain.Apps.Entities/Apps/Commands/AttachClient.cs b/src/Squidex.Domain.Apps.Entities/Apps/Commands/AttachClient.cs index 2cf0bdf39..4239c1e47 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/Commands/AttachClient.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/Commands/AttachClient.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AttachClient.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure; diff --git a/src/Squidex.Domain.Apps.Entities/Apps/Commands/ChangePlan.cs b/src/Squidex.Domain.Apps.Entities/Apps/Commands/ChangePlan.cs index eab67f42e..b5af896bf 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/Commands/ChangePlan.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/Commands/ChangePlan.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ChangePlan.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Entities.Apps.Commands diff --git a/src/Squidex.Domain.Apps.Entities/Apps/Commands/CreateApp.cs b/src/Squidex.Domain.Apps.Entities/Apps/Commands/CreateApp.cs index 57e1d18db..b49d54c59 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/Commands/CreateApp.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/Commands/CreateApp.cs @@ -1,9 +1,8 @@ // ========================================================================== -// CreateApp.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Apps/Commands/DeletePattern.cs b/src/Squidex.Domain.Apps.Entities/Apps/Commands/DeletePattern.cs index 5fdd10028..5db33b435 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/Commands/DeletePattern.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/Commands/DeletePattern.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DeletePattern.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Apps/Commands/RemoveContributor.cs b/src/Squidex.Domain.Apps.Entities/Apps/Commands/RemoveContributor.cs index 5bda9002b..6f707811f 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/Commands/RemoveContributor.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/Commands/RemoveContributor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RemoveContributor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Entities.Apps.Commands diff --git a/src/Squidex.Domain.Apps.Entities/Apps/Commands/RemoveLanguage.cs b/src/Squidex.Domain.Apps.Entities/Apps/Commands/RemoveLanguage.cs index 1e7fbf499..c863e7b85 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/Commands/RemoveLanguage.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/Commands/RemoveLanguage.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RemoveLanguage.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure; diff --git a/src/Squidex.Domain.Apps.Entities/Apps/Commands/RevokeClient.cs b/src/Squidex.Domain.Apps.Entities/Apps/Commands/RevokeClient.cs index cf48c425f..623da3058 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/Commands/RevokeClient.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/Commands/RevokeClient.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RevokeClient.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Entities.Apps.Commands diff --git a/src/Squidex.Domain.Apps.Entities/Apps/Commands/UpdateClient.cs b/src/Squidex.Domain.Apps.Entities/Apps/Commands/UpdateClient.cs index 82059fbcd..856de1f4a 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/Commands/UpdateClient.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/Commands/UpdateClient.cs @@ -1,9 +1,8 @@ // ========================================================================== -// UpdateClient.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Apps; diff --git a/src/Squidex.Domain.Apps.Entities/Apps/Commands/UpdateLanguage.cs b/src/Squidex.Domain.Apps.Entities/Apps/Commands/UpdateLanguage.cs index d8badb558..c0f442a25 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/Commands/UpdateLanguage.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/Commands/UpdateLanguage.cs @@ -1,9 +1,8 @@ // ========================================================================== -// UpdateLanguage.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Apps.Entities/Apps/Commands/UpdatePattern.cs b/src/Squidex.Domain.Apps.Entities/Apps/Commands/UpdatePattern.cs index b025aeb22..9ae7b510e 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/Commands/UpdatePattern.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/Commands/UpdatePattern.cs @@ -1,9 +1,8 @@ // ========================================================================== -// UpdatePattern.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Apps/Guards/GuardApp.cs b/src/Squidex.Domain.Apps.Entities/Apps/Guards/GuardApp.cs index ced905013..81df41e9a 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/Guards/GuardApp.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/Guards/GuardApp.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GuardApp.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Apps/Guards/GuardAppClients.cs b/src/Squidex.Domain.Apps.Entities/Apps/Guards/GuardAppClients.cs index 1d48aa8d4..604284090 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/Guards/GuardAppClients.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/Guards/GuardAppClients.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GuardAppClients.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Apps; diff --git a/src/Squidex.Domain.Apps.Entities/Apps/Guards/GuardAppContributors.cs b/src/Squidex.Domain.Apps.Entities/Apps/Guards/GuardAppContributors.cs index bd0304d22..08860f0e9 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/Guards/GuardAppContributors.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/Guards/GuardAppContributors.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GuardAppContributors.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Linq; diff --git a/src/Squidex.Domain.Apps.Entities/Apps/Guards/GuardAppLanguages.cs b/src/Squidex.Domain.Apps.Entities/Apps/Guards/GuardAppLanguages.cs index a31fa3413..a860def06 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/Guards/GuardAppLanguages.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/Guards/GuardAppLanguages.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GuardAppLanguages.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Apps; diff --git a/src/Squidex.Domain.Apps.Entities/Apps/Guards/GuardAppPattern.cs b/src/Squidex.Domain.Apps.Entities/Apps/Guards/GuardAppPattern.cs index 142cb6061..6a71461ec 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/Guards/GuardAppPattern.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/Guards/GuardAppPattern.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GuardAppPattern.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; using System.Linq; diff --git a/src/Squidex.Domain.Apps.Entities/Apps/IAppEntity.cs b/src/Squidex.Domain.Apps.Entities/Apps/IAppEntity.cs index 85912cac2..facea56c0 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/IAppEntity.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/IAppEntity.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IAppEntity.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Apps; diff --git a/src/Squidex.Domain.Apps.Entities/Apps/InitialPatterns.cs b/src/Squidex.Domain.Apps.Entities/Apps/InitialPatterns.cs index eed1ca02b..d8da459ed 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/InitialPatterns.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/InitialPatterns.cs @@ -1,9 +1,8 @@ // ========================================================================== -// InitialPatterns.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Apps/Repositories/IAppRepository.cs b/src/Squidex.Domain.Apps.Entities/Apps/Repositories/IAppRepository.cs index de239006c..c8f1a339e 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/Repositories/IAppRepository.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/Repositories/IAppRepository.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IAppRepository.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Apps/Services/IAppLimitsPlan.cs b/src/Squidex.Domain.Apps.Entities/Apps/Services/IAppLimitsPlan.cs index 623d71f26..21bbae9bf 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/Services/IAppLimitsPlan.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/Services/IAppLimitsPlan.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IAppLimitsPlan.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Entities.Apps.Services diff --git a/src/Squidex.Domain.Apps.Entities/Apps/Services/IAppPlanBillingManager.cs b/src/Squidex.Domain.Apps.Entities/Apps/Services/IAppPlanBillingManager.cs index d0c601d06..89c6342cd 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/Services/IAppPlanBillingManager.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/Services/IAppPlanBillingManager.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IAppPlanBillingManager.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Apps/Services/IAppPlansProvider.cs b/src/Squidex.Domain.Apps.Entities/Apps/Services/IAppPlansProvider.cs index 53dea5201..71b046241 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/Services/IAppPlansProvider.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/Services/IAppPlansProvider.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IAppPlansProvider.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Apps.Entities/Apps/Services/IChangePlanResult.cs b/src/Squidex.Domain.Apps.Entities/Apps/Services/IChangePlanResult.cs index c8cde7963..633d4f791 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/Services/IChangePlanResult.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/Services/IChangePlanResult.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IChangePlanResult.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Entities.Apps.Services diff --git a/src/Squidex.Domain.Apps.Entities/Apps/Services/Implementations/ConfigAppLimitsPlan.cs b/src/Squidex.Domain.Apps.Entities/Apps/Services/Implementations/ConfigAppLimitsPlan.cs index 165c11bd2..5f4892e4b 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/Services/Implementations/ConfigAppLimitsPlan.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/Services/Implementations/ConfigAppLimitsPlan.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ConfigAppLimitsPlan.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Entities.Apps.Services.Implementations diff --git a/src/Squidex.Domain.Apps.Entities/Apps/Services/Implementations/ConfigAppPlansProvider.cs b/src/Squidex.Domain.Apps.Entities/Apps/Services/Implementations/ConfigAppPlansProvider.cs index d27f8c189..813914f09 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/Services/Implementations/ConfigAppPlansProvider.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/Services/Implementations/ConfigAppPlansProvider.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ConfigAppPlansProvider.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Apps/Services/Implementations/NoopAppPlanBillingManager.cs b/src/Squidex.Domain.Apps.Entities/Apps/Services/Implementations/NoopAppPlanBillingManager.cs index 6a053c294..3d020f3f9 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/Services/Implementations/NoopAppPlanBillingManager.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/Services/Implementations/NoopAppPlanBillingManager.cs @@ -1,9 +1,8 @@ // ========================================================================== -// NoopAppPlanBillingManager.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Apps/Services/PlanChangeAsyncResult.cs b/src/Squidex.Domain.Apps.Entities/Apps/Services/PlanChangeAsyncResult.cs index 6c0c15865..4b71408cb 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/Services/PlanChangeAsyncResult.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/Services/PlanChangeAsyncResult.cs @@ -1,9 +1,8 @@ // ========================================================================== -// PlanChangeAsyncResult.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Entities.Apps.Services diff --git a/src/Squidex.Domain.Apps.Entities/Apps/Services/PlanChangedResult.cs b/src/Squidex.Domain.Apps.Entities/Apps/Services/PlanChangedResult.cs index efcc95b3d..dc424c993 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/Services/PlanChangedResult.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/Services/PlanChangedResult.cs @@ -1,9 +1,8 @@ // ========================================================================== -// PlanChangedResult.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Entities.Apps.Services diff --git a/src/Squidex.Domain.Apps.Entities/Apps/Services/RedirectToCheckoutResult.cs b/src/Squidex.Domain.Apps.Entities/Apps/Services/RedirectToCheckoutResult.cs index 5d1d2a441..9b41c88e2 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/Services/RedirectToCheckoutResult.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/Services/RedirectToCheckoutResult.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RedirectToCheckoutResult.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Apps/State/AppState.cs b/src/Squidex.Domain.Apps.Entities/Apps/State/AppState.cs index b2d404e83..ab840af50 100644 --- a/src/Squidex.Domain.Apps.Entities/Apps/State/AppState.cs +++ b/src/Squidex.Domain.Apps.Entities/Apps/State/AppState.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppState.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Newtonsoft.Json; diff --git a/src/Squidex.Domain.Apps.Entities/Assets/AssetCommandMiddleware.cs b/src/Squidex.Domain.Apps.Entities/Assets/AssetCommandMiddleware.cs index 7c28769d7..d491c5c12 100644 --- a/src/Squidex.Domain.Apps.Entities/Assets/AssetCommandMiddleware.cs +++ b/src/Squidex.Domain.Apps.Entities/Assets/AssetCommandMiddleware.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetCommandMiddleware.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Assets/AssetDomainObject.cs b/src/Squidex.Domain.Apps.Entities/Assets/AssetDomainObject.cs index 38aa68adf..103cd9981 100644 --- a/src/Squidex.Domain.Apps.Entities/Assets/AssetDomainObject.cs +++ b/src/Squidex.Domain.Apps.Entities/Assets/AssetDomainObject.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetDomainObject.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Entities.Assets.Commands; diff --git a/src/Squidex.Domain.Apps.Entities/Assets/AssetSavedResult.cs b/src/Squidex.Domain.Apps.Entities/Assets/AssetSavedResult.cs index 129bc8379..a07331e8f 100644 --- a/src/Squidex.Domain.Apps.Entities/Assets/AssetSavedResult.cs +++ b/src/Squidex.Domain.Apps.Entities/Assets/AssetSavedResult.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetSavedResult.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure.Commands; diff --git a/src/Squidex.Domain.Apps.Entities/Assets/Commands/AssetAggregateCommand.cs b/src/Squidex.Domain.Apps.Entities/Assets/Commands/AssetAggregateCommand.cs index 001cf574b..efdb41e00 100644 --- a/src/Squidex.Domain.Apps.Entities/Assets/Commands/AssetAggregateCommand.cs +++ b/src/Squidex.Domain.Apps.Entities/Assets/Commands/AssetAggregateCommand.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetAggregateCommand.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Assets/Commands/CreateAsset.cs b/src/Squidex.Domain.Apps.Entities/Assets/Commands/CreateAsset.cs index 7ac46f525..f7696e14b 100644 --- a/src/Squidex.Domain.Apps.Entities/Assets/Commands/CreateAsset.cs +++ b/src/Squidex.Domain.Apps.Entities/Assets/Commands/CreateAsset.cs @@ -1,9 +1,8 @@ // ========================================================================== -// CreateAsset.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Assets/Commands/DeleteAsset.cs b/src/Squidex.Domain.Apps.Entities/Assets/Commands/DeleteAsset.cs index 1dca53261..351333962 100644 --- a/src/Squidex.Domain.Apps.Entities/Assets/Commands/DeleteAsset.cs +++ b/src/Squidex.Domain.Apps.Entities/Assets/Commands/DeleteAsset.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DeleteAsset.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Entities.Assets.Commands diff --git a/src/Squidex.Domain.Apps.Entities/Assets/Commands/RenameAsset.cs b/src/Squidex.Domain.Apps.Entities/Assets/Commands/RenameAsset.cs index bc5a278f8..3dc784b88 100644 --- a/src/Squidex.Domain.Apps.Entities/Assets/Commands/RenameAsset.cs +++ b/src/Squidex.Domain.Apps.Entities/Assets/Commands/RenameAsset.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RenameAsset.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Entities.Assets.Commands diff --git a/src/Squidex.Domain.Apps.Entities/Assets/Commands/UpdateAsset.cs b/src/Squidex.Domain.Apps.Entities/Assets/Commands/UpdateAsset.cs index 750e0641c..8c419ca71 100644 --- a/src/Squidex.Domain.Apps.Entities/Assets/Commands/UpdateAsset.cs +++ b/src/Squidex.Domain.Apps.Entities/Assets/Commands/UpdateAsset.cs @@ -1,9 +1,8 @@ // ========================================================================== -// UpdateAsset.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure.Assets; diff --git a/src/Squidex.Domain.Apps.Entities/Assets/Guards/GuardAsset.cs b/src/Squidex.Domain.Apps.Entities/Assets/Guards/GuardAsset.cs index 2ac0d086d..756441da2 100644 --- a/src/Squidex.Domain.Apps.Entities/Assets/Guards/GuardAsset.cs +++ b/src/Squidex.Domain.Apps.Entities/Assets/Guards/GuardAsset.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GuardAsset.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Entities.Assets.Commands; diff --git a/src/Squidex.Domain.Apps.Entities/Assets/IAssetEntity.cs b/src/Squidex.Domain.Apps.Entities/Assets/IAssetEntity.cs index 8563d3931..c95179f66 100644 --- a/src/Squidex.Domain.Apps.Entities/Assets/IAssetEntity.cs +++ b/src/Squidex.Domain.Apps.Entities/Assets/IAssetEntity.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IAssetEntity.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.ValidateContent; diff --git a/src/Squidex.Domain.Apps.Entities/Assets/IAssetStatsEntity.cs b/src/Squidex.Domain.Apps.Entities/Assets/IAssetStatsEntity.cs index 7edf5ddb8..0ab6c4078 100644 --- a/src/Squidex.Domain.Apps.Entities/Assets/IAssetStatsEntity.cs +++ b/src/Squidex.Domain.Apps.Entities/Assets/IAssetStatsEntity.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IAssetStatsEntity.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Assets/Repositories/IAssetRepository.cs b/src/Squidex.Domain.Apps.Entities/Assets/Repositories/IAssetRepository.cs index 2c35062d2..c2bd7eca1 100644 --- a/src/Squidex.Domain.Apps.Entities/Assets/Repositories/IAssetRepository.cs +++ b/src/Squidex.Domain.Apps.Entities/Assets/Repositories/IAssetRepository.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IAssetRepository.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Assets/Repositories/IAssetStatsRepository.cs b/src/Squidex.Domain.Apps.Entities/Assets/Repositories/IAssetStatsRepository.cs index 5980dc6c1..c41fd9197 100644 --- a/src/Squidex.Domain.Apps.Entities/Assets/Repositories/IAssetStatsRepository.cs +++ b/src/Squidex.Domain.Apps.Entities/Assets/Repositories/IAssetStatsRepository.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IAssetStatsRepository.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Assets/State/AssetState.cs b/src/Squidex.Domain.Apps.Entities/Assets/State/AssetState.cs index b8ce1c92e..8a2f65796 100644 --- a/src/Squidex.Domain.Apps.Entities/Assets/State/AssetState.cs +++ b/src/Squidex.Domain.Apps.Entities/Assets/State/AssetState.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetState.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/CachingProviderBase.cs b/src/Squidex.Domain.Apps.Entities/CachingProviderBase.cs index e625dc23d..996646fe8 100644 --- a/src/Squidex.Domain.Apps.Entities/CachingProviderBase.cs +++ b/src/Squidex.Domain.Apps.Entities/CachingProviderBase.cs @@ -1,9 +1,8 @@ // ========================================================================== -// CachingProviderBase.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Microsoft.Extensions.Caching.Memory; diff --git a/src/Squidex.Domain.Apps.Entities/Contents/Commands/ChangeContentStatus.cs b/src/Squidex.Domain.Apps.Entities/Contents/Commands/ChangeContentStatus.cs index 9628bbd3d..9e8de0bd2 100644 --- a/src/Squidex.Domain.Apps.Entities/Contents/Commands/ChangeContentStatus.cs +++ b/src/Squidex.Domain.Apps.Entities/Contents/Commands/ChangeContentStatus.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ChangeContentStatus.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================= using Squidex.Domain.Apps.Core.Contents; diff --git a/src/Squidex.Domain.Apps.Entities/Contents/Commands/ContentCommand.cs b/src/Squidex.Domain.Apps.Entities/Contents/Commands/ContentCommand.cs index e74e06d33..06b65cfc1 100644 --- a/src/Squidex.Domain.Apps.Entities/Contents/Commands/ContentCommand.cs +++ b/src/Squidex.Domain.Apps.Entities/Contents/Commands/ContentCommand.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentCommand.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Contents/Commands/ContentDataCommand.cs b/src/Squidex.Domain.Apps.Entities/Contents/Commands/ContentDataCommand.cs index 61cb005ed..f2eea4643 100644 --- a/src/Squidex.Domain.Apps.Entities/Contents/Commands/ContentDataCommand.cs +++ b/src/Squidex.Domain.Apps.Entities/Contents/Commands/ContentDataCommand.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentDataCommand.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Contents; diff --git a/src/Squidex.Domain.Apps.Entities/Contents/Commands/CreateContent.cs b/src/Squidex.Domain.Apps.Entities/Contents/Commands/CreateContent.cs index 87b43582b..1837b977f 100644 --- a/src/Squidex.Domain.Apps.Entities/Contents/Commands/CreateContent.cs +++ b/src/Squidex.Domain.Apps.Entities/Contents/Commands/CreateContent.cs @@ -1,9 +1,8 @@ // ========================================================================== -// CreateContent.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Entities.Contents.Commands diff --git a/src/Squidex.Domain.Apps.Entities/Contents/Commands/DeleteContent.cs b/src/Squidex.Domain.Apps.Entities/Contents/Commands/DeleteContent.cs index 463f68010..28a0bd836 100644 --- a/src/Squidex.Domain.Apps.Entities/Contents/Commands/DeleteContent.cs +++ b/src/Squidex.Domain.Apps.Entities/Contents/Commands/DeleteContent.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DeleteContent.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Entities.Contents.Commands diff --git a/src/Squidex.Domain.Apps.Entities/Contents/Commands/PatchContent.cs b/src/Squidex.Domain.Apps.Entities/Contents/Commands/PatchContent.cs index 5f250f517..80206cebd 100644 --- a/src/Squidex.Domain.Apps.Entities/Contents/Commands/PatchContent.cs +++ b/src/Squidex.Domain.Apps.Entities/Contents/Commands/PatchContent.cs @@ -1,9 +1,8 @@ // ========================================================================== -// PatchContent.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Entities.Contents.Commands diff --git a/src/Squidex.Domain.Apps.Entities/Contents/Commands/UpdateContent.cs b/src/Squidex.Domain.Apps.Entities/Contents/Commands/UpdateContent.cs index 3d6df181b..01f642d5c 100644 --- a/src/Squidex.Domain.Apps.Entities/Contents/Commands/UpdateContent.cs +++ b/src/Squidex.Domain.Apps.Entities/Contents/Commands/UpdateContent.cs @@ -1,9 +1,8 @@ // ========================================================================== -// UpdateContent.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Entities.Contents.Commands diff --git a/src/Squidex.Domain.Apps.Entities/Contents/ContentCommandMiddleware.cs b/src/Squidex.Domain.Apps.Entities/Contents/ContentCommandMiddleware.cs index cf56e9e3b..6923e5005 100644 --- a/src/Squidex.Domain.Apps.Entities/Contents/ContentCommandMiddleware.cs +++ b/src/Squidex.Domain.Apps.Entities/Contents/ContentCommandMiddleware.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentCommandMiddleware.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Contents/ContentDataChangedResult.cs b/src/Squidex.Domain.Apps.Entities/Contents/ContentDataChangedResult.cs index 1a8937e10..9f3eda547 100644 --- a/src/Squidex.Domain.Apps.Entities/Contents/ContentDataChangedResult.cs +++ b/src/Squidex.Domain.Apps.Entities/Contents/ContentDataChangedResult.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentChangedResult.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Contents; diff --git a/src/Squidex.Domain.Apps.Entities/Contents/ContentDomainObject.cs b/src/Squidex.Domain.Apps.Entities/Contents/ContentDomainObject.cs index 2e9fb7e0c..0b46b12d7 100644 --- a/src/Squidex.Domain.Apps.Entities/Contents/ContentDomainObject.cs +++ b/src/Squidex.Domain.Apps.Entities/Contents/ContentDomainObject.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentDomainObject.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Contents; diff --git a/src/Squidex.Domain.Apps.Entities/Contents/ContentHistoryEventsCreator.cs b/src/Squidex.Domain.Apps.Entities/Contents/ContentHistoryEventsCreator.cs index fc0d29266..63adc8214 100644 --- a/src/Squidex.Domain.Apps.Entities/Contents/ContentHistoryEventsCreator.cs +++ b/src/Squidex.Domain.Apps.Entities/Contents/ContentHistoryEventsCreator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentHistoryEventsCreator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Threading.Tasks; diff --git a/src/Squidex.Domain.Apps.Entities/Contents/ContentOperationContext.cs b/src/Squidex.Domain.Apps.Entities/Contents/ContentOperationContext.cs index 5dd859f69..d06df5e7c 100644 --- a/src/Squidex.Domain.Apps.Entities/Contents/ContentOperationContext.cs +++ b/src/Squidex.Domain.Apps.Entities/Contents/ContentOperationContext.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentOperationContext.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Contents/ContentQueryService.cs b/src/Squidex.Domain.Apps.Entities/Contents/ContentQueryService.cs index 738269233..6c1fc77b5 100644 --- a/src/Squidex.Domain.Apps.Entities/Contents/ContentQueryService.cs +++ b/src/Squidex.Domain.Apps.Entities/Contents/ContentQueryService.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentQueryService.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Contents/Edm/EdmModelBuilder.cs b/src/Squidex.Domain.Apps.Entities/Contents/Edm/EdmModelBuilder.cs index bf67aa1f6..5a73c8c59 100644 --- a/src/Squidex.Domain.Apps.Entities/Contents/Edm/EdmModelBuilder.cs +++ b/src/Squidex.Domain.Apps.Entities/Contents/Edm/EdmModelBuilder.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EdmModelBuilder.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Contents/Edm/EdmModelExtensions.cs b/src/Squidex.Domain.Apps.Entities/Contents/Edm/EdmModelExtensions.cs index 4e414d746..03c97b8f7 100644 --- a/src/Squidex.Domain.Apps.Entities/Contents/Edm/EdmModelExtensions.cs +++ b/src/Squidex.Domain.Apps.Entities/Contents/Edm/EdmModelExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EdmModelExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/CachingGraphQLService.cs b/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/CachingGraphQLService.cs index b1647d210..d970ca7e6 100644 --- a/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/CachingGraphQLService.cs +++ b/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/CachingGraphQLService.cs @@ -1,9 +1,8 @@ // ========================================================================== -// CachingGraphQLService.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/GraphQLModel.cs b/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/GraphQLModel.cs index 05921a5ca..e2915016a 100644 --- a/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/GraphQLModel.cs +++ b/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/GraphQLModel.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GraphQLContext.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/GraphQLQuery.cs b/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/GraphQLQuery.cs index 6d4163321..db45e3672 100644 --- a/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/GraphQLQuery.cs +++ b/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/GraphQLQuery.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GraphQLQuery.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Newtonsoft.Json.Linq; diff --git a/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/GraphQLQueryContext.cs b/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/GraphQLQueryContext.cs index 8ed50cea9..b050ab970 100644 --- a/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/GraphQLQueryContext.cs +++ b/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/GraphQLQueryContext.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GraphQLQueryContext.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/IGraphQLContext.cs b/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/IGraphQLContext.cs index 1bd15fb37..45e00873a 100644 --- a/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/IGraphQLContext.cs +++ b/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/IGraphQLContext.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SchemaGraphType.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/IGraphQLService.cs b/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/IGraphQLService.cs index 8b0ce31b2..6456fd85a 100644 --- a/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/IGraphQLService.cs +++ b/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/IGraphQLService.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IGraphQLService.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Security.Claims; diff --git a/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/IGraphQLUrlGenerator.cs b/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/IGraphQLUrlGenerator.cs index 983778efc..48afc4d4e 100644 --- a/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/IGraphQLUrlGenerator.cs +++ b/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/IGraphQLUrlGenerator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IGraphQLUrlGenerator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Entities.Apps; diff --git a/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/Types/AssetGraphType.cs b/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/Types/AssetGraphType.cs index c75d1c80b..7795a5a62 100644 --- a/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/Types/AssetGraphType.cs +++ b/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/Types/AssetGraphType.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetGraphType.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/Types/ContentDataGraphType.cs b/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/Types/ContentDataGraphType.cs index af48d1087..def6b2251 100644 --- a/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/Types/ContentDataGraphType.cs +++ b/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/Types/ContentDataGraphType.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentDataGraphType.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Linq; diff --git a/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/Types/ContentGraphType.cs b/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/Types/ContentGraphType.cs index 0ef578e8a..1d0348db9 100644 --- a/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/Types/ContentGraphType.cs +++ b/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/Types/ContentGraphType.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SchemaGraphType.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/Types/ContentQueryGraphType.cs b/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/Types/ContentQueryGraphType.cs index 4d980761d..d6604ed50 100644 --- a/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/Types/ContentQueryGraphType.cs +++ b/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/Types/ContentQueryGraphType.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GraphModelType.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/Types/NoopGraphType.cs b/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/Types/NoopGraphType.cs index 90c87258c..401521ea5 100644 --- a/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/Types/NoopGraphType.cs +++ b/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/Types/NoopGraphType.cs @@ -1,9 +1,8 @@ // ========================================================================== -// NoopGraphType.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Contents/Guards/GuardContent.cs b/src/Squidex.Domain.Apps.Entities/Contents/Guards/GuardContent.cs index f93c685bc..1ae0abb79 100644 --- a/src/Squidex.Domain.Apps.Entities/Contents/Guards/GuardContent.cs +++ b/src/Squidex.Domain.Apps.Entities/Contents/Guards/GuardContent.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GuardContent.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Contents; diff --git a/src/Squidex.Domain.Apps.Entities/Contents/IContentEntity.cs b/src/Squidex.Domain.Apps.Entities/Contents/IContentEntity.cs index 7e3ae5451..4e9573116 100644 --- a/src/Squidex.Domain.Apps.Entities/Contents/IContentEntity.cs +++ b/src/Squidex.Domain.Apps.Entities/Contents/IContentEntity.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IContentEntity.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== // ========================================================================== diff --git a/src/Squidex.Domain.Apps.Entities/Contents/IContentQueryService.cs b/src/Squidex.Domain.Apps.Entities/Contents/IContentQueryService.cs index a670a15fe..f14a7d4cd 100644 --- a/src/Squidex.Domain.Apps.Entities/Contents/IContentQueryService.cs +++ b/src/Squidex.Domain.Apps.Entities/Contents/IContentQueryService.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IContentQueryService.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Contents/QueryContext.cs b/src/Squidex.Domain.Apps.Entities/Contents/QueryContext.cs index 92fa75702..cf306c0ea 100644 --- a/src/Squidex.Domain.Apps.Entities/Contents/QueryContext.cs +++ b/src/Squidex.Domain.Apps.Entities/Contents/QueryContext.cs @@ -1,9 +1,8 @@ // ========================================================================== -// QueryContext.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Contents/Repositories/IContentRepository.cs b/src/Squidex.Domain.Apps.Entities/Contents/Repositories/IContentRepository.cs index 2d5ed609c..4cdbc2fd6 100644 --- a/src/Squidex.Domain.Apps.Entities/Contents/Repositories/IContentRepository.cs +++ b/src/Squidex.Domain.Apps.Entities/Contents/Repositories/IContentRepository.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IContentRepository.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Contents/State/ContentState.cs b/src/Squidex.Domain.Apps.Entities/Contents/State/ContentState.cs index f3d09dca4..cdc9884f1 100644 --- a/src/Squidex.Domain.Apps.Entities/Contents/State/ContentState.cs +++ b/src/Squidex.Domain.Apps.Entities/Contents/State/ContentState.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentState.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/DomainObjectState.cs b/src/Squidex.Domain.Apps.Entities/DomainObjectState.cs index dc311eb6c..210617ff6 100644 --- a/src/Squidex.Domain.Apps.Entities/DomainObjectState.cs +++ b/src/Squidex.Domain.Apps.Entities/DomainObjectState.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DomainObjectState.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/EntityMapper.cs b/src/Squidex.Domain.Apps.Entities/EntityMapper.cs index 81bb15aa1..1dd17d847 100644 --- a/src/Squidex.Domain.Apps.Entities/EntityMapper.cs +++ b/src/Squidex.Domain.Apps.Entities/EntityMapper.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EntityMapper2.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/History/HistoryEventToStore.cs b/src/Squidex.Domain.Apps.Entities/History/HistoryEventToStore.cs index aeda6bc40..671987597 100644 --- a/src/Squidex.Domain.Apps.Entities/History/HistoryEventToStore.cs +++ b/src/Squidex.Domain.Apps.Entities/History/HistoryEventToStore.cs @@ -1,9 +1,8 @@ // ========================================================================== -// HistoryEventToStore.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Apps.Entities/History/HistoryEventsCreatorBase.cs b/src/Squidex.Domain.Apps.Entities/History/HistoryEventsCreatorBase.cs index e3a59eecd..feaac0b43 100644 --- a/src/Squidex.Domain.Apps.Entities/History/HistoryEventsCreatorBase.cs +++ b/src/Squidex.Domain.Apps.Entities/History/HistoryEventsCreatorBase.cs @@ -1,9 +1,8 @@ // ========================================================================== -// HistoryEventsCreatorBase.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Apps.Entities/History/IHistoryEventEntity.cs b/src/Squidex.Domain.Apps.Entities/History/IHistoryEventEntity.cs index ae201227e..badecd0e0 100644 --- a/src/Squidex.Domain.Apps.Entities/History/IHistoryEventEntity.cs +++ b/src/Squidex.Domain.Apps.Entities/History/IHistoryEventEntity.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IHistoryEventEntity.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/History/IHistoryEventsCreator.cs b/src/Squidex.Domain.Apps.Entities/History/IHistoryEventsCreator.cs index 38fadac6b..718c87e58 100644 --- a/src/Squidex.Domain.Apps.Entities/History/IHistoryEventsCreator.cs +++ b/src/Squidex.Domain.Apps.Entities/History/IHistoryEventsCreator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IHistoryEventsCreator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Apps.Entities/History/Repositories/IHistoryEventRepository.cs b/src/Squidex.Domain.Apps.Entities/History/Repositories/IHistoryEventRepository.cs index 7652fbd28..2810f7e18 100644 --- a/src/Squidex.Domain.Apps.Entities/History/Repositories/IHistoryEventRepository.cs +++ b/src/Squidex.Domain.Apps.Entities/History/Repositories/IHistoryEventRepository.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IHistoryEventRepository.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/IAppProvider.cs b/src/Squidex.Domain.Apps.Entities/IAppProvider.cs index 7dd382589..c41da76c9 100644 --- a/src/Squidex.Domain.Apps.Entities/IAppProvider.cs +++ b/src/Squidex.Domain.Apps.Entities/IAppProvider.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IAppProvider.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/IEntity.cs b/src/Squidex.Domain.Apps.Entities/IEntity.cs index a23a78d08..45ec90994 100644 --- a/src/Squidex.Domain.Apps.Entities/IEntity.cs +++ b/src/Squidex.Domain.Apps.Entities/IEntity.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IEntity.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/IEntityWithAppRef.cs b/src/Squidex.Domain.Apps.Entities/IEntityWithAppRef.cs index 2b7549767..bf899acef 100644 --- a/src/Squidex.Domain.Apps.Entities/IEntityWithAppRef.cs +++ b/src/Squidex.Domain.Apps.Entities/IEntityWithAppRef.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IEntityWithAppRef.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/IEntityWithCreatedBy.cs b/src/Squidex.Domain.Apps.Entities/IEntityWithCreatedBy.cs index a8ff4bb95..d95cf39c0 100644 --- a/src/Squidex.Domain.Apps.Entities/IEntityWithCreatedBy.cs +++ b/src/Squidex.Domain.Apps.Entities/IEntityWithCreatedBy.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IEntityWithCreatedBy.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure; diff --git a/src/Squidex.Domain.Apps.Entities/IEntityWithLastModifiedBy.cs b/src/Squidex.Domain.Apps.Entities/IEntityWithLastModifiedBy.cs index d5704ac7a..83abf4ce6 100644 --- a/src/Squidex.Domain.Apps.Entities/IEntityWithLastModifiedBy.cs +++ b/src/Squidex.Domain.Apps.Entities/IEntityWithLastModifiedBy.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IEntityWithLastModifiedBy.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure; diff --git a/src/Squidex.Domain.Apps.Entities/IEntityWithVersion.cs b/src/Squidex.Domain.Apps.Entities/IEntityWithVersion.cs index 9ec4e7fa9..fdb0d20ad 100644 --- a/src/Squidex.Domain.Apps.Entities/IEntityWithVersion.cs +++ b/src/Squidex.Domain.Apps.Entities/IEntityWithVersion.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IEntityWithVersion.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Entities diff --git a/src/Squidex.Domain.Apps.Entities/IUpdateableEntity.cs b/src/Squidex.Domain.Apps.Entities/IUpdateableEntity.cs index 7e1b2f03d..b29780c52 100644 --- a/src/Squidex.Domain.Apps.Entities/IUpdateableEntity.cs +++ b/src/Squidex.Domain.Apps.Entities/IUpdateableEntity.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IUpdateableEntity.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/IUpdateableEntityWithAppRef.cs b/src/Squidex.Domain.Apps.Entities/IUpdateableEntityWithAppRef.cs index aa3b58226..c8ca9da7e 100644 --- a/src/Squidex.Domain.Apps.Entities/IUpdateableEntityWithAppRef.cs +++ b/src/Squidex.Domain.Apps.Entities/IUpdateableEntityWithAppRef.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IUpdateableEntityWithAppRef.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/IUpdateableEntityWithCreatedBy.cs b/src/Squidex.Domain.Apps.Entities/IUpdateableEntityWithCreatedBy.cs index 8f07b421d..0f7206e21 100644 --- a/src/Squidex.Domain.Apps.Entities/IUpdateableEntityWithCreatedBy.cs +++ b/src/Squidex.Domain.Apps.Entities/IUpdateableEntityWithCreatedBy.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IUpdateableEntityWithCreatedBy.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure; diff --git a/src/Squidex.Domain.Apps.Entities/IUpdateableEntityWithLastModifiedBy.cs b/src/Squidex.Domain.Apps.Entities/IUpdateableEntityWithLastModifiedBy.cs index c57cf3d75..50b8947d1 100644 --- a/src/Squidex.Domain.Apps.Entities/IUpdateableEntityWithLastModifiedBy.cs +++ b/src/Squidex.Domain.Apps.Entities/IUpdateableEntityWithLastModifiedBy.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IUpdateableEntityWithLastModifiedBy.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure; diff --git a/src/Squidex.Domain.Apps.Entities/IUpdateableEntityWithVersion.cs b/src/Squidex.Domain.Apps.Entities/IUpdateableEntityWithVersion.cs index 229f7ea2d..67d24d64a 100644 --- a/src/Squidex.Domain.Apps.Entities/IUpdateableEntityWithVersion.cs +++ b/src/Squidex.Domain.Apps.Entities/IUpdateableEntityWithVersion.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IUpdateableEntityWithVersion.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Entities diff --git a/src/Squidex.Domain.Apps.Entities/Rules/Commands/CreateRule.cs b/src/Squidex.Domain.Apps.Entities/Rules/Commands/CreateRule.cs index 1018ea503..667f95dd7 100644 --- a/src/Squidex.Domain.Apps.Entities/Rules/Commands/CreateRule.cs +++ b/src/Squidex.Domain.Apps.Entities/Rules/Commands/CreateRule.cs @@ -1,9 +1,8 @@ // ========================================================================== -// CreateRule.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Rules/Commands/DeleteRule.cs b/src/Squidex.Domain.Apps.Entities/Rules/Commands/DeleteRule.cs index 96edbb03b..055730bd9 100644 --- a/src/Squidex.Domain.Apps.Entities/Rules/Commands/DeleteRule.cs +++ b/src/Squidex.Domain.Apps.Entities/Rules/Commands/DeleteRule.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DeleteRule.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Entities.Rules.Commands diff --git a/src/Squidex.Domain.Apps.Entities/Rules/Commands/DisableRule.cs b/src/Squidex.Domain.Apps.Entities/Rules/Commands/DisableRule.cs index c4419b680..0718a7b12 100644 --- a/src/Squidex.Domain.Apps.Entities/Rules/Commands/DisableRule.cs +++ b/src/Squidex.Domain.Apps.Entities/Rules/Commands/DisableRule.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DisableRule.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Entities.Rules.Commands diff --git a/src/Squidex.Domain.Apps.Entities/Rules/Commands/EnableRule.cs b/src/Squidex.Domain.Apps.Entities/Rules/Commands/EnableRule.cs index 8a4f9a746..b35f97d86 100644 --- a/src/Squidex.Domain.Apps.Entities/Rules/Commands/EnableRule.cs +++ b/src/Squidex.Domain.Apps.Entities/Rules/Commands/EnableRule.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EnableRule.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Entities.Rules.Commands diff --git a/src/Squidex.Domain.Apps.Entities/Rules/Commands/RuleAggregateCommand.cs b/src/Squidex.Domain.Apps.Entities/Rules/Commands/RuleAggregateCommand.cs index 2b28578ad..41a81ea3e 100644 --- a/src/Squidex.Domain.Apps.Entities/Rules/Commands/RuleAggregateCommand.cs +++ b/src/Squidex.Domain.Apps.Entities/Rules/Commands/RuleAggregateCommand.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleAggregateCommand.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Rules/Commands/RuleEditCommand.cs b/src/Squidex.Domain.Apps.Entities/Rules/Commands/RuleEditCommand.cs index 548e34a9e..ba8d77981 100644 --- a/src/Squidex.Domain.Apps.Entities/Rules/Commands/RuleEditCommand.cs +++ b/src/Squidex.Domain.Apps.Entities/Rules/Commands/RuleEditCommand.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleEditCommand.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Rules; diff --git a/src/Squidex.Domain.Apps.Entities/Rules/Commands/UpdateRule.cs b/src/Squidex.Domain.Apps.Entities/Rules/Commands/UpdateRule.cs index 841248dcc..e3a03d41f 100644 --- a/src/Squidex.Domain.Apps.Entities/Rules/Commands/UpdateRule.cs +++ b/src/Squidex.Domain.Apps.Entities/Rules/Commands/UpdateRule.cs @@ -1,9 +1,8 @@ // ========================================================================== -// UpdateRule.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Entities.Rules.Commands diff --git a/src/Squidex.Domain.Apps.Entities/Rules/Guards/GuardRule.cs b/src/Squidex.Domain.Apps.Entities/Rules/Guards/GuardRule.cs index ed9549606..86707be2f 100644 --- a/src/Squidex.Domain.Apps.Entities/Rules/Guards/GuardRule.cs +++ b/src/Squidex.Domain.Apps.Entities/Rules/Guards/GuardRule.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GuardRule.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Threading.Tasks; diff --git a/src/Squidex.Domain.Apps.Entities/Rules/Guards/RuleActionValidator.cs b/src/Squidex.Domain.Apps.Entities/Rules/Guards/RuleActionValidator.cs index c1a9578d3..a871182b2 100644 --- a/src/Squidex.Domain.Apps.Entities/Rules/Guards/RuleActionValidator.cs +++ b/src/Squidex.Domain.Apps.Entities/Rules/Guards/RuleActionValidator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleActionValidator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Apps.Entities/Rules/Guards/RuleTriggerValidator.cs b/src/Squidex.Domain.Apps.Entities/Rules/Guards/RuleTriggerValidator.cs index faed510c2..f4e8f1b0e 100644 --- a/src/Squidex.Domain.Apps.Entities/Rules/Guards/RuleTriggerValidator.cs +++ b/src/Squidex.Domain.Apps.Entities/Rules/Guards/RuleTriggerValidator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleTriggerValidator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Rules/IRuleEntity.cs b/src/Squidex.Domain.Apps.Entities/Rules/IRuleEntity.cs index a358e1c0e..2caaa814c 100644 --- a/src/Squidex.Domain.Apps.Entities/Rules/IRuleEntity.cs +++ b/src/Squidex.Domain.Apps.Entities/Rules/IRuleEntity.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IRuleEntity.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Rules; diff --git a/src/Squidex.Domain.Apps.Entities/Rules/IRuleEventEntity.cs b/src/Squidex.Domain.Apps.Entities/Rules/IRuleEventEntity.cs index 7b499253f..aaa2faeb1 100644 --- a/src/Squidex.Domain.Apps.Entities/Rules/IRuleEventEntity.cs +++ b/src/Squidex.Domain.Apps.Entities/Rules/IRuleEventEntity.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IRuleEventEntity.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using NodaTime; diff --git a/src/Squidex.Domain.Apps.Entities/Rules/Repositories/IRuleEventRepository.cs b/src/Squidex.Domain.Apps.Entities/Rules/Repositories/IRuleEventRepository.cs index 7bf7acb45..8edc62f37 100644 --- a/src/Squidex.Domain.Apps.Entities/Rules/Repositories/IRuleEventRepository.cs +++ b/src/Squidex.Domain.Apps.Entities/Rules/Repositories/IRuleEventRepository.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IRuleEventRepository.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Rules/Repositories/IRuleRepository.cs b/src/Squidex.Domain.Apps.Entities/Rules/Repositories/IRuleRepository.cs index 2dbbfe1e6..41cbfde78 100644 --- a/src/Squidex.Domain.Apps.Entities/Rules/Repositories/IRuleRepository.cs +++ b/src/Squidex.Domain.Apps.Entities/Rules/Repositories/IRuleRepository.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IRuleRepository.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Rules/RuleCommandMiddleware.cs b/src/Squidex.Domain.Apps.Entities/Rules/RuleCommandMiddleware.cs index 048303007..e252b5632 100644 --- a/src/Squidex.Domain.Apps.Entities/Rules/RuleCommandMiddleware.cs +++ b/src/Squidex.Domain.Apps.Entities/Rules/RuleCommandMiddleware.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleCommandMiddleware.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Rules/RuleDequeuer.cs b/src/Squidex.Domain.Apps.Entities/Rules/RuleDequeuer.cs index da523ac95..8150f7013 100644 --- a/src/Squidex.Domain.Apps.Entities/Rules/RuleDequeuer.cs +++ b/src/Squidex.Domain.Apps.Entities/Rules/RuleDequeuer.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleDequeuer.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Rules/RuleDomainObject.cs b/src/Squidex.Domain.Apps.Entities/Rules/RuleDomainObject.cs index 12acfd8fe..bc05ac8bd 100644 --- a/src/Squidex.Domain.Apps.Entities/Rules/RuleDomainObject.cs +++ b/src/Squidex.Domain.Apps.Entities/Rules/RuleDomainObject.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleDomainObject.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Entities.Rules.Commands; diff --git a/src/Squidex.Domain.Apps.Entities/Rules/RuleEnqueuer.cs b/src/Squidex.Domain.Apps.Entities/Rules/RuleEnqueuer.cs index a57c4e162..c962cf109 100644 --- a/src/Squidex.Domain.Apps.Entities/Rules/RuleEnqueuer.cs +++ b/src/Squidex.Domain.Apps.Entities/Rules/RuleEnqueuer.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleEnqueuer.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Threading.Tasks; diff --git a/src/Squidex.Domain.Apps.Entities/Rules/RuleJobResult.cs b/src/Squidex.Domain.Apps.Entities/Rules/RuleJobResult.cs index 79dde166a..1587bff95 100644 --- a/src/Squidex.Domain.Apps.Entities/Rules/RuleJobResult.cs +++ b/src/Squidex.Domain.Apps.Entities/Rules/RuleJobResult.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleJobResult.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Entities.Rules diff --git a/src/Squidex.Domain.Apps.Entities/Rules/State/RuleState.cs b/src/Squidex.Domain.Apps.Entities/Rules/State/RuleState.cs index 0fe4afb7d..7b6dd9602 100644 --- a/src/Squidex.Domain.Apps.Entities/Rules/State/RuleState.cs +++ b/src/Squidex.Domain.Apps.Entities/Rules/State/RuleState.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleState.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/SchemaAggregateCommand.cs b/src/Squidex.Domain.Apps.Entities/SchemaAggregateCommand.cs index 72bc2990a..d3d73dd62 100644 --- a/src/Squidex.Domain.Apps.Entities/SchemaAggregateCommand.cs +++ b/src/Squidex.Domain.Apps.Entities/SchemaAggregateCommand.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SchemaAggregateCommand.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/SchemaCommand.cs b/src/Squidex.Domain.Apps.Entities/SchemaCommand.cs index d962f9931..62db6405d 100644 --- a/src/Squidex.Domain.Apps.Entities/SchemaCommand.cs +++ b/src/Squidex.Domain.Apps.Entities/SchemaCommand.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SchemaCommand.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Schemas/Commands/AddField.cs b/src/Squidex.Domain.Apps.Entities/Schemas/Commands/AddField.cs index 40fea2376..e14d082e8 100644 --- a/src/Squidex.Domain.Apps.Entities/Schemas/Commands/AddField.cs +++ b/src/Squidex.Domain.Apps.Entities/Schemas/Commands/AddField.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AddField.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Schemas; diff --git a/src/Squidex.Domain.Apps.Entities/Schemas/Commands/ConfigureScripts.cs b/src/Squidex.Domain.Apps.Entities/Schemas/Commands/ConfigureScripts.cs index 685006d55..f4fea680a 100644 --- a/src/Squidex.Domain.Apps.Entities/Schemas/Commands/ConfigureScripts.cs +++ b/src/Squidex.Domain.Apps.Entities/Schemas/Commands/ConfigureScripts.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ConfigureScripts.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Entities.Schemas.Commands diff --git a/src/Squidex.Domain.Apps.Entities/Schemas/Commands/CreateSchema.cs b/src/Squidex.Domain.Apps.Entities/Schemas/Commands/CreateSchema.cs index ec389bc7b..f303e5c95 100644 --- a/src/Squidex.Domain.Apps.Entities/Schemas/Commands/CreateSchema.cs +++ b/src/Squidex.Domain.Apps.Entities/Schemas/Commands/CreateSchema.cs @@ -1,9 +1,8 @@ // ========================================================================== -// CreateSchema.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Schemas/Commands/CreateSchemaField.cs b/src/Squidex.Domain.Apps.Entities/Schemas/Commands/CreateSchemaField.cs index 49c84f3ea..47bdca094 100644 --- a/src/Squidex.Domain.Apps.Entities/Schemas/Commands/CreateSchemaField.cs +++ b/src/Squidex.Domain.Apps.Entities/Schemas/Commands/CreateSchemaField.cs @@ -1,9 +1,8 @@ // ========================================================================== -// CreateSchemaField.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Schemas; diff --git a/src/Squidex.Domain.Apps.Entities/Schemas/Commands/DeleteField.cs b/src/Squidex.Domain.Apps.Entities/Schemas/Commands/DeleteField.cs index cc8e5f572..b858dbb63 100644 --- a/src/Squidex.Domain.Apps.Entities/Schemas/Commands/DeleteField.cs +++ b/src/Squidex.Domain.Apps.Entities/Schemas/Commands/DeleteField.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DeleteField.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Entities.Schemas.Commands diff --git a/src/Squidex.Domain.Apps.Entities/Schemas/Commands/DeleteSchema.cs b/src/Squidex.Domain.Apps.Entities/Schemas/Commands/DeleteSchema.cs index c5d61e764..d4c3d9bfb 100644 --- a/src/Squidex.Domain.Apps.Entities/Schemas/Commands/DeleteSchema.cs +++ b/src/Squidex.Domain.Apps.Entities/Schemas/Commands/DeleteSchema.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DeleteSchema.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Entities.Schemas.Commands diff --git a/src/Squidex.Domain.Apps.Entities/Schemas/Commands/DisableField.cs b/src/Squidex.Domain.Apps.Entities/Schemas/Commands/DisableField.cs index 7ab6a58df..ed51a3c6d 100644 --- a/src/Squidex.Domain.Apps.Entities/Schemas/Commands/DisableField.cs +++ b/src/Squidex.Domain.Apps.Entities/Schemas/Commands/DisableField.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DisableField.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Entities.Schemas.Commands diff --git a/src/Squidex.Domain.Apps.Entities/Schemas/Commands/EnableField.cs b/src/Squidex.Domain.Apps.Entities/Schemas/Commands/EnableField.cs index 7905de7d8..d097304c1 100644 --- a/src/Squidex.Domain.Apps.Entities/Schemas/Commands/EnableField.cs +++ b/src/Squidex.Domain.Apps.Entities/Schemas/Commands/EnableField.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EnableField.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Entities.Schemas.Commands diff --git a/src/Squidex.Domain.Apps.Entities/Schemas/Commands/FieldCommand.cs b/src/Squidex.Domain.Apps.Entities/Schemas/Commands/FieldCommand.cs index 54396bec6..9ddbd0301 100644 --- a/src/Squidex.Domain.Apps.Entities/Schemas/Commands/FieldCommand.cs +++ b/src/Squidex.Domain.Apps.Entities/Schemas/Commands/FieldCommand.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FieldCommand.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Entities.Schemas.Commands diff --git a/src/Squidex.Domain.Apps.Entities/Schemas/Commands/HideField.cs b/src/Squidex.Domain.Apps.Entities/Schemas/Commands/HideField.cs index 96a65bc88..29dd0632b 100644 --- a/src/Squidex.Domain.Apps.Entities/Schemas/Commands/HideField.cs +++ b/src/Squidex.Domain.Apps.Entities/Schemas/Commands/HideField.cs @@ -1,9 +1,8 @@ // ========================================================================== -// HideField.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Entities.Schemas.Commands diff --git a/src/Squidex.Domain.Apps.Entities/Schemas/Commands/LockField.cs b/src/Squidex.Domain.Apps.Entities/Schemas/Commands/LockField.cs index 705221a9a..c7cbde71d 100644 --- a/src/Squidex.Domain.Apps.Entities/Schemas/Commands/LockField.cs +++ b/src/Squidex.Domain.Apps.Entities/Schemas/Commands/LockField.cs @@ -1,9 +1,8 @@ // ========================================================================== -// LockField.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Entities.Schemas.Commands diff --git a/src/Squidex.Domain.Apps.Entities/Schemas/Commands/PublishSchema.cs b/src/Squidex.Domain.Apps.Entities/Schemas/Commands/PublishSchema.cs index 4bf22c436..8bb789b72 100644 --- a/src/Squidex.Domain.Apps.Entities/Schemas/Commands/PublishSchema.cs +++ b/src/Squidex.Domain.Apps.Entities/Schemas/Commands/PublishSchema.cs @@ -1,9 +1,8 @@ // ========================================================================== -// PublishSchema.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Entities.Schemas.Commands diff --git a/src/Squidex.Domain.Apps.Entities/Schemas/Commands/ReorderFields.cs b/src/Squidex.Domain.Apps.Entities/Schemas/Commands/ReorderFields.cs index af23659f6..068b41162 100644 --- a/src/Squidex.Domain.Apps.Entities/Schemas/Commands/ReorderFields.cs +++ b/src/Squidex.Domain.Apps.Entities/Schemas/Commands/ReorderFields.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ReorderFields.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Apps.Entities/Schemas/Commands/ShowField.cs b/src/Squidex.Domain.Apps.Entities/Schemas/Commands/ShowField.cs index 7e93cb85f..64dafec7a 100644 --- a/src/Squidex.Domain.Apps.Entities/Schemas/Commands/ShowField.cs +++ b/src/Squidex.Domain.Apps.Entities/Schemas/Commands/ShowField.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ShowField.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Entities.Schemas.Commands diff --git a/src/Squidex.Domain.Apps.Entities/Schemas/Commands/UnpublishSchema.cs b/src/Squidex.Domain.Apps.Entities/Schemas/Commands/UnpublishSchema.cs index ace984eb1..c8c2b722d 100644 --- a/src/Squidex.Domain.Apps.Entities/Schemas/Commands/UnpublishSchema.cs +++ b/src/Squidex.Domain.Apps.Entities/Schemas/Commands/UnpublishSchema.cs @@ -1,9 +1,8 @@ // ========================================================================== -// UnpublishSchema.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Entities.Schemas.Commands diff --git a/src/Squidex.Domain.Apps.Entities/Schemas/Commands/UpdateField.cs b/src/Squidex.Domain.Apps.Entities/Schemas/Commands/UpdateField.cs index 6756cd4ba..14b0de44e 100644 --- a/src/Squidex.Domain.Apps.Entities/Schemas/Commands/UpdateField.cs +++ b/src/Squidex.Domain.Apps.Entities/Schemas/Commands/UpdateField.cs @@ -1,9 +1,8 @@ // ========================================================================== -// UpdateField.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Schemas; diff --git a/src/Squidex.Domain.Apps.Entities/Schemas/Commands/UpdateSchema.cs b/src/Squidex.Domain.Apps.Entities/Schemas/Commands/UpdateSchema.cs index 0f0f49252..329cbc400 100644 --- a/src/Squidex.Domain.Apps.Entities/Schemas/Commands/UpdateSchema.cs +++ b/src/Squidex.Domain.Apps.Entities/Schemas/Commands/UpdateSchema.cs @@ -1,9 +1,8 @@ // ========================================================================== -// UpdateSchema.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Schemas; diff --git a/src/Squidex.Domain.Apps.Entities/Schemas/Guards/FieldPropertiesValidator.cs b/src/Squidex.Domain.Apps.Entities/Schemas/Guards/FieldPropertiesValidator.cs index 0102e441f..730a8083a 100644 --- a/src/Squidex.Domain.Apps.Entities/Schemas/Guards/FieldPropertiesValidator.cs +++ b/src/Squidex.Domain.Apps.Entities/Schemas/Guards/FieldPropertiesValidator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FieldpropertiesValidator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Apps.Entities/Schemas/Guards/GuardSchema.cs b/src/Squidex.Domain.Apps.Entities/Schemas/Guards/GuardSchema.cs index 420520df2..a7cd406c5 100644 --- a/src/Squidex.Domain.Apps.Entities/Schemas/Guards/GuardSchema.cs +++ b/src/Squidex.Domain.Apps.Entities/Schemas/Guards/GuardSchema.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GuardSchema.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Linq; diff --git a/src/Squidex.Domain.Apps.Entities/Schemas/Guards/GuardSchemaField.cs b/src/Squidex.Domain.Apps.Entities/Schemas/Guards/GuardSchemaField.cs index dfa761112..58ec7dc5b 100644 --- a/src/Squidex.Domain.Apps.Entities/Schemas/Guards/GuardSchemaField.cs +++ b/src/Squidex.Domain.Apps.Entities/Schemas/Guards/GuardSchemaField.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SchemaFieldGuard.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core; diff --git a/src/Squidex.Domain.Apps.Entities/Schemas/ISchemaEntity.cs b/src/Squidex.Domain.Apps.Entities/Schemas/ISchemaEntity.cs index 34bcc8d9a..da1fd2045 100644 --- a/src/Squidex.Domain.Apps.Entities/Schemas/ISchemaEntity.cs +++ b/src/Squidex.Domain.Apps.Entities/Schemas/ISchemaEntity.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ISchemaEntity.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Schemas; diff --git a/src/Squidex.Domain.Apps.Entities/Schemas/Repositories/ISchemaRepository.cs b/src/Squidex.Domain.Apps.Entities/Schemas/Repositories/ISchemaRepository.cs index 642072660..53294cef3 100644 --- a/src/Squidex.Domain.Apps.Entities/Schemas/Repositories/ISchemaRepository.cs +++ b/src/Squidex.Domain.Apps.Entities/Schemas/Repositories/ISchemaRepository.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ISchemaRepository.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Schemas/SchemaCommandMiddleware.cs b/src/Squidex.Domain.Apps.Entities/Schemas/SchemaCommandMiddleware.cs index cd2b0b9c6..18c468c0f 100644 --- a/src/Squidex.Domain.Apps.Entities/Schemas/SchemaCommandMiddleware.cs +++ b/src/Squidex.Domain.Apps.Entities/Schemas/SchemaCommandMiddleware.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SchemaCommandMiddleware.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Schemas/SchemaDomainObject.cs b/src/Squidex.Domain.Apps.Entities/Schemas/SchemaDomainObject.cs index 03f9d73e4..cc081ee28 100644 --- a/src/Squidex.Domain.Apps.Entities/Schemas/SchemaDomainObject.cs +++ b/src/Squidex.Domain.Apps.Entities/Schemas/SchemaDomainObject.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SchemaDomainObject.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/Schemas/SchemaHistoryEventsCreator.cs b/src/Squidex.Domain.Apps.Entities/Schemas/SchemaHistoryEventsCreator.cs index 43e1a2328..0eb3c7562 100644 --- a/src/Squidex.Domain.Apps.Entities/Schemas/SchemaHistoryEventsCreator.cs +++ b/src/Squidex.Domain.Apps.Entities/Schemas/SchemaHistoryEventsCreator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SchemaHistoryEventsCreator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Threading.Tasks; diff --git a/src/Squidex.Domain.Apps.Entities/Schemas/State/SchemaState.cs b/src/Squidex.Domain.Apps.Entities/Schemas/State/SchemaState.cs index 527c584ac..5a8755b82 100644 --- a/src/Squidex.Domain.Apps.Entities/Schemas/State/SchemaState.cs +++ b/src/Squidex.Domain.Apps.Entities/Schemas/State/SchemaState.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SchemaState.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Entities/SquidexCommand.cs b/src/Squidex.Domain.Apps.Entities/SquidexCommand.cs index c22d7861d..a481289bf 100644 --- a/src/Squidex.Domain.Apps.Entities/SquidexCommand.cs +++ b/src/Squidex.Domain.Apps.Entities/SquidexCommand.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SquidexCommand.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure; diff --git a/src/Squidex.Domain.Apps.Events/AppEvent.cs b/src/Squidex.Domain.Apps.Events/AppEvent.cs index 978f298d1..ddf334d26 100644 --- a/src/Squidex.Domain.Apps.Events/AppEvent.cs +++ b/src/Squidex.Domain.Apps.Events/AppEvent.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppEvent.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Events/Apps/AppClientAttached.cs b/src/Squidex.Domain.Apps.Events/Apps/AppClientAttached.cs index b4567589c..a3fa11861 100644 --- a/src/Squidex.Domain.Apps.Events/Apps/AppClientAttached.cs +++ b/src/Squidex.Domain.Apps.Events/Apps/AppClientAttached.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppClientAttached.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure.EventSourcing; diff --git a/src/Squidex.Domain.Apps.Events/Apps/AppClientRenamed.cs b/src/Squidex.Domain.Apps.Events/Apps/AppClientRenamed.cs index cc25bfa0f..dcb22ea51 100644 --- a/src/Squidex.Domain.Apps.Events/Apps/AppClientRenamed.cs +++ b/src/Squidex.Domain.Apps.Events/Apps/AppClientRenamed.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppClientRenamed.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure.EventSourcing; diff --git a/src/Squidex.Domain.Apps.Events/Apps/AppClientRevoked.cs b/src/Squidex.Domain.Apps.Events/Apps/AppClientRevoked.cs index 5e7c843c7..deac8f3c7 100644 --- a/src/Squidex.Domain.Apps.Events/Apps/AppClientRevoked.cs +++ b/src/Squidex.Domain.Apps.Events/Apps/AppClientRevoked.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppClientRevoked.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure.EventSourcing; diff --git a/src/Squidex.Domain.Apps.Events/Apps/AppClientUpdated.cs b/src/Squidex.Domain.Apps.Events/Apps/AppClientUpdated.cs index c0f64a933..b60d6e1dd 100644 --- a/src/Squidex.Domain.Apps.Events/Apps/AppClientUpdated.cs +++ b/src/Squidex.Domain.Apps.Events/Apps/AppClientUpdated.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppClientChanged.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Apps; diff --git a/src/Squidex.Domain.Apps.Events/Apps/AppContributorAssigned.cs b/src/Squidex.Domain.Apps.Events/Apps/AppContributorAssigned.cs index ab642a7b0..e32fdd0f3 100644 --- a/src/Squidex.Domain.Apps.Events/Apps/AppContributorAssigned.cs +++ b/src/Squidex.Domain.Apps.Events/Apps/AppContributorAssigned.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppContributorAssigned.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Apps; diff --git a/src/Squidex.Domain.Apps.Events/Apps/AppContributorRemoved.cs b/src/Squidex.Domain.Apps.Events/Apps/AppContributorRemoved.cs index e25c175e8..638c75e7f 100644 --- a/src/Squidex.Domain.Apps.Events/Apps/AppContributorRemoved.cs +++ b/src/Squidex.Domain.Apps.Events/Apps/AppContributorRemoved.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppContributorRemoved.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure.EventSourcing; diff --git a/src/Squidex.Domain.Apps.Events/Apps/AppCreated.cs b/src/Squidex.Domain.Apps.Events/Apps/AppCreated.cs index 06813f093..20b54e26d 100644 --- a/src/Squidex.Domain.Apps.Events/Apps/AppCreated.cs +++ b/src/Squidex.Domain.Apps.Events/Apps/AppCreated.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppCreated.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure.EventSourcing; diff --git a/src/Squidex.Domain.Apps.Events/Apps/AppLanguageAdded.cs b/src/Squidex.Domain.Apps.Events/Apps/AppLanguageAdded.cs index 08e052d11..ed998bbfe 100644 --- a/src/Squidex.Domain.Apps.Events/Apps/AppLanguageAdded.cs +++ b/src/Squidex.Domain.Apps.Events/Apps/AppLanguageAdded.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppLanguageAdded.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure; diff --git a/src/Squidex.Domain.Apps.Events/Apps/AppLanguageRemoved.cs b/src/Squidex.Domain.Apps.Events/Apps/AppLanguageRemoved.cs index ca3646957..ecc38b20f 100644 --- a/src/Squidex.Domain.Apps.Events/Apps/AppLanguageRemoved.cs +++ b/src/Squidex.Domain.Apps.Events/Apps/AppLanguageRemoved.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppLanguageRemoved.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure; diff --git a/src/Squidex.Domain.Apps.Events/Apps/AppLanguageUpdated.cs b/src/Squidex.Domain.Apps.Events/Apps/AppLanguageUpdated.cs index 34c7ab6e7..5537af826 100644 --- a/src/Squidex.Domain.Apps.Events/Apps/AppLanguageUpdated.cs +++ b/src/Squidex.Domain.Apps.Events/Apps/AppLanguageUpdated.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppLanguageUpdated.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Apps.Events/Apps/AppMasterLanguageSet.cs b/src/Squidex.Domain.Apps.Events/Apps/AppMasterLanguageSet.cs index 867600447..5ee9ea717 100644 --- a/src/Squidex.Domain.Apps.Events/Apps/AppMasterLanguageSet.cs +++ b/src/Squidex.Domain.Apps.Events/Apps/AppMasterLanguageSet.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppMasterLanguageSet.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure; diff --git a/src/Squidex.Domain.Apps.Events/Apps/AppPatternAdded.cs b/src/Squidex.Domain.Apps.Events/Apps/AppPatternAdded.cs index 49bc41e10..4075b82f6 100644 --- a/src/Squidex.Domain.Apps.Events/Apps/AppPatternAdded.cs +++ b/src/Squidex.Domain.Apps.Events/Apps/AppPatternAdded.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppPatternAdded.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Events/Apps/AppPatternDeleted.cs b/src/Squidex.Domain.Apps.Events/Apps/AppPatternDeleted.cs index 854980f94..0759e3fb3 100644 --- a/src/Squidex.Domain.Apps.Events/Apps/AppPatternDeleted.cs +++ b/src/Squidex.Domain.Apps.Events/Apps/AppPatternDeleted.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppPatternDeleted.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Events/Apps/AppPatternUpdated.cs b/src/Squidex.Domain.Apps.Events/Apps/AppPatternUpdated.cs index b27b5d4e1..81a9c6c39 100644 --- a/src/Squidex.Domain.Apps.Events/Apps/AppPatternUpdated.cs +++ b/src/Squidex.Domain.Apps.Events/Apps/AppPatternUpdated.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppPatternUpdated.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Events/Apps/AppPlanChanged.cs b/src/Squidex.Domain.Apps.Events/Apps/AppPlanChanged.cs index 9e607147c..65e3975c2 100644 --- a/src/Squidex.Domain.Apps.Events/Apps/AppPlanChanged.cs +++ b/src/Squidex.Domain.Apps.Events/Apps/AppPlanChanged.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppPlanChanged.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure; diff --git a/src/Squidex.Domain.Apps.Events/Assets/AssetCreated.cs b/src/Squidex.Domain.Apps.Events/Assets/AssetCreated.cs index 97b6c6983..53fea1234 100644 --- a/src/Squidex.Domain.Apps.Events/Assets/AssetCreated.cs +++ b/src/Squidex.Domain.Apps.Events/Assets/AssetCreated.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetCreated.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure.EventSourcing; diff --git a/src/Squidex.Domain.Apps.Events/Assets/AssetDeleted.cs b/src/Squidex.Domain.Apps.Events/Assets/AssetDeleted.cs index 036ef3747..c56ec5b54 100644 --- a/src/Squidex.Domain.Apps.Events/Assets/AssetDeleted.cs +++ b/src/Squidex.Domain.Apps.Events/Assets/AssetDeleted.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetDeleted.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure.EventSourcing; diff --git a/src/Squidex.Domain.Apps.Events/Assets/AssetEvent.cs b/src/Squidex.Domain.Apps.Events/Assets/AssetEvent.cs index 4dfb067af..3b6ab77df 100644 --- a/src/Squidex.Domain.Apps.Events/Assets/AssetEvent.cs +++ b/src/Squidex.Domain.Apps.Events/Assets/AssetEvent.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetEvent.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Events/Assets/AssetRenamed.cs b/src/Squidex.Domain.Apps.Events/Assets/AssetRenamed.cs index af21c98e8..68b3b94e9 100644 --- a/src/Squidex.Domain.Apps.Events/Assets/AssetRenamed.cs +++ b/src/Squidex.Domain.Apps.Events/Assets/AssetRenamed.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetRenamed.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure.EventSourcing; diff --git a/src/Squidex.Domain.Apps.Events/Assets/AssetUpdated.cs b/src/Squidex.Domain.Apps.Events/Assets/AssetUpdated.cs index 64b2f57a7..aca1cb89b 100644 --- a/src/Squidex.Domain.Apps.Events/Assets/AssetUpdated.cs +++ b/src/Squidex.Domain.Apps.Events/Assets/AssetUpdated.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetUpdated.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure; diff --git a/src/Squidex.Domain.Apps.Events/Contents/ContentCreated.cs b/src/Squidex.Domain.Apps.Events/Contents/ContentCreated.cs index 2916de108..ed06a71ec 100644 --- a/src/Squidex.Domain.Apps.Events/Contents/ContentCreated.cs +++ b/src/Squidex.Domain.Apps.Events/Contents/ContentCreated.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentCreated.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Contents; diff --git a/src/Squidex.Domain.Apps.Events/Contents/ContentDeleted.cs b/src/Squidex.Domain.Apps.Events/Contents/ContentDeleted.cs index 4ee78358a..8a235702d 100644 --- a/src/Squidex.Domain.Apps.Events/Contents/ContentDeleted.cs +++ b/src/Squidex.Domain.Apps.Events/Contents/ContentDeleted.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentDeleted.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure.EventSourcing; diff --git a/src/Squidex.Domain.Apps.Events/Contents/ContentEvent.cs b/src/Squidex.Domain.Apps.Events/Contents/ContentEvent.cs index b89c4c5de..20443dbdf 100644 --- a/src/Squidex.Domain.Apps.Events/Contents/ContentEvent.cs +++ b/src/Squidex.Domain.Apps.Events/Contents/ContentEvent.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentEvent.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Events/Contents/ContentStatusChanged.cs b/src/Squidex.Domain.Apps.Events/Contents/ContentStatusChanged.cs index 5d67c7c04..2c97f5902 100644 --- a/src/Squidex.Domain.Apps.Events/Contents/ContentStatusChanged.cs +++ b/src/Squidex.Domain.Apps.Events/Contents/ContentStatusChanged.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentStatusChanged.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Contents; diff --git a/src/Squidex.Domain.Apps.Events/Contents/ContentUpdated.cs b/src/Squidex.Domain.Apps.Events/Contents/ContentUpdated.cs index c1b0011d9..216f07d5e 100644 --- a/src/Squidex.Domain.Apps.Events/Contents/ContentUpdated.cs +++ b/src/Squidex.Domain.Apps.Events/Contents/ContentUpdated.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentUpdated.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Contents; diff --git a/src/Squidex.Domain.Apps.Events/Rules/RuleCreated.cs b/src/Squidex.Domain.Apps.Events/Rules/RuleCreated.cs index 40178f3e8..10679e200 100644 --- a/src/Squidex.Domain.Apps.Events/Rules/RuleCreated.cs +++ b/src/Squidex.Domain.Apps.Events/Rules/RuleCreated.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleCreated.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Rules; diff --git a/src/Squidex.Domain.Apps.Events/Rules/RuleDeleted.cs b/src/Squidex.Domain.Apps.Events/Rules/RuleDeleted.cs index a6628d8cb..89f3d8284 100644 --- a/src/Squidex.Domain.Apps.Events/Rules/RuleDeleted.cs +++ b/src/Squidex.Domain.Apps.Events/Rules/RuleDeleted.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleDeleted.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure.EventSourcing; diff --git a/src/Squidex.Domain.Apps.Events/Rules/RuleDisabled.cs b/src/Squidex.Domain.Apps.Events/Rules/RuleDisabled.cs index 1041d6c63..26d2ad3aa 100644 --- a/src/Squidex.Domain.Apps.Events/Rules/RuleDisabled.cs +++ b/src/Squidex.Domain.Apps.Events/Rules/RuleDisabled.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleDisabled.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure.EventSourcing; diff --git a/src/Squidex.Domain.Apps.Events/Rules/RuleEnabled.cs b/src/Squidex.Domain.Apps.Events/Rules/RuleEnabled.cs index d477c923c..025f8092c 100644 --- a/src/Squidex.Domain.Apps.Events/Rules/RuleEnabled.cs +++ b/src/Squidex.Domain.Apps.Events/Rules/RuleEnabled.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleEnabled.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure.EventSourcing; diff --git a/src/Squidex.Domain.Apps.Events/Rules/RuleEvent.cs b/src/Squidex.Domain.Apps.Events/Rules/RuleEvent.cs index d0ee5604c..4e95119fb 100644 --- a/src/Squidex.Domain.Apps.Events/Rules/RuleEvent.cs +++ b/src/Squidex.Domain.Apps.Events/Rules/RuleEvent.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleEvent.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Events/Rules/RuleUpdated.cs b/src/Squidex.Domain.Apps.Events/Rules/RuleUpdated.cs index cff34215e..250710106 100644 --- a/src/Squidex.Domain.Apps.Events/Rules/RuleUpdated.cs +++ b/src/Squidex.Domain.Apps.Events/Rules/RuleUpdated.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleUpdated.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Rules; diff --git a/src/Squidex.Domain.Apps.Events/SchemaEvent.cs b/src/Squidex.Domain.Apps.Events/SchemaEvent.cs index 535ae3fc2..54b1087dd 100644 --- a/src/Squidex.Domain.Apps.Events/SchemaEvent.cs +++ b/src/Squidex.Domain.Apps.Events/SchemaEvent.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SchemaEvent.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Apps.Events/Schemas/FieldAdded.cs b/src/Squidex.Domain.Apps.Events/Schemas/FieldAdded.cs index 847e36d8f..7b136e947 100644 --- a/src/Squidex.Domain.Apps.Events/Schemas/FieldAdded.cs +++ b/src/Squidex.Domain.Apps.Events/Schemas/FieldAdded.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FieldAdded.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Schemas; diff --git a/src/Squidex.Domain.Apps.Events/Schemas/FieldDeleted.cs b/src/Squidex.Domain.Apps.Events/Schemas/FieldDeleted.cs index 96011e3b7..59db7bbf9 100644 --- a/src/Squidex.Domain.Apps.Events/Schemas/FieldDeleted.cs +++ b/src/Squidex.Domain.Apps.Events/Schemas/FieldDeleted.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FieldDeleted.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure.EventSourcing; diff --git a/src/Squidex.Domain.Apps.Events/Schemas/FieldDisabled.cs b/src/Squidex.Domain.Apps.Events/Schemas/FieldDisabled.cs index 5cacb7484..639235cc2 100644 --- a/src/Squidex.Domain.Apps.Events/Schemas/FieldDisabled.cs +++ b/src/Squidex.Domain.Apps.Events/Schemas/FieldDisabled.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FieldDisabled.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure.EventSourcing; diff --git a/src/Squidex.Domain.Apps.Events/Schemas/FieldEnabled.cs b/src/Squidex.Domain.Apps.Events/Schemas/FieldEnabled.cs index b62340881..b783642df 100644 --- a/src/Squidex.Domain.Apps.Events/Schemas/FieldEnabled.cs +++ b/src/Squidex.Domain.Apps.Events/Schemas/FieldEnabled.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FieldEnabled.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure.EventSourcing; diff --git a/src/Squidex.Domain.Apps.Events/Schemas/FieldEvent.cs b/src/Squidex.Domain.Apps.Events/Schemas/FieldEvent.cs index 5a7deba04..8887bf696 100644 --- a/src/Squidex.Domain.Apps.Events/Schemas/FieldEvent.cs +++ b/src/Squidex.Domain.Apps.Events/Schemas/FieldEvent.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FieldEvent.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure; diff --git a/src/Squidex.Domain.Apps.Events/Schemas/FieldHidden.cs b/src/Squidex.Domain.Apps.Events/Schemas/FieldHidden.cs index 4af27c6e2..e825236d2 100644 --- a/src/Squidex.Domain.Apps.Events/Schemas/FieldHidden.cs +++ b/src/Squidex.Domain.Apps.Events/Schemas/FieldHidden.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FieldHidden.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure.EventSourcing; diff --git a/src/Squidex.Domain.Apps.Events/Schemas/FieldLocked.cs b/src/Squidex.Domain.Apps.Events/Schemas/FieldLocked.cs index 67ae68480..3c4264f2a 100644 --- a/src/Squidex.Domain.Apps.Events/Schemas/FieldLocked.cs +++ b/src/Squidex.Domain.Apps.Events/Schemas/FieldLocked.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FieldLocked.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure.EventSourcing; diff --git a/src/Squidex.Domain.Apps.Events/Schemas/FieldShown.cs b/src/Squidex.Domain.Apps.Events/Schemas/FieldShown.cs index 6e4923887..73cfc5136 100644 --- a/src/Squidex.Domain.Apps.Events/Schemas/FieldShown.cs +++ b/src/Squidex.Domain.Apps.Events/Schemas/FieldShown.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FieldShown.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure.EventSourcing; diff --git a/src/Squidex.Domain.Apps.Events/Schemas/FieldUpdated.cs b/src/Squidex.Domain.Apps.Events/Schemas/FieldUpdated.cs index bebd9a88e..a77e89594 100644 --- a/src/Squidex.Domain.Apps.Events/Schemas/FieldUpdated.cs +++ b/src/Squidex.Domain.Apps.Events/Schemas/FieldUpdated.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FieldUpdated.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Schemas; diff --git a/src/Squidex.Domain.Apps.Events/Schemas/SchemaCreated.cs b/src/Squidex.Domain.Apps.Events/Schemas/SchemaCreated.cs index ac98d1a37..c44595bbc 100644 --- a/src/Squidex.Domain.Apps.Events/Schemas/SchemaCreated.cs +++ b/src/Squidex.Domain.Apps.Events/Schemas/SchemaCreated.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SchemaCreated.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Schemas; diff --git a/src/Squidex.Domain.Apps.Events/Schemas/SchemaCreatedField.cs b/src/Squidex.Domain.Apps.Events/Schemas/SchemaCreatedField.cs index 6487cf4c3..3858eb897 100644 --- a/src/Squidex.Domain.Apps.Events/Schemas/SchemaCreatedField.cs +++ b/src/Squidex.Domain.Apps.Events/Schemas/SchemaCreatedField.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SchemaCreatedField.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Schemas; diff --git a/src/Squidex.Domain.Apps.Events/Schemas/SchemaDeleted.cs b/src/Squidex.Domain.Apps.Events/Schemas/SchemaDeleted.cs index 284673fc0..00962157d 100644 --- a/src/Squidex.Domain.Apps.Events/Schemas/SchemaDeleted.cs +++ b/src/Squidex.Domain.Apps.Events/Schemas/SchemaDeleted.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SchemaDeleted.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure.EventSourcing; diff --git a/src/Squidex.Domain.Apps.Events/Schemas/SchemaFieldsReordered.cs b/src/Squidex.Domain.Apps.Events/Schemas/SchemaFieldsReordered.cs index 447adfd96..9a34fd94e 100644 --- a/src/Squidex.Domain.Apps.Events/Schemas/SchemaFieldsReordered.cs +++ b/src/Squidex.Domain.Apps.Events/Schemas/SchemaFieldsReordered.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SchemaFieldsReordered.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Apps.Events/Schemas/SchemaPublished.cs b/src/Squidex.Domain.Apps.Events/Schemas/SchemaPublished.cs index b69bbc620..080289d09 100644 --- a/src/Squidex.Domain.Apps.Events/Schemas/SchemaPublished.cs +++ b/src/Squidex.Domain.Apps.Events/Schemas/SchemaPublished.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SchemaPublished.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure.EventSourcing; diff --git a/src/Squidex.Domain.Apps.Events/Schemas/SchemaUnpublished.cs b/src/Squidex.Domain.Apps.Events/Schemas/SchemaUnpublished.cs index 5e72b21d8..81c9c6365 100644 --- a/src/Squidex.Domain.Apps.Events/Schemas/SchemaUnpublished.cs +++ b/src/Squidex.Domain.Apps.Events/Schemas/SchemaUnpublished.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SchemaUnpublished.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure.EventSourcing; diff --git a/src/Squidex.Domain.Apps.Events/Schemas/SchemaUpdated.cs b/src/Squidex.Domain.Apps.Events/Schemas/SchemaUpdated.cs index 66bb90df8..1baa14ade 100644 --- a/src/Squidex.Domain.Apps.Events/Schemas/SchemaUpdated.cs +++ b/src/Squidex.Domain.Apps.Events/Schemas/SchemaUpdated.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SchemaUpdated.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Schemas; diff --git a/src/Squidex.Domain.Apps.Events/Schemas/ScriptsConfigured.cs b/src/Squidex.Domain.Apps.Events/Schemas/ScriptsConfigured.cs index 05dfd417b..3d8abe58a 100644 --- a/src/Squidex.Domain.Apps.Events/Schemas/ScriptsConfigured.cs +++ b/src/Squidex.Domain.Apps.Events/Schemas/ScriptsConfigured.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ScriptsConfigured.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure.EventSourcing; diff --git a/src/Squidex.Domain.Apps.Events/SquidexEvent.cs b/src/Squidex.Domain.Apps.Events/SquidexEvent.cs index 2eb7f3119..a9a71bdc1 100644 --- a/src/Squidex.Domain.Apps.Events/SquidexEvent.cs +++ b/src/Squidex.Domain.Apps.Events/SquidexEvent.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SquidexEvent.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure; diff --git a/src/Squidex.Domain.Apps.Events/SquidexEvents.cs b/src/Squidex.Domain.Apps.Events/SquidexEvents.cs index ab5d1ec98..906a579bf 100644 --- a/src/Squidex.Domain.Apps.Events/SquidexEvents.cs +++ b/src/Squidex.Domain.Apps.Events/SquidexEvents.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SquidexEvents.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Events diff --git a/src/Squidex.Domain.Users.MongoDb/Infrastructure/MongoPersistedGrantStore.cs b/src/Squidex.Domain.Users.MongoDb/Infrastructure/MongoPersistedGrantStore.cs index 267e47589..0acdb0f01 100644 --- a/src/Squidex.Domain.Users.MongoDb/Infrastructure/MongoPersistedGrantStore.cs +++ b/src/Squidex.Domain.Users.MongoDb/Infrastructure/MongoPersistedGrantStore.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoPersistedGrantStore.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Users.MongoDb/MongoRole.cs b/src/Squidex.Domain.Users.MongoDb/MongoRole.cs index 682ef8b9c..c49d2e1b7 100644 --- a/src/Squidex.Domain.Users.MongoDb/MongoRole.cs +++ b/src/Squidex.Domain.Users.MongoDb/MongoRole.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoRole.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using MongoDB.Bson; diff --git a/src/Squidex.Domain.Users.MongoDb/MongoRoleStore.cs b/src/Squidex.Domain.Users.MongoDb/MongoRoleStore.cs index c7340d010..899483807 100644 --- a/src/Squidex.Domain.Users.MongoDb/MongoRoleStore.cs +++ b/src/Squidex.Domain.Users.MongoDb/MongoRoleStore.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoRoleStore.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Threading; diff --git a/src/Squidex.Domain.Users.MongoDb/MongoUser.cs b/src/Squidex.Domain.Users.MongoDb/MongoUser.cs index 859b9d967..dff095d15 100644 --- a/src/Squidex.Domain.Users.MongoDb/MongoUser.cs +++ b/src/Squidex.Domain.Users.MongoDb/MongoUser.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoUser.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Users.MongoDb/MongoUserClaim.cs b/src/Squidex.Domain.Users.MongoDb/MongoUserClaim.cs index d9632e439..b99421f3d 100644 --- a/src/Squidex.Domain.Users.MongoDb/MongoUserClaim.cs +++ b/src/Squidex.Domain.Users.MongoDb/MongoUserClaim.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoUserClaim.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Security.Claims; diff --git a/src/Squidex.Domain.Users.MongoDb/MongoUserLogin.cs b/src/Squidex.Domain.Users.MongoDb/MongoUserLogin.cs index 899c0daea..c26abecaa 100644 --- a/src/Squidex.Domain.Users.MongoDb/MongoUserLogin.cs +++ b/src/Squidex.Domain.Users.MongoDb/MongoUserLogin.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoUserLogin.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Microsoft.AspNetCore.Identity; diff --git a/src/Squidex.Domain.Users.MongoDb/MongoUserStore.cs b/src/Squidex.Domain.Users.MongoDb/MongoUserStore.cs index 4565efd0c..44cd87f61 100644 --- a/src/Squidex.Domain.Users.MongoDb/MongoUserStore.cs +++ b/src/Squidex.Domain.Users.MongoDb/MongoUserStore.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoUserStore.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Users.MongoDb/MongoUserToken.cs b/src/Squidex.Domain.Users.MongoDb/MongoUserToken.cs index e162116a8..15a0b4ebd 100644 --- a/src/Squidex.Domain.Users.MongoDb/MongoUserToken.cs +++ b/src/Squidex.Domain.Users.MongoDb/MongoUserToken.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoUserToken.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using MongoDB.Bson.Serialization.Attributes; diff --git a/src/Squidex.Domain.Users.MongoDb/MongoXmlDocument.cs b/src/Squidex.Domain.Users.MongoDb/MongoXmlDocument.cs index 05181bde7..8d278153d 100644 --- a/src/Squidex.Domain.Users.MongoDb/MongoXmlDocument.cs +++ b/src/Squidex.Domain.Users.MongoDb/MongoXmlDocument.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoXmlDocument.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using MongoDB.Bson; diff --git a/src/Squidex.Domain.Users.MongoDb/MongoXmlRepository.cs b/src/Squidex.Domain.Users.MongoDb/MongoXmlRepository.cs index c730af9d3..b57c58d53 100644 --- a/src/Squidex.Domain.Users.MongoDb/MongoXmlRepository.cs +++ b/src/Squidex.Domain.Users.MongoDb/MongoXmlRepository.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoXmlRepository.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Domain.Users/AssetUserPictureStore.cs b/src/Squidex.Domain.Users/AssetUserPictureStore.cs index 00780a709..a2cf10e2b 100644 --- a/src/Squidex.Domain.Users/AssetUserPictureStore.cs +++ b/src/Squidex.Domain.Users/AssetUserPictureStore.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetUserPictureStore.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.IO; diff --git a/src/Squidex.Domain.Users/IRole.cs b/src/Squidex.Domain.Users/IRole.cs index 9c3b55f09..a4663ed93 100644 --- a/src/Squidex.Domain.Users/IRole.cs +++ b/src/Squidex.Domain.Users/IRole.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IRole.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Users diff --git a/src/Squidex.Domain.Users/IRoleFactory.cs b/src/Squidex.Domain.Users/IRoleFactory.cs index a9a03f3a5..499c13b35 100644 --- a/src/Squidex.Domain.Users/IRoleFactory.cs +++ b/src/Squidex.Domain.Users/IRoleFactory.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IRoleFactory.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Users diff --git a/src/Squidex.Domain.Users/IUserEvents.cs b/src/Squidex.Domain.Users/IUserEvents.cs index 27b336825..fc1611710 100644 --- a/src/Squidex.Domain.Users/IUserEvents.cs +++ b/src/Squidex.Domain.Users/IUserEvents.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IUserEvents.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Shared.Users; diff --git a/src/Squidex.Domain.Users/IUserFactory.cs b/src/Squidex.Domain.Users/IUserFactory.cs index fef18423a..36a5a3305 100644 --- a/src/Squidex.Domain.Users/IUserFactory.cs +++ b/src/Squidex.Domain.Users/IUserFactory.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IUserFactory.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Shared.Users; diff --git a/src/Squidex.Domain.Users/IUserPictureStore.cs b/src/Squidex.Domain.Users/IUserPictureStore.cs index 2f2abaac9..461b7e01b 100644 --- a/src/Squidex.Domain.Users/IUserPictureStore.cs +++ b/src/Squidex.Domain.Users/IUserPictureStore.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IUserPictureStore.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.IO; diff --git a/src/Squidex.Domain.Users/NoopUserEvents.cs b/src/Squidex.Domain.Users/NoopUserEvents.cs index 23e44b344..4890f15f5 100644 --- a/src/Squidex.Domain.Users/NoopUserEvents.cs +++ b/src/Squidex.Domain.Users/NoopUserEvents.cs @@ -1,9 +1,8 @@ // ========================================================================== -// NoopUserEvents.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Shared.Users; diff --git a/src/Squidex.Domain.Users/UserClaimsPrincipalFactoryWithEmail.cs b/src/Squidex.Domain.Users/UserClaimsPrincipalFactoryWithEmail.cs index a2a78ef90..e8f32d741 100644 --- a/src/Squidex.Domain.Users/UserClaimsPrincipalFactoryWithEmail.cs +++ b/src/Squidex.Domain.Users/UserClaimsPrincipalFactoryWithEmail.cs @@ -1,9 +1,8 @@ // ========================================================================== -// UserClaimsPrincipalFactoryWithEmail.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Linq; diff --git a/src/Squidex.Domain.Users/UserExtensions.cs b/src/Squidex.Domain.Users/UserExtensions.cs index 26b76b7b6..065eb605f 100644 --- a/src/Squidex.Domain.Users/UserExtensions.cs +++ b/src/Squidex.Domain.Users/UserExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// UserExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Domain.Users/UserManagerExtensions.cs b/src/Squidex.Domain.Users/UserManagerExtensions.cs index fdf7ccc90..525823d32 100644 --- a/src/Squidex.Domain.Users/UserManagerExtensions.cs +++ b/src/Squidex.Domain.Users/UserManagerExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// UserManagerExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure.Azure/Assets/AzureBlobAssetStore.cs b/src/Squidex.Infrastructure.Azure/Assets/AzureBlobAssetStore.cs index 7300e7720..258a37ae2 100644 --- a/src/Squidex.Infrastructure.Azure/Assets/AzureBlobAssetStore.cs +++ b/src/Squidex.Infrastructure.Azure/Assets/AzureBlobAssetStore.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AzureBlobAssetStore.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure.GetEventStore/EventSourcing/Formatter.cs b/src/Squidex.Infrastructure.GetEventStore/EventSourcing/Formatter.cs index e3cda0aef..f0721a586 100644 --- a/src/Squidex.Infrastructure.GetEventStore/EventSourcing/Formatter.cs +++ b/src/Squidex.Infrastructure.GetEventStore/EventSourcing/Formatter.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Formatter.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Text; diff --git a/src/Squidex.Infrastructure.GetEventStore/EventSourcing/GetEventStore.cs b/src/Squidex.Infrastructure.GetEventStore/EventSourcing/GetEventStore.cs index 3ef632c78..f21319bc4 100644 --- a/src/Squidex.Infrastructure.GetEventStore/EventSourcing/GetEventStore.cs +++ b/src/Squidex.Infrastructure.GetEventStore/EventSourcing/GetEventStore.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GetEventStore.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure.GetEventStore/EventSourcing/GetEventStoreSubscription.cs b/src/Squidex.Infrastructure.GetEventStore/EventSourcing/GetEventStoreSubscription.cs index 128bd7f75..3fbffbe37 100644 --- a/src/Squidex.Infrastructure.GetEventStore/EventSourcing/GetEventStoreSubscription.cs +++ b/src/Squidex.Infrastructure.GetEventStore/EventSourcing/GetEventStoreSubscription.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GetEventStoreSubscription.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Threading.Tasks; diff --git a/src/Squidex.Infrastructure.GetEventStore/EventSourcing/ProjectionHelper.cs b/src/Squidex.Infrastructure.GetEventStore/EventSourcing/ProjectionHelper.cs index bf9b93ec6..3baccf1a2 100644 --- a/src/Squidex.Infrastructure.GetEventStore/EventSourcing/ProjectionHelper.cs +++ b/src/Squidex.Infrastructure.GetEventStore/EventSourcing/ProjectionHelper.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ProjectionHelper.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure.GoogleCloud/Assets/GoogleCloudAssetStore.cs b/src/Squidex.Infrastructure.GoogleCloud/Assets/GoogleCloudAssetStore.cs index 7c6b68e0b..ec1bad1c7 100644 --- a/src/Squidex.Infrastructure.GoogleCloud/Assets/GoogleCloudAssetStore.cs +++ b/src/Squidex.Infrastructure.GoogleCloud/Assets/GoogleCloudAssetStore.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GoogleCloudAssetStore.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure.MongoDb/EventSourcing/MongoEvent.cs b/src/Squidex.Infrastructure.MongoDb/EventSourcing/MongoEvent.cs index d0eb942f5..703fb5223 100644 --- a/src/Squidex.Infrastructure.MongoDb/EventSourcing/MongoEvent.cs +++ b/src/Squidex.Infrastructure.MongoDb/EventSourcing/MongoEvent.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoEvent.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure.MongoDb/EventSourcing/MongoEventCommit.cs b/src/Squidex.Infrastructure.MongoDb/EventSourcing/MongoEventCommit.cs index c2a03bd03..a5e38941c 100644 --- a/src/Squidex.Infrastructure.MongoDb/EventSourcing/MongoEventCommit.cs +++ b/src/Squidex.Infrastructure.MongoDb/EventSourcing/MongoEventCommit.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoEventCommit.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure.MongoDb/EventSourcing/MongoEventStore.cs b/src/Squidex.Infrastructure.MongoDb/EventSourcing/MongoEventStore.cs index 7eb6942d8..f8fe15c59 100644 --- a/src/Squidex.Infrastructure.MongoDb/EventSourcing/MongoEventStore.cs +++ b/src/Squidex.Infrastructure.MongoDb/EventSourcing/MongoEventStore.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoEventStore.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure.MongoDb/EventSourcing/StreamPosition.cs b/src/Squidex.Infrastructure.MongoDb/EventSourcing/StreamPosition.cs index 1bc2f1834..45c0910e9 100644 --- a/src/Squidex.Infrastructure.MongoDb/EventSourcing/StreamPosition.cs +++ b/src/Squidex.Infrastructure.MongoDb/EventSourcing/StreamPosition.cs @@ -1,9 +1,8 @@ // ========================================================================== -// StreamPosition.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using MongoDB.Bson; diff --git a/src/Squidex.Infrastructure.MongoDb/Migrations/MongoMigrationEntity.cs b/src/Squidex.Infrastructure.MongoDb/Migrations/MongoMigrationEntity.cs index 1a7161f68..06627c478 100644 --- a/src/Squidex.Infrastructure.MongoDb/Migrations/MongoMigrationEntity.cs +++ b/src/Squidex.Infrastructure.MongoDb/Migrations/MongoMigrationEntity.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoMigrationEntity.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using MongoDB.Bson; diff --git a/src/Squidex.Infrastructure.MongoDb/Migrations/MongoMigrationStatus.cs b/src/Squidex.Infrastructure.MongoDb/Migrations/MongoMigrationStatus.cs index f70bf2e71..1fe6eb442 100644 --- a/src/Squidex.Infrastructure.MongoDb/Migrations/MongoMigrationStatus.cs +++ b/src/Squidex.Infrastructure.MongoDb/Migrations/MongoMigrationStatus.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoMigrationStatus.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Threading.Tasks; diff --git a/src/Squidex.Infrastructure.MongoDb/MongoDb/BsonHelper.cs b/src/Squidex.Infrastructure.MongoDb/MongoDb/BsonHelper.cs index 66e048d63..578683590 100644 --- a/src/Squidex.Infrastructure.MongoDb/MongoDb/BsonHelper.cs +++ b/src/Squidex.Infrastructure.MongoDb/MongoDb/BsonHelper.cs @@ -1,9 +1,8 @@ // ========================================================================== -// BsonHelper.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure.MongoDb diff --git a/src/Squidex.Infrastructure.MongoDb/MongoDb/BsonJsonAttribute.cs b/src/Squidex.Infrastructure.MongoDb/MongoDb/BsonJsonAttribute.cs index 738835e47..5217c2a25 100644 --- a/src/Squidex.Infrastructure.MongoDb/MongoDb/BsonJsonAttribute.cs +++ b/src/Squidex.Infrastructure.MongoDb/MongoDb/BsonJsonAttribute.cs @@ -1,9 +1,8 @@ // ========================================================================== -// BsonJsonAttribute.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure.MongoDb/MongoDb/BsonJsonConvention.cs b/src/Squidex.Infrastructure.MongoDb/MongoDb/BsonJsonConvention.cs index b9964135e..ab9f13d11 100644 --- a/src/Squidex.Infrastructure.MongoDb/MongoDb/BsonJsonConvention.cs +++ b/src/Squidex.Infrastructure.MongoDb/MongoDb/BsonJsonConvention.cs @@ -1,9 +1,8 @@ // ========================================================================== -// BsonJsonConvention.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure.MongoDb/MongoDb/BsonJsonConverter.cs b/src/Squidex.Infrastructure.MongoDb/MongoDb/BsonJsonConverter.cs index 20ec6e1ee..382962a7f 100644 --- a/src/Squidex.Infrastructure.MongoDb/MongoDb/BsonJsonConverter.cs +++ b/src/Squidex.Infrastructure.MongoDb/MongoDb/BsonJsonConverter.cs @@ -1,9 +1,8 @@ // ========================================================================== -// BsonJsonConverter.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure.MongoDb/MongoDb/BsonJsonReader.cs b/src/Squidex.Infrastructure.MongoDb/MongoDb/BsonJsonReader.cs index bd7003da0..acb8708fa 100644 --- a/src/Squidex.Infrastructure.MongoDb/MongoDb/BsonJsonReader.cs +++ b/src/Squidex.Infrastructure.MongoDb/MongoDb/BsonJsonReader.cs @@ -1,9 +1,8 @@ // ========================================================================== -// BsonJsonReader.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure.MongoDb/MongoDb/BsonJsonSerializer.cs b/src/Squidex.Infrastructure.MongoDb/MongoDb/BsonJsonSerializer.cs index 611ece5aa..21c05cf38 100644 --- a/src/Squidex.Infrastructure.MongoDb/MongoDb/BsonJsonSerializer.cs +++ b/src/Squidex.Infrastructure.MongoDb/MongoDb/BsonJsonSerializer.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RefTokenSerializer.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using MongoDB.Bson.Serialization; diff --git a/src/Squidex.Infrastructure.MongoDb/MongoDb/BsonJsonWriter.cs b/src/Squidex.Infrastructure.MongoDb/MongoDb/BsonJsonWriter.cs index 7a39550e7..dcf598616 100644 --- a/src/Squidex.Infrastructure.MongoDb/MongoDb/BsonJsonWriter.cs +++ b/src/Squidex.Infrastructure.MongoDb/MongoDb/BsonJsonWriter.cs @@ -1,9 +1,8 @@ // ========================================================================== -// BsonJsonWriter.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure.MongoDb/MongoDb/FieldDefinitionBuilder.cs b/src/Squidex.Infrastructure.MongoDb/MongoDb/FieldDefinitionBuilder.cs index 89fd15d3e..92691afe6 100644 --- a/src/Squidex.Infrastructure.MongoDb/MongoDb/FieldDefinitionBuilder.cs +++ b/src/Squidex.Infrastructure.MongoDb/MongoDb/FieldDefinitionBuilder.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FieldDefinitionBuilder.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure.MongoDb/MongoDb/IVersionedEntity.cs b/src/Squidex.Infrastructure.MongoDb/MongoDb/IVersionedEntity.cs index d925df089..2cd118f2f 100644 --- a/src/Squidex.Infrastructure.MongoDb/MongoDb/IVersionedEntity.cs +++ b/src/Squidex.Infrastructure.MongoDb/MongoDb/IVersionedEntity.cs @@ -2,7 +2,7 @@ // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschraenkt) -// All rights reserved. Licensed under the MIT license. +// All rights reserved. Licensed under the MIT license. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure.MongoDb diff --git a/src/Squidex.Infrastructure.MongoDb/MongoDb/InstantSerializer.cs b/src/Squidex.Infrastructure.MongoDb/MongoDb/InstantSerializer.cs index 36cab526a..b4a5d5926 100644 --- a/src/Squidex.Infrastructure.MongoDb/MongoDb/InstantSerializer.cs +++ b/src/Squidex.Infrastructure.MongoDb/MongoDb/InstantSerializer.cs @@ -1,9 +1,8 @@ // ========================================================================== -// InstantSerializer.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure.MongoDb/MongoDb/MongoEntity.cs b/src/Squidex.Infrastructure.MongoDb/MongoDb/MongoEntity.cs index a480b310b..c22eecd22 100644 --- a/src/Squidex.Infrastructure.MongoDb/MongoDb/MongoEntity.cs +++ b/src/Squidex.Infrastructure.MongoDb/MongoDb/MongoEntity.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoEntity.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure.MongoDb/MongoDb/MongoExtensions.cs b/src/Squidex.Infrastructure.MongoDb/MongoDb/MongoExtensions.cs index 244e3b88e..9d39e33e7 100644 --- a/src/Squidex.Infrastructure.MongoDb/MongoDb/MongoExtensions.cs +++ b/src/Squidex.Infrastructure.MongoDb/MongoDb/MongoExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure.MongoDb/MongoDb/MongoRepositoryBase.cs b/src/Squidex.Infrastructure.MongoDb/MongoDb/MongoRepositoryBase.cs index 746195863..9906054fa 100644 --- a/src/Squidex.Infrastructure.MongoDb/MongoDb/MongoRepositoryBase.cs +++ b/src/Squidex.Infrastructure.MongoDb/MongoDb/MongoRepositoryBase.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoRepositoryBase.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure.MongoDb/MongoDb/RefTokenSerializer.cs b/src/Squidex.Infrastructure.MongoDb/MongoDb/RefTokenSerializer.cs index e3c62af39..6f8761148 100644 --- a/src/Squidex.Infrastructure.MongoDb/MongoDb/RefTokenSerializer.cs +++ b/src/Squidex.Infrastructure.MongoDb/MongoDb/RefTokenSerializer.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RefTokenSerializer.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure.MongoDb/States/MongoSnapshotStore.cs b/src/Squidex.Infrastructure.MongoDb/States/MongoSnapshotStore.cs index c80c8dbd9..c90506746 100644 --- a/src/Squidex.Infrastructure.MongoDb/States/MongoSnapshotStore.cs +++ b/src/Squidex.Infrastructure.MongoDb/States/MongoSnapshotStore.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoSnapshotStore.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Threading.Tasks; diff --git a/src/Squidex.Infrastructure.MongoDb/States/MongoState.cs b/src/Squidex.Infrastructure.MongoDb/States/MongoState.cs index 682b092bc..f85bf59ab 100644 --- a/src/Squidex.Infrastructure.MongoDb/States/MongoState.cs +++ b/src/Squidex.Infrastructure.MongoDb/States/MongoState.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoState.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using MongoDB.Bson; diff --git a/src/Squidex.Infrastructure.MongoDb/UsageTracking/MongoUsage.cs b/src/Squidex.Infrastructure.MongoDb/UsageTracking/MongoUsage.cs index 23e0753c3..1fdd1843f 100644 --- a/src/Squidex.Infrastructure.MongoDb/UsageTracking/MongoUsage.cs +++ b/src/Squidex.Infrastructure.MongoDb/UsageTracking/MongoUsage.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoUsage.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure.MongoDb/UsageTracking/MongoUsageStore.cs b/src/Squidex.Infrastructure.MongoDb/UsageTracking/MongoUsageStore.cs index 2764342be..fb550d183 100644 --- a/src/Squidex.Infrastructure.MongoDb/UsageTracking/MongoUsageStore.cs +++ b/src/Squidex.Infrastructure.MongoDb/UsageTracking/MongoUsageStore.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MongoUsageStore.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure.RabbitMq/CQRS/Events/RabbitMqEventConsumer.cs b/src/Squidex.Infrastructure.RabbitMq/CQRS/Events/RabbitMqEventConsumer.cs index 24f6611db..a33c28cc9 100644 --- a/src/Squidex.Infrastructure.RabbitMq/CQRS/Events/RabbitMqEventConsumer.cs +++ b/src/Squidex.Infrastructure.RabbitMq/CQRS/Events/RabbitMqEventConsumer.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RabbitMqEventConsumer.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure.Redis/RedisPubSub.cs b/src/Squidex.Infrastructure.Redis/RedisPubSub.cs index c548a178f..353f7f295 100644 --- a/src/Squidex.Infrastructure.Redis/RedisPubSub.cs +++ b/src/Squidex.Infrastructure.Redis/RedisPubSub.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RedisPubSub.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure.Redis/RedisSubscription.cs b/src/Squidex.Infrastructure.Redis/RedisSubscription.cs index 2bd3fbe75..d2e88a555 100644 --- a/src/Squidex.Infrastructure.Redis/RedisSubscription.cs +++ b/src/Squidex.Infrastructure.Redis/RedisSubscription.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RedisSubscription.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Assets/AssetFile.cs b/src/Squidex.Infrastructure/Assets/AssetFile.cs index db4898424..3b59ba505 100644 --- a/src/Squidex.Infrastructure/Assets/AssetFile.cs +++ b/src/Squidex.Infrastructure/Assets/AssetFile.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetFile.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Assets/AssetNotFoundException.cs b/src/Squidex.Infrastructure/Assets/AssetNotFoundException.cs index 92e9009cc..104371efb 100644 --- a/src/Squidex.Infrastructure/Assets/AssetNotFoundException.cs +++ b/src/Squidex.Infrastructure/Assets/AssetNotFoundException.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetNotFoundException.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Assets/FolderAssetStore.cs b/src/Squidex.Infrastructure/Assets/FolderAssetStore.cs index 557a3e7a5..396bffbc7 100644 --- a/src/Squidex.Infrastructure/Assets/FolderAssetStore.cs +++ b/src/Squidex.Infrastructure/Assets/FolderAssetStore.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FolderAssetStore.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.IO; diff --git a/src/Squidex.Infrastructure/Assets/IAssetStore.cs b/src/Squidex.Infrastructure/Assets/IAssetStore.cs index 2505dedab..4c2ab9358 100644 --- a/src/Squidex.Infrastructure/Assets/IAssetStore.cs +++ b/src/Squidex.Infrastructure/Assets/IAssetStore.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IAssetStore.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.IO; diff --git a/src/Squidex.Infrastructure/Assets/IAssetThumbnailGenerator.cs b/src/Squidex.Infrastructure/Assets/IAssetThumbnailGenerator.cs index ffe920263..df8678dd9 100644 --- a/src/Squidex.Infrastructure/Assets/IAssetThumbnailGenerator.cs +++ b/src/Squidex.Infrastructure/Assets/IAssetThumbnailGenerator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IAssetThumbnailGenerator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.IO; diff --git a/src/Squidex.Infrastructure/Assets/ImageInfo.cs b/src/Squidex.Infrastructure/Assets/ImageInfo.cs index 85147ed58..2b3114cf3 100644 --- a/src/Squidex.Infrastructure/Assets/ImageInfo.cs +++ b/src/Squidex.Infrastructure/Assets/ImageInfo.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ImageInfo.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure.Assets diff --git a/src/Squidex.Infrastructure/Assets/ImageSharp/ImageSharpAssetThumbnailGenerator.cs b/src/Squidex.Infrastructure/Assets/ImageSharp/ImageSharpAssetThumbnailGenerator.cs index 591c3f2da..1bfa03584 100644 --- a/src/Squidex.Infrastructure/Assets/ImageSharp/ImageSharpAssetThumbnailGenerator.cs +++ b/src/Squidex.Infrastructure/Assets/ImageSharp/ImageSharpAssetThumbnailGenerator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ImageSharpAssetThumbnailGenerator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Caching/IInvalidatingCache.cs b/src/Squidex.Infrastructure/Caching/IInvalidatingCache.cs index 4047b604a..13fc073ae 100644 --- a/src/Squidex.Infrastructure/Caching/IInvalidatingCache.cs +++ b/src/Squidex.Infrastructure/Caching/IInvalidatingCache.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IInvalidatingCache.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure.Caching diff --git a/src/Squidex.Infrastructure/Caching/InvalidateMessage.cs b/src/Squidex.Infrastructure/Caching/InvalidateMessage.cs index db8c81c32..4ce78373b 100644 --- a/src/Squidex.Infrastructure/Caching/InvalidateMessage.cs +++ b/src/Squidex.Infrastructure/Caching/InvalidateMessage.cs @@ -1,9 +1,8 @@ // ========================================================================== -// InvalidateMessage.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure.Caching diff --git a/src/Squidex.Infrastructure/Caching/InvalidatingMemoryCache.cs b/src/Squidex.Infrastructure/Caching/InvalidatingMemoryCache.cs index 2e9261ed9..5e17135cb 100644 --- a/src/Squidex.Infrastructure/Caching/InvalidatingMemoryCache.cs +++ b/src/Squidex.Infrastructure/Caching/InvalidatingMemoryCache.cs @@ -1,9 +1,8 @@ // ========================================================================== -// InvalidatingMemoryCache.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Caching/InvalidatingMemoryCacheExtensions.cs b/src/Squidex.Infrastructure/Caching/InvalidatingMemoryCacheExtensions.cs index be37f46a5..e5fe04402 100644 --- a/src/Squidex.Infrastructure/Caching/InvalidatingMemoryCacheExtensions.cs +++ b/src/Squidex.Infrastructure/Caching/InvalidatingMemoryCacheExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// InvalidatingMemoryCacheExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Microsoft.Extensions.Caching.Memory; diff --git a/src/Squidex.Infrastructure/Caching/LRUCache.cs b/src/Squidex.Infrastructure/Caching/LRUCache.cs index 95065c214..4632d2ab0 100644 --- a/src/Squidex.Infrastructure/Caching/LRUCache.cs +++ b/src/Squidex.Infrastructure/Caching/LRUCache.cs @@ -1,9 +1,8 @@ // ========================================================================== -// LRUCache.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Infrastructure/Caching/LRUCacheItem.cs b/src/Squidex.Infrastructure/Caching/LRUCacheItem.cs index 942fdd15d..ddf885afd 100644 --- a/src/Squidex.Infrastructure/Caching/LRUCacheItem.cs +++ b/src/Squidex.Infrastructure/Caching/LRUCacheItem.cs @@ -1,9 +1,8 @@ // ========================================================================== -// LRUCacheItem.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== #pragma warning disable SA1401 // Fields must be private diff --git a/src/Squidex.Infrastructure/Cloneable.cs b/src/Squidex.Infrastructure/Cloneable.cs index eabcc4e27..336131ffd 100644 --- a/src/Squidex.Infrastructure/Cloneable.cs +++ b/src/Squidex.Infrastructure/Cloneable.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Cloneable.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Cloneable{T}.cs b/src/Squidex.Infrastructure/Cloneable{T}.cs index 56877f04d..a0c385aaa 100644 --- a/src/Squidex.Infrastructure/Cloneable{T}.cs +++ b/src/Squidex.Infrastructure/Cloneable{T}.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Cloneable{T}.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/CollectionExtensions.cs b/src/Squidex.Infrastructure/CollectionExtensions.cs index d0de8d2c2..febc9654d 100644 --- a/src/Squidex.Infrastructure/CollectionExtensions.cs +++ b/src/Squidex.Infrastructure/CollectionExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// CollectionExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Commands/AggregateHandler.cs b/src/Squidex.Infrastructure/Commands/AggregateHandler.cs index fe3745420..a05e4a5b7 100644 --- a/src/Squidex.Infrastructure/Commands/AggregateHandler.cs +++ b/src/Squidex.Infrastructure/Commands/AggregateHandler.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AggregateHandler.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Commands/CommandContext.cs b/src/Squidex.Infrastructure/Commands/CommandContext.cs index 184360056..278c7eebf 100644 --- a/src/Squidex.Infrastructure/Commands/CommandContext.cs +++ b/src/Squidex.Infrastructure/Commands/CommandContext.cs @@ -1,9 +1,8 @@ // ========================================================================== -// CommandContext.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Commands/CommandExtensions.cs b/src/Squidex.Infrastructure/Commands/CommandExtensions.cs index 0c8a07c24..c2cb8bff0 100644 --- a/src/Squidex.Infrastructure/Commands/CommandExtensions.cs +++ b/src/Squidex.Infrastructure/Commands/CommandExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// CommandingExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Commands/DomainObjectBase.cs b/src/Squidex.Infrastructure/Commands/DomainObjectBase.cs index e01bbd099..7327a058d 100644 --- a/src/Squidex.Infrastructure/Commands/DomainObjectBase.cs +++ b/src/Squidex.Infrastructure/Commands/DomainObjectBase.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DomainObjectBase.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Commands/EnrichWithTimestampCommandMiddleware.cs b/src/Squidex.Infrastructure/Commands/EnrichWithTimestampCommandMiddleware.cs index aedbb20f5..ba2d8b56c 100644 --- a/src/Squidex.Infrastructure/Commands/EnrichWithTimestampCommandMiddleware.cs +++ b/src/Squidex.Infrastructure/Commands/EnrichWithTimestampCommandMiddleware.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EnrichWithTimestampCommandMiddleware.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Commands/EntityCreatedResult.cs b/src/Squidex.Infrastructure/Commands/EntityCreatedResult.cs index 271c177c6..43b20e54e 100644 --- a/src/Squidex.Infrastructure/Commands/EntityCreatedResult.cs +++ b/src/Squidex.Infrastructure/Commands/EntityCreatedResult.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EntityCreatedResult.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure.Commands diff --git a/src/Squidex.Infrastructure/Commands/EntityCreatedResult{T}.cs b/src/Squidex.Infrastructure/Commands/EntityCreatedResult{T}.cs index 60cd4b5d8..324c8c6a4 100644 --- a/src/Squidex.Infrastructure/Commands/EntityCreatedResult{T}.cs +++ b/src/Squidex.Infrastructure/Commands/EntityCreatedResult{T}.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EntityCreatedResult_T.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure.Commands diff --git a/src/Squidex.Infrastructure/Commands/EntitySavedResult.cs b/src/Squidex.Infrastructure/Commands/EntitySavedResult.cs index a5e644640..e40833f21 100644 --- a/src/Squidex.Infrastructure/Commands/EntitySavedResult.cs +++ b/src/Squidex.Infrastructure/Commands/EntitySavedResult.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EntitySavedResult.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure.Commands diff --git a/src/Squidex.Infrastructure/Commands/IAggregateCommand.cs b/src/Squidex.Infrastructure/Commands/IAggregateCommand.cs index ae842838f..d8b03a235 100644 --- a/src/Squidex.Infrastructure/Commands/IAggregateCommand.cs +++ b/src/Squidex.Infrastructure/Commands/IAggregateCommand.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IAggregateCommand.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Commands/IAggregateHandler.cs b/src/Squidex.Infrastructure/Commands/IAggregateHandler.cs index d018ec4dd..7a68f39a6 100644 --- a/src/Squidex.Infrastructure/Commands/IAggregateHandler.cs +++ b/src/Squidex.Infrastructure/Commands/IAggregateHandler.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IAggregateHandler.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Commands/ICommand.cs b/src/Squidex.Infrastructure/Commands/ICommand.cs index b64b682d4..646f802cb 100644 --- a/src/Squidex.Infrastructure/Commands/ICommand.cs +++ b/src/Squidex.Infrastructure/Commands/ICommand.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ICommand.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure.Commands diff --git a/src/Squidex.Infrastructure/Commands/ICommandBus.cs b/src/Squidex.Infrastructure/Commands/ICommandBus.cs index da7c5af33..e1f35b7a2 100644 --- a/src/Squidex.Infrastructure/Commands/ICommandBus.cs +++ b/src/Squidex.Infrastructure/Commands/ICommandBus.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ICommandBus.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Threading.Tasks; diff --git a/src/Squidex.Infrastructure/Commands/ICommandMiddleware.cs b/src/Squidex.Infrastructure/Commands/ICommandMiddleware.cs index 7856754ed..e9ae310da 100644 --- a/src/Squidex.Infrastructure/Commands/ICommandMiddleware.cs +++ b/src/Squidex.Infrastructure/Commands/ICommandMiddleware.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ICommandMiddleware.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Commands/IDomainObject.cs b/src/Squidex.Infrastructure/Commands/IDomainObject.cs index 480368b8b..98d4521b1 100644 --- a/src/Squidex.Infrastructure/Commands/IDomainObject.cs +++ b/src/Squidex.Infrastructure/Commands/IDomainObject.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IDomainObjectBase.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Commands/IDomainState.cs b/src/Squidex.Infrastructure/Commands/IDomainState.cs index 7cd9bceff..ee6891fe4 100644 --- a/src/Squidex.Infrastructure/Commands/IDomainState.cs +++ b/src/Squidex.Infrastructure/Commands/IDomainState.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IDomainState.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure.Commands diff --git a/src/Squidex.Infrastructure/Commands/ITimestampCommand.cs b/src/Squidex.Infrastructure/Commands/ITimestampCommand.cs index 7a8990748..9dfbdb8f9 100644 --- a/src/Squidex.Infrastructure/Commands/ITimestampCommand.cs +++ b/src/Squidex.Infrastructure/Commands/ITimestampCommand.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ITimestampCommand.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using NodaTime; diff --git a/src/Squidex.Infrastructure/Commands/InMemoryCommandBus.cs b/src/Squidex.Infrastructure/Commands/InMemoryCommandBus.cs index 798cf6bb7..498a41a28 100644 --- a/src/Squidex.Infrastructure/Commands/InMemoryCommandBus.cs +++ b/src/Squidex.Infrastructure/Commands/InMemoryCommandBus.cs @@ -1,9 +1,8 @@ // ========================================================================== -// InMemoryCommandBus.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Commands/LogCommandMiddleware.cs b/src/Squidex.Infrastructure/Commands/LogCommandMiddleware.cs index f0df32720..eb2f44eb6 100644 --- a/src/Squidex.Infrastructure/Commands/LogCommandMiddleware.cs +++ b/src/Squidex.Infrastructure/Commands/LogCommandMiddleware.cs @@ -1,9 +1,8 @@ // ========================================================================== -// LogExecutingHandler.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/ConfigurationException.cs b/src/Squidex.Infrastructure/ConfigurationException.cs index 158447040..8f378a684 100644 --- a/src/Squidex.Infrastructure/ConfigurationException.cs +++ b/src/Squidex.Infrastructure/ConfigurationException.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ConfigurationException.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Dispatching/ActionContextDispatcher.cs b/src/Squidex.Infrastructure/Dispatching/ActionContextDispatcher.cs index 9f7ef7d67..4ba6ec92a 100644 --- a/src/Squidex.Infrastructure/Dispatching/ActionContextDispatcher.cs +++ b/src/Squidex.Infrastructure/Dispatching/ActionContextDispatcher.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FuncDispatcher.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Dispatching/ActionDispatcher.cs b/src/Squidex.Infrastructure/Dispatching/ActionDispatcher.cs index 4902f0f44..70fb37d41 100644 --- a/src/Squidex.Infrastructure/Dispatching/ActionDispatcher.cs +++ b/src/Squidex.Infrastructure/Dispatching/ActionDispatcher.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FuncDispatcher.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Dispatching/DispatchExtensions.cs b/src/Squidex.Infrastructure/Dispatching/DispatchExtensions.cs index 5d55240ec..20cd3d43a 100644 --- a/src/Squidex.Infrastructure/Dispatching/DispatchExtensions.cs +++ b/src/Squidex.Infrastructure/Dispatching/DispatchExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DispatchExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Threading.Tasks; diff --git a/src/Squidex.Infrastructure/Dispatching/FuncContextDispatcher.cs b/src/Squidex.Infrastructure/Dispatching/FuncContextDispatcher.cs index 00042fe62..e6fb03919 100644 --- a/src/Squidex.Infrastructure/Dispatching/FuncContextDispatcher.cs +++ b/src/Squidex.Infrastructure/Dispatching/FuncContextDispatcher.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FuncContextDispatcher.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Linq; diff --git a/src/Squidex.Infrastructure/Dispatching/FuncDispatcher.cs b/src/Squidex.Infrastructure/Dispatching/FuncDispatcher.cs index 08e1fd48e..27d2087d7 100644 --- a/src/Squidex.Infrastructure/Dispatching/FuncDispatcher.cs +++ b/src/Squidex.Infrastructure/Dispatching/FuncDispatcher.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FuncDispatcher.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Linq; diff --git a/src/Squidex.Infrastructure/Dispatching/Helper.cs b/src/Squidex.Infrastructure/Dispatching/Helper.cs index 8ffa6bb58..81ca81c1b 100644 --- a/src/Squidex.Infrastructure/Dispatching/Helper.cs +++ b/src/Squidex.Infrastructure/Dispatching/Helper.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Helper.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/DisposableObjectBase.cs b/src/Squidex.Infrastructure/DisposableObjectBase.cs index 856e6d30f..d5326480c 100644 --- a/src/Squidex.Infrastructure/DisposableObjectBase.cs +++ b/src/Squidex.Infrastructure/DisposableObjectBase.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DisposableObjectBase.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/DomainException.cs b/src/Squidex.Infrastructure/DomainException.cs index 89e3767fa..9adfb4053 100644 --- a/src/Squidex.Infrastructure/DomainException.cs +++ b/src/Squidex.Infrastructure/DomainException.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DomainException.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/DomainForbiddenException.cs b/src/Squidex.Infrastructure/DomainForbiddenException.cs index 49a45957e..6baa3c64f 100644 --- a/src/Squidex.Infrastructure/DomainForbiddenException.cs +++ b/src/Squidex.Infrastructure/DomainForbiddenException.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DomainForbiddenException.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/DomainObjectDeletedException.cs b/src/Squidex.Infrastructure/DomainObjectDeletedException.cs index 307d52d2b..38758b038 100644 --- a/src/Squidex.Infrastructure/DomainObjectDeletedException.cs +++ b/src/Squidex.Infrastructure/DomainObjectDeletedException.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DomainObjectDeletedException.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/DomainObjectException.cs b/src/Squidex.Infrastructure/DomainObjectException.cs index cf5498093..1fb8fb7cd 100644 --- a/src/Squidex.Infrastructure/DomainObjectException.cs +++ b/src/Squidex.Infrastructure/DomainObjectException.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DomainObjectException.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/DomainObjectNotFoundException.cs b/src/Squidex.Infrastructure/DomainObjectNotFoundException.cs index 472259bf0..5dfbe786e 100644 --- a/src/Squidex.Infrastructure/DomainObjectNotFoundException.cs +++ b/src/Squidex.Infrastructure/DomainObjectNotFoundException.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DomainObjectNotFoundException.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/DomainObjectVersionException.cs b/src/Squidex.Infrastructure/DomainObjectVersionException.cs index 2d0af3ba6..225ffd9f6 100644 --- a/src/Squidex.Infrastructure/DomainObjectVersionException.cs +++ b/src/Squidex.Infrastructure/DomainObjectVersionException.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DomainObjectVersionException.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/EtagVersion.cs b/src/Squidex.Infrastructure/EtagVersion.cs index d99ec1fd1..85d1175b4 100644 --- a/src/Squidex.Infrastructure/EtagVersion.cs +++ b/src/Squidex.Infrastructure/EtagVersion.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EtagVersion.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure diff --git a/src/Squidex.Infrastructure/EventSourcing/CommonHeaders.cs b/src/Squidex.Infrastructure/EventSourcing/CommonHeaders.cs index 4163cfd3b..b7d62c1d0 100644 --- a/src/Squidex.Infrastructure/EventSourcing/CommonHeaders.cs +++ b/src/Squidex.Infrastructure/EventSourcing/CommonHeaders.cs @@ -1,9 +1,8 @@ // ========================================================================== -// CommonHeaders.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure.EventSourcing diff --git a/src/Squidex.Infrastructure/EventSourcing/CompoundEventConsumer.cs b/src/Squidex.Infrastructure/EventSourcing/CompoundEventConsumer.cs index d13c963cb..665f433d8 100644 --- a/src/Squidex.Infrastructure/EventSourcing/CompoundEventConsumer.cs +++ b/src/Squidex.Infrastructure/EventSourcing/CompoundEventConsumer.cs @@ -1,9 +1,8 @@ // ========================================================================== -// CompoundEventConsumer.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Linq; diff --git a/src/Squidex.Infrastructure/EventSourcing/DefaultEventNotifier.cs b/src/Squidex.Infrastructure/EventSourcing/DefaultEventNotifier.cs index 9514bf1bd..1e94354e3 100644 --- a/src/Squidex.Infrastructure/EventSourcing/DefaultEventNotifier.cs +++ b/src/Squidex.Infrastructure/EventSourcing/DefaultEventNotifier.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DefaultEventNotifier.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/EventSourcing/Envelope.cs b/src/Squidex.Infrastructure/EventSourcing/Envelope.cs index d79701a07..aa4af3878 100644 --- a/src/Squidex.Infrastructure/EventSourcing/Envelope.cs +++ b/src/Squidex.Infrastructure/EventSourcing/Envelope.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Envelope.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/EventSourcing/EnvelopeExtensions.cs b/src/Squidex.Infrastructure/EventSourcing/EnvelopeExtensions.cs index ed3f7ab5f..a1d60034c 100644 --- a/src/Squidex.Infrastructure/EventSourcing/EnvelopeExtensions.cs +++ b/src/Squidex.Infrastructure/EventSourcing/EnvelopeExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EnvelopeExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/EventSourcing/EnvelopeHeaders.cs b/src/Squidex.Infrastructure/EventSourcing/EnvelopeHeaders.cs index 9164b480d..3b53fcd30 100644 --- a/src/Squidex.Infrastructure/EventSourcing/EnvelopeHeaders.cs +++ b/src/Squidex.Infrastructure/EventSourcing/EnvelopeHeaders.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EnvelopeHeaders.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure.EventSourcing diff --git a/src/Squidex.Infrastructure/EventSourcing/Envelope{T}.cs b/src/Squidex.Infrastructure/EventSourcing/Envelope{T}.cs index 109530e43..de6ac36ae 100644 --- a/src/Squidex.Infrastructure/EventSourcing/Envelope{T}.cs +++ b/src/Squidex.Infrastructure/EventSourcing/Envelope{T}.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Envelope_1.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure.EventSourcing diff --git a/src/Squidex.Infrastructure/EventSourcing/EventConsumerInfo.cs b/src/Squidex.Infrastructure/EventSourcing/EventConsumerInfo.cs index 81e50b9b8..d17f8e069 100644 --- a/src/Squidex.Infrastructure/EventSourcing/EventConsumerInfo.cs +++ b/src/Squidex.Infrastructure/EventSourcing/EventConsumerInfo.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EventConsumerInfo.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure.EventSourcing diff --git a/src/Squidex.Infrastructure/EventSourcing/EventData.cs b/src/Squidex.Infrastructure/EventSourcing/EventData.cs index 94d72d3c0..9ca13635d 100644 --- a/src/Squidex.Infrastructure/EventSourcing/EventData.cs +++ b/src/Squidex.Infrastructure/EventSourcing/EventData.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EventData.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/EventSourcing/EventTypeAttribute.cs b/src/Squidex.Infrastructure/EventSourcing/EventTypeAttribute.cs index d4382a0c8..df8920d37 100644 --- a/src/Squidex.Infrastructure/EventSourcing/EventTypeAttribute.cs +++ b/src/Squidex.Infrastructure/EventSourcing/EventTypeAttribute.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EventTypeAttribute.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/EventSourcing/Grains/EventConsumerGrain.cs b/src/Squidex.Infrastructure/EventSourcing/Grains/EventConsumerGrain.cs index 346e69345..04194ae7f 100644 --- a/src/Squidex.Infrastructure/EventSourcing/Grains/EventConsumerGrain.cs +++ b/src/Squidex.Infrastructure/EventSourcing/Grains/EventConsumerGrain.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EventConsumerGrain.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/EventSourcing/Grains/EventConsumerGrainManager.cs b/src/Squidex.Infrastructure/EventSourcing/Grains/EventConsumerGrainManager.cs index 8d4497e4e..e833aa5b4 100644 --- a/src/Squidex.Infrastructure/EventSourcing/Grains/EventConsumerGrainManager.cs +++ b/src/Squidex.Infrastructure/EventSourcing/Grains/EventConsumerGrainManager.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EventConsumerActorManager.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/EventSourcing/Grains/EventConsumerState.cs b/src/Squidex.Infrastructure/EventSourcing/Grains/EventConsumerState.cs index afd61a3d9..2b0ec771e 100644 --- a/src/Squidex.Infrastructure/EventSourcing/Grains/EventConsumerState.cs +++ b/src/Squidex.Infrastructure/EventSourcing/Grains/EventConsumerState.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EventConsumerGrainState.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/EventSourcing/Grains/Messages/GetStatesRequest.cs b/src/Squidex.Infrastructure/EventSourcing/Grains/Messages/GetStatesRequest.cs index 3c59c39a0..d193d7ebb 100644 --- a/src/Squidex.Infrastructure/EventSourcing/Grains/Messages/GetStatesRequest.cs +++ b/src/Squidex.Infrastructure/EventSourcing/Grains/Messages/GetStatesRequest.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GetStatesRequest.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure.EventSourcing.Grains.Messages diff --git a/src/Squidex.Infrastructure/EventSourcing/Grains/Messages/GetStatesResponse.cs b/src/Squidex.Infrastructure/EventSourcing/Grains/Messages/GetStatesResponse.cs index 0e947ba58..922116d82 100644 --- a/src/Squidex.Infrastructure/EventSourcing/Grains/Messages/GetStatesResponse.cs +++ b/src/Squidex.Infrastructure/EventSourcing/Grains/Messages/GetStatesResponse.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GetStatesResponse.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure.EventSourcing.Grains.Messages diff --git a/src/Squidex.Infrastructure/EventSourcing/Grains/Messages/ResetConsumerMessage.cs b/src/Squidex.Infrastructure/EventSourcing/Grains/Messages/ResetConsumerMessage.cs index 074a47e57..012cfd2e1 100644 --- a/src/Squidex.Infrastructure/EventSourcing/Grains/Messages/ResetConsumerMessage.cs +++ b/src/Squidex.Infrastructure/EventSourcing/Grains/Messages/ResetConsumerMessage.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ResetConsumerMessage.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure.EventSourcing.Grains.Messages diff --git a/src/Squidex.Infrastructure/EventSourcing/Grains/Messages/StartConsumerMessage.cs b/src/Squidex.Infrastructure/EventSourcing/Grains/Messages/StartConsumerMessage.cs index 437a29df3..8d8378653 100644 --- a/src/Squidex.Infrastructure/EventSourcing/Grains/Messages/StartConsumerMessage.cs +++ b/src/Squidex.Infrastructure/EventSourcing/Grains/Messages/StartConsumerMessage.cs @@ -1,9 +1,8 @@ // ========================================================================== -// StartConsumerMessage.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure.EventSourcing.Grains.Messages diff --git a/src/Squidex.Infrastructure/EventSourcing/Grains/Messages/StopConsumerMessage.cs b/src/Squidex.Infrastructure/EventSourcing/Grains/Messages/StopConsumerMessage.cs index c7d3a6eea..5a354a468 100644 --- a/src/Squidex.Infrastructure/EventSourcing/Grains/Messages/StopConsumerMessage.cs +++ b/src/Squidex.Infrastructure/EventSourcing/Grains/Messages/StopConsumerMessage.cs @@ -1,9 +1,8 @@ // ========================================================================== -// StopConsumerMessage.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure.EventSourcing.Grains.Messages diff --git a/src/Squidex.Infrastructure/EventSourcing/IEvent.cs b/src/Squidex.Infrastructure/EventSourcing/IEvent.cs index 935c52686..4f2803f6d 100644 --- a/src/Squidex.Infrastructure/EventSourcing/IEvent.cs +++ b/src/Squidex.Infrastructure/EventSourcing/IEvent.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IEvent.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure.EventSourcing diff --git a/src/Squidex.Infrastructure/EventSourcing/IEventConsumer.cs b/src/Squidex.Infrastructure/EventSourcing/IEventConsumer.cs index e3d372262..8e3179bec 100644 --- a/src/Squidex.Infrastructure/EventSourcing/IEventConsumer.cs +++ b/src/Squidex.Infrastructure/EventSourcing/IEventConsumer.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IEventConsumer.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Threading.Tasks; diff --git a/src/Squidex.Infrastructure/EventSourcing/IEventDataFormatter.cs b/src/Squidex.Infrastructure/EventSourcing/IEventDataFormatter.cs index dac7550a3..6cd586c84 100644 --- a/src/Squidex.Infrastructure/EventSourcing/IEventDataFormatter.cs +++ b/src/Squidex.Infrastructure/EventSourcing/IEventDataFormatter.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IEventDataFormatter.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/EventSourcing/IEventNotifier.cs b/src/Squidex.Infrastructure/EventSourcing/IEventNotifier.cs index 0b09e2efc..ce28bb491 100644 --- a/src/Squidex.Infrastructure/EventSourcing/IEventNotifier.cs +++ b/src/Squidex.Infrastructure/EventSourcing/IEventNotifier.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IEventNotifier.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/EventSourcing/IEventStore.cs b/src/Squidex.Infrastructure/EventSourcing/IEventStore.cs index c17ccd607..9a3e0d197 100644 --- a/src/Squidex.Infrastructure/EventSourcing/IEventStore.cs +++ b/src/Squidex.Infrastructure/EventSourcing/IEventStore.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IEventStore.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/EventSourcing/IEventSubscriber.cs b/src/Squidex.Infrastructure/EventSourcing/IEventSubscriber.cs index 793bc0ede..4b3ddd99c 100644 --- a/src/Squidex.Infrastructure/EventSourcing/IEventSubscriber.cs +++ b/src/Squidex.Infrastructure/EventSourcing/IEventSubscriber.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IEventSubscriber.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/EventSourcing/IEventSubscription.cs b/src/Squidex.Infrastructure/EventSourcing/IEventSubscription.cs index 404683a13..a33b1f22b 100644 --- a/src/Squidex.Infrastructure/EventSourcing/IEventSubscription.cs +++ b/src/Squidex.Infrastructure/EventSourcing/IEventSubscription.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IEventSubscription.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Threading.Tasks; diff --git a/src/Squidex.Infrastructure/EventSourcing/IMigratedEvent.cs b/src/Squidex.Infrastructure/EventSourcing/IMigratedEvent.cs index 1a0d4c0a3..2b8c79785 100644 --- a/src/Squidex.Infrastructure/EventSourcing/IMigratedEvent.cs +++ b/src/Squidex.Infrastructure/EventSourcing/IMigratedEvent.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IMigratedEvent.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure.EventSourcing diff --git a/src/Squidex.Infrastructure/EventSourcing/JsonEventDataFormatter.cs b/src/Squidex.Infrastructure/EventSourcing/JsonEventDataFormatter.cs index 249d91f96..9af9e3a68 100644 --- a/src/Squidex.Infrastructure/EventSourcing/JsonEventDataFormatter.cs +++ b/src/Squidex.Infrastructure/EventSourcing/JsonEventDataFormatter.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JsonEventDataFormatter.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/EventSourcing/NoopEvent.cs b/src/Squidex.Infrastructure/EventSourcing/NoopEvent.cs index 16c1458bb..aa7e3c3bb 100644 --- a/src/Squidex.Infrastructure/EventSourcing/NoopEvent.cs +++ b/src/Squidex.Infrastructure/EventSourcing/NoopEvent.cs @@ -1,9 +1,8 @@ // ========================================================================== -// NoopEvent.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure.EventSourcing diff --git a/src/Squidex.Infrastructure/EventSourcing/PollingSubscription.cs b/src/Squidex.Infrastructure/EventSourcing/PollingSubscription.cs index 4ca2f3ab3..cc6ed750f 100644 --- a/src/Squidex.Infrastructure/EventSourcing/PollingSubscription.cs +++ b/src/Squidex.Infrastructure/EventSourcing/PollingSubscription.cs @@ -1,9 +1,8 @@ // ========================================================================== -// PollingSubscription.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/EventSourcing/RetrySubscription.cs b/src/Squidex.Infrastructure/EventSourcing/RetrySubscription.cs index 68b899e48..d023eead5 100644 --- a/src/Squidex.Infrastructure/EventSourcing/RetrySubscription.cs +++ b/src/Squidex.Infrastructure/EventSourcing/RetrySubscription.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RetrySubscription.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/EventSourcing/StoredEvent.cs b/src/Squidex.Infrastructure/EventSourcing/StoredEvent.cs index 1b1fd53ce..747dce5bc 100644 --- a/src/Squidex.Infrastructure/EventSourcing/StoredEvent.cs +++ b/src/Squidex.Infrastructure/EventSourcing/StoredEvent.cs @@ -1,9 +1,8 @@ // ========================================================================== -// StoredEvent.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure.EventSourcing diff --git a/src/Squidex.Infrastructure/EventSourcing/WrongEventVersionException.cs b/src/Squidex.Infrastructure/EventSourcing/WrongEventVersionException.cs index 5a402524d..ae88e64d5 100644 --- a/src/Squidex.Infrastructure/EventSourcing/WrongEventVersionException.cs +++ b/src/Squidex.Infrastructure/EventSourcing/WrongEventVersionException.cs @@ -1,9 +1,8 @@ // ========================================================================== -// WrongEventVersionException.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/ExceptionHelper.cs b/src/Squidex.Infrastructure/ExceptionHelper.cs index e40ddc5cd..05f25f2da 100644 --- a/src/Squidex.Infrastructure/ExceptionHelper.cs +++ b/src/Squidex.Infrastructure/ExceptionHelper.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ExceptionHelper.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/FileExtensions.cs b/src/Squidex.Infrastructure/FileExtensions.cs index 1a0a3e764..2b67ff008 100644 --- a/src/Squidex.Infrastructure/FileExtensions.cs +++ b/src/Squidex.Infrastructure/FileExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FileExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Freezable.cs b/src/Squidex.Infrastructure/Freezable.cs index 378cc3f94..a71d35175 100644 --- a/src/Squidex.Infrastructure/Freezable.cs +++ b/src/Squidex.Infrastructure/Freezable.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Freezable.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/GravatarHelper.cs b/src/Squidex.Infrastructure/GravatarHelper.cs index d825014f5..cc9e0f320 100644 --- a/src/Squidex.Infrastructure/GravatarHelper.cs +++ b/src/Squidex.Infrastructure/GravatarHelper.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GravatarHelper.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Security.Cryptography; diff --git a/src/Squidex.Infrastructure/Guard.cs b/src/Squidex.Infrastructure/Guard.cs index 43cdd8caf..df6fcaedb 100644 --- a/src/Squidex.Infrastructure/Guard.cs +++ b/src/Squidex.Infrastructure/Guard.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Guard.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Http/DumpFormatter.cs b/src/Squidex.Infrastructure/Http/DumpFormatter.cs index 6f6a20556..4063f0105 100644 --- a/src/Squidex.Infrastructure/Http/DumpFormatter.cs +++ b/src/Squidex.Infrastructure/Http/DumpFormatter.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DumpFormatter.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/IInitializable.cs b/src/Squidex.Infrastructure/IInitializable.cs index 44a853641..85011ae58 100644 --- a/src/Squidex.Infrastructure/IInitializable.cs +++ b/src/Squidex.Infrastructure/IInitializable.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IInitializable.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure diff --git a/src/Squidex.Infrastructure/IPubSub.cs b/src/Squidex.Infrastructure/IPubSub.cs index b06586aa6..20f7f3090 100644 --- a/src/Squidex.Infrastructure/IPubSub.cs +++ b/src/Squidex.Infrastructure/IPubSub.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IPubSub.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/IResultList.cs b/src/Squidex.Infrastructure/IResultList.cs index b35bfe62d..25687277d 100644 --- a/src/Squidex.Infrastructure/IResultList.cs +++ b/src/Squidex.Infrastructure/IResultList.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IResultList.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Infrastructure/IRunnable.cs b/src/Squidex.Infrastructure/IRunnable.cs index b36a94eeb..790fa1c59 100644 --- a/src/Squidex.Infrastructure/IRunnable.cs +++ b/src/Squidex.Infrastructure/IRunnable.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IRunnable.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure diff --git a/src/Squidex.Infrastructure/IValidatable.cs b/src/Squidex.Infrastructure/IValidatable.cs index fef359247..e6942f4bf 100644 --- a/src/Squidex.Infrastructure/IValidatable.cs +++ b/src/Squidex.Infrastructure/IValidatable.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IValidatable.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Infrastructure/InMemoryPubSub.cs b/src/Squidex.Infrastructure/InMemoryPubSub.cs index accb39cb4..a9c38213d 100644 --- a/src/Squidex.Infrastructure/InMemoryPubSub.cs +++ b/src/Squidex.Infrastructure/InMemoryPubSub.cs @@ -1,9 +1,8 @@ // ========================================================================== -// InMemoryPubSub.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Json/ClaimsPrincipalConverter.cs b/src/Squidex.Infrastructure/Json/ClaimsPrincipalConverter.cs index 220086706..c183e6424 100644 --- a/src/Squidex.Infrastructure/Json/ClaimsPrincipalConverter.cs +++ b/src/Squidex.Infrastructure/Json/ClaimsPrincipalConverter.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ClaimsPrincipalConverter.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Json/ConverterContractResolver.cs b/src/Squidex.Infrastructure/Json/ConverterContractResolver.cs index a36733b15..55609ed0d 100644 --- a/src/Squidex.Infrastructure/Json/ConverterContractResolver.cs +++ b/src/Squidex.Infrastructure/Json/ConverterContractResolver.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ConverterContractResolver.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Json/InstantConverter.cs b/src/Squidex.Infrastructure/Json/InstantConverter.cs index b83391782..deca1ee95 100644 --- a/src/Squidex.Infrastructure/Json/InstantConverter.cs +++ b/src/Squidex.Infrastructure/Json/InstantConverter.cs @@ -1,9 +1,8 @@ // ========================================================================== -// InstantConverter.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Json/JsonClassConverter.cs b/src/Squidex.Infrastructure/Json/JsonClassConverter.cs index 5053625be..954e472dd 100644 --- a/src/Squidex.Infrastructure/Json/JsonClassConverter.cs +++ b/src/Squidex.Infrastructure/Json/JsonClassConverter.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JsonClassConverter.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Json/JsonExtension.cs b/src/Squidex.Infrastructure/Json/JsonExtension.cs index 8613e4462..23d8cea4c 100644 --- a/src/Squidex.Infrastructure/Json/JsonExtension.cs +++ b/src/Squidex.Infrastructure/Json/JsonExtension.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JsonExtension.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Newtonsoft.Json.Linq; diff --git a/src/Squidex.Infrastructure/Json/LanguageConverter.cs b/src/Squidex.Infrastructure/Json/LanguageConverter.cs index 73e9a8c85..c2c11ac78 100644 --- a/src/Squidex.Infrastructure/Json/LanguageConverter.cs +++ b/src/Squidex.Infrastructure/Json/LanguageConverter.cs @@ -1,9 +1,8 @@ // ========================================================================== -// LanguageConverter.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Json/NamedGuidIdConverter.cs b/src/Squidex.Infrastructure/Json/NamedGuidIdConverter.cs index 968cb3762..4499419d3 100644 --- a/src/Squidex.Infrastructure/Json/NamedGuidIdConverter.cs +++ b/src/Squidex.Infrastructure/Json/NamedGuidIdConverter.cs @@ -1,9 +1,8 @@ // ========================================================================== -// NamedGuidIdConverter.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Json/NamedLongIdConverter.cs b/src/Squidex.Infrastructure/Json/NamedLongIdConverter.cs index 4829f79c4..4efb97dc0 100644 --- a/src/Squidex.Infrastructure/Json/NamedLongIdConverter.cs +++ b/src/Squidex.Infrastructure/Json/NamedLongIdConverter.cs @@ -1,9 +1,8 @@ // ========================================================================== -// NamedLongIdConverter.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Json/NamedStringIdConverter.cs b/src/Squidex.Infrastructure/Json/NamedStringIdConverter.cs index 1b409882f..32e113711 100644 --- a/src/Squidex.Infrastructure/Json/NamedStringIdConverter.cs +++ b/src/Squidex.Infrastructure/Json/NamedStringIdConverter.cs @@ -1,9 +1,8 @@ // ========================================================================== -// NamedStringIdConverter.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Json/PropertiesBagConverter.cs b/src/Squidex.Infrastructure/Json/PropertiesBagConverter.cs index ae6990e9a..f42642fb0 100644 --- a/src/Squidex.Infrastructure/Json/PropertiesBagConverter.cs +++ b/src/Squidex.Infrastructure/Json/PropertiesBagConverter.cs @@ -1,9 +1,8 @@ // ========================================================================== -// PropertiesBagConverter.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Json/RefTokenConverter.cs b/src/Squidex.Infrastructure/Json/RefTokenConverter.cs index 92dfa7a4c..1e2576faa 100644 --- a/src/Squidex.Infrastructure/Json/RefTokenConverter.cs +++ b/src/Squidex.Infrastructure/Json/RefTokenConverter.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RefTokenConverter.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Json/TypeNameSerializationBinder.cs b/src/Squidex.Infrastructure/Json/TypeNameSerializationBinder.cs index 4982d15aa..303bd51a0 100644 --- a/src/Squidex.Infrastructure/Json/TypeNameSerializationBinder.cs +++ b/src/Squidex.Infrastructure/Json/TypeNameSerializationBinder.cs @@ -1,9 +1,8 @@ // ========================================================================== -// TypeNameSerializationBinder.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Language.cs b/src/Squidex.Infrastructure/Language.cs index f392a2f5c..5534be463 100644 --- a/src/Squidex.Infrastructure/Language.cs +++ b/src/Squidex.Infrastructure/Language.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Language.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Languages.cs b/src/Squidex.Infrastructure/Languages.cs index 7851b7438..f788c86e2 100644 --- a/src/Squidex.Infrastructure/Languages.cs +++ b/src/Squidex.Infrastructure/Languages.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Languages.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== // diff --git a/src/Squidex.Infrastructure/Log/Adapter/SemanticLogLogger.cs b/src/Squidex.Infrastructure/Log/Adapter/SemanticLogLogger.cs index 37e78d7be..3a914d6cc 100644 --- a/src/Squidex.Infrastructure/Log/Adapter/SemanticLogLogger.cs +++ b/src/Squidex.Infrastructure/Log/Adapter/SemanticLogLogger.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SemanticLogLogger.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Log/Adapter/SemanticLogLoggerFactoryExtensions.cs b/src/Squidex.Infrastructure/Log/Adapter/SemanticLogLoggerFactoryExtensions.cs index f4c6114d2..98ee1efc4 100644 --- a/src/Squidex.Infrastructure/Log/Adapter/SemanticLogLoggerFactoryExtensions.cs +++ b/src/Squidex.Infrastructure/Log/Adapter/SemanticLogLoggerFactoryExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SemanticLogLoggerFactoryExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Microsoft.Extensions.DependencyInjection; diff --git a/src/Squidex.Infrastructure/Log/Adapter/SemanticLogLoggerProvider.cs b/src/Squidex.Infrastructure/Log/Adapter/SemanticLogLoggerProvider.cs index 7e2ad2956..625843066 100644 --- a/src/Squidex.Infrastructure/Log/Adapter/SemanticLogLoggerProvider.cs +++ b/src/Squidex.Infrastructure/Log/Adapter/SemanticLogLoggerProvider.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SemanticLogLoggerProvider.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Microsoft.Extensions.Logging; diff --git a/src/Squidex.Infrastructure/Log/ApplicationInfoLogAppender.cs b/src/Squidex.Infrastructure/Log/ApplicationInfoLogAppender.cs index f97943a44..9763aabf8 100644 --- a/src/Squidex.Infrastructure/Log/ApplicationInfoLogAppender.cs +++ b/src/Squidex.Infrastructure/Log/ApplicationInfoLogAppender.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ApplicationInfoLogAppender.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Log/ConsoleLogChannel.cs b/src/Squidex.Infrastructure/Log/ConsoleLogChannel.cs index 5acce2310..77ba0448e 100644 --- a/src/Squidex.Infrastructure/Log/ConsoleLogChannel.cs +++ b/src/Squidex.Infrastructure/Log/ConsoleLogChannel.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ConsoleLogChannel.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Log/ConstantsLogWriter.cs b/src/Squidex.Infrastructure/Log/ConstantsLogWriter.cs index 4af82cbed..0223ab8d2 100644 --- a/src/Squidex.Infrastructure/Log/ConstantsLogWriter.cs +++ b/src/Squidex.Infrastructure/Log/ConstantsLogWriter.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ConstantsLogWriter.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Log/DebugLogChannel.cs b/src/Squidex.Infrastructure/Log/DebugLogChannel.cs index 7816b83eb..de9a32fd6 100644 --- a/src/Squidex.Infrastructure/Log/DebugLogChannel.cs +++ b/src/Squidex.Infrastructure/Log/DebugLogChannel.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DebugLogChannel.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Diagnostics; diff --git a/src/Squidex.Infrastructure/Log/FileChannel.cs b/src/Squidex.Infrastructure/Log/FileChannel.cs index c351aa7d2..51ec006ab 100644 --- a/src/Squidex.Infrastructure/Log/FileChannel.cs +++ b/src/Squidex.Infrastructure/Log/FileChannel.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FileChannel.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure.Log.Internal; diff --git a/src/Squidex.Infrastructure/Log/IArrayWriter.cs b/src/Squidex.Infrastructure/Log/IArrayWriter.cs index a8159ac7d..7d5c96a48 100644 --- a/src/Squidex.Infrastructure/Log/IArrayWriter.cs +++ b/src/Squidex.Infrastructure/Log/IArrayWriter.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IArrayWriter.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Log/ILogAppender.cs b/src/Squidex.Infrastructure/Log/ILogAppender.cs index 99c2669ed..17889fc7e 100644 --- a/src/Squidex.Infrastructure/Log/ILogAppender.cs +++ b/src/Squidex.Infrastructure/Log/ILogAppender.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ILogAppender.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure.Log diff --git a/src/Squidex.Infrastructure/Log/ILogChannel.cs b/src/Squidex.Infrastructure/Log/ILogChannel.cs index 7824f10a9..f7af95e22 100644 --- a/src/Squidex.Infrastructure/Log/ILogChannel.cs +++ b/src/Squidex.Infrastructure/Log/ILogChannel.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ILogChannel.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure.Log diff --git a/src/Squidex.Infrastructure/Log/IObjectWriter.cs b/src/Squidex.Infrastructure/Log/IObjectWriter.cs index db331826b..1c8ce1f95 100644 --- a/src/Squidex.Infrastructure/Log/IObjectWriter.cs +++ b/src/Squidex.Infrastructure/Log/IObjectWriter.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IObjectWriter.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Log/ISemanticLog.cs b/src/Squidex.Infrastructure/Log/ISemanticLog.cs index 1fb09f70d..cf07fb5bd 100644 --- a/src/Squidex.Infrastructure/Log/ISemanticLog.cs +++ b/src/Squidex.Infrastructure/Log/ISemanticLog.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ISemanticLog.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Log/Internal/AnsiLogConsole.cs b/src/Squidex.Infrastructure/Log/Internal/AnsiLogConsole.cs index 77535fc1d..fffabfcd4 100644 --- a/src/Squidex.Infrastructure/Log/Internal/AnsiLogConsole.cs +++ b/src/Squidex.Infrastructure/Log/Internal/AnsiLogConsole.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AnsiLogConsole.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Log/Internal/ConsoleLogProcessor.cs b/src/Squidex.Infrastructure/Log/Internal/ConsoleLogProcessor.cs index af582c278..b536f509f 100644 --- a/src/Squidex.Infrastructure/Log/Internal/ConsoleLogProcessor.cs +++ b/src/Squidex.Infrastructure/Log/Internal/ConsoleLogProcessor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ConsoleLogProcessor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Log/Internal/FileLogProcessor.cs b/src/Squidex.Infrastructure/Log/Internal/FileLogProcessor.cs index 47abd0d81..fa60d61f8 100644 --- a/src/Squidex.Infrastructure/Log/Internal/FileLogProcessor.cs +++ b/src/Squidex.Infrastructure/Log/Internal/FileLogProcessor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FileLogProcessor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Log/Internal/IConsole.cs b/src/Squidex.Infrastructure/Log/Internal/IConsole.cs index f9808c13d..d5c45b274 100644 --- a/src/Squidex.Infrastructure/Log/Internal/IConsole.cs +++ b/src/Squidex.Infrastructure/Log/Internal/IConsole.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IConsole.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure.Log.Internal diff --git a/src/Squidex.Infrastructure/Log/Internal/LogMessageEntry.cs b/src/Squidex.Infrastructure/Log/Internal/LogMessageEntry.cs index 418343967..80c284bbc 100644 --- a/src/Squidex.Infrastructure/Log/Internal/LogMessageEntry.cs +++ b/src/Squidex.Infrastructure/Log/Internal/LogMessageEntry.cs @@ -1,9 +1,8 @@ // ========================================================================== -// LogMessageEntry.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure.Log.Internal diff --git a/src/Squidex.Infrastructure/Log/Internal/WindowsLogConsole.cs b/src/Squidex.Infrastructure/Log/Internal/WindowsLogConsole.cs index 658b5a352..7275761e2 100644 --- a/src/Squidex.Infrastructure/Log/Internal/WindowsLogConsole.cs +++ b/src/Squidex.Infrastructure/Log/Internal/WindowsLogConsole.cs @@ -1,9 +1,8 @@ // ========================================================================== -// WindowsLogConsole.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Log/JsonLogWriter.cs b/src/Squidex.Infrastructure/Log/JsonLogWriter.cs index 859810ffe..07851ac5b 100644 --- a/src/Squidex.Infrastructure/Log/JsonLogWriter.cs +++ b/src/Squidex.Infrastructure/Log/JsonLogWriter.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JsonLogWriter.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Log/SemanticLog.cs b/src/Squidex.Infrastructure/Log/SemanticLog.cs index 7da8ce77b..7816db42f 100644 --- a/src/Squidex.Infrastructure/Log/SemanticLog.cs +++ b/src/Squidex.Infrastructure/Log/SemanticLog.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SemanticLog.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Log/SemanticLogExtensions.cs b/src/Squidex.Infrastructure/Log/SemanticLogExtensions.cs index 6f19395f7..a10acea8c 100644 --- a/src/Squidex.Infrastructure/Log/SemanticLogExtensions.cs +++ b/src/Squidex.Infrastructure/Log/SemanticLogExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SemanticLogExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Log/SemanticLogLevel.cs b/src/Squidex.Infrastructure/Log/SemanticLogLevel.cs index 232811359..879a17575 100644 --- a/src/Squidex.Infrastructure/Log/SemanticLogLevel.cs +++ b/src/Squidex.Infrastructure/Log/SemanticLogLevel.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SemanticLogLevel.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure.Log diff --git a/src/Squidex.Infrastructure/Log/TimestampLogAppender.cs b/src/Squidex.Infrastructure/Log/TimestampLogAppender.cs index cb399e591..f1ab37473 100644 --- a/src/Squidex.Infrastructure/Log/TimestampLogAppender.cs +++ b/src/Squidex.Infrastructure/Log/TimestampLogAppender.cs @@ -1,9 +1,8 @@ // ========================================================================== -// TimestampLogAppender.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Migrations/IMigration.cs b/src/Squidex.Infrastructure/Migrations/IMigration.cs index 5d6fa7a6a..bd4d82dbc 100644 --- a/src/Squidex.Infrastructure/Migrations/IMigration.cs +++ b/src/Squidex.Infrastructure/Migrations/IMigration.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IMigration.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Threading.Tasks; diff --git a/src/Squidex.Infrastructure/Migrations/IMigrationStatus.cs b/src/Squidex.Infrastructure/Migrations/IMigrationStatus.cs index 96f7e2043..40c601118 100644 --- a/src/Squidex.Infrastructure/Migrations/IMigrationStatus.cs +++ b/src/Squidex.Infrastructure/Migrations/IMigrationStatus.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IMigrationState.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Threading.Tasks; diff --git a/src/Squidex.Infrastructure/Migrations/Migrator.cs b/src/Squidex.Infrastructure/Migrations/Migrator.cs index f8a85aa40..30e7aa53e 100644 --- a/src/Squidex.Infrastructure/Migrations/Migrator.cs +++ b/src/Squidex.Infrastructure/Migrations/Migrator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Migrator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/NamedId.cs b/src/Squidex.Infrastructure/NamedId.cs index 182bbacc1..0b16475fe 100644 --- a/src/Squidex.Infrastructure/NamedId.cs +++ b/src/Squidex.Infrastructure/NamedId.cs @@ -1,9 +1,8 @@ // ========================================================================== -// NamedId.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/PropertiesBag.cs b/src/Squidex.Infrastructure/PropertiesBag.cs index cb8e62fd2..511c76368 100644 --- a/src/Squidex.Infrastructure/PropertiesBag.cs +++ b/src/Squidex.Infrastructure/PropertiesBag.cs @@ -1,9 +1,8 @@ // ========================================================================== -// PropertiesBag.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/PropertyValue.cs b/src/Squidex.Infrastructure/PropertyValue.cs index d68184bc1..8187e0b7a 100644 --- a/src/Squidex.Infrastructure/PropertyValue.cs +++ b/src/Squidex.Infrastructure/PropertyValue.cs @@ -1,9 +1,8 @@ // ========================================================================== -// PropertyValue.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/PubSubExtensions.cs b/src/Squidex.Infrastructure/PubSubExtensions.cs index b1669a341..5889f790f 100644 --- a/src/Squidex.Infrastructure/PubSubExtensions.cs +++ b/src/Squidex.Infrastructure/PubSubExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// PubSubExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/RandomHash.cs b/src/Squidex.Infrastructure/RandomHash.cs index e62a3f3f4..9b395e23a 100644 --- a/src/Squidex.Infrastructure/RandomHash.cs +++ b/src/Squidex.Infrastructure/RandomHash.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RandomHash.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/RefToken.cs b/src/Squidex.Infrastructure/RefToken.cs index 2b329ce56..d9298b6aa 100644 --- a/src/Squidex.Infrastructure/RefToken.cs +++ b/src/Squidex.Infrastructure/RefToken.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RefToken.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Reflection/IPropertyAccessor.cs b/src/Squidex.Infrastructure/Reflection/IPropertyAccessor.cs index 015897a86..7db4f572a 100644 --- a/src/Squidex.Infrastructure/Reflection/IPropertyAccessor.cs +++ b/src/Squidex.Infrastructure/Reflection/IPropertyAccessor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IPropertyAccessor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure.Reflection diff --git a/src/Squidex.Infrastructure/Reflection/PropertiesTypeAccessor.cs b/src/Squidex.Infrastructure/Reflection/PropertiesTypeAccessor.cs index 7f93c16fb..defd58e92 100644 --- a/src/Squidex.Infrastructure/Reflection/PropertiesTypeAccessor.cs +++ b/src/Squidex.Infrastructure/Reflection/PropertiesTypeAccessor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// PropertiesTypeAccessor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Reflection/PropertyAccessor.cs b/src/Squidex.Infrastructure/Reflection/PropertyAccessor.cs index 25e87f491..456caccbd 100644 --- a/src/Squidex.Infrastructure/Reflection/PropertyAccessor.cs +++ b/src/Squidex.Infrastructure/Reflection/PropertyAccessor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// PropertyAccessor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Reflection/ReflectionExtensions.cs b/src/Squidex.Infrastructure/Reflection/ReflectionExtensions.cs index 3f9f65703..474f55355 100644 --- a/src/Squidex.Infrastructure/Reflection/ReflectionExtensions.cs +++ b/src/Squidex.Infrastructure/Reflection/ReflectionExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ReflectionExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Reflection/SimpleCopier.cs b/src/Squidex.Infrastructure/Reflection/SimpleCopier.cs index 25ddf162c..7967e4da6 100644 --- a/src/Squidex.Infrastructure/Reflection/SimpleCopier.cs +++ b/src/Squidex.Infrastructure/Reflection/SimpleCopier.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SimpleCopier.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Reflection/SimpleMapper.cs b/src/Squidex.Infrastructure/Reflection/SimpleMapper.cs index dabd13661..cc6d8ecd2 100644 --- a/src/Squidex.Infrastructure/Reflection/SimpleMapper.cs +++ b/src/Squidex.Infrastructure/Reflection/SimpleMapper.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SimpleMapper.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/ResultList.cs b/src/Squidex.Infrastructure/ResultList.cs index 422873834..07d80e75b 100644 --- a/src/Squidex.Infrastructure/ResultList.cs +++ b/src/Squidex.Infrastructure/ResultList.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ResultList.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Infrastructure/RetryWindow.cs b/src/Squidex.Infrastructure/RetryWindow.cs index 78b5c2d94..0541b90db 100644 --- a/src/Squidex.Infrastructure/RetryWindow.cs +++ b/src/Squidex.Infrastructure/RetryWindow.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RetryWindow.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Security/Extensions.cs b/src/Squidex.Infrastructure/Security/Extensions.cs index 304fbdabf..25b9a8b88 100644 --- a/src/Squidex.Infrastructure/Security/Extensions.cs +++ b/src/Squidex.Infrastructure/Security/Extensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Extensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Security/OpenIdClaims.cs b/src/Squidex.Infrastructure/Security/OpenIdClaims.cs index e01fb6d88..a1d759b33 100644 --- a/src/Squidex.Infrastructure/Security/OpenIdClaims.cs +++ b/src/Squidex.Infrastructure/Security/OpenIdClaims.cs @@ -1,9 +1,8 @@ // ========================================================================== -// OpenIdClaims.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure.Security diff --git a/src/Squidex.Infrastructure/Singletons.cs b/src/Squidex.Infrastructure/Singletons.cs index 2ef0e91f5..494157155 100644 --- a/src/Squidex.Infrastructure/Singletons.cs +++ b/src/Squidex.Infrastructure/Singletons.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Singletons.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/SquidexInfrastructure.cs b/src/Squidex.Infrastructure/SquidexInfrastructure.cs index c0a3692f3..11cfb6764 100644 --- a/src/Squidex.Infrastructure/SquidexInfrastructure.cs +++ b/src/Squidex.Infrastructure/SquidexInfrastructure.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SquidexInfrastructure.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure diff --git a/src/Squidex.Infrastructure/States/DefaultStreamNameResolver.cs b/src/Squidex.Infrastructure/States/DefaultStreamNameResolver.cs index 4c14817ab..2312f0ce7 100644 --- a/src/Squidex.Infrastructure/States/DefaultStreamNameResolver.cs +++ b/src/Squidex.Infrastructure/States/DefaultStreamNameResolver.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DefaultStreamNameResolver.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/States/IPersistence.cs b/src/Squidex.Infrastructure/States/IPersistence.cs index 8e9e24ba2..c71ff14a2 100644 --- a/src/Squidex.Infrastructure/States/IPersistence.cs +++ b/src/Squidex.Infrastructure/States/IPersistence.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IPersistent.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Infrastructure/States/ISnapshotStore.cs b/src/Squidex.Infrastructure/States/ISnapshotStore.cs index 094b375ad..8215bff6e 100644 --- a/src/Squidex.Infrastructure/States/ISnapshotStore.cs +++ b/src/Squidex.Infrastructure/States/ISnapshotStore.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ISnapshotStore.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Threading.Tasks; diff --git a/src/Squidex.Infrastructure/States/IStateFactory.cs b/src/Squidex.Infrastructure/States/IStateFactory.cs index 16d72edfc..cc10879ec 100644 --- a/src/Squidex.Infrastructure/States/IStateFactory.cs +++ b/src/Squidex.Infrastructure/States/IStateFactory.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IStateFactory.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/States/IStatefulObject.cs b/src/Squidex.Infrastructure/States/IStatefulObject.cs index b033bb435..e90e84728 100644 --- a/src/Squidex.Infrastructure/States/IStatefulObject.cs +++ b/src/Squidex.Infrastructure/States/IStatefulObject.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IStatefulObject.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Threading.Tasks; diff --git a/src/Squidex.Infrastructure/States/IStore.cs b/src/Squidex.Infrastructure/States/IStore.cs index ab9feb98f..7ac2c6dea 100644 --- a/src/Squidex.Infrastructure/States/IStore.cs +++ b/src/Squidex.Infrastructure/States/IStore.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IStore.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/States/IStreamNameResolver.cs b/src/Squidex.Infrastructure/States/IStreamNameResolver.cs index 3be65a867..a8d13034c 100644 --- a/src/Squidex.Infrastructure/States/IStreamNameResolver.cs +++ b/src/Squidex.Infrastructure/States/IStreamNameResolver.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IStreamNameResolver.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/States/InconsistentStateException.cs b/src/Squidex.Infrastructure/States/InconsistentStateException.cs index 3b6aaab84..843c65583 100644 --- a/src/Squidex.Infrastructure/States/InconsistentStateException.cs +++ b/src/Squidex.Infrastructure/States/InconsistentStateException.cs @@ -1,9 +1,8 @@ // ========================================================================== -// InconsistentStateException.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/States/InvalidateMessage.cs b/src/Squidex.Infrastructure/States/InvalidateMessage.cs index 56aa270a4..b55f77145 100644 --- a/src/Squidex.Infrastructure/States/InvalidateMessage.cs +++ b/src/Squidex.Infrastructure/States/InvalidateMessage.cs @@ -1,9 +1,8 @@ // ========================================================================== -// InvalidateMessage.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure.States diff --git a/src/Squidex.Infrastructure/States/Persistence.cs b/src/Squidex.Infrastructure/States/Persistence.cs index 1aa06d1f0..92dd38738 100644 --- a/src/Squidex.Infrastructure/States/Persistence.cs +++ b/src/Squidex.Infrastructure/States/Persistence.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Persistence.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/States/PersistenceMode.cs b/src/Squidex.Infrastructure/States/PersistenceMode.cs index b1c09fa62..22d10548b 100644 --- a/src/Squidex.Infrastructure/States/PersistenceMode.cs +++ b/src/Squidex.Infrastructure/States/PersistenceMode.cs @@ -1,9 +1,8 @@ // ========================================================================== -// PersistenceMode.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Infrastructure.States diff --git a/src/Squidex.Infrastructure/States/Persistence{TOwner,TSnapshot,TKey}.cs b/src/Squidex.Infrastructure/States/Persistence{TOwner,TSnapshot,TKey}.cs index 7c6d6fdb1..024a05119 100644 --- a/src/Squidex.Infrastructure/States/Persistence{TOwner,TSnapshot,TKey}.cs +++ b/src/Squidex.Infrastructure/States/Persistence{TOwner,TSnapshot,TKey}.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Persistence.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/States/StateFactory.cs b/src/Squidex.Infrastructure/States/StateFactory.cs index 226b6f2a8..85b9977b4 100644 --- a/src/Squidex.Infrastructure/States/StateFactory.cs +++ b/src/Squidex.Infrastructure/States/StateFactory.cs @@ -1,9 +1,8 @@ // ========================================================================== -// StateFactory.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/States/Store.cs b/src/Squidex.Infrastructure/States/Store.cs index 6191bc1f8..2d1daa69c 100644 --- a/src/Squidex.Infrastructure/States/Store.cs +++ b/src/Squidex.Infrastructure/States/Store.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Store.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/States/StoreExtensions.cs b/src/Squidex.Infrastructure/States/StoreExtensions.cs index 53c2fa929..5a4dec34b 100644 --- a/src/Squidex.Infrastructure/States/StoreExtensions.cs +++ b/src/Squidex.Infrastructure/States/StoreExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// StoreExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/StringExtensions.cs b/src/Squidex.Infrastructure/StringExtensions.cs index 8fd004668..111d5ca6e 100644 --- a/src/Squidex.Infrastructure/StringExtensions.cs +++ b/src/Squidex.Infrastructure/StringExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// StringExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Tasks/AsyncLock.cs b/src/Squidex.Infrastructure/Tasks/AsyncLock.cs index ad5468ef7..40a8baf09 100644 --- a/src/Squidex.Infrastructure/Tasks/AsyncLock.cs +++ b/src/Squidex.Infrastructure/Tasks/AsyncLock.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AsyncLock.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Tasks/AsyncLockPool.cs b/src/Squidex.Infrastructure/Tasks/AsyncLockPool.cs index 6701782b2..6c8e99ba2 100644 --- a/src/Squidex.Infrastructure/Tasks/AsyncLockPool.cs +++ b/src/Squidex.Infrastructure/Tasks/AsyncLockPool.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AsyncLockPool.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Tasks/SingleThreadedDispatcher.cs b/src/Squidex.Infrastructure/Tasks/SingleThreadedDispatcher.cs index 222b6ced6..f56f1ac46 100644 --- a/src/Squidex.Infrastructure/Tasks/SingleThreadedDispatcher.cs +++ b/src/Squidex.Infrastructure/Tasks/SingleThreadedDispatcher.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Actor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Tasks/TaskExtensions.cs b/src/Squidex.Infrastructure/Tasks/TaskExtensions.cs index e8cb83234..f6bca06ce 100644 --- a/src/Squidex.Infrastructure/Tasks/TaskExtensions.cs +++ b/src/Squidex.Infrastructure/Tasks/TaskExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// TaskExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/Tasks/TaskHelper.cs b/src/Squidex.Infrastructure/Tasks/TaskHelper.cs index eb2e1c1e0..6c59a1d37 100644 --- a/src/Squidex.Infrastructure/Tasks/TaskHelper.cs +++ b/src/Squidex.Infrastructure/Tasks/TaskHelper.cs @@ -1,9 +1,8 @@ // ========================================================================== -// TaskHelper.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Threading.Tasks; diff --git a/src/Squidex.Infrastructure/Timers/CompletionTimer.cs b/src/Squidex.Infrastructure/Timers/CompletionTimer.cs index d86857e5f..a61a136d0 100644 --- a/src/Squidex.Infrastructure/Timers/CompletionTimer.cs +++ b/src/Squidex.Infrastructure/Timers/CompletionTimer.cs @@ -1,9 +1,8 @@ // ========================================================================== -// CompletionTimer.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/TypeNameAttribute.cs b/src/Squidex.Infrastructure/TypeNameAttribute.cs index 068a78f15..6dcb5021f 100644 --- a/src/Squidex.Infrastructure/TypeNameAttribute.cs +++ b/src/Squidex.Infrastructure/TypeNameAttribute.cs @@ -1,9 +1,8 @@ // ========================================================================== -// TypeNameAttribute.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/TypeNameNotFoundException.cs b/src/Squidex.Infrastructure/TypeNameNotFoundException.cs index 520351477..81b941c31 100644 --- a/src/Squidex.Infrastructure/TypeNameNotFoundException.cs +++ b/src/Squidex.Infrastructure/TypeNameNotFoundException.cs @@ -1,9 +1,8 @@ // ========================================================================== -// TypeNameNotFoundException.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/TypeNameRegistry.cs b/src/Squidex.Infrastructure/TypeNameRegistry.cs index 61135259c..c000e29eb 100644 --- a/src/Squidex.Infrastructure/TypeNameRegistry.cs +++ b/src/Squidex.Infrastructure/TypeNameRegistry.cs @@ -1,9 +1,8 @@ // ========================================================================== -// TypeNameRegistry.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/UsageTracking/BackgroundUsageTracker.cs b/src/Squidex.Infrastructure/UsageTracking/BackgroundUsageTracker.cs index 043232ff6..7aec7db78 100644 --- a/src/Squidex.Infrastructure/UsageTracking/BackgroundUsageTracker.cs +++ b/src/Squidex.Infrastructure/UsageTracking/BackgroundUsageTracker.cs @@ -1,9 +1,8 @@ // ========================================================================== -// BackgroundUsageTracker.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/UsageTracking/IUsageStore.cs b/src/Squidex.Infrastructure/UsageTracking/IUsageStore.cs index 6e66bf86f..d53d4aa23 100644 --- a/src/Squidex.Infrastructure/UsageTracking/IUsageStore.cs +++ b/src/Squidex.Infrastructure/UsageTracking/IUsageStore.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IUsageStore.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/UsageTracking/IUsageTracker.cs b/src/Squidex.Infrastructure/UsageTracking/IUsageTracker.cs index 4defaadc4..7a28e851d 100644 --- a/src/Squidex.Infrastructure/UsageTracking/IUsageTracker.cs +++ b/src/Squidex.Infrastructure/UsageTracking/IUsageTracker.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IUsageTracker.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/UsageTracking/StoredUsage.cs b/src/Squidex.Infrastructure/UsageTracking/StoredUsage.cs index 5ba280748..93dd02786 100644 --- a/src/Squidex.Infrastructure/UsageTracking/StoredUsage.cs +++ b/src/Squidex.Infrastructure/UsageTracking/StoredUsage.cs @@ -1,9 +1,8 @@ // ========================================================================== -// StoredUsage.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/UsageTracking/Usage.cs b/src/Squidex.Infrastructure/UsageTracking/Usage.cs index 961c44d29..84f40af32 100644 --- a/src/Squidex.Infrastructure/UsageTracking/Usage.cs +++ b/src/Squidex.Infrastructure/UsageTracking/Usage.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Usage.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== #pragma warning disable SA1401 // Fields must be private diff --git a/src/Squidex.Infrastructure/Validate.cs b/src/Squidex.Infrastructure/Validate.cs index ebeaeb4a6..04b483152 100644 --- a/src/Squidex.Infrastructure/Validate.cs +++ b/src/Squidex.Infrastructure/Validate.cs @@ -1,9 +1,8 @@ // ========================================================================== -// TypeNameRegistry.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/ValidationError.cs b/src/Squidex.Infrastructure/ValidationError.cs index 5c81b22e5..eb1c6c651 100644 --- a/src/Squidex.Infrastructure/ValidationError.cs +++ b/src/Squidex.Infrastructure/ValidationError.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ValidationError.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Infrastructure/ValidationException.cs b/src/Squidex.Infrastructure/ValidationException.cs index 71034ed5b..29bf22532 100644 --- a/src/Squidex.Infrastructure/ValidationException.cs +++ b/src/Squidex.Infrastructure/ValidationException.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ValidationException.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Infrastructure/ValidationExtensions.cs b/src/Squidex.Infrastructure/ValidationExtensions.cs index 1a30f9cb8..80256dee3 100644 --- a/src/Squidex.Infrastructure/ValidationExtensions.cs +++ b/src/Squidex.Infrastructure/ValidationExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ValidationExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex.Shared/Identity/SquidexClaimTypes.cs b/src/Squidex.Shared/Identity/SquidexClaimTypes.cs index 9a26f7ec4..f622d5bfa 100644 --- a/src/Squidex.Shared/Identity/SquidexClaimTypes.cs +++ b/src/Squidex.Shared/Identity/SquidexClaimTypes.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SquidexClaimTypes.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Shared.Identity diff --git a/src/Squidex.Shared/Identity/SquidexRoles.cs b/src/Squidex.Shared/Identity/SquidexRoles.cs index d9815b7c8..f61841379 100644 --- a/src/Squidex.Shared/Identity/SquidexRoles.cs +++ b/src/Squidex.Shared/Identity/SquidexRoles.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SquidexRoles.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Shared.Identity diff --git a/src/Squidex.Shared/Users/ExternalLogin.cs b/src/Squidex.Shared/Users/ExternalLogin.cs index 4f9c41b30..4e25c2194 100644 --- a/src/Squidex.Shared/Users/ExternalLogin.cs +++ b/src/Squidex.Shared/Users/ExternalLogin.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ExternalLogin.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Shared.Users diff --git a/src/Squidex.Shared/Users/IUser.cs b/src/Squidex.Shared/Users/IUser.cs index a283a23f0..14f607177 100644 --- a/src/Squidex.Shared/Users/IUser.cs +++ b/src/Squidex.Shared/Users/IUser.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IUser.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex.Shared/Users/IUserResolver.cs b/src/Squidex.Shared/Users/IUserResolver.cs index 20693a42c..6dea877d9 100644 --- a/src/Squidex.Shared/Users/IUserResolver.cs +++ b/src/Squidex.Shared/Users/IUserResolver.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IUserResolver.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Threading.Tasks; diff --git a/src/Squidex/AppConfiguration.cs b/src/Squidex/AppConfiguration.cs index 6c707bafb..9f4177ea2 100644 --- a/src/Squidex/AppConfiguration.cs +++ b/src/Squidex/AppConfiguration.cs @@ -2,7 +2,7 @@ // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschränkt) -// All rights reserved. Licensed under the MIT license. +// All rights reserved. Licensed under the MIT license. Licensed under the MIT license. // ========================================================================== using Microsoft.Extensions.Configuration; diff --git a/src/Squidex/AppServices.cs b/src/Squidex/AppServices.cs index 88a370b5b..baa614181 100644 --- a/src/Squidex/AppServices.cs +++ b/src/Squidex/AppServices.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Services.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Microsoft.Extensions.Configuration; diff --git a/src/Squidex/Areas/Api/Config/Swagger/ScopesProcessor.cs b/src/Squidex/Areas/Api/Config/Swagger/ScopesProcessor.cs index 71c1f3a29..3b8fca2ae 100644 --- a/src/Squidex/Areas/Api/Config/Swagger/ScopesProcessor.cs +++ b/src/Squidex/Areas/Api/Config/Swagger/ScopesProcessor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ScopesProcessor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex/Areas/Api/Config/Swagger/SwaggerExtensions.cs b/src/Squidex/Areas/Api/Config/Swagger/SwaggerExtensions.cs index ce022db94..abda24f26 100644 --- a/src/Squidex/Areas/Api/Config/Swagger/SwaggerExtensions.cs +++ b/src/Squidex/Areas/Api/Config/Swagger/SwaggerExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SwaggerExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Reflection; diff --git a/src/Squidex/Areas/Api/Config/Swagger/SwaggerServices.cs b/src/Squidex/Areas/Api/Config/Swagger/SwaggerServices.cs index d34d09d7b..7658b8011 100644 --- a/src/Squidex/Areas/Api/Config/Swagger/SwaggerServices.cs +++ b/src/Squidex/Areas/Api/Config/Swagger/SwaggerServices.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SwaggerServices.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex/Areas/Api/Config/Swagger/XmlResponseTypesProcessor.cs b/src/Squidex/Areas/Api/Config/Swagger/XmlResponseTypesProcessor.cs index 0242c3891..aa3598de7 100644 --- a/src/Squidex/Areas/Api/Config/Swagger/XmlResponseTypesProcessor.cs +++ b/src/Squidex/Areas/Api/Config/Swagger/XmlResponseTypesProcessor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// XmlResponseTypesProcessor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/Api/Config/Swagger/XmlTagProcessor.cs b/src/Squidex/Areas/Api/Config/Swagger/XmlTagProcessor.cs index 93b24b7f2..61e6afa33 100644 --- a/src/Squidex/Areas/Api/Config/Swagger/XmlTagProcessor.cs +++ b/src/Squidex/Areas/Api/Config/Swagger/XmlTagProcessor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// XmlTagProcessor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Reflection; diff --git a/src/Squidex/Areas/Api/Controllers/ApiController.cs b/src/Squidex/Areas/Api/Controllers/ApiController.cs index 66d163d43..0108217ee 100644 --- a/src/Squidex/Areas/Api/Controllers/ApiController.cs +++ b/src/Squidex/Areas/Api/Controllers/ApiController.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ControllerBase.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/Api/Controllers/Apps/AppClientsController.cs b/src/Squidex/Areas/Api/Controllers/Apps/AppClientsController.cs index 59f74abfd..3606495dd 100644 --- a/src/Squidex/Areas/Api/Controllers/Apps/AppClientsController.cs +++ b/src/Squidex/Areas/Api/Controllers/Apps/AppClientsController.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppClientsController.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Linq; diff --git a/src/Squidex/Areas/Api/Controllers/Apps/AppContributorsController.cs b/src/Squidex/Areas/Api/Controllers/Apps/AppContributorsController.cs index 3a2faddc5..db305d370 100644 --- a/src/Squidex/Areas/Api/Controllers/Apps/AppContributorsController.cs +++ b/src/Squidex/Areas/Api/Controllers/Apps/AppContributorsController.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppContributorsController.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Linq; diff --git a/src/Squidex/Areas/Api/Controllers/Apps/AppLanguagesController.cs b/src/Squidex/Areas/Api/Controllers/Apps/AppLanguagesController.cs index 4d055de27..55bdac37e 100644 --- a/src/Squidex/Areas/Api/Controllers/Apps/AppLanguagesController.cs +++ b/src/Squidex/Areas/Api/Controllers/Apps/AppLanguagesController.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppLanguagesController.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/Api/Controllers/Apps/AppPatternsController.cs b/src/Squidex/Areas/Api/Controllers/Apps/AppPatternsController.cs index 846353eaf..125907e49 100644 --- a/src/Squidex/Areas/Api/Controllers/Apps/AppPatternsController.cs +++ b/src/Squidex/Areas/Api/Controllers/Apps/AppPatternsController.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppPatternsController.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/Api/Controllers/Apps/AppsController.cs b/src/Squidex/Areas/Api/Controllers/Apps/AppsController.cs index 78cd235c1..9ea40a91e 100644 --- a/src/Squidex/Areas/Api/Controllers/Apps/AppsController.cs +++ b/src/Squidex/Areas/Api/Controllers/Apps/AppsController.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppsController.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/Api/Controllers/Apps/Models/AddAppLanguageDto.cs b/src/Squidex/Areas/Api/Controllers/Apps/Models/AddAppLanguageDto.cs index fc1a928ba..a3b4f0818 100644 --- a/src/Squidex/Areas/Api/Controllers/Apps/Models/AddAppLanguageDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Apps/Models/AddAppLanguageDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AddAppLanguageDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.ComponentModel.DataAnnotations; diff --git a/src/Squidex/Areas/Api/Controllers/Apps/Models/AppCreatedDto.cs b/src/Squidex/Areas/Api/Controllers/Apps/Models/AppCreatedDto.cs index 30b3de2c9..68f1ba689 100644 --- a/src/Squidex/Areas/Api/Controllers/Apps/Models/AppCreatedDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Apps/Models/AppCreatedDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppCreatedDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.ComponentModel.DataAnnotations; diff --git a/src/Squidex/Areas/Api/Controllers/Apps/Models/AppDto.cs b/src/Squidex/Areas/Api/Controllers/Apps/Models/AppDto.cs index dbc6e513e..4ef8651b2 100644 --- a/src/Squidex/Areas/Api/Controllers/Apps/Models/AppDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Apps/Models/AppDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/Api/Controllers/Apps/Models/AppLanguageDto.cs b/src/Squidex/Areas/Api/Controllers/Apps/Models/AppLanguageDto.cs index 90a9699af..b85dae011 100644 --- a/src/Squidex/Areas/Api/Controllers/Apps/Models/AppLanguageDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Apps/Models/AppLanguageDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppLanguageDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex/Areas/Api/Controllers/Apps/Models/AppPatternDto.cs b/src/Squidex/Areas/Api/Controllers/Apps/Models/AppPatternDto.cs index ca5b7422e..f5bcaf988 100644 --- a/src/Squidex/Areas/Api/Controllers/Apps/Models/AppPatternDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Apps/Models/AppPatternDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppPatternDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/Api/Controllers/Apps/Models/AssignAppContributorDto.cs b/src/Squidex/Areas/Api/Controllers/Apps/Models/AssignAppContributorDto.cs index 8083dd614..ed56a9183 100644 --- a/src/Squidex/Areas/Api/Controllers/Apps/Models/AssignAppContributorDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Apps/Models/AssignAppContributorDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssignAppContributorDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.ComponentModel.DataAnnotations; diff --git a/src/Squidex/Areas/Api/Controllers/Apps/Models/ClientDto.cs b/src/Squidex/Areas/Api/Controllers/Apps/Models/ClientDto.cs index 059ee5918..9858ade75 100644 --- a/src/Squidex/Areas/Api/Controllers/Apps/Models/ClientDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Apps/Models/ClientDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ClientDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.ComponentModel.DataAnnotations; diff --git a/src/Squidex/Areas/Api/Controllers/Apps/Models/ContributorDto.cs b/src/Squidex/Areas/Api/Controllers/Apps/Models/ContributorDto.cs index 1892bfb29..522b4d2b4 100644 --- a/src/Squidex/Areas/Api/Controllers/Apps/Models/ContributorDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Apps/Models/ContributorDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContributorDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.ComponentModel.DataAnnotations; diff --git a/src/Squidex/Areas/Api/Controllers/Apps/Models/ContributorsDto.cs b/src/Squidex/Areas/Api/Controllers/Apps/Models/ContributorsDto.cs index 08bd5e252..4d411b57f 100644 --- a/src/Squidex/Areas/Api/Controllers/Apps/Models/ContributorsDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Apps/Models/ContributorsDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContributorsDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.ComponentModel.DataAnnotations; diff --git a/src/Squidex/Areas/Api/Controllers/Apps/Models/CreateAppClientDto.cs b/src/Squidex/Areas/Api/Controllers/Apps/Models/CreateAppClientDto.cs index c6df27c98..c9ea73b54 100644 --- a/src/Squidex/Areas/Api/Controllers/Apps/Models/CreateAppClientDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Apps/Models/CreateAppClientDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// CreateAppClientDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.ComponentModel.DataAnnotations; diff --git a/src/Squidex/Areas/Api/Controllers/Apps/Models/CreateAppDto.cs b/src/Squidex/Areas/Api/Controllers/Apps/Models/CreateAppDto.cs index 61361ea8b..362932862 100644 --- a/src/Squidex/Areas/Api/Controllers/Apps/Models/CreateAppDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Apps/Models/CreateAppDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// CreateAppDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.ComponentModel.DataAnnotations; diff --git a/src/Squidex/Areas/Api/Controllers/Apps/Models/UpdateAppClientDto.cs b/src/Squidex/Areas/Api/Controllers/Apps/Models/UpdateAppClientDto.cs index 02b718bdf..c366d50ef 100644 --- a/src/Squidex/Areas/Api/Controllers/Apps/Models/UpdateAppClientDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Apps/Models/UpdateAppClientDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// UpdateAppClientDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.ComponentModel.DataAnnotations; diff --git a/src/Squidex/Areas/Api/Controllers/Apps/Models/UpdateAppLanguageDto.cs b/src/Squidex/Areas/Api/Controllers/Apps/Models/UpdateAppLanguageDto.cs index 05454fbe6..5f888a970 100644 --- a/src/Squidex/Areas/Api/Controllers/Apps/Models/UpdateAppLanguageDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Apps/Models/UpdateAppLanguageDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// UpdateAppLanguageDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex/Areas/Api/Controllers/Apps/Models/UpdatePatternDto.cs b/src/Squidex/Areas/Api/Controllers/Apps/Models/UpdatePatternDto.cs index 89506dfcc..76e75f116 100644 --- a/src/Squidex/Areas/Api/Controllers/Apps/Models/UpdatePatternDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Apps/Models/UpdatePatternDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AddPatternDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.ComponentModel.DataAnnotations; diff --git a/src/Squidex/Areas/Api/Controllers/Assets/AssetConfig.cs b/src/Squidex/Areas/Api/Controllers/Assets/AssetConfig.cs index 37a9b72f4..38d5d2920 100644 --- a/src/Squidex/Areas/Api/Controllers/Assets/AssetConfig.cs +++ b/src/Squidex/Areas/Api/Controllers/Assets/AssetConfig.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetConfig.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Areas.Api.Controllers.Assets diff --git a/src/Squidex/Areas/Api/Controllers/Assets/AssetContentController.cs b/src/Squidex/Areas/Api/Controllers/Assets/AssetContentController.cs index 330209f41..1f11f7100 100644 --- a/src/Squidex/Areas/Api/Controllers/Assets/AssetContentController.cs +++ b/src/Squidex/Areas/Api/Controllers/Assets/AssetContentController.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetContentController.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/Api/Controllers/Assets/AssetsController.cs b/src/Squidex/Areas/Api/Controllers/Assets/AssetsController.cs index 910bd8fa6..0f2da0d0f 100644 --- a/src/Squidex/Areas/Api/Controllers/Assets/AssetsController.cs +++ b/src/Squidex/Areas/Api/Controllers/Assets/AssetsController.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetsController.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/Api/Controllers/Assets/Models/AssetCreatedDto.cs b/src/Squidex/Areas/Api/Controllers/Assets/Models/AssetCreatedDto.cs index 6becf0403..58255d875 100644 --- a/src/Squidex/Areas/Api/Controllers/Assets/Models/AssetCreatedDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Assets/Models/AssetCreatedDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetCreatedDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/Api/Controllers/Assets/Models/AssetDto.cs b/src/Squidex/Areas/Api/Controllers/Assets/Models/AssetDto.cs index e5ac24f94..33400ea80 100644 --- a/src/Squidex/Areas/Api/Controllers/Assets/Models/AssetDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Assets/Models/AssetDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/Api/Controllers/Assets/Models/AssetReplacedDto.cs b/src/Squidex/Areas/Api/Controllers/Assets/Models/AssetReplacedDto.cs index c038d4f48..73c151a18 100644 --- a/src/Squidex/Areas/Api/Controllers/Assets/Models/AssetReplacedDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Assets/Models/AssetReplacedDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetReplacedDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.ComponentModel.DataAnnotations; diff --git a/src/Squidex/Areas/Api/Controllers/Assets/Models/AssetUpdateDto.cs b/src/Squidex/Areas/Api/Controllers/Assets/Models/AssetUpdateDto.cs index da77022d9..ca143f5cf 100644 --- a/src/Squidex/Areas/Api/Controllers/Assets/Models/AssetUpdateDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Assets/Models/AssetUpdateDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetUpdateDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.ComponentModel.DataAnnotations; diff --git a/src/Squidex/Areas/Api/Controllers/Assets/Models/AssetsDto.cs b/src/Squidex/Areas/Api/Controllers/Assets/Models/AssetsDto.cs index d00a2fc31..576db9b8a 100644 --- a/src/Squidex/Areas/Api/Controllers/Assets/Models/AssetsDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Assets/Models/AssetsDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetsDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Areas.Api.Controllers.Assets.Models diff --git a/src/Squidex/Areas/Api/Controllers/Content/ContentSwaggerController.cs b/src/Squidex/Areas/Api/Controllers/Content/ContentSwaggerController.cs index a1f54b271..8e1a46ba2 100644 --- a/src/Squidex/Areas/Api/Controllers/Content/ContentSwaggerController.cs +++ b/src/Squidex/Areas/Api/Controllers/Content/ContentSwaggerController.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentSwaggerController.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Threading.Tasks; diff --git a/src/Squidex/Areas/Api/Controllers/Content/ContentsController.cs b/src/Squidex/Areas/Api/Controllers/Content/ContentsController.cs index 68d8a08a3..e9861fe66 100644 --- a/src/Squidex/Areas/Api/Controllers/Content/ContentsController.cs +++ b/src/Squidex/Areas/Api/Controllers/Content/ContentsController.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentsController.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/Api/Controllers/Content/Generator/SchemaSwaggerGenerator.cs b/src/Squidex/Areas/Api/Controllers/Content/Generator/SchemaSwaggerGenerator.cs index e19f0a095..9236c96d5 100644 --- a/src/Squidex/Areas/Api/Controllers/Content/Generator/SchemaSwaggerGenerator.cs +++ b/src/Squidex/Areas/Api/Controllers/Content/Generator/SchemaSwaggerGenerator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SchemaSwaggerGenerator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/Api/Controllers/Content/Generator/SchemasSwaggerGenerator.cs b/src/Squidex/Areas/Api/Controllers/Content/Generator/SchemasSwaggerGenerator.cs index c895641f1..c88f8cad2 100644 --- a/src/Squidex/Areas/Api/Controllers/Content/Generator/SchemasSwaggerGenerator.cs +++ b/src/Squidex/Areas/Api/Controllers/Content/Generator/SchemasSwaggerGenerator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SchemasSwaggerGenerator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex/Areas/Api/Controllers/Content/Models/AssetsDto.cs b/src/Squidex/Areas/Api/Controllers/Content/Models/AssetsDto.cs index 7888ba044..6be8cbf15 100644 --- a/src/Squidex/Areas/Api/Controllers/Content/Models/AssetsDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Content/Models/AssetsDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentsDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Areas.Api.Controllers.Contents.Models diff --git a/src/Squidex/Areas/Api/Controllers/Content/Models/ContentDto.cs b/src/Squidex/Areas/Api/Controllers/Content/Models/ContentDto.cs index 62471547c..eee19d42f 100644 --- a/src/Squidex/Areas/Api/Controllers/Content/Models/ContentDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Content/Models/ContentDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/Api/Controllers/Docs/DocsController.cs b/src/Squidex/Areas/Api/Controllers/Docs/DocsController.cs index 41209d69a..dff64c0f3 100644 --- a/src/Squidex/Areas/Api/Controllers/Docs/DocsController.cs +++ b/src/Squidex/Areas/Api/Controllers/Docs/DocsController.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DocsController.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Microsoft.AspNetCore.Mvc; diff --git a/src/Squidex/Areas/Api/Controllers/DocsVM.cs b/src/Squidex/Areas/Api/Controllers/DocsVM.cs index d51012baf..6444d56bd 100644 --- a/src/Squidex/Areas/Api/Controllers/DocsVM.cs +++ b/src/Squidex/Areas/Api/Controllers/DocsVM.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DocsVM.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Areas.Api.Controllers diff --git a/src/Squidex/Areas/Api/Controllers/EventConsumers/EventConsumersController.cs b/src/Squidex/Areas/Api/Controllers/EventConsumers/EventConsumersController.cs index 611770c60..41e232307 100644 --- a/src/Squidex/Areas/Api/Controllers/EventConsumers/EventConsumersController.cs +++ b/src/Squidex/Areas/Api/Controllers/EventConsumers/EventConsumersController.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EventConsumersController.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/Api/Controllers/EventConsumers/Models/EventConsumerDto.cs b/src/Squidex/Areas/Api/Controllers/EventConsumers/Models/EventConsumerDto.cs index f586c857a..5dbb479b0 100644 --- a/src/Squidex/Areas/Api/Controllers/EventConsumers/Models/EventConsumerDto.cs +++ b/src/Squidex/Areas/Api/Controllers/EventConsumers/Models/EventConsumerDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EventConsumerDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Areas.Api.Controllers.EventConsumers.Models diff --git a/src/Squidex/Areas/Api/Controllers/History/HistoryController.cs b/src/Squidex/Areas/Api/Controllers/History/HistoryController.cs index a4570cf22..a80a8308f 100644 --- a/src/Squidex/Areas/Api/Controllers/History/HistoryController.cs +++ b/src/Squidex/Areas/Api/Controllers/History/HistoryController.cs @@ -1,9 +1,8 @@ // ========================================================================== -// HistoryController.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Linq; diff --git a/src/Squidex/Areas/Api/Controllers/History/Models/HistoryEventDto.cs b/src/Squidex/Areas/Api/Controllers/History/Models/HistoryEventDto.cs index 48716de8a..39f8755be 100644 --- a/src/Squidex/Areas/Api/Controllers/History/Models/HistoryEventDto.cs +++ b/src/Squidex/Areas/Api/Controllers/History/Models/HistoryEventDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// HistoryEventDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/Api/Controllers/JsonInheritanceConverter.cs b/src/Squidex/Areas/Api/Controllers/JsonInheritanceConverter.cs index 4f8387e52..fe5f23cf3 100644 --- a/src/Squidex/Areas/Api/Controllers/JsonInheritanceConverter.cs +++ b/src/Squidex/Areas/Api/Controllers/JsonInheritanceConverter.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JsonInheritanceConverter.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/Api/Controllers/LanguageDto.cs b/src/Squidex/Areas/Api/Controllers/LanguageDto.cs index e56a22f16..10e02e773 100644 --- a/src/Squidex/Areas/Api/Controllers/LanguageDto.cs +++ b/src/Squidex/Areas/Api/Controllers/LanguageDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// LanguageDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.ComponentModel.DataAnnotations; diff --git a/src/Squidex/Areas/Api/Controllers/Languages/LanguagesController.cs b/src/Squidex/Areas/Api/Controllers/Languages/LanguagesController.cs index 5ae71b278..bf636ab99 100644 --- a/src/Squidex/Areas/Api/Controllers/Languages/LanguagesController.cs +++ b/src/Squidex/Areas/Api/Controllers/Languages/LanguagesController.cs @@ -1,9 +1,8 @@ // ========================================================================== -// LanguagesController.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Linq; diff --git a/src/Squidex/Areas/Api/Controllers/Ping/PingController.cs b/src/Squidex/Areas/Api/Controllers/Ping/PingController.cs index b1cf16582..9b9014a8b 100644 --- a/src/Squidex/Areas/Api/Controllers/Ping/PingController.cs +++ b/src/Squidex/Areas/Api/Controllers/Ping/PingController.cs @@ -1,9 +1,8 @@ // ========================================================================== -// PingController.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Microsoft.AspNetCore.Mvc; diff --git a/src/Squidex/Areas/Api/Controllers/Plans/AppPlansController.cs b/src/Squidex/Areas/Api/Controllers/Plans/AppPlansController.cs index e7a42a3fc..72e23b3cb 100644 --- a/src/Squidex/Areas/Api/Controllers/Plans/AppPlansController.cs +++ b/src/Squidex/Areas/Api/Controllers/Plans/AppPlansController.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppPlansController.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Linq; diff --git a/src/Squidex/Areas/Api/Controllers/Plans/Models/AppPlansDto.cs b/src/Squidex/Areas/Api/Controllers/Plans/Models/AppPlansDto.cs index 0f797b446..8aff5f50a 100644 --- a/src/Squidex/Areas/Api/Controllers/Plans/Models/AppPlansDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Plans/Models/AppPlansDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppPlansDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex/Areas/Api/Controllers/Plans/Models/ChangePlanDto.cs b/src/Squidex/Areas/Api/Controllers/Plans/Models/ChangePlanDto.cs index ac3155917..e7adc9044 100644 --- a/src/Squidex/Areas/Api/Controllers/Plans/Models/ChangePlanDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Plans/Models/ChangePlanDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ChangePlanDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.ComponentModel.DataAnnotations; diff --git a/src/Squidex/Areas/Api/Controllers/Plans/Models/PlanChangedDto.cs b/src/Squidex/Areas/Api/Controllers/Plans/Models/PlanChangedDto.cs index 2c034d25b..a35510786 100644 --- a/src/Squidex/Areas/Api/Controllers/Plans/Models/PlanChangedDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Plans/Models/PlanChangedDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// PlanChangedDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Areas.Api.Controllers.Plans.Models diff --git a/src/Squidex/Areas/Api/Controllers/Plans/Models/PlanDto.cs b/src/Squidex/Areas/Api/Controllers/Plans/Models/PlanDto.cs index d7526d1bc..59adb8595 100644 --- a/src/Squidex/Areas/Api/Controllers/Plans/Models/PlanDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Plans/Models/PlanDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// PlanDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Areas.Api.Controllers.Plans.Models diff --git a/src/Squidex/Areas/Api/Controllers/Rules/Models/Actions/WebhookActionDto.cs b/src/Squidex/Areas/Api/Controllers/Rules/Models/Actions/WebhookActionDto.cs index c927ecf92..64feb9189 100644 --- a/src/Squidex/Areas/Api/Controllers/Rules/Models/Actions/WebhookActionDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Rules/Models/Actions/WebhookActionDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// WebhookActionDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/Api/Controllers/Rules/Models/Converters/RuleActionDtoFactory.cs b/src/Squidex/Areas/Api/Controllers/Rules/Models/Converters/RuleActionDtoFactory.cs index 09f12bdf6..264298fee 100644 --- a/src/Squidex/Areas/Api/Controllers/Rules/Models/Converters/RuleActionDtoFactory.cs +++ b/src/Squidex/Areas/Api/Controllers/Rules/Models/Converters/RuleActionDtoFactory.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleActionDtoFactory.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Areas.Api.Controllers.Rules.Models.Actions; diff --git a/src/Squidex/Areas/Api/Controllers/Rules/Models/Converters/RuleConverter.cs b/src/Squidex/Areas/Api/Controllers/Rules/Models/Converters/RuleConverter.cs index 072ce5141..a5c6fa003 100644 --- a/src/Squidex/Areas/Api/Controllers/Rules/Models/Converters/RuleConverter.cs +++ b/src/Squidex/Areas/Api/Controllers/Rules/Models/Converters/RuleConverter.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleConverter.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/Api/Controllers/Rules/Models/Converters/RuleTriggerDtoFactory.cs b/src/Squidex/Areas/Api/Controllers/Rules/Models/Converters/RuleTriggerDtoFactory.cs index b0bd6de67..6d40e73b1 100644 --- a/src/Squidex/Areas/Api/Controllers/Rules/Models/Converters/RuleTriggerDtoFactory.cs +++ b/src/Squidex/Areas/Api/Controllers/Rules/Models/Converters/RuleTriggerDtoFactory.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleTriggerDtoFactory.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Linq; diff --git a/src/Squidex/Areas/Api/Controllers/Rules/Models/CreateRuleDto.cs b/src/Squidex/Areas/Api/Controllers/Rules/Models/CreateRuleDto.cs index 4887c2761..1256163e3 100644 --- a/src/Squidex/Areas/Api/Controllers/Rules/Models/CreateRuleDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Rules/Models/CreateRuleDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// CreateRuleDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.ComponentModel.DataAnnotations; diff --git a/src/Squidex/Areas/Api/Controllers/Rules/Models/RuleActionDto.cs b/src/Squidex/Areas/Api/Controllers/Rules/Models/RuleActionDto.cs index 67ad0a53c..629781317 100644 --- a/src/Squidex/Areas/Api/Controllers/Rules/Models/RuleActionDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Rules/Models/RuleActionDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleActionDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Runtime.Serialization; diff --git a/src/Squidex/Areas/Api/Controllers/Rules/Models/RuleDto.cs b/src/Squidex/Areas/Api/Controllers/Rules/Models/RuleDto.cs index 05c0afadd..487dbb243 100644 --- a/src/Squidex/Areas/Api/Controllers/Rules/Models/RuleDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Rules/Models/RuleDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/Api/Controllers/Rules/Models/RuleEventDto.cs b/src/Squidex/Areas/Api/Controllers/Rules/Models/RuleEventDto.cs index 7a973ee52..87fa08276 100644 --- a/src/Squidex/Areas/Api/Controllers/Rules/Models/RuleEventDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Rules/Models/RuleEventDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleEventDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/Api/Controllers/Rules/Models/RuleEventsDto.cs b/src/Squidex/Areas/Api/Controllers/Rules/Models/RuleEventsDto.cs index eec9ef2e7..6121e6edf 100644 --- a/src/Squidex/Areas/Api/Controllers/Rules/Models/RuleEventsDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Rules/Models/RuleEventsDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleEventsDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Areas.Api.Controllers.Rules.Models diff --git a/src/Squidex/Areas/Api/Controllers/Rules/Models/RuleTriggerDto.cs b/src/Squidex/Areas/Api/Controllers/Rules/Models/RuleTriggerDto.cs index 671dd25e3..b2ed18047 100644 --- a/src/Squidex/Areas/Api/Controllers/Rules/Models/RuleTriggerDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Rules/Models/RuleTriggerDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleTriggerDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Runtime.Serialization; diff --git a/src/Squidex/Areas/Api/Controllers/Rules/Models/Triggers/ContentChangedTriggerDto.cs b/src/Squidex/Areas/Api/Controllers/Rules/Models/Triggers/ContentChangedTriggerDto.cs index ab7fba80b..1a37562df 100644 --- a/src/Squidex/Areas/Api/Controllers/Rules/Models/Triggers/ContentChangedTriggerDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Rules/Models/Triggers/ContentChangedTriggerDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentChangedTriggerDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex/Areas/Api/Controllers/Rules/Models/Triggers/ContentChangedTriggerSchemaDto.cs b/src/Squidex/Areas/Api/Controllers/Rules/Models/Triggers/ContentChangedTriggerSchemaDto.cs index cde7d7567..dc8b503db 100644 --- a/src/Squidex/Areas/Api/Controllers/Rules/Models/Triggers/ContentChangedTriggerSchemaDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Rules/Models/Triggers/ContentChangedTriggerSchemaDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentChangedTriggerSchemaDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/Api/Controllers/Rules/Models/UpdateRuleDto.cs b/src/Squidex/Areas/Api/Controllers/Rules/Models/UpdateRuleDto.cs index 35bc2cc90..b0fa8bc5b 100644 --- a/src/Squidex/Areas/Api/Controllers/Rules/Models/UpdateRuleDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Rules/Models/UpdateRuleDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// UpdateRuleDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Areas.Api.Controllers.Rules.Models diff --git a/src/Squidex/Areas/Api/Controllers/Rules/RulesController.cs b/src/Squidex/Areas/Api/Controllers/Rules/RulesController.cs index 481e4f309..12e30ea00 100644 --- a/src/Squidex/Areas/Api/Controllers/Rules/RulesController.cs +++ b/src/Squidex/Areas/Api/Controllers/Rules/RulesController.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RulesController.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/Api/Controllers/Schemas/Models/AddFieldDto.cs b/src/Squidex/Areas/Api/Controllers/Schemas/Models/AddFieldDto.cs index 8e7f9d1be..47de95905 100644 --- a/src/Squidex/Areas/Api/Controllers/Schemas/Models/AddFieldDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Schemas/Models/AddFieldDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AddFieldDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.ComponentModel.DataAnnotations; diff --git a/src/Squidex/Areas/Api/Controllers/Schemas/Models/ConfigureScriptsDto.cs b/src/Squidex/Areas/Api/Controllers/Schemas/Models/ConfigureScriptsDto.cs index cf13fcd66..2f4df4a37 100644 --- a/src/Squidex/Areas/Api/Controllers/Schemas/Models/ConfigureScriptsDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Schemas/Models/ConfigureScriptsDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ConfigureScriptsDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Areas.Api.Controllers.Schemas.Models diff --git a/src/Squidex/Areas/Api/Controllers/Schemas/Models/Converters/FieldPropertiesDtoFactory.cs b/src/Squidex/Areas/Api/Controllers/Schemas/Models/Converters/FieldPropertiesDtoFactory.cs index 6e6bc695c..5dd3b2129 100644 --- a/src/Squidex/Areas/Api/Controllers/Schemas/Models/Converters/FieldPropertiesDtoFactory.cs +++ b/src/Squidex/Areas/Api/Controllers/Schemas/Models/Converters/FieldPropertiesDtoFactory.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FieldPropertiesDtoFactory.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Linq; diff --git a/src/Squidex/Areas/Api/Controllers/Schemas/Models/Converters/SchemaConverter.cs b/src/Squidex/Areas/Api/Controllers/Schemas/Models/Converters/SchemaConverter.cs index dc7ba4c68..4d70c1f8f 100644 --- a/src/Squidex/Areas/Api/Controllers/Schemas/Models/Converters/SchemaConverter.cs +++ b/src/Squidex/Areas/Api/Controllers/Schemas/Models/Converters/SchemaConverter.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SchemaConverter.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex/Areas/Api/Controllers/Schemas/Models/CreateSchemaDto.cs b/src/Squidex/Areas/Api/Controllers/Schemas/Models/CreateSchemaDto.cs index 3f3bfaec8..80b0d9a3b 100644 --- a/src/Squidex/Areas/Api/Controllers/Schemas/Models/CreateSchemaDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Schemas/Models/CreateSchemaDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// CreateSchemaDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex/Areas/Api/Controllers/Schemas/Models/CreateSchemaFieldDto.cs b/src/Squidex/Areas/Api/Controllers/Schemas/Models/CreateSchemaFieldDto.cs index 88c277b5b..a96975669 100644 --- a/src/Squidex/Areas/Api/Controllers/Schemas/Models/CreateSchemaFieldDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Schemas/Models/CreateSchemaFieldDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// CreateSchemaFieldDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.ComponentModel.DataAnnotations; diff --git a/src/Squidex/Areas/Api/Controllers/Schemas/Models/FieldDto.cs b/src/Squidex/Areas/Api/Controllers/Schemas/Models/FieldDto.cs index c6a2b0bf1..5296b1ece 100644 --- a/src/Squidex/Areas/Api/Controllers/Schemas/Models/FieldDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Schemas/Models/FieldDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FieldDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.ComponentModel.DataAnnotations; diff --git a/src/Squidex/Areas/Api/Controllers/Schemas/Models/FieldPropertiesDto.cs b/src/Squidex/Areas/Api/Controllers/Schemas/Models/FieldPropertiesDto.cs index 5540ebc26..4eff189b2 100644 --- a/src/Squidex/Areas/Api/Controllers/Schemas/Models/FieldPropertiesDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Schemas/Models/FieldPropertiesDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FieldPropertiesDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.ComponentModel.DataAnnotations; diff --git a/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/AssetsFieldPropertiesDto.cs b/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/AssetsFieldPropertiesDto.cs index 923f7e692..e3ce42d5c 100644 --- a/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/AssetsFieldPropertiesDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/AssetsFieldPropertiesDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetsFieldPropertiesDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Immutable; diff --git a/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/BooleanFieldPropertiesDto.cs b/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/BooleanFieldPropertiesDto.cs index 9f21f7178..2f7552b87 100644 --- a/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/BooleanFieldPropertiesDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/BooleanFieldPropertiesDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// BooleanFieldPropertiesDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Newtonsoft.Json; diff --git a/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/DateTimeFieldPropertiesDto.cs b/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/DateTimeFieldPropertiesDto.cs index f07dc09f1..f5f7ba515 100644 --- a/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/DateTimeFieldPropertiesDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/DateTimeFieldPropertiesDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DateTimeFieldPropertiesDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Newtonsoft.Json; diff --git a/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/GeolocationFieldPropertiesDto.cs b/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/GeolocationFieldPropertiesDto.cs index f684d6868..898b2df3e 100644 --- a/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/GeolocationFieldPropertiesDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/GeolocationFieldPropertiesDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GeolocationPropertiesDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Newtonsoft.Json; diff --git a/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/JsonFieldPropertiesDto.cs b/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/JsonFieldPropertiesDto.cs index fb3882223..cae556336 100644 --- a/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/JsonFieldPropertiesDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/JsonFieldPropertiesDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JsonFieldPropertiesDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using NJsonSchema.Annotations; diff --git a/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/NumberFieldPropertiesDto.cs b/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/NumberFieldPropertiesDto.cs index d938c71f9..4efdf18e1 100644 --- a/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/NumberFieldPropertiesDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/NumberFieldPropertiesDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// NumberFieldPropertiesDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Immutable; diff --git a/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/ReferencesFieldPropertiesDto.cs b/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/ReferencesFieldPropertiesDto.cs index d1c85eda3..e2b6dfada 100644 --- a/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/ReferencesFieldPropertiesDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/ReferencesFieldPropertiesDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ReferencesFieldPropertiesDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/StringFieldPropertiesDto.cs b/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/StringFieldPropertiesDto.cs index 25abd5b77..5cae9dfb9 100644 --- a/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/StringFieldPropertiesDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/StringFieldPropertiesDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// StringFieldPropertiesDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Immutable; diff --git a/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/TagsFieldPropertiesDto.cs b/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/TagsFieldPropertiesDto.cs index e50b40d57..139bbdf8f 100644 --- a/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/TagsFieldPropertiesDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Schemas/Models/Fields/TagsFieldPropertiesDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// TagsFieldPropertiesDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using NJsonSchema.Annotations; diff --git a/src/Squidex/Areas/Api/Controllers/Schemas/Models/ReorderFieldsDto.cs b/src/Squidex/Areas/Api/Controllers/Schemas/Models/ReorderFieldsDto.cs index ff2062aab..6e5e78090 100644 --- a/src/Squidex/Areas/Api/Controllers/Schemas/Models/ReorderFieldsDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Schemas/Models/ReorderFieldsDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ReorderFieldsDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex/Areas/Api/Controllers/Schemas/Models/SchemaDetailsDto.cs b/src/Squidex/Areas/Api/Controllers/Schemas/Models/SchemaDetailsDto.cs index 5fa61cc36..1dcc57863 100644 --- a/src/Squidex/Areas/Api/Controllers/Schemas/Models/SchemaDetailsDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Schemas/Models/SchemaDetailsDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SchemaDetailsDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/Api/Controllers/Schemas/Models/SchemaDto.cs b/src/Squidex/Areas/Api/Controllers/Schemas/Models/SchemaDto.cs index eb2031157..08e8c49a8 100644 --- a/src/Squidex/Areas/Api/Controllers/Schemas/Models/SchemaDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Schemas/Models/SchemaDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SchemaDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/Api/Controllers/Schemas/Models/SchemaPropertiesDto.cs b/src/Squidex/Areas/Api/Controllers/Schemas/Models/SchemaPropertiesDto.cs index d6fc03200..bc0ad9316 100644 --- a/src/Squidex/Areas/Api/Controllers/Schemas/Models/SchemaPropertiesDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Schemas/Models/SchemaPropertiesDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SchemaPropertiesDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.ComponentModel.DataAnnotations; diff --git a/src/Squidex/Areas/Api/Controllers/Schemas/Models/UpdateFieldDto.cs b/src/Squidex/Areas/Api/Controllers/Schemas/Models/UpdateFieldDto.cs index 082ecdaa2..c202f9a5b 100644 --- a/src/Squidex/Areas/Api/Controllers/Schemas/Models/UpdateFieldDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Schemas/Models/UpdateFieldDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// UpdateFieldDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.ComponentModel.DataAnnotations; diff --git a/src/Squidex/Areas/Api/Controllers/Schemas/Models/UpdateSchemaDto.cs b/src/Squidex/Areas/Api/Controllers/Schemas/Models/UpdateSchemaDto.cs index e8a91646a..755c42729 100644 --- a/src/Squidex/Areas/Api/Controllers/Schemas/Models/UpdateSchemaDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Schemas/Models/UpdateSchemaDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// UpdateSchemaDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.ComponentModel.DataAnnotations; diff --git a/src/Squidex/Areas/Api/Controllers/Schemas/SchemaFieldsController.cs b/src/Squidex/Areas/Api/Controllers/Schemas/SchemaFieldsController.cs index 40c40429e..3a12a70d5 100644 --- a/src/Squidex/Areas/Api/Controllers/Schemas/SchemaFieldsController.cs +++ b/src/Squidex/Areas/Api/Controllers/Schemas/SchemaFieldsController.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SchemaFieldsController.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Threading.Tasks; diff --git a/src/Squidex/Areas/Api/Controllers/Schemas/SchemasController.cs b/src/Squidex/Areas/Api/Controllers/Schemas/SchemasController.cs index 26ba58ac0..5181db196 100644 --- a/src/Squidex/Areas/Api/Controllers/Schemas/SchemasController.cs +++ b/src/Squidex/Areas/Api/Controllers/Schemas/SchemasController.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SchemasController.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/Api/Controllers/Statistics/Models/CallsUsageDto.cs b/src/Squidex/Areas/Api/Controllers/Statistics/Models/CallsUsageDto.cs index 40f08251c..e5d2f38fb 100644 --- a/src/Squidex/Areas/Api/Controllers/Statistics/Models/CallsUsageDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Statistics/Models/CallsUsageDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// CallsUsageDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/Api/Controllers/Statistics/Models/CurrentCallsDto.cs b/src/Squidex/Areas/Api/Controllers/Statistics/Models/CurrentCallsDto.cs index 3870c0572..f51133f5c 100644 --- a/src/Squidex/Areas/Api/Controllers/Statistics/Models/CurrentCallsDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Statistics/Models/CurrentCallsDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// CurrentCallsDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Areas.Api.Controllers.Statistics.Models diff --git a/src/Squidex/Areas/Api/Controllers/Statistics/Models/CurrentStorageDto.cs b/src/Squidex/Areas/Api/Controllers/Statistics/Models/CurrentStorageDto.cs index 79b6550d8..c41341234 100644 --- a/src/Squidex/Areas/Api/Controllers/Statistics/Models/CurrentStorageDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Statistics/Models/CurrentStorageDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// CurrentStorageDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Areas.Api.Controllers.Statistics.Models diff --git a/src/Squidex/Areas/Api/Controllers/Statistics/Models/StorageUsageDto.cs b/src/Squidex/Areas/Api/Controllers/Statistics/Models/StorageUsageDto.cs index 205ebcbb4..f16578c5f 100644 --- a/src/Squidex/Areas/Api/Controllers/Statistics/Models/StorageUsageDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Statistics/Models/StorageUsageDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// StorageUsageDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/Api/Controllers/Statistics/UsagesController.cs b/src/Squidex/Areas/Api/Controllers/Statistics/UsagesController.cs index d12f17656..380ed2365 100644 --- a/src/Squidex/Areas/Api/Controllers/Statistics/UsagesController.cs +++ b/src/Squidex/Areas/Api/Controllers/Statistics/UsagesController.cs @@ -1,9 +1,8 @@ // ========================================================================== -// UsagesController.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/Api/Controllers/UI/Models/UISettingsDto.cs b/src/Squidex/Areas/Api/Controllers/UI/Models/UISettingsDto.cs index 7f6306615..c2770c86b 100644 --- a/src/Squidex/Areas/Api/Controllers/UI/Models/UISettingsDto.cs +++ b/src/Squidex/Areas/Api/Controllers/UI/Models/UISettingsDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// UISettingsDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.ComponentModel.DataAnnotations; diff --git a/src/Squidex/Areas/Api/Controllers/UI/UIController.cs b/src/Squidex/Areas/Api/Controllers/UI/UIController.cs index 441da2aac..2c87e8624 100644 --- a/src/Squidex/Areas/Api/Controllers/UI/UIController.cs +++ b/src/Squidex/Areas/Api/Controllers/UI/UIController.cs @@ -1,9 +1,8 @@ // ========================================================================== -// UIController.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Microsoft.AspNetCore.Mvc; diff --git a/src/Squidex/Areas/Api/Controllers/Users/Models/CreateUserDto.cs b/src/Squidex/Areas/Api/Controllers/Users/Models/CreateUserDto.cs index bdeab5881..b67f308ef 100644 --- a/src/Squidex/Areas/Api/Controllers/Users/Models/CreateUserDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Users/Models/CreateUserDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// CreateUserDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.ComponentModel.DataAnnotations; diff --git a/src/Squidex/Areas/Api/Controllers/Users/Models/UpdateUserDto.cs b/src/Squidex/Areas/Api/Controllers/Users/Models/UpdateUserDto.cs index fada1e7be..049d62d47 100644 --- a/src/Squidex/Areas/Api/Controllers/Users/Models/UpdateUserDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Users/Models/UpdateUserDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// UpdateUserDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.ComponentModel.DataAnnotations; diff --git a/src/Squidex/Areas/Api/Controllers/Users/Models/UserCreatedDto.cs b/src/Squidex/Areas/Api/Controllers/Users/Models/UserCreatedDto.cs index 4f7ad78f1..a4134357f 100644 --- a/src/Squidex/Areas/Api/Controllers/Users/Models/UserCreatedDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Users/Models/UserCreatedDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// UserCreatedDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.ComponentModel.DataAnnotations; diff --git a/src/Squidex/Areas/Api/Controllers/Users/Models/UserDto.cs b/src/Squidex/Areas/Api/Controllers/Users/Models/UserDto.cs index b674c0ab8..c210416ef 100644 --- a/src/Squidex/Areas/Api/Controllers/Users/Models/UserDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Users/Models/UserDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// UserDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.ComponentModel.DataAnnotations; diff --git a/src/Squidex/Areas/Api/Controllers/Users/Models/UsersDto.cs b/src/Squidex/Areas/Api/Controllers/Users/Models/UsersDto.cs index 01e8ed900..2d83ff47d 100644 --- a/src/Squidex/Areas/Api/Controllers/Users/Models/UsersDto.cs +++ b/src/Squidex/Areas/Api/Controllers/Users/Models/UsersDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// UsersDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Areas.Api.Controllers.Users.Models diff --git a/src/Squidex/Areas/Api/Controllers/Users/UserManagementController.cs b/src/Squidex/Areas/Api/Controllers/Users/UserManagementController.cs index baa3ff0a6..92fec91b3 100644 --- a/src/Squidex/Areas/Api/Controllers/Users/UserManagementController.cs +++ b/src/Squidex/Areas/Api/Controllers/Users/UserManagementController.cs @@ -1,9 +1,8 @@ // ========================================================================== -// UserManagementController.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/Api/Controllers/Users/UsersController.cs b/src/Squidex/Areas/Api/Controllers/Users/UsersController.cs index ab5c7efc3..a69b126f3 100644 --- a/src/Squidex/Areas/Api/Controllers/Users/UsersController.cs +++ b/src/Squidex/Areas/Api/Controllers/Users/UsersController.cs @@ -1,9 +1,8 @@ // ========================================================================== -// UsersController.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.IO; diff --git a/src/Squidex/Areas/Api/Startup.cs b/src/Squidex/Areas/Api/Startup.cs index 70f83f883..5d2cefaa6 100644 --- a/src/Squidex/Areas/Api/Startup.cs +++ b/src/Squidex/Areas/Api/Startup.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Startup.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Microsoft.AspNetCore.Builder; diff --git a/src/Squidex/Areas/Frontend/Middlewares/WebpackMiddleware.cs b/src/Squidex/Areas/Frontend/Middlewares/WebpackMiddleware.cs index 8a4686ecf..cceb3a4b7 100644 --- a/src/Squidex/Areas/Frontend/Middlewares/WebpackMiddleware.cs +++ b/src/Squidex/Areas/Frontend/Middlewares/WebpackMiddleware.cs @@ -1,9 +1,8 @@ // ========================================================================== -// WebpackMiddleware.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/Frontend/Startup.cs b/src/Squidex/Areas/Frontend/Startup.cs index 2dc954cc7..89f3c7faf 100644 --- a/src/Squidex/Areas/Frontend/Startup.cs +++ b/src/Squidex/Areas/Frontend/Startup.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Startup.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/IdentityServer/Config/IdentityServerExtensions.cs b/src/Squidex/Areas/IdentityServer/Config/IdentityServerExtensions.cs index 1cc9a4e66..721c3f1d0 100644 --- a/src/Squidex/Areas/IdentityServer/Config/IdentityServerExtensions.cs +++ b/src/Squidex/Areas/IdentityServer/Config/IdentityServerExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IdentityServerExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/IdentityServer/Config/IdentityServerServices.cs b/src/Squidex/Areas/IdentityServer/Config/IdentityServerServices.cs index 95c689f14..3d3f3258e 100644 --- a/src/Squidex/Areas/IdentityServer/Config/IdentityServerServices.cs +++ b/src/Squidex/Areas/IdentityServer/Config/IdentityServerServices.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IdentityServerServices.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex/Areas/IdentityServer/Config/LazyClientStore.cs b/src/Squidex/Areas/IdentityServer/Config/LazyClientStore.cs index d384db228..24b5e1e93 100644 --- a/src/Squidex/Areas/IdentityServer/Config/LazyClientStore.cs +++ b/src/Squidex/Areas/IdentityServer/Config/LazyClientStore.cs @@ -1,9 +1,8 @@ // ========================================================================== -// LazyClientStore.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/IdentityServer/Controllers/Account/AccountController.cs b/src/Squidex/Areas/IdentityServer/Controllers/Account/AccountController.cs index ed9bf1ac3..b2bdf20c0 100644 --- a/src/Squidex/Areas/IdentityServer/Controllers/Account/AccountController.cs +++ b/src/Squidex/Areas/IdentityServer/Controllers/Account/AccountController.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AccountController.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/IdentityServer/Controllers/Account/LoginModel.cs b/src/Squidex/Areas/IdentityServer/Controllers/Account/LoginModel.cs index 3fbcecaba..d37c907bc 100644 --- a/src/Squidex/Areas/IdentityServer/Controllers/Account/LoginModel.cs +++ b/src/Squidex/Areas/IdentityServer/Controllers/Account/LoginModel.cs @@ -1,9 +1,8 @@ // ========================================================================== -// LoginModel.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.ComponentModel.DataAnnotations; diff --git a/src/Squidex/Areas/IdentityServer/Controllers/Account/LoginVM.cs b/src/Squidex/Areas/IdentityServer/Controllers/Account/LoginVM.cs index a36dc068c..69a029bd8 100644 --- a/src/Squidex/Areas/IdentityServer/Controllers/Account/LoginVM.cs +++ b/src/Squidex/Areas/IdentityServer/Controllers/Account/LoginVM.cs @@ -1,9 +1,8 @@ // ========================================================================== -// LoginVM.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex/Areas/IdentityServer/Controllers/Error/ErrorController.cs b/src/Squidex/Areas/IdentityServer/Controllers/Error/ErrorController.cs index d3055202b..a8fbec9c8 100644 --- a/src/Squidex/Areas/IdentityServer/Controllers/Error/ErrorController.cs +++ b/src/Squidex/Areas/IdentityServer/Controllers/Error/ErrorController.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ErrorController.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Microsoft.AspNetCore.Mvc; diff --git a/src/Squidex/Areas/IdentityServer/Controllers/Extensions.cs b/src/Squidex/Areas/IdentityServer/Controllers/Extensions.cs index ae0f600ee..29d80c305 100644 --- a/src/Squidex/Areas/IdentityServer/Controllers/Extensions.cs +++ b/src/Squidex/Areas/IdentityServer/Controllers/Extensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Extensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex/Areas/IdentityServer/Controllers/ExternalProvider.cs b/src/Squidex/Areas/IdentityServer/Controllers/ExternalProvider.cs index 26ec5ec9c..4dcc4c807 100644 --- a/src/Squidex/Areas/IdentityServer/Controllers/ExternalProvider.cs +++ b/src/Squidex/Areas/IdentityServer/Controllers/ExternalProvider.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ExternalProvider.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Areas.IdentityServer.Controllers diff --git a/src/Squidex/Areas/IdentityServer/Controllers/IdentityServerController.cs b/src/Squidex/Areas/IdentityServer/Controllers/IdentityServerController.cs index ab74b043b..ad714b986 100644 --- a/src/Squidex/Areas/IdentityServer/Controllers/IdentityServerController.cs +++ b/src/Squidex/Areas/IdentityServer/Controllers/IdentityServerController.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Extensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Microsoft.AspNetCore.Mvc; diff --git a/src/Squidex/Areas/IdentityServer/Controllers/Profile/ChangePasswordModel.cs b/src/Squidex/Areas/IdentityServer/Controllers/Profile/ChangePasswordModel.cs index 6ec711857..5a2a55f43 100644 --- a/src/Squidex/Areas/IdentityServer/Controllers/Profile/ChangePasswordModel.cs +++ b/src/Squidex/Areas/IdentityServer/Controllers/Profile/ChangePasswordModel.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ChangePasswordModel.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.ComponentModel.DataAnnotations; diff --git a/src/Squidex/Areas/IdentityServer/Controllers/Profile/ChangeProfileModel.cs b/src/Squidex/Areas/IdentityServer/Controllers/Profile/ChangeProfileModel.cs index 5d734bc94..cb473d902 100644 --- a/src/Squidex/Areas/IdentityServer/Controllers/Profile/ChangeProfileModel.cs +++ b/src/Squidex/Areas/IdentityServer/Controllers/Profile/ChangeProfileModel.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ChangeProfileModel.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.ComponentModel.DataAnnotations; diff --git a/src/Squidex/Areas/IdentityServer/Controllers/Profile/ProfileController.cs b/src/Squidex/Areas/IdentityServer/Controllers/Profile/ProfileController.cs index dd08b4dfb..3b0713066 100644 --- a/src/Squidex/Areas/IdentityServer/Controllers/Profile/ProfileController.cs +++ b/src/Squidex/Areas/IdentityServer/Controllers/Profile/ProfileController.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ProfileController.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Areas/IdentityServer/Controllers/Profile/ProfileVM.cs b/src/Squidex/Areas/IdentityServer/Controllers/Profile/ProfileVM.cs index 650814bf4..052cc9bc9 100644 --- a/src/Squidex/Areas/IdentityServer/Controllers/Profile/ProfileVM.cs +++ b/src/Squidex/Areas/IdentityServer/Controllers/Profile/ProfileVM.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ProfileVM.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex/Areas/IdentityServer/Controllers/Profile/RemoveLoginModel.cs b/src/Squidex/Areas/IdentityServer/Controllers/Profile/RemoveLoginModel.cs index 6682bdb1e..081b96451 100644 --- a/src/Squidex/Areas/IdentityServer/Controllers/Profile/RemoveLoginModel.cs +++ b/src/Squidex/Areas/IdentityServer/Controllers/Profile/RemoveLoginModel.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RemoveLoginModel.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.ComponentModel.DataAnnotations; diff --git a/src/Squidex/Areas/IdentityServer/Controllers/Profile/SetPasswordModel.cs b/src/Squidex/Areas/IdentityServer/Controllers/Profile/SetPasswordModel.cs index 1f6f8310b..6e8e13009 100644 --- a/src/Squidex/Areas/IdentityServer/Controllers/Profile/SetPasswordModel.cs +++ b/src/Squidex/Areas/IdentityServer/Controllers/Profile/SetPasswordModel.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SetPasswordModel.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.ComponentModel.DataAnnotations; diff --git a/src/Squidex/Areas/IdentityServer/Startup.cs b/src/Squidex/Areas/IdentityServer/Startup.cs index b43b8d1ef..39978b113 100644 --- a/src/Squidex/Areas/IdentityServer/Startup.cs +++ b/src/Squidex/Areas/IdentityServer/Startup.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Startup.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Microsoft.AspNetCore.Builder; diff --git a/src/Squidex/Areas/Portal/Middlewares/PortalDashboardAuthenticationMiddleware.cs b/src/Squidex/Areas/Portal/Middlewares/PortalDashboardAuthenticationMiddleware.cs index 8082bff7b..5d94d3306 100644 --- a/src/Squidex/Areas/Portal/Middlewares/PortalDashboardAuthenticationMiddleware.cs +++ b/src/Squidex/Areas/Portal/Middlewares/PortalDashboardAuthenticationMiddleware.cs @@ -1,9 +1,8 @@ // ========================================================================== -// LazyClientStore.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Threading.Tasks; diff --git a/src/Squidex/Areas/Portal/Middlewares/PortalRedirectMiddleware.cs b/src/Squidex/Areas/Portal/Middlewares/PortalRedirectMiddleware.cs index 36190b1af..dfaa742ce 100644 --- a/src/Squidex/Areas/Portal/Middlewares/PortalRedirectMiddleware.cs +++ b/src/Squidex/Areas/Portal/Middlewares/PortalRedirectMiddleware.cs @@ -1,9 +1,8 @@ // ========================================================================== -// PortalRedirectMiddleware.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Security.Claims; diff --git a/src/Squidex/Areas/Portal/Startup.cs b/src/Squidex/Areas/Portal/Startup.cs index 1591b0dfd..70490676a 100644 --- a/src/Squidex/Areas/Portal/Startup.cs +++ b/src/Squidex/Areas/Portal/Startup.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Startup.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Microsoft.AspNetCore.Builder; diff --git a/src/Squidex/Config/Authentication/AuthenticationServices.cs b/src/Squidex/Config/Authentication/AuthenticationServices.cs index 068c48503..476bd89ef 100644 --- a/src/Squidex/Config/Authentication/AuthenticationServices.cs +++ b/src/Squidex/Config/Authentication/AuthenticationServices.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AuthenticationServices.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Microsoft.Extensions.Configuration; diff --git a/src/Squidex/Config/Authentication/GoogleAuthenticationServices.cs b/src/Squidex/Config/Authentication/GoogleAuthenticationServices.cs index 0ea458429..6844572e6 100644 --- a/src/Squidex/Config/Authentication/GoogleAuthenticationServices.cs +++ b/src/Squidex/Config/Authentication/GoogleAuthenticationServices.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GoogleAuthenticationServices.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Microsoft.AspNetCore.Authentication; diff --git a/src/Squidex/Config/Authentication/GoogleHandler.cs b/src/Squidex/Config/Authentication/GoogleHandler.cs index df3429edf..a0500b80a 100644 --- a/src/Squidex/Config/Authentication/GoogleHandler.cs +++ b/src/Squidex/Config/Authentication/GoogleHandler.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GoogleHandler.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Linq; diff --git a/src/Squidex/Config/Authentication/IdentityServerServices.cs b/src/Squidex/Config/Authentication/IdentityServerServices.cs index ec72f3ed1..80e1dad05 100644 --- a/src/Squidex/Config/Authentication/IdentityServerServices.cs +++ b/src/Squidex/Config/Authentication/IdentityServerServices.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AuthenticationServices.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Microsoft.AspNetCore.Authentication; diff --git a/src/Squidex/Config/Authentication/MicrosoftAuthenticationServices.cs b/src/Squidex/Config/Authentication/MicrosoftAuthenticationServices.cs index a71c573b7..1071a2238 100644 --- a/src/Squidex/Config/Authentication/MicrosoftAuthenticationServices.cs +++ b/src/Squidex/Config/Authentication/MicrosoftAuthenticationServices.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MicrosoftAuthenticationServices.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Microsoft.AspNetCore.Authentication; diff --git a/src/Squidex/Config/Authentication/MicrosoftHandler.cs b/src/Squidex/Config/Authentication/MicrosoftHandler.cs index bad4a8c34..1b06bdcd3 100644 --- a/src/Squidex/Config/Authentication/MicrosoftHandler.cs +++ b/src/Squidex/Config/Authentication/MicrosoftHandler.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MicrosoftHandler.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Security.Claims; diff --git a/src/Squidex/Config/Constants.cs b/src/Squidex/Config/Constants.cs index 5ae1e7e59..9c97c3d20 100644 --- a/src/Squidex/Config/Constants.cs +++ b/src/Squidex/Config/Constants.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Constants.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using IdentityServer4.Models; diff --git a/src/Squidex/Config/Domain/AssetServices.cs b/src/Squidex/Config/Domain/AssetServices.cs index b958f6ff0..d2579c2ca 100644 --- a/src/Squidex/Config/Domain/AssetServices.cs +++ b/src/Squidex/Config/Domain/AssetServices.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetServices.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Microsoft.Extensions.Configuration; diff --git a/src/Squidex/Config/Domain/EventPublishersServices.cs b/src/Squidex/Config/Domain/EventPublishersServices.cs index a645708c5..fe4153f3e 100644 --- a/src/Squidex/Config/Domain/EventPublishersServices.cs +++ b/src/Squidex/Config/Domain/EventPublishersServices.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EventPublishersServices.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Config/Domain/EventStoreServices.cs b/src/Squidex/Config/Domain/EventStoreServices.cs index e5287f813..85f28033e 100644 --- a/src/Squidex/Config/Domain/EventStoreServices.cs +++ b/src/Squidex/Config/Domain/EventStoreServices.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EventStoreServices.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using EventStore.ClientAPI; diff --git a/src/Squidex/Config/Domain/InfrastructureServices.cs b/src/Squidex/Config/Domain/InfrastructureServices.cs index 5ea0bd2b9..6781b36e7 100644 --- a/src/Squidex/Config/Domain/InfrastructureServices.cs +++ b/src/Squidex/Config/Domain/InfrastructureServices.cs @@ -1,9 +1,8 @@ // ========================================================================== -// InfrastructureServices.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Config/Domain/LoggingExtensions.cs b/src/Squidex/Config/Domain/LoggingExtensions.cs index 6571256e5..65dbfe410 100644 --- a/src/Squidex/Config/Domain/LoggingExtensions.cs +++ b/src/Squidex/Config/Domain/LoggingExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// LoggingExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Config/Domain/PubSubServices.cs b/src/Squidex/Config/Domain/PubSubServices.cs index fe3cc14b3..e35611f06 100644 --- a/src/Squidex/Config/Domain/PubSubServices.cs +++ b/src/Squidex/Config/Domain/PubSubServices.cs @@ -1,9 +1,8 @@ // ========================================================================== -// PubSubServices.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Microsoft.Extensions.Configuration; diff --git a/src/Squidex/Config/Domain/ReadServices.cs b/src/Squidex/Config/Domain/ReadServices.cs index eda0d92a0..e1a4da864 100644 --- a/src/Squidex/Config/Domain/ReadServices.cs +++ b/src/Squidex/Config/Domain/ReadServices.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ReadServices.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Linq; diff --git a/src/Squidex/Config/Domain/SerializationServices.cs b/src/Squidex/Config/Domain/SerializationServices.cs index 1f98e8801..c8f3cbb12 100644 --- a/src/Squidex/Config/Domain/SerializationServices.cs +++ b/src/Squidex/Config/Domain/SerializationServices.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SerializationServices.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Microsoft.Extensions.DependencyInjection; diff --git a/src/Squidex/Config/Domain/StoreServices.cs b/src/Squidex/Config/Domain/StoreServices.cs index 2a3224ab8..f9b849af6 100644 --- a/src/Squidex/Config/Domain/StoreServices.cs +++ b/src/Squidex/Config/Domain/StoreServices.cs @@ -1,9 +1,8 @@ // ========================================================================== -// StoreServices.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Config/Domain/SystemExtensions.cs b/src/Squidex/Config/Domain/SystemExtensions.cs index ccd4543ed..bd2b177c8 100644 --- a/src/Squidex/Config/Domain/SystemExtensions.cs +++ b/src/Squidex/Config/Domain/SystemExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SystemExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Config/Domain/WriteServices.cs b/src/Squidex/Config/Domain/WriteServices.cs index 871cddcd2..7397063fd 100644 --- a/src/Squidex/Config/Domain/WriteServices.cs +++ b/src/Squidex/Config/Domain/WriteServices.cs @@ -1,9 +1,8 @@ // ========================================================================== -// WriteServices.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Config/MyIdentityOptions.cs b/src/Squidex/Config/MyIdentityOptions.cs index cd4e2df50..8dade2b71 100644 --- a/src/Squidex/Config/MyIdentityOptions.cs +++ b/src/Squidex/Config/MyIdentityOptions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MyIdentityOptions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Config diff --git a/src/Squidex/Config/MyUIOptions.cs b/src/Squidex/Config/MyUIOptions.cs index 37d32c449..5ac51ece4 100644 --- a/src/Squidex/Config/MyUIOptions.cs +++ b/src/Squidex/Config/MyUIOptions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MyUIOptions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex/Config/MyUrlsOptions.cs b/src/Squidex/Config/MyUrlsOptions.cs index d79b9fb15..32e4022c0 100644 --- a/src/Squidex/Config/MyUrlsOptions.cs +++ b/src/Squidex/Config/MyUrlsOptions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MyUrlsOptions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure; diff --git a/src/Squidex/Config/MyUsageOptions.cs b/src/Squidex/Config/MyUsageOptions.cs index 53c558bad..339c665bc 100644 --- a/src/Squidex/Config/MyUsageOptions.cs +++ b/src/Squidex/Config/MyUsageOptions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MyUsageOptions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Entities.Apps.Services.Implementations; diff --git a/src/Squidex/Config/Options.cs b/src/Squidex/Config/Options.cs index e1e5fb45b..1962bba5e 100644 --- a/src/Squidex/Config/Options.cs +++ b/src/Squidex/Config/Options.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Options.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Config/ServiceExtensions.cs b/src/Squidex/Config/ServiceExtensions.cs index f2c670304..c9ed0ab12 100644 --- a/src/Squidex/Config/ServiceExtensions.cs +++ b/src/Squidex/Config/ServiceExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ServiceExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Config/Web/WebExtensions.cs b/src/Squidex/Config/Web/WebExtensions.cs index aa6522278..c03981f17 100644 --- a/src/Squidex/Config/Web/WebExtensions.cs +++ b/src/Squidex/Config/Web/WebExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// WebUsages.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Microsoft.AspNetCore.Builder; diff --git a/src/Squidex/Config/Web/WebServices.cs b/src/Squidex/Config/Web/WebServices.cs index bd69cbf3c..f3177c84d 100644 --- a/src/Squidex/Config/Web/WebServices.cs +++ b/src/Squidex/Config/Web/WebServices.cs @@ -1,9 +1,8 @@ // ========================================================================== -// WebDependencies.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Microsoft.Extensions.DependencyInjection; diff --git a/src/Squidex/Pipeline/ActionContextLogAppender.cs b/src/Squidex/Pipeline/ActionContextLogAppender.cs index a56837143..72290f308 100644 --- a/src/Squidex/Pipeline/ActionContextLogAppender.cs +++ b/src/Squidex/Pipeline/ActionContextLogAppender.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ActionContextLogAppender.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Pipeline/ApiAuthorizeAttribute.cs b/src/Squidex/Pipeline/ApiAuthorizeAttribute.cs index 79d8be724..397bbeee4 100644 --- a/src/Squidex/Pipeline/ApiAuthorizeAttribute.cs +++ b/src/Squidex/Pipeline/ApiAuthorizeAttribute.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ApiAuthorizeAttribute.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using IdentityServer4.AccessTokenValidation; diff --git a/src/Squidex/Pipeline/ApiCostsAttribute.cs b/src/Squidex/Pipeline/ApiCostsAttribute.cs index 8231249c9..affcac2dc 100644 --- a/src/Squidex/Pipeline/ApiCostsAttribute.cs +++ b/src/Squidex/Pipeline/ApiCostsAttribute.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ApiCostsAttribute.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Pipeline/ApiCostsFilter.cs b/src/Squidex/Pipeline/ApiCostsFilter.cs index 557fc9647..842915238 100644 --- a/src/Squidex/Pipeline/ApiCostsFilter.cs +++ b/src/Squidex/Pipeline/ApiCostsFilter.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ApiCostsFilter.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Pipeline/ApiExceptionFilterAttribute.cs b/src/Squidex/Pipeline/ApiExceptionFilterAttribute.cs index 4e319b14b..a8f2adc05 100644 --- a/src/Squidex/Pipeline/ApiExceptionFilterAttribute.cs +++ b/src/Squidex/Pipeline/ApiExceptionFilterAttribute.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ApiExceptionFilterAttribute.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Pipeline/AppApiAttribute.cs b/src/Squidex/Pipeline/AppApiAttribute.cs index d0e6fff8a..f20b5f733 100644 --- a/src/Squidex/Pipeline/AppApiAttribute.cs +++ b/src/Squidex/Pipeline/AppApiAttribute.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppApiAttribute.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Microsoft.AspNetCore.Mvc; diff --git a/src/Squidex/Pipeline/AppApiFilter.cs b/src/Squidex/Pipeline/AppApiFilter.cs index 88fa4555a..0750a7186 100644 --- a/src/Squidex/Pipeline/AppApiFilter.cs +++ b/src/Squidex/Pipeline/AppApiFilter.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppApiFilter.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Threading.Tasks; diff --git a/src/Squidex/Pipeline/AppPermissionAttribute.cs b/src/Squidex/Pipeline/AppPermissionAttribute.cs index d6405f89a..55903800f 100644 --- a/src/Squidex/Pipeline/AppPermissionAttribute.cs +++ b/src/Squidex/Pipeline/AppPermissionAttribute.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppPermissionAttribute.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/src/Squidex/Pipeline/CommandMiddlewares/ETagCommandMiddleware.cs b/src/Squidex/Pipeline/CommandMiddlewares/ETagCommandMiddleware.cs index f2a9ad3f8..15960c0d2 100644 --- a/src/Squidex/Pipeline/CommandMiddlewares/ETagCommandMiddleware.cs +++ b/src/Squidex/Pipeline/CommandMiddlewares/ETagCommandMiddleware.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ETagCommandMiddleware.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Pipeline/CommandMiddlewares/EnrichWithActorCommandMiddleware.cs b/src/Squidex/Pipeline/CommandMiddlewares/EnrichWithActorCommandMiddleware.cs index 1cda63c8f..28741a599 100644 --- a/src/Squidex/Pipeline/CommandMiddlewares/EnrichWithActorCommandMiddleware.cs +++ b/src/Squidex/Pipeline/CommandMiddlewares/EnrichWithActorCommandMiddleware.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EnrichWithActorCommandMiddleware.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Pipeline/CommandMiddlewares/EnrichWithAppIdCommandMiddleware.cs b/src/Squidex/Pipeline/CommandMiddlewares/EnrichWithAppIdCommandMiddleware.cs index 856af45fe..27d93b073 100644 --- a/src/Squidex/Pipeline/CommandMiddlewares/EnrichWithAppIdCommandMiddleware.cs +++ b/src/Squidex/Pipeline/CommandMiddlewares/EnrichWithAppIdCommandMiddleware.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EnrichWithAppIdHandler.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Pipeline/CommandMiddlewares/EnrichWithSchemaIdCommandMiddleware.cs b/src/Squidex/Pipeline/CommandMiddlewares/EnrichWithSchemaIdCommandMiddleware.cs index b1b0df833..15a20857f 100644 --- a/src/Squidex/Pipeline/CommandMiddlewares/EnrichWithSchemaIdCommandMiddleware.cs +++ b/src/Squidex/Pipeline/CommandMiddlewares/EnrichWithSchemaIdCommandMiddleware.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EnrichWithSchemaIdCommandMiddleware.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Pipeline/EnforceHttpsMiddleware.cs b/src/Squidex/Pipeline/EnforceHttpsMiddleware.cs index f52983bba..556f90fb8 100644 --- a/src/Squidex/Pipeline/EnforceHttpsMiddleware.cs +++ b/src/Squidex/Pipeline/EnforceHttpsMiddleware.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EnforceHttpsMiddleware.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Pipeline/EntityCreatedDto.cs b/src/Squidex/Pipeline/EntityCreatedDto.cs index 6534fc1cd..bd1037e89 100644 --- a/src/Squidex/Pipeline/EntityCreatedDto.cs +++ b/src/Squidex/Pipeline/EntityCreatedDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EntityCreatedDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.ComponentModel.DataAnnotations; diff --git a/src/Squidex/Pipeline/ErrorDto.cs b/src/Squidex/Pipeline/ErrorDto.cs index 427bfb109..535a9e602 100644 --- a/src/Squidex/Pipeline/ErrorDto.cs +++ b/src/Squidex/Pipeline/ErrorDto.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ErrorDto.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.ComponentModel.DataAnnotations; diff --git a/src/Squidex/Pipeline/Extensions.cs b/src/Squidex/Pipeline/Extensions.cs index 7ed997a63..8691365e2 100644 --- a/src/Squidex/Pipeline/Extensions.cs +++ b/src/Squidex/Pipeline/Extensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Extensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Security.Claims; diff --git a/src/Squidex/Pipeline/FileCallbackResult.cs b/src/Squidex/Pipeline/FileCallbackResult.cs index ff88b8259..9061f8f6d 100644 --- a/src/Squidex/Pipeline/FileCallbackResult.cs +++ b/src/Squidex/Pipeline/FileCallbackResult.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FileCallbackResult.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Pipeline/FileCallbackResultExecutor.cs b/src/Squidex/Pipeline/FileCallbackResultExecutor.cs index d607dbc8c..d4b5e3909 100644 --- a/src/Squidex/Pipeline/FileCallbackResultExecutor.cs +++ b/src/Squidex/Pipeline/FileCallbackResultExecutor.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FileCallbackResultExecutor.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Pipeline/GraphQLUrlGenerator.cs b/src/Squidex/Pipeline/GraphQLUrlGenerator.cs index 5f6b783d3..2908dc215 100644 --- a/src/Squidex/Pipeline/GraphQLUrlGenerator.cs +++ b/src/Squidex/Pipeline/GraphQLUrlGenerator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GraphQLUrlGenerator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Microsoft.Extensions.Options; diff --git a/src/Squidex/Pipeline/IAppFeature.cs b/src/Squidex/Pipeline/IAppFeature.cs index fa2ced5e2..d8a23b925 100644 --- a/src/Squidex/Pipeline/IAppFeature.cs +++ b/src/Squidex/Pipeline/IAppFeature.cs @@ -1,9 +1,8 @@ // ========================================================================== -// IAppFeature.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Entities.Apps; diff --git a/src/Squidex/Pipeline/LogPerformanceMiddleware.cs b/src/Squidex/Pipeline/LogPerformanceMiddleware.cs index 68a0b3976..166e18b51 100644 --- a/src/Squidex/Pipeline/LogPerformanceMiddleware.cs +++ b/src/Squidex/Pipeline/LogPerformanceMiddleware.cs @@ -1,9 +1,8 @@ // ========================================================================== -// LogPerformanceMiddleware.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Diagnostics; diff --git a/src/Squidex/Pipeline/MustBeAdministratorAttribute.cs b/src/Squidex/Pipeline/MustBeAdministratorAttribute.cs index ddb71bcc9..8cbb0a307 100644 --- a/src/Squidex/Pipeline/MustBeAdministratorAttribute.cs +++ b/src/Squidex/Pipeline/MustBeAdministratorAttribute.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MustBeAdministratorAttribute.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Shared.Identity; diff --git a/src/Squidex/Pipeline/MustBeAppDeveloperAttribute.cs b/src/Squidex/Pipeline/MustBeAppDeveloperAttribute.cs index 07423ec5e..99341be16 100644 --- a/src/Squidex/Pipeline/MustBeAppDeveloperAttribute.cs +++ b/src/Squidex/Pipeline/MustBeAppDeveloperAttribute.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MustBeAppDeveloperAttribute.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Apps; diff --git a/src/Squidex/Pipeline/MustBeAppEditorAttribute.cs b/src/Squidex/Pipeline/MustBeAppEditorAttribute.cs index 9c886d37a..613acdc06 100644 --- a/src/Squidex/Pipeline/MustBeAppEditorAttribute.cs +++ b/src/Squidex/Pipeline/MustBeAppEditorAttribute.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MustBeAppEditorAttribute.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Apps; diff --git a/src/Squidex/Pipeline/MustBeAppOwnerAttribute.cs b/src/Squidex/Pipeline/MustBeAppOwnerAttribute.cs index a9f2073e3..6ef78a606 100644 --- a/src/Squidex/Pipeline/MustBeAppOwnerAttribute.cs +++ b/src/Squidex/Pipeline/MustBeAppOwnerAttribute.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MustBeAppOwnerAttribute.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Apps; diff --git a/src/Squidex/Pipeline/MustBeAppReaderAttribute.cs b/src/Squidex/Pipeline/MustBeAppReaderAttribute.cs index 24b448ba8..c7a5d06f1 100644 --- a/src/Squidex/Pipeline/MustBeAppReaderAttribute.cs +++ b/src/Squidex/Pipeline/MustBeAppReaderAttribute.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MustBeAppReaderAttribute.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Apps; diff --git a/src/Squidex/Pipeline/Swagger/SwaggerHelper.cs b/src/Squidex/Pipeline/Swagger/SwaggerHelper.cs index 0f4155868..50a2fb41a 100644 --- a/src/Squidex/Pipeline/Swagger/SwaggerHelper.cs +++ b/src/Squidex/Pipeline/Swagger/SwaggerHelper.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SwaggerHelper.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/Program.cs b/src/Squidex/Program.cs index b5c16717e..0266f9c99 100644 --- a/src/Squidex/Program.cs +++ b/src/Squidex/Program.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Program.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.IO; diff --git a/src/Squidex/WebStartup.cs b/src/Squidex/WebStartup.cs index 6c9bdd9f2..7632fba3a 100644 --- a/src/Squidex/WebStartup.cs +++ b/src/Squidex/WebStartup.cs @@ -1,9 +1,8 @@ // ========================================================================== -// WebStartup.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/src/Squidex/app/app.component.ts b/src/Squidex/app/app.component.ts index 1fd28d96a..fa82cc4cd 100644 --- a/src/Squidex/app/app.component.ts +++ b/src/Squidex/app/app.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component } from '@angular/core'; diff --git a/src/Squidex/app/app.module.ts b/src/Squidex/app/app.module.ts index a5839cf6e..1af3da9e0 100644 --- a/src/Squidex/app/app.module.ts +++ b/src/Squidex/app/app.module.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { ApplicationRef, NgModule } from '@angular/core'; diff --git a/src/Squidex/app/app.routes.ts b/src/Squidex/app/app.routes.ts index 62346ffb2..c6ca613b6 100644 --- a/src/Squidex/app/app.routes.ts +++ b/src/Squidex/app/app.routes.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { ModuleWithProviders } from '@angular/core'; diff --git a/src/Squidex/app/app.ts b/src/Squidex/app/app.ts index 1d346afa7..bb9ddbbf5 100644 --- a/src/Squidex/app/app.ts +++ b/src/Squidex/app/app.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import './theme/theme.scss'; diff --git a/src/Squidex/app/features/administration/administration-area.component.ts b/src/Squidex/app/features/administration/administration-area.component.ts index d1f711a02..c4f25fd2c 100644 --- a/src/Squidex/app/features/administration/administration-area.component.ts +++ b/src/Squidex/app/features/administration/administration-area.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component } from '@angular/core'; diff --git a/src/Squidex/app/features/administration/declarations.ts b/src/Squidex/app/features/administration/declarations.ts index 697f0d933..16f825083 100644 --- a/src/Squidex/app/features/administration/declarations.ts +++ b/src/Squidex/app/features/administration/declarations.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ export * from './pages/event-consumers/event-consumers-page.component'; diff --git a/src/Squidex/app/features/administration/module.ts b/src/Squidex/app/features/administration/module.ts index 2d0769adf..761d63159 100644 --- a/src/Squidex/app/features/administration/module.ts +++ b/src/Squidex/app/features/administration/module.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { NgModule } from '@angular/core'; diff --git a/src/Squidex/app/features/administration/pages/event-consumers/event-consumers-page.component.ts b/src/Squidex/app/features/administration/pages/event-consumers/event-consumers-page.component.ts index a2485aab4..2cd8f789b 100644 --- a/src/Squidex/app/features/administration/pages/event-consumers/event-consumers-page.component.ts +++ b/src/Squidex/app/features/administration/pages/event-consumers/event-consumers-page.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, OnDestroy, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/features/administration/pages/messages.ts b/src/Squidex/app/features/administration/pages/messages.ts index 52950c0cf..5cec4e455 100644 --- a/src/Squidex/app/features/administration/pages/messages.ts +++ b/src/Squidex/app/features/administration/pages/messages.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { UserDto } from 'shared'; diff --git a/src/Squidex/app/features/administration/pages/users/user-page.component.ts b/src/Squidex/app/features/administration/pages/users/user-page.component.ts index a14838100..5a6aa0ec0 100644 --- a/src/Squidex/app/features/administration/pages/users/user-page.component.ts +++ b/src/Squidex/app/features/administration/pages/users/user-page.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/features/administration/pages/users/users-page.component.ts b/src/Squidex/app/features/administration/pages/users/users-page.component.ts index dc3c508e4..f8c38cc94 100644 --- a/src/Squidex/app/features/administration/pages/users/users-page.component.ts +++ b/src/Squidex/app/features/administration/pages/users/users-page.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, OnDestroy, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/features/api/api-area.component.ts b/src/Squidex/app/features/api/api-area.component.ts index 8278d5b36..093dee1c4 100644 --- a/src/Squidex/app/features/api/api-area.component.ts +++ b/src/Squidex/app/features/api/api-area.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component } from '@angular/core'; diff --git a/src/Squidex/app/features/api/declarations.ts b/src/Squidex/app/features/api/declarations.ts index 9a0ad2ccb..f3049cc8c 100644 --- a/src/Squidex/app/features/api/declarations.ts +++ b/src/Squidex/app/features/api/declarations.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ export * from './pages/graphql/graphql-page.component'; diff --git a/src/Squidex/app/features/api/index.ts b/src/Squidex/app/features/api/index.ts index 9c0a4f6ee..d34c6d2ae 100644 --- a/src/Squidex/app/features/api/index.ts +++ b/src/Squidex/app/features/api/index.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ export * from './declarations'; diff --git a/src/Squidex/app/features/api/module.ts b/src/Squidex/app/features/api/module.ts index 49268e04b..00d6dda1f 100644 --- a/src/Squidex/app/features/api/module.ts +++ b/src/Squidex/app/features/api/module.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { NgModule } from '@angular/core'; diff --git a/src/Squidex/app/features/api/pages/graphql/graphql-page.component.ts b/src/Squidex/app/features/api/pages/graphql/graphql-page.component.ts index 323a1b033..c410caaeb 100644 --- a/src/Squidex/app/features/api/pages/graphql/graphql-page.component.ts +++ b/src/Squidex/app/features/api/pages/graphql/graphql-page.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, ElementRef, OnInit, ViewChild, ViewEncapsulation } from '@angular/core'; diff --git a/src/Squidex/app/features/apps/declarations.ts b/src/Squidex/app/features/apps/declarations.ts index 09db639a2..880671f15 100644 --- a/src/Squidex/app/features/apps/declarations.ts +++ b/src/Squidex/app/features/apps/declarations.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ export * from './pages/apps-page.component'; diff --git a/src/Squidex/app/features/apps/index.ts b/src/Squidex/app/features/apps/index.ts index 9c0a4f6ee..d34c6d2ae 100644 --- a/src/Squidex/app/features/apps/index.ts +++ b/src/Squidex/app/features/apps/index.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ export * from './declarations'; diff --git a/src/Squidex/app/features/apps/module.ts b/src/Squidex/app/features/apps/module.ts index 72fba97a3..467e2c61b 100644 --- a/src/Squidex/app/features/apps/module.ts +++ b/src/Squidex/app/features/apps/module.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { NgModule } from '@angular/core'; diff --git a/src/Squidex/app/features/apps/pages/apps-page.component.ts b/src/Squidex/app/features/apps/pages/apps-page.component.ts index 5b33ebf9b..917aa9e89 100644 --- a/src/Squidex/app/features/apps/pages/apps-page.component.ts +++ b/src/Squidex/app/features/apps/pages/apps-page.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, OnDestroy, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/features/apps/pages/onboarding-dialog.component.ts b/src/Squidex/app/features/apps/pages/onboarding-dialog.component.ts index ce057ea62..2d3689ac5 100644 --- a/src/Squidex/app/features/apps/pages/onboarding-dialog.component.ts +++ b/src/Squidex/app/features/apps/pages/onboarding-dialog.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, Input } from '@angular/core'; diff --git a/src/Squidex/app/features/assets/declarations.ts b/src/Squidex/app/features/assets/declarations.ts index 0cc787227..993edc289 100644 --- a/src/Squidex/app/features/assets/declarations.ts +++ b/src/Squidex/app/features/assets/declarations.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ export * from './pages/assets-page.component'; \ No newline at end of file diff --git a/src/Squidex/app/features/assets/index.ts b/src/Squidex/app/features/assets/index.ts index 9c0a4f6ee..d34c6d2ae 100644 --- a/src/Squidex/app/features/assets/index.ts +++ b/src/Squidex/app/features/assets/index.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ export * from './declarations'; diff --git a/src/Squidex/app/features/assets/module.ts b/src/Squidex/app/features/assets/module.ts index 7c799333b..d3dbe97a1 100644 --- a/src/Squidex/app/features/assets/module.ts +++ b/src/Squidex/app/features/assets/module.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { NgModule } from '@angular/core'; diff --git a/src/Squidex/app/features/assets/pages/assets-page.component.ts b/src/Squidex/app/features/assets/pages/assets-page.component.ts index a20a27a93..3d6606fd1 100644 --- a/src/Squidex/app/features/assets/pages/assets-page.component.ts +++ b/src/Squidex/app/features/assets/pages/assets-page.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ // tslint:disable:prefer-for-of diff --git a/src/Squidex/app/features/content/declarations.ts b/src/Squidex/app/features/content/declarations.ts index 61875624f..7d1afc96f 100644 --- a/src/Squidex/app/features/content/declarations.ts +++ b/src/Squidex/app/features/content/declarations.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ export * from './pages/content/content-field.component'; diff --git a/src/Squidex/app/features/content/index.ts b/src/Squidex/app/features/content/index.ts index 9c0a4f6ee..d34c6d2ae 100644 --- a/src/Squidex/app/features/content/index.ts +++ b/src/Squidex/app/features/content/index.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ export * from './declarations'; diff --git a/src/Squidex/app/features/content/module.ts b/src/Squidex/app/features/content/module.ts index a621e5a0c..aea408271 100644 --- a/src/Squidex/app/features/content/module.ts +++ b/src/Squidex/app/features/content/module.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { NgModule } from '@angular/core'; diff --git a/src/Squidex/app/features/content/pages/content/content-field.component.ts b/src/Squidex/app/features/content/pages/content/content-field.component.ts index 2e054bf06..2e10abe90 100644 --- a/src/Squidex/app/features/content/pages/content/content-field.component.ts +++ b/src/Squidex/app/features/content/pages/content/content-field.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, Input, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/features/content/pages/content/content-history.component.ts b/src/Squidex/app/features/content/pages/content/content-history.component.ts index 29d7fed8e..e9e1b9799 100644 --- a/src/Squidex/app/features/content/pages/content/content-history.component.ts +++ b/src/Squidex/app/features/content/pages/content/content-history.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component } from '@angular/core'; diff --git a/src/Squidex/app/features/content/pages/content/content-page.component.ts b/src/Squidex/app/features/content/pages/content/content-page.component.ts index e79063056..0b6467631 100644 --- a/src/Squidex/app/features/content/pages/content/content-page.component.ts +++ b/src/Squidex/app/features/content/pages/content/content-page.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, OnDestroy, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/features/content/pages/contents/contents-page.component.ts b/src/Squidex/app/features/content/pages/contents/contents-page.component.ts index 6fdff0cbf..8dea1f862 100644 --- a/src/Squidex/app/features/content/pages/contents/contents-page.component.ts +++ b/src/Squidex/app/features/content/pages/contents/contents-page.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, OnDestroy, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/features/content/pages/contents/search-form.component.ts b/src/Squidex/app/features/content/pages/contents/search-form.component.ts index 8fcc6a0eb..994d9d437 100644 --- a/src/Squidex/app/features/content/pages/contents/search-form.component.ts +++ b/src/Squidex/app/features/content/pages/contents/search-form.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, EventEmitter, Input, OnChanges, Output } from '@angular/core'; diff --git a/src/Squidex/app/features/content/pages/messages.ts b/src/Squidex/app/features/content/pages/messages.ts index 9414c9c30..896f677e2 100644 --- a/src/Squidex/app/features/content/pages/messages.ts +++ b/src/Squidex/app/features/content/pages/messages.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { ContentDto } from 'shared'; diff --git a/src/Squidex/app/features/content/pages/schemas/schemas-page.component.ts b/src/Squidex/app/features/content/pages/schemas/schemas-page.component.ts index c4e18eeb2..b2c463b9b 100644 --- a/src/Squidex/app/features/content/pages/schemas/schemas-page.component.ts +++ b/src/Squidex/app/features/content/pages/schemas/schemas-page.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component } from '@angular/core'; diff --git a/src/Squidex/app/features/content/shared/assets-editor.component.ts b/src/Squidex/app/features/content/shared/assets-editor.component.ts index 8b70fa521..d51416e5f 100644 --- a/src/Squidex/app/features/content/shared/assets-editor.component.ts +++ b/src/Squidex/app/features/content/shared/assets-editor.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ // tslint:disable:prefer-for-of diff --git a/src/Squidex/app/features/content/shared/content-item.component.ts b/src/Squidex/app/features/content/shared/content-item.component.ts index 32f411b98..cbeb37b11 100644 --- a/src/Squidex/app/features/content/shared/content-item.component.ts +++ b/src/Squidex/app/features/content/shared/content-item.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, EventEmitter, Input, OnChanges, OnInit, Output } from '@angular/core'; diff --git a/src/Squidex/app/features/content/shared/references-editor.component.ts b/src/Squidex/app/features/content/shared/references-editor.component.ts index 88e854458..e0464f975 100644 --- a/src/Squidex/app/features/content/shared/references-editor.component.ts +++ b/src/Squidex/app/features/content/shared/references-editor.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ // tslint:disable:prefer-for-of diff --git a/src/Squidex/app/features/dashboard/declarations.ts b/src/Squidex/app/features/dashboard/declarations.ts index efb08b17c..c0bfafd9a 100644 --- a/src/Squidex/app/features/dashboard/declarations.ts +++ b/src/Squidex/app/features/dashboard/declarations.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ export * from './pages/dashboard-page.component'; \ No newline at end of file diff --git a/src/Squidex/app/features/dashboard/index.ts b/src/Squidex/app/features/dashboard/index.ts index 9c0a4f6ee..d34c6d2ae 100644 --- a/src/Squidex/app/features/dashboard/index.ts +++ b/src/Squidex/app/features/dashboard/index.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ export * from './declarations'; diff --git a/src/Squidex/app/features/dashboard/module.ts b/src/Squidex/app/features/dashboard/module.ts index c201bb375..40edc8efb 100644 --- a/src/Squidex/app/features/dashboard/module.ts +++ b/src/Squidex/app/features/dashboard/module.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { NgModule } from '@angular/core'; diff --git a/src/Squidex/app/features/dashboard/pages/dashboard-page.component.ts b/src/Squidex/app/features/dashboard/pages/dashboard-page.component.ts index 0fbfbd231..494a17ce3 100644 --- a/src/Squidex/app/features/dashboard/pages/dashboard-page.component.ts +++ b/src/Squidex/app/features/dashboard/pages/dashboard-page.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/features/rules/declarations.ts b/src/Squidex/app/features/rules/declarations.ts index c2f70d3ef..f955e0400 100644 --- a/src/Squidex/app/features/rules/declarations.ts +++ b/src/Squidex/app/features/rules/declarations.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ export * from './pages/rules/actions/webhook-action.component'; diff --git a/src/Squidex/app/features/rules/index.ts b/src/Squidex/app/features/rules/index.ts index 9c0a4f6ee..d34c6d2ae 100644 --- a/src/Squidex/app/features/rules/index.ts +++ b/src/Squidex/app/features/rules/index.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ export * from './declarations'; diff --git a/src/Squidex/app/features/rules/module.ts b/src/Squidex/app/features/rules/module.ts index 23a869ede..856ee69ed 100644 --- a/src/Squidex/app/features/rules/module.ts +++ b/src/Squidex/app/features/rules/module.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { NgModule } from '@angular/core'; diff --git a/src/Squidex/app/features/rules/pages/events/rule-events-page.component.ts b/src/Squidex/app/features/rules/pages/events/rule-events-page.component.ts index eed28b81e..97b065926 100644 --- a/src/Squidex/app/features/rules/pages/events/rule-events-page.component.ts +++ b/src/Squidex/app/features/rules/pages/events/rule-events-page.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/features/rules/pages/rules/actions/webhook-action.component.ts b/src/Squidex/app/features/rules/pages/rules/actions/webhook-action.component.ts index d11b3e8c8..ee76ae432 100644 --- a/src/Squidex/app/features/rules/pages/rules/actions/webhook-action.component.ts +++ b/src/Squidex/app/features/rules/pages/rules/actions/webhook-action.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core'; diff --git a/src/Squidex/app/features/rules/pages/rules/rule-wizard.component.ts b/src/Squidex/app/features/rules/pages/rules/rule-wizard.component.ts index f9da79804..524d88b32 100644 --- a/src/Squidex/app/features/rules/pages/rules/rule-wizard.component.ts +++ b/src/Squidex/app/features/rules/pages/rules/rule-wizard.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, EventEmitter, Input, OnInit, Output, ViewChild } from '@angular/core'; diff --git a/src/Squidex/app/features/rules/pages/rules/rules-page.component.ts b/src/Squidex/app/features/rules/pages/rules/rules-page.component.ts index 63823659c..40e6f3e91 100644 --- a/src/Squidex/app/features/rules/pages/rules/rules-page.component.ts +++ b/src/Squidex/app/features/rules/pages/rules/rules-page.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/features/rules/pages/rules/triggers/content-changed-trigger.component.ts b/src/Squidex/app/features/rules/pages/rules/triggers/content-changed-trigger.component.ts index dabe56214..0039cce44 100644 --- a/src/Squidex/app/features/rules/pages/rules/triggers/content-changed-trigger.component.ts +++ b/src/Squidex/app/features/rules/pages/rules/triggers/content-changed-trigger.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core'; diff --git a/src/Squidex/app/features/schemas/declarations.ts b/src/Squidex/app/features/schemas/declarations.ts index 5b9625739..d62fbc63c 100644 --- a/src/Squidex/app/features/schemas/declarations.ts +++ b/src/Squidex/app/features/schemas/declarations.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ export * from './pages/schema/types/assets-ui.component'; diff --git a/src/Squidex/app/features/schemas/index.ts b/src/Squidex/app/features/schemas/index.ts index 9c0a4f6ee..d34c6d2ae 100644 --- a/src/Squidex/app/features/schemas/index.ts +++ b/src/Squidex/app/features/schemas/index.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ export * from './declarations'; diff --git a/src/Squidex/app/features/schemas/module.ts b/src/Squidex/app/features/schemas/module.ts index 7d467bc4f..692c646e0 100644 --- a/src/Squidex/app/features/schemas/module.ts +++ b/src/Squidex/app/features/schemas/module.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { NgModule } from '@angular/core'; diff --git a/src/Squidex/app/features/schemas/pages/messages.ts b/src/Squidex/app/features/schemas/pages/messages.ts index 0ab1ed9f0..75cdfc05e 100644 --- a/src/Squidex/app/features/schemas/pages/messages.ts +++ b/src/Squidex/app/features/schemas/pages/messages.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { SchemaDto } from 'shared'; diff --git a/src/Squidex/app/features/schemas/pages/schema/field.component.ts b/src/Squidex/app/features/schemas/pages/schema/field.component.ts index b86ec1086..2b0ca6ab3 100644 --- a/src/Squidex/app/features/schemas/pages/schema/field.component.ts +++ b/src/Squidex/app/features/schemas/pages/schema/field.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core'; diff --git a/src/Squidex/app/features/schemas/pages/schema/schema-edit-form.component.ts b/src/Squidex/app/features/schemas/pages/schema/schema-edit-form.component.ts index 7cf81e3b9..42c12e91f 100644 --- a/src/Squidex/app/features/schemas/pages/schema/schema-edit-form.component.ts +++ b/src/Squidex/app/features/schemas/pages/schema/schema-edit-form.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core'; diff --git a/src/Squidex/app/features/schemas/pages/schema/schema-page.component.ts b/src/Squidex/app/features/schemas/pages/schema/schema-page.component.ts index 40601d905..1066e3eca 100644 --- a/src/Squidex/app/features/schemas/pages/schema/schema-page.component.ts +++ b/src/Squidex/app/features/schemas/pages/schema/schema-page.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, OnDestroy, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/features/schemas/pages/schema/schema-scripts-form.component.ts b/src/Squidex/app/features/schemas/pages/schema/schema-scripts-form.component.ts index d9315eba1..a7503b5e9 100644 --- a/src/Squidex/app/features/schemas/pages/schema/schema-scripts-form.component.ts +++ b/src/Squidex/app/features/schemas/pages/schema/schema-scripts-form.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core'; diff --git a/src/Squidex/app/features/schemas/pages/schema/types/assets-ui.component.ts b/src/Squidex/app/features/schemas/pages/schema/types/assets-ui.component.ts index 63d85575d..b7a65cea4 100644 --- a/src/Squidex/app/features/schemas/pages/schema/types/assets-ui.component.ts +++ b/src/Squidex/app/features/schemas/pages/schema/types/assets-ui.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { ChangeDetectionStrategy, Component, Input } from '@angular/core'; diff --git a/src/Squidex/app/features/schemas/pages/schema/types/assets-validation.component.ts b/src/Squidex/app/features/schemas/pages/schema/types/assets-validation.component.ts index bf4c15f23..0877f94b6 100644 --- a/src/Squidex/app/features/schemas/pages/schema/types/assets-validation.component.ts +++ b/src/Squidex/app/features/schemas/pages/schema/types/assets-validation.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { ChangeDetectionStrategy, Component, Input, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/features/schemas/pages/schema/types/boolean-ui.component.ts b/src/Squidex/app/features/schemas/pages/schema/types/boolean-ui.component.ts index 0e45f586a..5eb3aadcd 100644 --- a/src/Squidex/app/features/schemas/pages/schema/types/boolean-ui.component.ts +++ b/src/Squidex/app/features/schemas/pages/schema/types/boolean-ui.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, Input, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/features/schemas/pages/schema/types/boolean-validation.component.ts b/src/Squidex/app/features/schemas/pages/schema/types/boolean-validation.component.ts index 1c4b84fc9..b6839be87 100644 --- a/src/Squidex/app/features/schemas/pages/schema/types/boolean-validation.component.ts +++ b/src/Squidex/app/features/schemas/pages/schema/types/boolean-validation.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, Input, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/features/schemas/pages/schema/types/date-time-ui.component.ts b/src/Squidex/app/features/schemas/pages/schema/types/date-time-ui.component.ts index 26d7e34fe..5a5152f6e 100644 --- a/src/Squidex/app/features/schemas/pages/schema/types/date-time-ui.component.ts +++ b/src/Squidex/app/features/schemas/pages/schema/types/date-time-ui.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, Input, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/features/schemas/pages/schema/types/date-time-validation.component.ts b/src/Squidex/app/features/schemas/pages/schema/types/date-time-validation.component.ts index abf7c7664..15f133f45 100644 --- a/src/Squidex/app/features/schemas/pages/schema/types/date-time-validation.component.ts +++ b/src/Squidex/app/features/schemas/pages/schema/types/date-time-validation.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, Input, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/features/schemas/pages/schema/types/geolocation-ui.component.ts b/src/Squidex/app/features/schemas/pages/schema/types/geolocation-ui.component.ts index a0fc725a5..14883cf52 100644 --- a/src/Squidex/app/features/schemas/pages/schema/types/geolocation-ui.component.ts +++ b/src/Squidex/app/features/schemas/pages/schema/types/geolocation-ui.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, Input, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/features/schemas/pages/schema/types/geolocation-validation.component.ts b/src/Squidex/app/features/schemas/pages/schema/types/geolocation-validation.component.ts index 098fcacdc..65edbdcaa 100644 --- a/src/Squidex/app/features/schemas/pages/schema/types/geolocation-validation.component.ts +++ b/src/Squidex/app/features/schemas/pages/schema/types/geolocation-validation.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, Input } from '@angular/core'; diff --git a/src/Squidex/app/features/schemas/pages/schema/types/json-ui.component.ts b/src/Squidex/app/features/schemas/pages/schema/types/json-ui.component.ts index 9feebc666..4535282ff 100644 --- a/src/Squidex/app/features/schemas/pages/schema/types/json-ui.component.ts +++ b/src/Squidex/app/features/schemas/pages/schema/types/json-ui.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, Input } from '@angular/core'; diff --git a/src/Squidex/app/features/schemas/pages/schema/types/json-validation.component.ts b/src/Squidex/app/features/schemas/pages/schema/types/json-validation.component.ts index dcdbae808..04507f457 100644 --- a/src/Squidex/app/features/schemas/pages/schema/types/json-validation.component.ts +++ b/src/Squidex/app/features/schemas/pages/schema/types/json-validation.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, Input } from '@angular/core'; diff --git a/src/Squidex/app/features/schemas/pages/schema/types/number-ui.component.ts b/src/Squidex/app/features/schemas/pages/schema/types/number-ui.component.ts index 3d22a134a..f63f9dac5 100644 --- a/src/Squidex/app/features/schemas/pages/schema/types/number-ui.component.ts +++ b/src/Squidex/app/features/schemas/pages/schema/types/number-ui.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, Input, OnDestroy, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/features/schemas/pages/schema/types/number-validation.component.ts b/src/Squidex/app/features/schemas/pages/schema/types/number-validation.component.ts index 2ea0f8b30..e8801a593 100644 --- a/src/Squidex/app/features/schemas/pages/schema/types/number-validation.component.ts +++ b/src/Squidex/app/features/schemas/pages/schema/types/number-validation.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, Input, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/features/schemas/pages/schema/types/references-ui.component.ts b/src/Squidex/app/features/schemas/pages/schema/types/references-ui.component.ts index 02738d004..e79477dbc 100644 --- a/src/Squidex/app/features/schemas/pages/schema/types/references-ui.component.ts +++ b/src/Squidex/app/features/schemas/pages/schema/types/references-ui.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { ChangeDetectionStrategy, Component, Input } from '@angular/core'; diff --git a/src/Squidex/app/features/schemas/pages/schema/types/references-validation.component.ts b/src/Squidex/app/features/schemas/pages/schema/types/references-validation.component.ts index b5b8be562..8471e017c 100644 --- a/src/Squidex/app/features/schemas/pages/schema/types/references-validation.component.ts +++ b/src/Squidex/app/features/schemas/pages/schema/types/references-validation.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { ChangeDetectionStrategy, Component, Input, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/features/schemas/pages/schema/types/string-ui.component.ts b/src/Squidex/app/features/schemas/pages/schema/types/string-ui.component.ts index f04df2046..d11c4effd 100644 --- a/src/Squidex/app/features/schemas/pages/schema/types/string-ui.component.ts +++ b/src/Squidex/app/features/schemas/pages/schema/types/string-ui.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, Input, OnDestroy, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/features/schemas/pages/schema/types/string-validation.component.ts b/src/Squidex/app/features/schemas/pages/schema/types/string-validation.component.ts index 51b7724af..c7e593132 100644 --- a/src/Squidex/app/features/schemas/pages/schema/types/string-validation.component.ts +++ b/src/Squidex/app/features/schemas/pages/schema/types/string-validation.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, Input, OnDestroy, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/features/schemas/pages/schema/types/tags-ui.component.ts b/src/Squidex/app/features/schemas/pages/schema/types/tags-ui.component.ts index ee57702d2..e6b449359 100644 --- a/src/Squidex/app/features/schemas/pages/schema/types/tags-ui.component.ts +++ b/src/Squidex/app/features/schemas/pages/schema/types/tags-ui.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { ChangeDetectionStrategy, Component, Input } from '@angular/core'; diff --git a/src/Squidex/app/features/schemas/pages/schema/types/tags-validation.component.ts b/src/Squidex/app/features/schemas/pages/schema/types/tags-validation.component.ts index f5a6d6d96..4c9e1b44b 100644 --- a/src/Squidex/app/features/schemas/pages/schema/types/tags-validation.component.ts +++ b/src/Squidex/app/features/schemas/pages/schema/types/tags-validation.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { ChangeDetectionStrategy, Component, Input, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/features/schemas/pages/schemas/schema-form.component.ts b/src/Squidex/app/features/schemas/pages/schemas/schema-form.component.ts index 016cb6e78..668e5fb61 100644 --- a/src/Squidex/app/features/schemas/pages/schemas/schema-form.component.ts +++ b/src/Squidex/app/features/schemas/pages/schemas/schema-form.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core'; diff --git a/src/Squidex/app/features/schemas/pages/schemas/schemas-page.component.ts b/src/Squidex/app/features/schemas/pages/schemas/schemas-page.component.ts index 6b6b692a0..0612adedf 100644 --- a/src/Squidex/app/features/schemas/pages/schemas/schemas-page.component.ts +++ b/src/Squidex/app/features/schemas/pages/schemas/schemas-page.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, OnDestroy, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/features/settings/declarations.ts b/src/Squidex/app/features/settings/declarations.ts index 4bbde478f..77ae981eb 100644 --- a/src/Squidex/app/features/settings/declarations.ts +++ b/src/Squidex/app/features/settings/declarations.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ export * from './pages/clients/client.component'; diff --git a/src/Squidex/app/features/settings/index.ts b/src/Squidex/app/features/settings/index.ts index 9c0a4f6ee..d34c6d2ae 100644 --- a/src/Squidex/app/features/settings/index.ts +++ b/src/Squidex/app/features/settings/index.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ export * from './declarations'; diff --git a/src/Squidex/app/features/settings/module.ts b/src/Squidex/app/features/settings/module.ts index 281a4489f..9c3a8fb5b 100644 --- a/src/Squidex/app/features/settings/module.ts +++ b/src/Squidex/app/features/settings/module.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { NgModule } from '@angular/core'; diff --git a/src/Squidex/app/features/settings/pages/clients/client.component.ts b/src/Squidex/app/features/settings/pages/clients/client.component.ts index f939bccb0..220d8888f 100644 --- a/src/Squidex/app/features/settings/pages/clients/client.component.ts +++ b/src/Squidex/app/features/settings/pages/clients/client.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, EventEmitter, Input, Output } from '@angular/core'; diff --git a/src/Squidex/app/features/settings/pages/clients/clients-page.component.ts b/src/Squidex/app/features/settings/pages/clients/clients-page.component.ts index 52c16938a..d14afbbcc 100644 --- a/src/Squidex/app/features/settings/pages/clients/clients-page.component.ts +++ b/src/Squidex/app/features/settings/pages/clients/clients-page.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/features/settings/pages/contributors/contributors-page.component.ts b/src/Squidex/app/features/settings/pages/contributors/contributors-page.component.ts index c343aadb3..5880f4053 100644 --- a/src/Squidex/app/features/settings/pages/contributors/contributors-page.component.ts +++ b/src/Squidex/app/features/settings/pages/contributors/contributors-page.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/features/settings/pages/languages/language.component.ts b/src/Squidex/app/features/settings/pages/languages/language.component.ts index 25ac3b704..0af21ee70 100644 --- a/src/Squidex/app/features/settings/pages/languages/language.component.ts +++ b/src/Squidex/app/features/settings/pages/languages/language.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, EventEmitter, Input, OnChanges, OnDestroy, Output, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/features/settings/pages/languages/languages-page.component.ts b/src/Squidex/app/features/settings/pages/languages/languages-page.component.ts index fdb0081c4..7e334b485 100644 --- a/src/Squidex/app/features/settings/pages/languages/languages-page.component.ts +++ b/src/Squidex/app/features/settings/pages/languages/languages-page.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/features/settings/pages/patterns/pattern.component.ts b/src/Squidex/app/features/settings/pages/patterns/pattern.component.ts index 28bf0ca55..1f9063112 100644 --- a/src/Squidex/app/features/settings/pages/patterns/pattern.component.ts +++ b/src/Squidex/app/features/settings/pages/patterns/pattern.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core'; diff --git a/src/Squidex/app/features/settings/pages/patterns/patterns-page.component.ts b/src/Squidex/app/features/settings/pages/patterns/patterns-page.component.ts index d7e9868c2..8ccd5ff67 100644 --- a/src/Squidex/app/features/settings/pages/patterns/patterns-page.component.ts +++ b/src/Squidex/app/features/settings/pages/patterns/patterns-page.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/features/settings/pages/plans/plans-page.component.ts b/src/Squidex/app/features/settings/pages/plans/plans-page.component.ts index 7197441ae..5097d552e 100644 --- a/src/Squidex/app/features/settings/pages/plans/plans-page.component.ts +++ b/src/Squidex/app/features/settings/pages/plans/plans-page.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, OnDestroy, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/features/settings/settings-area.component.ts b/src/Squidex/app/features/settings/settings-area.component.ts index 3e9094721..329ad88f8 100644 --- a/src/Squidex/app/features/settings/settings-area.component.ts +++ b/src/Squidex/app/features/settings/settings-area.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/animations.ts b/src/Squidex/app/framework/angular/animations.ts index 2c09d93af..4a47d6abc 100644 --- a/src/Squidex/app/framework/angular/animations.ts +++ b/src/Squidex/app/framework/angular/animations.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { diff --git a/src/Squidex/app/framework/angular/autocomplete.component.ts b/src/Squidex/app/framework/angular/autocomplete.component.ts index 405d8aaaf..4400e2959 100644 --- a/src/Squidex/app/framework/angular/autocomplete.component.ts +++ b/src/Squidex/app/framework/angular/autocomplete.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, ContentChild, forwardRef, Input, OnDestroy, OnInit, TemplateRef } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/can-deactivate.guard.spec.ts b/src/Squidex/app/framework/angular/can-deactivate.guard.spec.ts index 8409e5f29..fefff79df 100644 --- a/src/Squidex/app/framework/angular/can-deactivate.guard.spec.ts +++ b/src/Squidex/app/framework/angular/can-deactivate.guard.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Observable } from 'rxjs'; diff --git a/src/Squidex/app/framework/angular/can-deactivate.guard.ts b/src/Squidex/app/framework/angular/can-deactivate.guard.ts index ca59c563a..b5e0105d8 100644 --- a/src/Squidex/app/framework/angular/can-deactivate.guard.ts +++ b/src/Squidex/app/framework/angular/can-deactivate.guard.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Injectable } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/confirm-click.directive.ts b/src/Squidex/app/framework/angular/confirm-click.directive.ts index 168453a8c..a0a761d0c 100644 --- a/src/Squidex/app/framework/angular/confirm-click.directive.ts +++ b/src/Squidex/app/framework/angular/confirm-click.directive.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Directive, EventEmitter, HostListener, Input, OnDestroy, Output } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/copy.directive.ts b/src/Squidex/app/framework/angular/copy.directive.ts index 8cf9f5a23..655a6cc93 100644 --- a/src/Squidex/app/framework/angular/copy.directive.ts +++ b/src/Squidex/app/framework/angular/copy.directive.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Directive, HostListener, Input } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/date-time-editor.component.ts b/src/Squidex/app/framework/angular/date-time-editor.component.ts index c766be4c6..3ee9fc078 100644 --- a/src/Squidex/app/framework/angular/date-time-editor.component.ts +++ b/src/Squidex/app/framework/angular/date-time-editor.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { AfterViewInit, Component, forwardRef, ElementRef, Input, OnDestroy, OnInit, ViewChild } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/date-time.pipes.spec.ts b/src/Squidex/app/framework/angular/date-time.pipes.spec.ts index 8d7557d51..f738a3d35 100644 --- a/src/Squidex/app/framework/angular/date-time.pipes.spec.ts +++ b/src/Squidex/app/framework/angular/date-time.pipes.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { DateTime, Duration } from './../'; diff --git a/src/Squidex/app/framework/angular/date-time.pipes.ts b/src/Squidex/app/framework/angular/date-time.pipes.ts index fbfad3d14..8c0d9d9e6 100644 --- a/src/Squidex/app/framework/angular/date-time.pipes.ts +++ b/src/Squidex/app/framework/angular/date-time.pipes.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Pipe, PipeTransform } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/dropdown.component.ts b/src/Squidex/app/framework/angular/dropdown.component.ts index 858742e66..56077df4d 100644 --- a/src/Squidex/app/framework/angular/dropdown.component.ts +++ b/src/Squidex/app/framework/angular/dropdown.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { AfterContentInit, Component, ContentChildren, forwardRef, Input, QueryList, TemplateRef } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/file-drop.directive.ts b/src/Squidex/app/framework/angular/file-drop.directive.ts index 2539eb52e..52cc95610 100644 --- a/src/Squidex/app/framework/angular/file-drop.directive.ts +++ b/src/Squidex/app/framework/angular/file-drop.directive.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Directive, ElementRef, EventEmitter, HostListener, Output, Renderer } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/focus-on-init.directive.spec.ts b/src/Squidex/app/framework/angular/focus-on-init.directive.spec.ts index 50efd6f96..a4612c89a 100644 --- a/src/Squidex/app/framework/angular/focus-on-init.directive.spec.ts +++ b/src/Squidex/app/framework/angular/focus-on-init.directive.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { ElementRef, Renderer } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/focus-on-init.directive.ts b/src/Squidex/app/framework/angular/focus-on-init.directive.ts index 6f489d9ef..e7ae2fef8 100644 --- a/src/Squidex/app/framework/angular/focus-on-init.directive.ts +++ b/src/Squidex/app/framework/angular/focus-on-init.directive.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { AfterViewInit, Directive, ElementRef, Input, Renderer } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/http-extensions-impl.spec.ts b/src/Squidex/app/framework/angular/http-extensions-impl.spec.ts index 7db932c5d..76d947937 100644 --- a/src/Squidex/app/framework/angular/http-extensions-impl.spec.ts +++ b/src/Squidex/app/framework/angular/http-extensions-impl.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { ErrorDto } from './http-extensions-impl'; diff --git a/src/Squidex/app/framework/angular/http-extensions-impl.ts b/src/Squidex/app/framework/angular/http-extensions-impl.ts index cbf5c8614..3b96117ec 100644 --- a/src/Squidex/app/framework/angular/http-extensions-impl.ts +++ b/src/Squidex/app/framework/angular/http-extensions-impl.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClient, HttpErrorResponse, HttpHeaders, HttpResponse } from '@angular/common/http'; diff --git a/src/Squidex/app/framework/angular/http-extensions.ts b/src/Squidex/app/framework/angular/http-extensions.ts index 4d561ebdb..140efb151 100644 --- a/src/Squidex/app/framework/angular/http-extensions.ts +++ b/src/Squidex/app/framework/angular/http-extensions.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Observable } from 'rxjs/Observable'; diff --git a/src/Squidex/app/framework/angular/image-source.directive.ts b/src/Squidex/app/framework/angular/image-source.directive.ts index 96382fb5c..e609873f0 100644 --- a/src/Squidex/app/framework/angular/image-source.directive.ts +++ b/src/Squidex/app/framework/angular/image-source.directive.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { AfterViewInit, Directive, ElementRef, HostListener, Input, OnChanges, OnDestroy, OnInit, Renderer } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/indeterminate-value.directive.ts b/src/Squidex/app/framework/angular/indeterminate-value.directive.ts index 4112d0232..cb1fce7b5 100644 --- a/src/Squidex/app/framework/angular/indeterminate-value.directive.ts +++ b/src/Squidex/app/framework/angular/indeterminate-value.directive.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Directive, forwardRef, ElementRef, HostListener, Renderer } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/jscript-editor.component.ts b/src/Squidex/app/framework/angular/jscript-editor.component.ts index d3fc0df0d..0f323bd97 100644 --- a/src/Squidex/app/framework/angular/jscript-editor.component.ts +++ b/src/Squidex/app/framework/angular/jscript-editor.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { AfterViewInit, Component, forwardRef, ElementRef, ViewChild } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/json-editor.component.ts b/src/Squidex/app/framework/angular/json-editor.component.ts index 263a1be2f..2dd932655 100644 --- a/src/Squidex/app/framework/angular/json-editor.component.ts +++ b/src/Squidex/app/framework/angular/json-editor.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { AfterViewInit, Component, forwardRef, ElementRef, ViewChild } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/keys.pipe.spec.ts b/src/Squidex/app/framework/angular/keys.pipe.spec.ts index f3a3728b9..2bdd65402 100644 --- a/src/Squidex/app/framework/angular/keys.pipe.spec.ts +++ b/src/Squidex/app/framework/angular/keys.pipe.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { diff --git a/src/Squidex/app/framework/angular/keys.pipe.ts b/src/Squidex/app/framework/angular/keys.pipe.ts index d3b96d442..e1800f3cd 100644 --- a/src/Squidex/app/framework/angular/keys.pipe.ts +++ b/src/Squidex/app/framework/angular/keys.pipe.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Pipe, PipeTransform } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/lowercase-input.directive.ts b/src/Squidex/app/framework/angular/lowercase-input.directive.ts index 6645d1697..950b11287 100644 --- a/src/Squidex/app/framework/angular/lowercase-input.directive.ts +++ b/src/Squidex/app/framework/angular/lowercase-input.directive.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Directive, forwardRef, ElementRef, HostListener, Renderer } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/markdown-editor.component.ts b/src/Squidex/app/framework/angular/markdown-editor.component.ts index 41d4cefc8..d477d30b8 100644 --- a/src/Squidex/app/framework/angular/markdown-editor.component.ts +++ b/src/Squidex/app/framework/angular/markdown-editor.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { AfterViewInit, Component, forwardRef, ElementRef, ViewChild } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/modal-target.directive.ts b/src/Squidex/app/framework/angular/modal-target.directive.ts index 1428d60d5..854b407d2 100644 --- a/src/Squidex/app/framework/angular/modal-target.directive.ts +++ b/src/Squidex/app/framework/angular/modal-target.directive.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { AfterViewInit, Directive, ElementRef, Input, OnDestroy, OnInit, Renderer } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/modal-view.directive.ts b/src/Squidex/app/framework/angular/modal-view.directive.ts index 4905636a5..a8df8263b 100644 --- a/src/Squidex/app/framework/angular/modal-view.directive.ts +++ b/src/Squidex/app/framework/angular/modal-view.directive.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Directive, EmbeddedViewRef, Input, OnChanges, OnDestroy, Renderer, SimpleChanges, TemplateRef, ViewContainerRef } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/money.pipe.spec.ts b/src/Squidex/app/framework/angular/money.pipe.spec.ts index 391743170..ce87857d4 100644 --- a/src/Squidex/app/framework/angular/money.pipe.spec.ts +++ b/src/Squidex/app/framework/angular/money.pipe.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { CurrencyConfig, DecimalSeparatorConfig } from './../'; diff --git a/src/Squidex/app/framework/angular/money.pipe.ts b/src/Squidex/app/framework/angular/money.pipe.ts index 2b8842756..93c110675 100644 --- a/src/Squidex/app/framework/angular/money.pipe.ts +++ b/src/Squidex/app/framework/angular/money.pipe.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Pipe, PipeTransform } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/name.pipe.spec.ts b/src/Squidex/app/framework/angular/name.pipe.spec.ts index 2edaced8d..72760d786 100644 --- a/src/Squidex/app/framework/angular/name.pipe.spec.ts +++ b/src/Squidex/app/framework/angular/name.pipe.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { DisplayNamePipe } from './name.pipe'; diff --git a/src/Squidex/app/framework/angular/name.pipe.ts b/src/Squidex/app/framework/angular/name.pipe.ts index 0f06e5b35..1e3190e2a 100644 --- a/src/Squidex/app/framework/angular/name.pipe.ts +++ b/src/Squidex/app/framework/angular/name.pipe.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Pipe, PipeTransform } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/numbers.pipes.spec.ts b/src/Squidex/app/framework/angular/numbers.pipes.spec.ts index 4be57de8d..e16acdf23 100644 --- a/src/Squidex/app/framework/angular/numbers.pipes.spec.ts +++ b/src/Squidex/app/framework/angular/numbers.pipes.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { FileSizePipe, KNumberPipe } from './..'; diff --git a/src/Squidex/app/framework/angular/numbers.pipes.ts b/src/Squidex/app/framework/angular/numbers.pipes.ts index 129ab650e..13f7da619 100644 --- a/src/Squidex/app/framework/angular/numbers.pipes.ts +++ b/src/Squidex/app/framework/angular/numbers.pipes.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Pipe, PipeTransform } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/onboarding-tooltip.component.ts b/src/Squidex/app/framework/angular/onboarding-tooltip.component.ts index 86ff29192..4b4eb2845 100644 --- a/src/Squidex/app/framework/angular/onboarding-tooltip.component.ts +++ b/src/Squidex/app/framework/angular/onboarding-tooltip.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, Input, OnDestroy, OnInit, Renderer } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/panel-container.directive.ts b/src/Squidex/app/framework/angular/panel-container.directive.ts index 28abbfcc0..ca1792c35 100644 --- a/src/Squidex/app/framework/angular/panel-container.directive.ts +++ b/src/Squidex/app/framework/angular/panel-container.directive.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { AfterViewInit, Directive, ElementRef, HostListener, OnDestroy, Renderer } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/panel.component.ts b/src/Squidex/app/framework/angular/panel.component.ts index 984050933..6d5317524 100644 --- a/src/Squidex/app/framework/angular/panel.component.ts +++ b/src/Squidex/app/framework/angular/panel.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { AfterViewInit, Component, ElementRef, Input, OnDestroy, OnInit, ViewChild } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/parent-link.directive.ts b/src/Squidex/app/framework/angular/parent-link.directive.ts index 3503a464f..3dfd71d9a 100644 --- a/src/Squidex/app/framework/angular/parent-link.directive.ts +++ b/src/Squidex/app/framework/angular/parent-link.directive.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Directive, ElementRef, HostListener, Input, OnDestroy, OnInit, Renderer } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/popup-link.directive.ts b/src/Squidex/app/framework/angular/popup-link.directive.ts index 0c635dc01..d735d0588 100644 --- a/src/Squidex/app/framework/angular/popup-link.directive.ts +++ b/src/Squidex/app/framework/angular/popup-link.directive.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Directive, HostListener, Input } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/progress-bar.component.ts b/src/Squidex/app/framework/angular/progress-bar.component.ts index 4e1b1f6ab..ac769399b 100644 --- a/src/Squidex/app/framework/angular/progress-bar.component.ts +++ b/src/Squidex/app/framework/angular/progress-bar.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, ElementRef, Input, OnChanges, OnInit, Renderer, SimpleChanges } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/root-view.directive.spec.ts b/src/Squidex/app/framework/angular/root-view.directive.spec.ts index 7ea8d8548..fd02e3d5b 100644 --- a/src/Squidex/app/framework/angular/root-view.directive.spec.ts +++ b/src/Squidex/app/framework/angular/root-view.directive.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { RootViewDirective } from './../'; diff --git a/src/Squidex/app/framework/angular/root-view.directive.ts b/src/Squidex/app/framework/angular/root-view.directive.ts index a0e518e7b..af546925d 100644 --- a/src/Squidex/app/framework/angular/root-view.directive.ts +++ b/src/Squidex/app/framework/angular/root-view.directive.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Directive, ViewContainerRef } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/router-utils.spec.ts b/src/Squidex/app/framework/angular/router-utils.spec.ts index e992b176d..d5afe19e1 100644 --- a/src/Squidex/app/framework/angular/router-utils.spec.ts +++ b/src/Squidex/app/framework/angular/router-utils.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { diff --git a/src/Squidex/app/framework/angular/router-utils.ts b/src/Squidex/app/framework/angular/router-utils.ts index 14563787f..6dbfe0831 100644 --- a/src/Squidex/app/framework/angular/router-utils.ts +++ b/src/Squidex/app/framework/angular/router-utils.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { ActivatedRoute, ActivatedRouteSnapshot, Data, Params } from '@angular/router'; diff --git a/src/Squidex/app/framework/angular/scroll-active.directive.ts b/src/Squidex/app/framework/angular/scroll-active.directive.ts index 8fbdcaf6c..ac0fe898f 100644 --- a/src/Squidex/app/framework/angular/scroll-active.directive.ts +++ b/src/Squidex/app/framework/angular/scroll-active.directive.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { AfterViewInit, Directive, ElementRef, Input, OnChanges } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/shortcut.component.spec.ts b/src/Squidex/app/framework/angular/shortcut.component.spec.ts index 15e79e89b..c64a5cc54 100644 --- a/src/Squidex/app/framework/angular/shortcut.component.spec.ts +++ b/src/Squidex/app/framework/angular/shortcut.component.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { NgZone } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/shortcut.component.ts b/src/Squidex/app/framework/angular/shortcut.component.ts index b266f5f96..01148f3fb 100644 --- a/src/Squidex/app/framework/angular/shortcut.component.ts +++ b/src/Squidex/app/framework/angular/shortcut.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, EventEmitter, Input, NgZone, OnDestroy, OnInit, Output } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/slider.component.ts b/src/Squidex/app/framework/angular/slider.component.ts index df614fec4..279a00b0d 100644 --- a/src/Squidex/app/framework/angular/slider.component.ts +++ b/src/Squidex/app/framework/angular/slider.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, ElementRef, forwardRef, Input, Renderer, ViewChild } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/sorted.directive.ts b/src/Squidex/app/framework/angular/sorted.directive.ts index 56f9d0c7b..25f29cc5a 100644 --- a/src/Squidex/app/framework/angular/sorted.directive.ts +++ b/src/Squidex/app/framework/angular/sorted.directive.ts @@ -3,7 +3,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Directive, EventEmitter, Output } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/stars.component.ts b/src/Squidex/app/framework/angular/stars.component.ts index c73b0184e..7665a6d36 100644 --- a/src/Squidex/app/framework/angular/stars.component.ts +++ b/src/Squidex/app/framework/angular/stars.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, forwardRef, Input } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/tag-editor.component.ts b/src/Squidex/app/framework/angular/tag-editor.component.ts index 87a6e6383..b835ca542 100644 --- a/src/Squidex/app/framework/angular/tag-editor.component.ts +++ b/src/Squidex/app/framework/angular/tag-editor.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, forwardRef, Input } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/template-wrapper.directive.ts b/src/Squidex/app/framework/angular/template-wrapper.directive.ts index 2aaa67741..cdce76d12 100644 --- a/src/Squidex/app/framework/angular/template-wrapper.directive.ts +++ b/src/Squidex/app/framework/angular/template-wrapper.directive.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Directive, EmbeddedViewRef, Input, OnChanges, OnDestroy, OnInit, SimpleChanges, TemplateRef, ViewContainerRef } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/title.component.ts b/src/Squidex/app/framework/angular/title.component.ts index 192b4851f..636e14a7b 100644 --- a/src/Squidex/app/framework/angular/title.component.ts +++ b/src/Squidex/app/framework/angular/title.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, Input, OnChanges } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/toggle.component.ts b/src/Squidex/app/framework/angular/toggle.component.ts index e2b384a39..37f28bbc5 100644 --- a/src/Squidex/app/framework/angular/toggle.component.ts +++ b/src/Squidex/app/framework/angular/toggle.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, forwardRef } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/user-report.component.ts b/src/Squidex/app/framework/angular/user-report.component.ts index 926337fcd..0f93c2ef6 100644 --- a/src/Squidex/app/framework/angular/user-report.component.ts +++ b/src/Squidex/app/framework/angular/user-report.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, OnDestroy, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/framework/angular/validators.spec.ts b/src/Squidex/app/framework/angular/validators.spec.ts index e31109e70..3b9a88afd 100644 --- a/src/Squidex/app/framework/angular/validators.spec.ts +++ b/src/Squidex/app/framework/angular/validators.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { FormControl, FormGroup, Validators } from '@angular/forms'; diff --git a/src/Squidex/app/framework/angular/validators.ts b/src/Squidex/app/framework/angular/validators.ts index 0e8176155..ccb55df47 100644 --- a/src/Squidex/app/framework/angular/validators.ts +++ b/src/Squidex/app/framework/angular/validators.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { diff --git a/src/Squidex/app/framework/configurations.ts b/src/Squidex/app/framework/configurations.ts index 703a5f9ca..117de9bc9 100644 --- a/src/Squidex/app/framework/configurations.ts +++ b/src/Squidex/app/framework/configurations.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ export class ApiUrlConfig { diff --git a/src/Squidex/app/framework/declarations.ts b/src/Squidex/app/framework/declarations.ts index b9da6ba1c..d0f523fdc 100644 --- a/src/Squidex/app/framework/declarations.ts +++ b/src/Squidex/app/framework/declarations.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ export * from './angular/animations'; diff --git a/src/Squidex/app/framework/index.ts b/src/Squidex/app/framework/index.ts index 9c0a4f6ee..d34c6d2ae 100644 --- a/src/Squidex/app/framework/index.ts +++ b/src/Squidex/app/framework/index.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ export * from './declarations'; diff --git a/src/Squidex/app/framework/module.ts b/src/Squidex/app/framework/module.ts index 2f0579f5a..02d72e767 100644 --- a/src/Squidex/app/framework/module.ts +++ b/src/Squidex/app/framework/module.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { CommonModule } from '@angular/common'; diff --git a/src/Squidex/app/framework/services/analytics.service.ts b/src/Squidex/app/framework/services/analytics.service.ts index 434577ff1..b68937b2c 100644 --- a/src/Squidex/app/framework/services/analytics.service.ts +++ b/src/Squidex/app/framework/services/analytics.service.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Injectable } from '@angular/core'; diff --git a/src/Squidex/app/framework/services/clipboard.service.spec.ts b/src/Squidex/app/framework/services/clipboard.service.spec.ts index 3cdabb551..7abb095d0 100644 --- a/src/Squidex/app/framework/services/clipboard.service.spec.ts +++ b/src/Squidex/app/framework/services/clipboard.service.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { ClipboardService, ClipboardServiceFactory } from './../'; diff --git a/src/Squidex/app/framework/services/clipboard.service.ts b/src/Squidex/app/framework/services/clipboard.service.ts index adb68caaa..2731b8876 100644 --- a/src/Squidex/app/framework/services/clipboard.service.ts +++ b/src/Squidex/app/framework/services/clipboard.service.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Injectable } from '@angular/core'; diff --git a/src/Squidex/app/framework/services/dialog.service.spec.ts b/src/Squidex/app/framework/services/dialog.service.spec.ts index bf1005790..ffcad55b3 100644 --- a/src/Squidex/app/framework/services/dialog.service.spec.ts +++ b/src/Squidex/app/framework/services/dialog.service.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { diff --git a/src/Squidex/app/framework/services/dialog.service.ts b/src/Squidex/app/framework/services/dialog.service.ts index b0d41856b..44a0b98b4 100644 --- a/src/Squidex/app/framework/services/dialog.service.ts +++ b/src/Squidex/app/framework/services/dialog.service.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Injectable } from '@angular/core'; diff --git a/src/Squidex/app/framework/services/local-store.service.spec.ts b/src/Squidex/app/framework/services/local-store.service.spec.ts index 657057661..01157aee7 100644 --- a/src/Squidex/app/framework/services/local-store.service.spec.ts +++ b/src/Squidex/app/framework/services/local-store.service.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { LocalStoreService, LocalStoreServiceFactory } from './../'; diff --git a/src/Squidex/app/framework/services/local-store.service.ts b/src/Squidex/app/framework/services/local-store.service.ts index 760359a2b..364f7ac29 100644 --- a/src/Squidex/app/framework/services/local-store.service.ts +++ b/src/Squidex/app/framework/services/local-store.service.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Injectable } from '@angular/core'; diff --git a/src/Squidex/app/framework/services/message-bus.service.spec.ts b/src/Squidex/app/framework/services/message-bus.service.spec.ts index b40b0c406..8c5bfe4da 100644 --- a/src/Squidex/app/framework/services/message-bus.service.spec.ts +++ b/src/Squidex/app/framework/services/message-bus.service.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { MessageBus, MessageBusFactory } from './../'; diff --git a/src/Squidex/app/framework/services/message-bus.service.ts b/src/Squidex/app/framework/services/message-bus.service.ts index 4bfe3d7a1..02c1df4d6 100644 --- a/src/Squidex/app/framework/services/message-bus.service.ts +++ b/src/Squidex/app/framework/services/message-bus.service.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Injectable } from '@angular/core'; diff --git a/src/Squidex/app/framework/services/onboarding.service.spec.ts b/src/Squidex/app/framework/services/onboarding.service.spec.ts index 1f6de9570..ee60f84bf 100644 --- a/src/Squidex/app/framework/services/onboarding.service.spec.ts +++ b/src/Squidex/app/framework/services/onboarding.service.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { OnboardingService, OnboardingServiceFactory } from './../'; diff --git a/src/Squidex/app/framework/services/onboarding.service.ts b/src/Squidex/app/framework/services/onboarding.service.ts index 209e17e9f..9a1144120 100644 --- a/src/Squidex/app/framework/services/onboarding.service.ts +++ b/src/Squidex/app/framework/services/onboarding.service.ts @@ -5,7 +5,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Injectable } from '@angular/core'; diff --git a/src/Squidex/app/framework/services/resource-loader.service.ts b/src/Squidex/app/framework/services/resource-loader.service.ts index 7a539c0ea..c8a7fb039 100644 --- a/src/Squidex/app/framework/services/resource-loader.service.ts +++ b/src/Squidex/app/framework/services/resource-loader.service.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Injectable } from '@angular/core'; diff --git a/src/Squidex/app/framework/services/root-view.service.spec.ts b/src/Squidex/app/framework/services/root-view.service.spec.ts index d1da6a19b..5f35a1452 100644 --- a/src/Squidex/app/framework/services/root-view.service.spec.ts +++ b/src/Squidex/app/framework/services/root-view.service.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { RootViewService } from './../'; diff --git a/src/Squidex/app/framework/services/root-view.service.ts b/src/Squidex/app/framework/services/root-view.service.ts index b7e493105..de2346f3a 100644 --- a/src/Squidex/app/framework/services/root-view.service.ts +++ b/src/Squidex/app/framework/services/root-view.service.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { EmbeddedViewRef, Injectable, TemplateRef, ViewContainerRef } from '@angular/core'; diff --git a/src/Squidex/app/framework/services/shortcut.service.spec.ts b/src/Squidex/app/framework/services/shortcut.service.spec.ts index 94abe8eb0..742abe168 100644 --- a/src/Squidex/app/framework/services/shortcut.service.spec.ts +++ b/src/Squidex/app/framework/services/shortcut.service.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { ShortcutService, ShortcutServiceFactory } from './../'; diff --git a/src/Squidex/app/framework/services/shortcut.service.ts b/src/Squidex/app/framework/services/shortcut.service.ts index 0b1475281..f3a49c0bb 100644 --- a/src/Squidex/app/framework/services/shortcut.service.ts +++ b/src/Squidex/app/framework/services/shortcut.service.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Injectable } from '@angular/core'; diff --git a/src/Squidex/app/framework/services/title.service.spec.ts b/src/Squidex/app/framework/services/title.service.spec.ts index a25c8b5e8..1fc4711a5 100644 --- a/src/Squidex/app/framework/services/title.service.spec.ts +++ b/src/Squidex/app/framework/services/title.service.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { diff --git a/src/Squidex/app/framework/services/title.service.ts b/src/Squidex/app/framework/services/title.service.ts index be70deb0e..6cd37d9a2 100644 --- a/src/Squidex/app/framework/services/title.service.ts +++ b/src/Squidex/app/framework/services/title.service.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Injectable } from '@angular/core'; diff --git a/src/Squidex/app/framework/utils/date-helper.spec.ts b/src/Squidex/app/framework/utils/date-helper.spec.ts index 6532f5ee0..abd4ccfc2 100644 --- a/src/Squidex/app/framework/utils/date-helper.spec.ts +++ b/src/Squidex/app/framework/utils/date-helper.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import * as moment from 'moment'; diff --git a/src/Squidex/app/framework/utils/date-helper.ts b/src/Squidex/app/framework/utils/date-helper.ts index 5e18bd7d7..bdd44cb4b 100644 --- a/src/Squidex/app/framework/utils/date-helper.ts +++ b/src/Squidex/app/framework/utils/date-helper.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import * as moment from 'moment'; diff --git a/src/Squidex/app/framework/utils/date-time.spec.ts b/src/Squidex/app/framework/utils/date-time.spec.ts index 18f6744dc..43ce8b939 100644 --- a/src/Squidex/app/framework/utils/date-time.spec.ts +++ b/src/Squidex/app/framework/utils/date-time.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { DateTime } from './../'; diff --git a/src/Squidex/app/framework/utils/date-time.ts b/src/Squidex/app/framework/utils/date-time.ts index 1a4a4e9b4..d34578c17 100644 --- a/src/Squidex/app/framework/utils/date-time.ts +++ b/src/Squidex/app/framework/utils/date-time.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import * as moment from 'moment'; diff --git a/src/Squidex/app/framework/utils/duration.spec.ts b/src/Squidex/app/framework/utils/duration.spec.ts index 7fdf821f4..c71f25329 100644 --- a/src/Squidex/app/framework/utils/duration.spec.ts +++ b/src/Squidex/app/framework/utils/duration.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { DateTime, Duration } from './../'; diff --git a/src/Squidex/app/framework/utils/duration.ts b/src/Squidex/app/framework/utils/duration.ts index 53fcf6793..7369d65b0 100644 --- a/src/Squidex/app/framework/utils/duration.ts +++ b/src/Squidex/app/framework/utils/duration.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import * as moment from 'moment'; diff --git a/src/Squidex/app/framework/utils/immutable-array.spec.ts b/src/Squidex/app/framework/utils/immutable-array.spec.ts index 737f48c35..737fc72d6 100644 --- a/src/Squidex/app/framework/utils/immutable-array.spec.ts +++ b/src/Squidex/app/framework/utils/immutable-array.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { ImmutableArray } from './../'; diff --git a/src/Squidex/app/framework/utils/immutable-array.ts b/src/Squidex/app/framework/utils/immutable-array.ts index 54f29153a..e719a5210 100644 --- a/src/Squidex/app/framework/utils/immutable-array.ts +++ b/src/Squidex/app/framework/utils/immutable-array.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ export interface IdField { diff --git a/src/Squidex/app/framework/utils/math-helper.spec.ts b/src/Squidex/app/framework/utils/math-helper.spec.ts index 82bc9c74b..6729534b8 100644 --- a/src/Squidex/app/framework/utils/math-helper.spec.ts +++ b/src/Squidex/app/framework/utils/math-helper.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { MathHelper } from './../'; diff --git a/src/Squidex/app/framework/utils/math-helper.ts b/src/Squidex/app/framework/utils/math-helper.ts index d9f0864c5..6a711380c 100644 --- a/src/Squidex/app/framework/utils/math-helper.ts +++ b/src/Squidex/app/framework/utils/math-helper.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ /* tslint:disable: no-bitwise */ diff --git a/src/Squidex/app/framework/utils/modal-view.spec.ts b/src/Squidex/app/framework/utils/modal-view.spec.ts index 74e04b68d..b08c8a58a 100644 --- a/src/Squidex/app/framework/utils/modal-view.spec.ts +++ b/src/Squidex/app/framework/utils/modal-view.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { ModalView } from './../'; diff --git a/src/Squidex/app/framework/utils/modal-view.ts b/src/Squidex/app/framework/utils/modal-view.ts index 86267f85f..a999d4ed8 100644 --- a/src/Squidex/app/framework/utils/modal-view.ts +++ b/src/Squidex/app/framework/utils/modal-view.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { BehaviorSubject, Observable } from 'rxjs'; diff --git a/src/Squidex/app/framework/utils/pager.spec.ts b/src/Squidex/app/framework/utils/pager.spec.ts index fbbed057e..11b1c059b 100644 --- a/src/Squidex/app/framework/utils/pager.spec.ts +++ b/src/Squidex/app/framework/utils/pager.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Pager } from './../'; diff --git a/src/Squidex/app/framework/utils/pager.ts b/src/Squidex/app/framework/utils/pager.ts index 64acc1e8e..ca497b7f3 100644 --- a/src/Squidex/app/framework/utils/pager.ts +++ b/src/Squidex/app/framework/utils/pager.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ export class Pager { diff --git a/src/Squidex/app/framework/utils/string-helper.spec.ts b/src/Squidex/app/framework/utils/string-helper.spec.ts index 727acf656..0f1fe2405 100644 --- a/src/Squidex/app/framework/utils/string-helper.spec.ts +++ b/src/Squidex/app/framework/utils/string-helper.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { StringHelper } from './../'; diff --git a/src/Squidex/app/framework/utils/string-helper.ts b/src/Squidex/app/framework/utils/string-helper.ts index 5c1aae195..06cd2cee8 100644 --- a/src/Squidex/app/framework/utils/string-helper.ts +++ b/src/Squidex/app/framework/utils/string-helper.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ export module StringHelper { diff --git a/src/Squidex/app/framework/utils/types.spec.ts b/src/Squidex/app/framework/utils/types.spec.ts index 6b471032a..e8fa8b70a 100644 --- a/src/Squidex/app/framework/utils/types.spec.ts +++ b/src/Squidex/app/framework/utils/types.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Types } from './../'; diff --git a/src/Squidex/app/framework/utils/types.ts b/src/Squidex/app/framework/utils/types.ts index e27ed9e87..df66a229c 100644 --- a/src/Squidex/app/framework/utils/types.ts +++ b/src/Squidex/app/framework/utils/types.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ export module Types { diff --git a/src/Squidex/app/framework/utils/version.spec.ts b/src/Squidex/app/framework/utils/version.spec.ts index 072b1e04b..ce2d7637d 100644 --- a/src/Squidex/app/framework/utils/version.spec.ts +++ b/src/Squidex/app/framework/utils/version.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Version } from './../'; diff --git a/src/Squidex/app/framework/utils/version.ts b/src/Squidex/app/framework/utils/version.ts index 831b53c14..045ea8639 100644 --- a/src/Squidex/app/framework/utils/version.ts +++ b/src/Squidex/app/framework/utils/version.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ export class Version { diff --git a/src/Squidex/app/shared/components/app-context.ts b/src/Squidex/app/shared/components/app-context.ts index 2f00b04e3..c01b329d8 100644 --- a/src/Squidex/app/shared/components/app-context.ts +++ b/src/Squidex/app/shared/components/app-context.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Injectable, OnDestroy } from '@angular/core'; diff --git a/src/Squidex/app/shared/components/app-form.component.ts b/src/Squidex/app/shared/components/app-form.component.ts index d75af7e42..ef4ae028b 100644 --- a/src/Squidex/app/shared/components/app-form.component.ts +++ b/src/Squidex/app/shared/components/app-form.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, EventEmitter, Output } from '@angular/core'; diff --git a/src/Squidex/app/shared/components/asset.component.ts b/src/Squidex/app/shared/components/asset.component.ts index 6b7b82430..073f38bbb 100644 --- a/src/Squidex/app/shared/components/asset.component.ts +++ b/src/Squidex/app/shared/components/asset.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core'; diff --git a/src/Squidex/app/shared/components/geolocation-editor.component.ts b/src/Squidex/app/shared/components/geolocation-editor.component.ts index fc86a349d..488dc91aa 100644 --- a/src/Squidex/app/shared/components/geolocation-editor.component.ts +++ b/src/Squidex/app/shared/components/geolocation-editor.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { AfterViewInit, Component, ElementRef, forwardRef, ViewChild } from '@angular/core'; diff --git a/src/Squidex/app/shared/components/help.component.ts b/src/Squidex/app/shared/components/help.component.ts index bf98423bd..df54bcd8f 100644 --- a/src/Squidex/app/shared/components/help.component.ts +++ b/src/Squidex/app/shared/components/help.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component } from '@angular/core'; diff --git a/src/Squidex/app/shared/components/history.component.ts b/src/Squidex/app/shared/components/history.component.ts index 817e938b7..4390b1a79 100644 --- a/src/Squidex/app/shared/components/history.component.ts +++ b/src/Squidex/app/shared/components/history.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component } from '@angular/core'; diff --git a/src/Squidex/app/shared/components/language-selector.component.ts b/src/Squidex/app/shared/components/language-selector.component.ts index e6d2c3b1b..6a07c934c 100644 --- a/src/Squidex/app/shared/components/language-selector.component.ts +++ b/src/Squidex/app/shared/components/language-selector.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, EventEmitter, Input, OnChanges, OnInit, Output } from '@angular/core'; diff --git a/src/Squidex/app/shared/components/pipes.ts b/src/Squidex/app/shared/components/pipes.ts index 30d5a3c8c..5d7d3daa0 100644 --- a/src/Squidex/app/shared/components/pipes.ts +++ b/src/Squidex/app/shared/components/pipes.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { ChangeDetectorRef, OnDestroy, Pipe, PipeTransform } from '@angular/core'; diff --git a/src/Squidex/app/shared/components/rich-editor.component.ts b/src/Squidex/app/shared/components/rich-editor.component.ts index ea61d29ae..d8d91c567 100644 --- a/src/Squidex/app/shared/components/rich-editor.component.ts +++ b/src/Squidex/app/shared/components/rich-editor.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { AfterViewInit, Component, forwardRef, ElementRef, EventEmitter, OnDestroy, OnInit, Output, ViewChild } from '@angular/core'; diff --git a/src/Squidex/app/shared/declarations-base.ts b/src/Squidex/app/shared/declarations-base.ts index ece0df32e..709716be5 100644 --- a/src/Squidex/app/shared/declarations-base.ts +++ b/src/Squidex/app/shared/declarations-base.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ export * from './guards/app-must-exist.guard'; diff --git a/src/Squidex/app/shared/declarations.ts b/src/Squidex/app/shared/declarations.ts index f8b2efe39..259363a2b 100644 --- a/src/Squidex/app/shared/declarations.ts +++ b/src/Squidex/app/shared/declarations.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ export * from './components/app-context'; diff --git a/src/Squidex/app/shared/guards/app-must-exist.guard.spec.ts b/src/Squidex/app/shared/guards/app-must-exist.guard.spec.ts index bc86f1e14..d199f1e90 100644 --- a/src/Squidex/app/shared/guards/app-must-exist.guard.spec.ts +++ b/src/Squidex/app/shared/guards/app-must-exist.guard.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { IMock, Mock } from 'typemoq'; diff --git a/src/Squidex/app/shared/guards/app-must-exist.guard.ts b/src/Squidex/app/shared/guards/app-must-exist.guard.ts index 945caf277..e6f654b6f 100644 --- a/src/Squidex/app/shared/guards/app-must-exist.guard.ts +++ b/src/Squidex/app/shared/guards/app-must-exist.guard.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Injectable } from '@angular/core'; diff --git a/src/Squidex/app/shared/guards/must-be-authenticated.guard.spec.ts b/src/Squidex/app/shared/guards/must-be-authenticated.guard.spec.ts index b9031ea16..6b8e62e4c 100644 --- a/src/Squidex/app/shared/guards/must-be-authenticated.guard.spec.ts +++ b/src/Squidex/app/shared/guards/must-be-authenticated.guard.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { IMock, Mock } from 'typemoq'; diff --git a/src/Squidex/app/shared/guards/must-be-authenticated.guard.ts b/src/Squidex/app/shared/guards/must-be-authenticated.guard.ts index c6109a6c9..04d46898e 100644 --- a/src/Squidex/app/shared/guards/must-be-authenticated.guard.ts +++ b/src/Squidex/app/shared/guards/must-be-authenticated.guard.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Injectable } from '@angular/core'; diff --git a/src/Squidex/app/shared/guards/must-be-not-authenticated.guard.spec.ts b/src/Squidex/app/shared/guards/must-be-not-authenticated.guard.spec.ts index 6a2aaf56b..5751cb109 100644 --- a/src/Squidex/app/shared/guards/must-be-not-authenticated.guard.spec.ts +++ b/src/Squidex/app/shared/guards/must-be-not-authenticated.guard.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { IMock, Mock } from 'typemoq'; diff --git a/src/Squidex/app/shared/guards/must-be-not-authenticated.guard.ts b/src/Squidex/app/shared/guards/must-be-not-authenticated.guard.ts index 9d7557f45..a98f9bf8b 100644 --- a/src/Squidex/app/shared/guards/must-be-not-authenticated.guard.ts +++ b/src/Squidex/app/shared/guards/must-be-not-authenticated.guard.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Injectable } from '@angular/core'; diff --git a/src/Squidex/app/shared/guards/resolve-app-languages.guard.spec.ts b/src/Squidex/app/shared/guards/resolve-app-languages.guard.spec.ts index c8a515316..0c7ab4264 100644 --- a/src/Squidex/app/shared/guards/resolve-app-languages.guard.spec.ts +++ b/src/Squidex/app/shared/guards/resolve-app-languages.guard.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { IMock, Mock } from 'typemoq'; diff --git a/src/Squidex/app/shared/guards/resolve-app-languages.guard.ts b/src/Squidex/app/shared/guards/resolve-app-languages.guard.ts index 1c29e4a01..cf427690d 100644 --- a/src/Squidex/app/shared/guards/resolve-app-languages.guard.ts +++ b/src/Squidex/app/shared/guards/resolve-app-languages.guard.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Injectable } from '@angular/core'; diff --git a/src/Squidex/app/shared/guards/resolve-content.guard.spec.ts b/src/Squidex/app/shared/guards/resolve-content.guard.spec.ts index 63a8003fc..73616e09a 100644 --- a/src/Squidex/app/shared/guards/resolve-content.guard.spec.ts +++ b/src/Squidex/app/shared/guards/resolve-content.guard.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { IMock, Mock } from 'typemoq'; diff --git a/src/Squidex/app/shared/guards/resolve-content.guard.ts b/src/Squidex/app/shared/guards/resolve-content.guard.ts index 83a0dd4e3..7a0cad59f 100644 --- a/src/Squidex/app/shared/guards/resolve-content.guard.ts +++ b/src/Squidex/app/shared/guards/resolve-content.guard.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Injectable } from '@angular/core'; diff --git a/src/Squidex/app/shared/guards/resolve-published-schema.guard.spec.ts b/src/Squidex/app/shared/guards/resolve-published-schema.guard.spec.ts index 4e68ad839..6741cbc01 100644 --- a/src/Squidex/app/shared/guards/resolve-published-schema.guard.spec.ts +++ b/src/Squidex/app/shared/guards/resolve-published-schema.guard.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { IMock, Mock } from 'typemoq'; diff --git a/src/Squidex/app/shared/guards/resolve-published-schema.guard.ts b/src/Squidex/app/shared/guards/resolve-published-schema.guard.ts index c71a828b7..1eeffd574 100644 --- a/src/Squidex/app/shared/guards/resolve-published-schema.guard.ts +++ b/src/Squidex/app/shared/guards/resolve-published-schema.guard.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Injectable } from '@angular/core'; diff --git a/src/Squidex/app/shared/guards/resolve-schema.guard.spec.ts b/src/Squidex/app/shared/guards/resolve-schema.guard.spec.ts index 2abb64e09..15d3755e7 100644 --- a/src/Squidex/app/shared/guards/resolve-schema.guard.spec.ts +++ b/src/Squidex/app/shared/guards/resolve-schema.guard.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { IMock, Mock } from 'typemoq'; diff --git a/src/Squidex/app/shared/guards/resolve-schema.guard.ts b/src/Squidex/app/shared/guards/resolve-schema.guard.ts index 093bd45e2..0bc0a8531 100644 --- a/src/Squidex/app/shared/guards/resolve-schema.guard.ts +++ b/src/Squidex/app/shared/guards/resolve-schema.guard.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Injectable } from '@angular/core'; diff --git a/src/Squidex/app/shared/guards/resolve-user.guard.spec.ts b/src/Squidex/app/shared/guards/resolve-user.guard.spec.ts index f9788f179..e2abe2f29 100644 --- a/src/Squidex/app/shared/guards/resolve-user.guard.spec.ts +++ b/src/Squidex/app/shared/guards/resolve-user.guard.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { IMock, Mock } from 'typemoq'; diff --git a/src/Squidex/app/shared/guards/resolve-user.guard.ts b/src/Squidex/app/shared/guards/resolve-user.guard.ts index 82871eefd..cf5d10b4b 100644 --- a/src/Squidex/app/shared/guards/resolve-user.guard.ts +++ b/src/Squidex/app/shared/guards/resolve-user.guard.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Injectable } from '@angular/core'; diff --git a/src/Squidex/app/shared/guards/router-mockup.ts b/src/Squidex/app/shared/guards/router-mockup.ts index bd92cb2cc..b7711fc49 100644 --- a/src/Squidex/app/shared/guards/router-mockup.ts +++ b/src/Squidex/app/shared/guards/router-mockup.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ export class RouterMockup { diff --git a/src/Squidex/app/shared/guards/unset-app.guard.spec.ts b/src/Squidex/app/shared/guards/unset-app.guard.spec.ts index e58831ef1..e100d2c60 100644 --- a/src/Squidex/app/shared/guards/unset-app.guard.spec.ts +++ b/src/Squidex/app/shared/guards/unset-app.guard.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { IMock, Mock, Times } from 'typemoq'; diff --git a/src/Squidex/app/shared/guards/unset-app.guard.ts b/src/Squidex/app/shared/guards/unset-app.guard.ts index 81d7b6e54..bf97b65da 100644 --- a/src/Squidex/app/shared/guards/unset-app.guard.ts +++ b/src/Squidex/app/shared/guards/unset-app.guard.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Injectable } from '@angular/core'; diff --git a/src/Squidex/app/shared/index.ts b/src/Squidex/app/shared/index.ts index 9c0a4f6ee..d34c6d2ae 100644 --- a/src/Squidex/app/shared/index.ts +++ b/src/Squidex/app/shared/index.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ export * from './declarations'; diff --git a/src/Squidex/app/shared/interceptors/auth.interceptor.spec.ts b/src/Squidex/app/shared/interceptors/auth.interceptor.spec.ts index d4b22c90c..8b19b5e87 100644 --- a/src/Squidex/app/shared/interceptors/auth.interceptor.spec.ts +++ b/src/Squidex/app/shared/interceptors/auth.interceptor.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClientTestingModule, HttpTestingController } from '@angular/common/http/testing'; diff --git a/src/Squidex/app/shared/interceptors/auth.interceptor.ts b/src/Squidex/app/shared/interceptors/auth.interceptor.ts index fd37bfe10..f4be4e221 100644 --- a/src/Squidex/app/shared/interceptors/auth.interceptor.ts +++ b/src/Squidex/app/shared/interceptors/auth.interceptor.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpEvent, HttpInterceptor, HttpHandler, HttpRequest, HttpErrorResponse } from '@angular/common/http'; diff --git a/src/Squidex/app/shared/module.ts b/src/Squidex/app/shared/module.ts index e6d23c16e..71cccd317 100644 --- a/src/Squidex/app/shared/module.ts +++ b/src/Squidex/app/shared/module.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HTTP_INTERCEPTORS } from '@angular/common/http'; diff --git a/src/Squidex/app/shared/services/app-clients.service.spec.ts b/src/Squidex/app/shared/services/app-clients.service.spec.ts index bd0c6741f..7dee9f853 100644 --- a/src/Squidex/app/shared/services/app-clients.service.spec.ts +++ b/src/Squidex/app/shared/services/app-clients.service.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClientTestingModule, HttpTestingController } from '@angular/common/http/testing'; diff --git a/src/Squidex/app/shared/services/app-clients.service.ts b/src/Squidex/app/shared/services/app-clients.service.ts index 12d35fdeb..99384f470 100644 --- a/src/Squidex/app/shared/services/app-clients.service.ts +++ b/src/Squidex/app/shared/services/app-clients.service.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClient, HttpHeaders } from '@angular/common/http'; diff --git a/src/Squidex/app/shared/services/app-contributors.service.spec.ts b/src/Squidex/app/shared/services/app-contributors.service.spec.ts index c4bf43f4b..d27583e4e 100644 --- a/src/Squidex/app/shared/services/app-contributors.service.spec.ts +++ b/src/Squidex/app/shared/services/app-contributors.service.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClientTestingModule, HttpTestingController } from '@angular/common/http/testing'; diff --git a/src/Squidex/app/shared/services/app-contributors.service.ts b/src/Squidex/app/shared/services/app-contributors.service.ts index 0d7823762..c3fd8e112 100644 --- a/src/Squidex/app/shared/services/app-contributors.service.ts +++ b/src/Squidex/app/shared/services/app-contributors.service.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClient } from '@angular/common/http'; diff --git a/src/Squidex/app/shared/services/app-languages.service.spec.ts b/src/Squidex/app/shared/services/app-languages.service.spec.ts index 8f80c4732..c80afdace 100644 --- a/src/Squidex/app/shared/services/app-languages.service.spec.ts +++ b/src/Squidex/app/shared/services/app-languages.service.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClientTestingModule, HttpTestingController } from '@angular/common/http/testing'; diff --git a/src/Squidex/app/shared/services/app-languages.service.ts b/src/Squidex/app/shared/services/app-languages.service.ts index 92d3d95d2..8e5829d99 100644 --- a/src/Squidex/app/shared/services/app-languages.service.ts +++ b/src/Squidex/app/shared/services/app-languages.service.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClient } from '@angular/common/http'; diff --git a/src/Squidex/app/shared/services/app-patterns.service.spec.ts b/src/Squidex/app/shared/services/app-patterns.service.spec.ts index b919eab8c..cc685eac5 100644 --- a/src/Squidex/app/shared/services/app-patterns.service.spec.ts +++ b/src/Squidex/app/shared/services/app-patterns.service.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClientTestingModule, HttpTestingController } from '@angular/common/http/testing'; diff --git a/src/Squidex/app/shared/services/app-patterns.service.ts b/src/Squidex/app/shared/services/app-patterns.service.ts index 4cf5288c3..30f17f464 100644 --- a/src/Squidex/app/shared/services/app-patterns.service.ts +++ b/src/Squidex/app/shared/services/app-patterns.service.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClient } from '@angular/common/http'; diff --git a/src/Squidex/app/shared/services/apps-store.service.spec.ts b/src/Squidex/app/shared/services/apps-store.service.spec.ts index 181d2271c..bc1ae3a92 100644 --- a/src/Squidex/app/shared/services/apps-store.service.spec.ts +++ b/src/Squidex/app/shared/services/apps-store.service.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Observable } from 'rxjs'; diff --git a/src/Squidex/app/shared/services/apps-store.service.ts b/src/Squidex/app/shared/services/apps-store.service.ts index 4ef9fe436..6f32330c4 100644 --- a/src/Squidex/app/shared/services/apps-store.service.ts +++ b/src/Squidex/app/shared/services/apps-store.service.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Injectable } from '@angular/core'; diff --git a/src/Squidex/app/shared/services/apps.service.spec.ts b/src/Squidex/app/shared/services/apps.service.spec.ts index d255b7f23..691e051ff 100644 --- a/src/Squidex/app/shared/services/apps.service.spec.ts +++ b/src/Squidex/app/shared/services/apps.service.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClientTestingModule, HttpTestingController } from '@angular/common/http/testing'; diff --git a/src/Squidex/app/shared/services/apps.service.ts b/src/Squidex/app/shared/services/apps.service.ts index d1f99b348..fb9d83451 100644 --- a/src/Squidex/app/shared/services/apps.service.ts +++ b/src/Squidex/app/shared/services/apps.service.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClient } from '@angular/common/http'; diff --git a/src/Squidex/app/shared/services/assets.service.spec.ts b/src/Squidex/app/shared/services/assets.service.spec.ts index 0fdb61ed0..5e98293ae 100644 --- a/src/Squidex/app/shared/services/assets.service.spec.ts +++ b/src/Squidex/app/shared/services/assets.service.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClientTestingModule, HttpTestingController } from '@angular/common/http/testing'; diff --git a/src/Squidex/app/shared/services/assets.service.ts b/src/Squidex/app/shared/services/assets.service.ts index b97ef2c93..065103db8 100644 --- a/src/Squidex/app/shared/services/assets.service.ts +++ b/src/Squidex/app/shared/services/assets.service.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClient, HttpEventType, HttpHeaders, HttpRequest, HttpResponse } from '@angular/common/http'; diff --git a/src/Squidex/app/shared/services/auth.service.ts b/src/Squidex/app/shared/services/auth.service.ts index 89d380ad4..e9ae3abe9 100644 --- a/src/Squidex/app/shared/services/auth.service.ts +++ b/src/Squidex/app/shared/services/auth.service.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Injectable } from '@angular/core'; diff --git a/src/Squidex/app/shared/services/contents.service.spec.ts b/src/Squidex/app/shared/services/contents.service.spec.ts index e8ba7abdc..396fd3a2c 100644 --- a/src/Squidex/app/shared/services/contents.service.spec.ts +++ b/src/Squidex/app/shared/services/contents.service.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClientTestingModule, HttpTestingController } from '@angular/common/http/testing'; diff --git a/src/Squidex/app/shared/services/contents.service.ts b/src/Squidex/app/shared/services/contents.service.ts index bc7706892..553912441 100644 --- a/src/Squidex/app/shared/services/contents.service.ts +++ b/src/Squidex/app/shared/services/contents.service.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClient } from '@angular/common/http'; diff --git a/src/Squidex/app/shared/services/event-consumers.service.spec.ts b/src/Squidex/app/shared/services/event-consumers.service.spec.ts index 9b6e0ae69..9154d1a30 100644 --- a/src/Squidex/app/shared/services/event-consumers.service.spec.ts +++ b/src/Squidex/app/shared/services/event-consumers.service.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClientTestingModule, HttpTestingController } from '@angular/common/http/testing'; diff --git a/src/Squidex/app/shared/services/event-consumers.service.ts b/src/Squidex/app/shared/services/event-consumers.service.ts index 30980987a..fb4ae66ea 100644 --- a/src/Squidex/app/shared/services/event-consumers.service.ts +++ b/src/Squidex/app/shared/services/event-consumers.service.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClient } from '@angular/common/http'; diff --git a/src/Squidex/app/shared/services/graphql.service.spec.ts b/src/Squidex/app/shared/services/graphql.service.spec.ts index f702d2a3b..97146d2f4 100644 --- a/src/Squidex/app/shared/services/graphql.service.spec.ts +++ b/src/Squidex/app/shared/services/graphql.service.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClientTestingModule, HttpTestingController } from '@angular/common/http/testing'; diff --git a/src/Squidex/app/shared/services/graphql.service.ts b/src/Squidex/app/shared/services/graphql.service.ts index 7f1e0a23d..5ee18e5be 100644 --- a/src/Squidex/app/shared/services/graphql.service.ts +++ b/src/Squidex/app/shared/services/graphql.service.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClient } from '@angular/common/http'; diff --git a/src/Squidex/app/shared/services/help.service.spec.ts b/src/Squidex/app/shared/services/help.service.spec.ts index dfafe2939..34c49f746 100644 --- a/src/Squidex/app/shared/services/help.service.spec.ts +++ b/src/Squidex/app/shared/services/help.service.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClientTestingModule, HttpTestingController } from '@angular/common/http/testing'; diff --git a/src/Squidex/app/shared/services/help.service.ts b/src/Squidex/app/shared/services/help.service.ts index a5baba89a..4279a3174 100644 --- a/src/Squidex/app/shared/services/help.service.ts +++ b/src/Squidex/app/shared/services/help.service.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClient } from '@angular/common/http'; diff --git a/src/Squidex/app/shared/services/history.service.spec.ts b/src/Squidex/app/shared/services/history.service.spec.ts index 5c1b651bb..cf7c0776f 100644 --- a/src/Squidex/app/shared/services/history.service.spec.ts +++ b/src/Squidex/app/shared/services/history.service.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClientTestingModule, HttpTestingController } from '@angular/common/http/testing'; diff --git a/src/Squidex/app/shared/services/history.service.ts b/src/Squidex/app/shared/services/history.service.ts index 2db4e118f..2ecbc4735 100644 --- a/src/Squidex/app/shared/services/history.service.ts +++ b/src/Squidex/app/shared/services/history.service.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClient } from '@angular/common/http'; diff --git a/src/Squidex/app/shared/services/languages.service.spec.ts b/src/Squidex/app/shared/services/languages.service.spec.ts index a2b7f4b5c..c4a4d104c 100644 --- a/src/Squidex/app/shared/services/languages.service.spec.ts +++ b/src/Squidex/app/shared/services/languages.service.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClientTestingModule, HttpTestingController } from '@angular/common/http/testing'; diff --git a/src/Squidex/app/shared/services/languages.service.ts b/src/Squidex/app/shared/services/languages.service.ts index a9b69c5f5..a94a7620e 100644 --- a/src/Squidex/app/shared/services/languages.service.ts +++ b/src/Squidex/app/shared/services/languages.service.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClient } from '@angular/common/http'; diff --git a/src/Squidex/app/shared/services/plans.service.spec.ts b/src/Squidex/app/shared/services/plans.service.spec.ts index 008c8f34f..1d9d8e4ed 100644 --- a/src/Squidex/app/shared/services/plans.service.spec.ts +++ b/src/Squidex/app/shared/services/plans.service.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClientTestingModule, HttpTestingController } from '@angular/common/http/testing'; diff --git a/src/Squidex/app/shared/services/plans.service.ts b/src/Squidex/app/shared/services/plans.service.ts index 1480aefdf..287e56831 100644 --- a/src/Squidex/app/shared/services/plans.service.ts +++ b/src/Squidex/app/shared/services/plans.service.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClient } from '@angular/common/http'; diff --git a/src/Squidex/app/shared/services/rules.service.spec.ts b/src/Squidex/app/shared/services/rules.service.spec.ts index daa592c37..98ae45e59 100644 --- a/src/Squidex/app/shared/services/rules.service.spec.ts +++ b/src/Squidex/app/shared/services/rules.service.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ diff --git a/src/Squidex/app/shared/services/rules.service.ts b/src/Squidex/app/shared/services/rules.service.ts index 2a5ae47a0..b037c242b 100644 --- a/src/Squidex/app/shared/services/rules.service.ts +++ b/src/Squidex/app/shared/services/rules.service.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClient } from '@angular/common/http'; diff --git a/src/Squidex/app/shared/services/schemas.fields.spec.ts b/src/Squidex/app/shared/services/schemas.fields.spec.ts index 60feab7ec..13edcc782 100644 --- a/src/Squidex/app/shared/services/schemas.fields.spec.ts +++ b/src/Squidex/app/shared/services/schemas.fields.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { DateTime } from 'framework'; diff --git a/src/Squidex/app/shared/services/schemas.service.spec.ts b/src/Squidex/app/shared/services/schemas.service.spec.ts index 35cd45ae8..ad20ea0ea 100644 --- a/src/Squidex/app/shared/services/schemas.service.spec.ts +++ b/src/Squidex/app/shared/services/schemas.service.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClientTestingModule, HttpTestingController } from '@angular/common/http/testing'; diff --git a/src/Squidex/app/shared/services/schemas.service.ts b/src/Squidex/app/shared/services/schemas.service.ts index a1a1fd60f..df022d6d6 100644 --- a/src/Squidex/app/shared/services/schemas.service.ts +++ b/src/Squidex/app/shared/services/schemas.service.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClient } from '@angular/common/http'; diff --git a/src/Squidex/app/shared/services/ui.service.spec.ts b/src/Squidex/app/shared/services/ui.service.spec.ts index 1ca53dc26..5d88f63bd 100644 --- a/src/Squidex/app/shared/services/ui.service.spec.ts +++ b/src/Squidex/app/shared/services/ui.service.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClientTestingModule, HttpTestingController } from '@angular/common/http/testing'; diff --git a/src/Squidex/app/shared/services/ui.service.ts b/src/Squidex/app/shared/services/ui.service.ts index a1f4841ef..88ce90434 100644 --- a/src/Squidex/app/shared/services/ui.service.ts +++ b/src/Squidex/app/shared/services/ui.service.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClient } from '@angular/common/http'; diff --git a/src/Squidex/app/shared/services/usages.service.spec.ts b/src/Squidex/app/shared/services/usages.service.spec.ts index 6aea7e98d..f0fbb8c67 100644 --- a/src/Squidex/app/shared/services/usages.service.spec.ts +++ b/src/Squidex/app/shared/services/usages.service.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClientTestingModule, HttpTestingController } from '@angular/common/http/testing'; diff --git a/src/Squidex/app/shared/services/usages.service.ts b/src/Squidex/app/shared/services/usages.service.ts index a915ccf19..a7f92759b 100644 --- a/src/Squidex/app/shared/services/usages.service.ts +++ b/src/Squidex/app/shared/services/usages.service.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClient } from '@angular/common/http'; diff --git a/src/Squidex/app/shared/services/users-provider.service.spec.ts b/src/Squidex/app/shared/services/users-provider.service.spec.ts index 0da564166..7f5a08060 100644 --- a/src/Squidex/app/shared/services/users-provider.service.spec.ts +++ b/src/Squidex/app/shared/services/users-provider.service.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Observable } from 'rxjs'; diff --git a/src/Squidex/app/shared/services/users-provider.service.ts b/src/Squidex/app/shared/services/users-provider.service.ts index 8df6b15f4..18a4e718e 100644 --- a/src/Squidex/app/shared/services/users-provider.service.ts +++ b/src/Squidex/app/shared/services/users-provider.service.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Injectable } from '@angular/core'; diff --git a/src/Squidex/app/shared/services/users.service.spec.ts b/src/Squidex/app/shared/services/users.service.spec.ts index 0ffb79c7f..2173d573a 100644 --- a/src/Squidex/app/shared/services/users.service.spec.ts +++ b/src/Squidex/app/shared/services/users.service.spec.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClientTestingModule, HttpTestingController } from '@angular/common/http/testing'; diff --git a/src/Squidex/app/shared/services/users.service.ts b/src/Squidex/app/shared/services/users.service.ts index b24bc72ad..bc11c29ec 100644 --- a/src/Squidex/app/shared/services/users.service.ts +++ b/src/Squidex/app/shared/services/users.service.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { HttpClient } from '@angular/common/http'; diff --git a/src/Squidex/app/shared/utils/messages.ts b/src/Squidex/app/shared/utils/messages.ts index 543bd3caf..876198f98 100644 --- a/src/Squidex/app/shared/utils/messages.ts +++ b/src/Squidex/app/shared/utils/messages.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { AssetDto } from './../services/assets.service'; diff --git a/src/Squidex/app/shell/declarations.ts b/src/Squidex/app/shell/declarations.ts index 73955dab7..13540c252 100644 --- a/src/Squidex/app/shell/declarations.ts +++ b/src/Squidex/app/shell/declarations.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ export * from './pages/app/app-area.component'; diff --git a/src/Squidex/app/shell/index.ts b/src/Squidex/app/shell/index.ts index 9c0a4f6ee..d34c6d2ae 100644 --- a/src/Squidex/app/shell/index.ts +++ b/src/Squidex/app/shell/index.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ export * from './declarations'; diff --git a/src/Squidex/app/shell/module.ts b/src/Squidex/app/shell/module.ts index 79b733323..01dd24ec4 100644 --- a/src/Squidex/app/shell/module.ts +++ b/src/Squidex/app/shell/module.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { NgModule } from '@angular/core'; diff --git a/src/Squidex/app/shell/pages/app/app-area.component.ts b/src/Squidex/app/shell/pages/app/app-area.component.ts index ce9a26729..3c9aab370 100644 --- a/src/Squidex/app/shell/pages/app/app-area.component.ts +++ b/src/Squidex/app/shell/pages/app/app-area.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component } from '@angular/core'; diff --git a/src/Squidex/app/shell/pages/app/left-menu.component.ts b/src/Squidex/app/shell/pages/app/left-menu.component.ts index 5b4f1bbfd..f02dc7664 100644 --- a/src/Squidex/app/shell/pages/app/left-menu.component.ts +++ b/src/Squidex/app/shell/pages/app/left-menu.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component } from '@angular/core'; diff --git a/src/Squidex/app/shell/pages/home/home-page.component.ts b/src/Squidex/app/shell/pages/home/home-page.component.ts index 6bd9813c6..9f51f2351 100644 --- a/src/Squidex/app/shell/pages/home/home-page.component.ts +++ b/src/Squidex/app/shell/pages/home/home-page.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component } from '@angular/core'; diff --git a/src/Squidex/app/shell/pages/internal/apps-menu.component.ts b/src/Squidex/app/shell/pages/internal/apps-menu.component.ts index f164a14f7..23952eab5 100644 --- a/src/Squidex/app/shell/pages/internal/apps-menu.component.ts +++ b/src/Squidex/app/shell/pages/internal/apps-menu.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, OnDestroy, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/shell/pages/internal/internal-area.component.ts b/src/Squidex/app/shell/pages/internal/internal-area.component.ts index a57913aa4..2c4c74093 100644 --- a/src/Squidex/app/shell/pages/internal/internal-area.component.ts +++ b/src/Squidex/app/shell/pages/internal/internal-area.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, OnDestroy, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/shell/pages/internal/profile-menu.component.ts b/src/Squidex/app/shell/pages/internal/profile-menu.component.ts index e5cb98ef1..837c81df0 100644 --- a/src/Squidex/app/shell/pages/internal/profile-menu.component.ts +++ b/src/Squidex/app/shell/pages/internal/profile-menu.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, OnDestroy, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/shell/pages/login/login-page.component.ts b/src/Squidex/app/shell/pages/login/login-page.component.ts index bd6340043..def7513f5 100644 --- a/src/Squidex/app/shell/pages/login/login-page.component.ts +++ b/src/Squidex/app/shell/pages/login/login-page.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/shell/pages/logout/logout-page.component.ts b/src/Squidex/app/shell/pages/logout/logout-page.component.ts index 416b95a56..ee2d31ee6 100644 --- a/src/Squidex/app/shell/pages/logout/logout-page.component.ts +++ b/src/Squidex/app/shell/pages/logout/logout-page.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component, OnInit } from '@angular/core'; diff --git a/src/Squidex/app/shell/pages/not-found/not-found-page.component.ts b/src/Squidex/app/shell/pages/not-found/not-found-page.component.ts index 87913e4a8..705375f70 100644 --- a/src/Squidex/app/shell/pages/not-found/not-found-page.component.ts +++ b/src/Squidex/app/shell/pages/not-found/not-found-page.component.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { Component } from '@angular/core'; diff --git a/src/Squidex/app/shims.ts b/src/Squidex/app/shims.ts index 6a698048e..779923fd5 100644 --- a/src/Squidex/app/shims.ts +++ b/src/Squidex/app/shims.ts @@ -2,7 +2,7 @@ * Squidex Headless CMS * * @license - * Copyright (c) Sebastian Stehle. All rights reserved + * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import 'core-js/es6/array'; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/AppClientJsonTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/AppClientJsonTests.cs index a45cf3bd8..d764aa151 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/AppClientJsonTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/AppClientJsonTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppClientJsonTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using FluentAssertions; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/AppClientsTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/AppClientsTests.cs index b6bf3d679..04841de9c 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/AppClientsTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/AppClientsTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppClientsTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/AppContributorsJsonTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/AppContributorsJsonTests.cs index e3c541de2..41d1d6806 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/AppContributorsJsonTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/AppContributorsJsonTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppContributorsJsonTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using FluentAssertions; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/AppContributorsTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/AppContributorsTests.cs index 636bde45f..3c6e17e51 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/AppContributorsTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/AppContributorsTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppContributorsTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Apps; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/AppPatternJsonTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/AppPatternJsonTests.cs index 3f9d61349..28a7cb4d8 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/AppPatternJsonTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/AppPatternJsonTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppClientJsonTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/AppPatternsTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/AppPatternsTests.cs index 7ffe4d9b5..5fcd7eea7 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/AppPatternsTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/AppPatternsTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppClientsTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/AppPlanTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/AppPlanTests.cs index c32406f9f..45f0d3b10 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/AppPlanTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/AppPlanTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppPlanTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using FluentAssertions; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/LanguagesConfigJsonTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/LanguagesConfigJsonTests.cs index 5d149b5c6..2e7efdd1c 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/LanguagesConfigJsonTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/LanguagesConfigJsonTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// LanguagesConfigJsonTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Linq; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/LanguagesConfigTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/LanguagesConfigTests.cs index c02c8abbf..578ae9b1b 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/LanguagesConfigTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/LanguagesConfigTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// LanguagesConfigTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/RoleExtensionTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/RoleExtensionTests.cs index 89927742e..c98259d62 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/RoleExtensionTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Model/Apps/RoleExtensionTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RoleExtensionTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Model/Contents/ContentDataTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Model/Contents/ContentDataTests.cs index 0eeb4b842..3c0356896 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Model/Contents/ContentDataTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Model/Contents/ContentDataTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentDataTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Contents; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Model/Contents/StatusFlowTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Model/Contents/StatusFlowTests.cs index 5600a3122..30126894c 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Model/Contents/StatusFlowTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Model/Contents/StatusFlowTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// StatusFlowTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Contents; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Model/InvariantPartitionTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Model/InvariantPartitionTests.cs index 0a5c4f8e7..0efc950ad 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Model/InvariantPartitionTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Model/InvariantPartitionTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// InvariantPartitionTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Model/PartitioningTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Model/PartitioningTests.cs index 49498115b..b322e215f 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Model/PartitioningTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Model/PartitioningTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// PartitioningTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Xunit; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Model/Rules/RuleTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Model/Rules/RuleTests.cs index 06622a63a..1eee35983 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Model/Rules/RuleTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Model/Rules/RuleTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Model/Schemas/FieldRegistryTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Model/Schemas/FieldRegistryTests.cs index 86af94bbc..a3c881b93 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Model/Schemas/FieldRegistryTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Model/Schemas/FieldRegistryTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FieldRegistryTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Model/Schemas/SchemaFieldTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Model/Schemas/SchemaFieldTests.cs index 3d450a9a1..4f267a407 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Model/Schemas/SchemaFieldTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Model/Schemas/SchemaFieldTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SchemaFieldTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Model/Schemas/SchemaTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Model/Schemas/SchemaTests.cs index 440ab8b7a..65f272f9e 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Model/Schemas/SchemaTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Model/Schemas/SchemaTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SchemaTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ConvertContent/ContentConversionTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ConvertContent/ContentConversionTests.cs index 54f1e7dfc..3d95e6342 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ConvertContent/ContentConversionTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ConvertContent/ContentConversionTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentDataTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Operations/EnrichContent/ContentEnrichmentTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Operations/EnrichContent/ContentEnrichmentTests.cs index e0dd18b87..dafcf93c1 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Operations/EnrichContent/ContentEnrichmentTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Operations/EnrichContent/ContentEnrichmentTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentEnrichmentTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ExtractReferenceIds/ReferenceExtractionTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ExtractReferenceIds/ReferenceExtractionTests.cs index e7632fc9a..47ad93198 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ExtractReferenceIds/ReferenceExtractionTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ExtractReferenceIds/ReferenceExtractionTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ReferenceExtractionTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Operations/GenerateEdmSchema/EdmTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Operations/GenerateEdmSchema/EdmTests.cs index e76471ee1..8feb2df02 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Operations/GenerateEdmSchema/EdmTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Operations/GenerateEdmSchema/EdmTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EdmTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Apps; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Operations/GenerateJsonSchema/JsonSchemaTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Operations/GenerateJsonSchema/JsonSchemaTests.cs index b786f90a2..8f873f290 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Operations/GenerateJsonSchema/JsonSchemaTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Operations/GenerateJsonSchema/JsonSchemaTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JsonSchemaTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using NJsonSchema; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Operations/HandleRules/RuleServiceTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Operations/HandleRules/RuleServiceTests.cs index ba4d19703..9f18d94e5 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Operations/HandleRules/RuleServiceTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Operations/HandleRules/RuleServiceTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleServiceTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Operations/HandleRules/Triggers/ContentChangedTriggerTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Operations/HandleRules/Triggers/ContentChangedTriggerTests.cs index 60da2c52c..e390e03f8 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Operations/HandleRules/Triggers/ContentChangedTriggerTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Operations/HandleRules/Triggers/ContentChangedTriggerTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentChangedTriggerTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Operations/Scripting/ContentDataObjectTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Operations/Scripting/ContentDataObjectTests.cs index 3325f39d9..a0a728505 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Operations/Scripting/ContentDataObjectTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Operations/Scripting/ContentDataObjectTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentDataObjectTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Jint; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Operations/Scripting/JintScriptEngineTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Operations/Scripting/JintScriptEngineTests.cs index 7b957300c..d8830524a 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Operations/Scripting/JintScriptEngineTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Operations/Scripting/JintScriptEngineTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JintScriptEngineTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Operations/Scripting/JintUserTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Operations/Scripting/JintUserTests.cs index 88d26d417..41105479a 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Operations/Scripting/JintUserTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Operations/Scripting/JintUserTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JintUserTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Security.Claims; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/AssetsFieldTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/AssetsFieldTests.cs index 9a9b51221..d5d302839 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/AssetsFieldTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/AssetsFieldTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetsFieldTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/BooleanFieldTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/BooleanFieldTests.cs index b34ec41a5..a120babcc 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/BooleanFieldTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/BooleanFieldTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// BooleanFieldTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/ContentValidationTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/ContentValidationTests.cs index a85b1f562..90188d575 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/ContentValidationTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/ContentValidationTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentValidationTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/DateTimeFieldTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/DateTimeFieldTests.cs index 5580c1883..cc06a2d19 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/DateTimeFieldTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/DateTimeFieldTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DateTimeFieldTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/GeolocationFieldTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/GeolocationFieldTests.cs index c8c275fe2..b35e218fa 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/GeolocationFieldTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/GeolocationFieldTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GeolocationFieldTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/JsonFieldTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/JsonFieldTests.cs index 1229c2140..edc064e79 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/JsonFieldTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/JsonFieldTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JsonFieldTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/NumberFieldTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/NumberFieldTests.cs index c2ba5433e..3c4e73ed5 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/NumberFieldTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/NumberFieldTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// NumberFieldTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/ReferencesFieldTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/ReferencesFieldTests.cs index 90429b7a6..f09be6e1e 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/ReferencesFieldTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/ReferencesFieldTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ReferencesFieldTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/StringFieldTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/StringFieldTests.cs index 742c3c973..acdcf27b6 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/StringFieldTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/StringFieldTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// StringFieldTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/TagsFieldTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/TagsFieldTests.cs index 35dc1cb87..a7e3d677a 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/TagsFieldTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/TagsFieldTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// TagsFieldTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/ValidationTestExtensions.cs b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/ValidationTestExtensions.cs index c08bef25f..8904fa3df 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/ValidationTestExtensions.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/ValidationTestExtensions.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ValidationTestExtensions.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/Validators/AllowedValuesValidatorTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/Validators/AllowedValuesValidatorTests.cs index 7031e8f72..dfa62d5a5 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/Validators/AllowedValuesValidatorTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/Validators/AllowedValuesValidatorTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AllowedValuesValidatorTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/Validators/CollectionItemValidatorTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/Validators/CollectionItemValidatorTests.cs index 02ad49249..19e42b907 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/Validators/CollectionItemValidatorTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/Validators/CollectionItemValidatorTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// CollectionValidatorTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/Validators/CollectionValidatorTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/Validators/CollectionValidatorTests.cs index f827d5be3..cdb24dd14 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/Validators/CollectionValidatorTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/Validators/CollectionValidatorTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// CollectionValidatorTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/Validators/PatternValidatorTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/Validators/PatternValidatorTests.cs index 8e905315f..79c054426 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/Validators/PatternValidatorTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/Validators/PatternValidatorTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// PatternValidatorTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/Validators/RangeValidatorTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/Validators/RangeValidatorTests.cs index 870f534fb..952dae61c 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/Validators/RangeValidatorTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/Validators/RangeValidatorTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RangeValidatorTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/Validators/RequiredStringValidatorTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/Validators/RequiredStringValidatorTests.cs index 563988671..7ac52e39a 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/Validators/RequiredStringValidatorTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/Validators/RequiredStringValidatorTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RequiredStringValidatorTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/Validators/RequiredValidatorTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/Validators/RequiredValidatorTests.cs index 7333a0faf..f3d219596 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/Validators/RequiredValidatorTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/Validators/RequiredValidatorTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RequiredValidatorTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/Validators/StringLengthValidatorTests.cs b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/Validators/StringLengthValidatorTests.cs index 1ce64bc0d..8bbb88844 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/Validators/StringLengthValidatorTests.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/Validators/StringLengthValidatorTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// StringLengthValidatorTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Core.Tests/TestData.cs b/tests/Squidex.Domain.Apps.Core.Tests/TestData.cs index 6c872c678..a4bc9a133 100644 --- a/tests/Squidex.Domain.Apps.Core.Tests/TestData.cs +++ b/tests/Squidex.Domain.Apps.Core.Tests/TestData.cs @@ -1,9 +1,8 @@ // ========================================================================== -// TestData.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Apps/AppCommandMiddlewareTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Apps/AppCommandMiddlewareTests.cs index 69a5ac5fd..42223eaaa 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Apps/AppCommandMiddlewareTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Apps/AppCommandMiddlewareTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppCommandMiddlewareTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Apps/AppDomainObjectTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Apps/AppDomainObjectTests.cs index d12f40aec..5e6a61a90 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Apps/AppDomainObjectTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Apps/AppDomainObjectTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppDomainObjectTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Apps/ConfigAppLimitsProviderTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Apps/ConfigAppLimitsProviderTests.cs index f6a6066fb..714a22709 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Apps/ConfigAppLimitsProviderTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Apps/ConfigAppLimitsProviderTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ConfigAppLimitsProviderTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Linq; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Apps/Guards/GuardAppClientsTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Apps/Guards/GuardAppClientsTests.cs index 5db4d3687..b84a8ec51 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Apps/Guards/GuardAppClientsTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Apps/Guards/GuardAppClientsTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GuardAppClientsTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Apps; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Apps/Guards/GuardAppContributorsTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Apps/Guards/GuardAppContributorsTests.cs index 6bdfb21c7..c674c5cb6 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Apps/Guards/GuardAppContributorsTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Apps/Guards/GuardAppContributorsTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GuardAppContributorsTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Threading.Tasks; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Apps/Guards/GuardAppLanguagesTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Apps/Guards/GuardAppLanguagesTests.cs index a3ae0baaf..8ea6ea4fa 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Apps/Guards/GuardAppLanguagesTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Apps/Guards/GuardAppLanguagesTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GuardAppLanguagesTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Apps/Guards/GuardAppPatternsTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Apps/Guards/GuardAppPatternsTests.cs index f30de365b..506025bf7 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Apps/Guards/GuardAppPatternsTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Apps/Guards/GuardAppPatternsTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GuardAppPatternsTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Apps/Guards/GuardAppTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Apps/Guards/GuardAppTests.cs index d653a3635..ea8bc14c7 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Apps/Guards/GuardAppTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Apps/Guards/GuardAppTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GuardAppTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Threading.Tasks; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Apps/NoopAppPlanBillingManagerTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Apps/NoopAppPlanBillingManagerTests.cs index 76162f128..19a69298f 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Apps/NoopAppPlanBillingManagerTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Apps/NoopAppPlanBillingManagerTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// NoopAppPlanBillingManagerTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Assets/AssetCommandMiddlewareTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Assets/AssetCommandMiddlewareTests.cs index 04c41ff74..599eaa005 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Assets/AssetCommandMiddlewareTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Assets/AssetCommandMiddlewareTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetCommandMiddlewareTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Assets/AssetDomainObjectTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Assets/AssetDomainObjectTests.cs index 6b538f9c9..4f2d8400d 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Assets/AssetDomainObjectTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Assets/AssetDomainObjectTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetDomainObjectTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Assets/Guards/GuardAssetTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Assets/Guards/GuardAssetTests.cs index 92d676354..f25e736e5 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Assets/Guards/GuardAssetTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Assets/Guards/GuardAssetTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GuardAssetTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Entities.Assets.Commands; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Contents/ContentCommandMiddlewareTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Contents/ContentCommandMiddlewareTests.cs index 96ade7d26..0d9f45594 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Contents/ContentCommandMiddlewareTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Contents/ContentCommandMiddlewareTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentCommandMiddlewareTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Contents/ContentDomainObjectTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Contents/ContentDomainObjectTests.cs index 5d1405f1a..f3f731edf 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Contents/ContentDomainObjectTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Contents/ContentDomainObjectTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentDomainObjectTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Contents/ContentQueryServiceTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Contents/ContentQueryServiceTests.cs index eb276760a..211f9345b 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Contents/ContentQueryServiceTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Contents/ContentQueryServiceTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentQueryServiceTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Contents/GraphQL/GraphQLTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Contents/GraphQL/GraphQLTests.cs index 3a9542230..9a4fcab0d 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Contents/GraphQL/GraphQLTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Contents/GraphQL/GraphQLTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GraphQLTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Contents/Guard/GuardContentTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Contents/Guard/GuardContentTests.cs index 49a9c465e..60dcbbeef 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Contents/Guard/GuardContentTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Contents/Guard/GuardContentTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GuardContentTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core.Contents; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Contents/OData/ODataQueryTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Contents/OData/ODataQueryTests.cs index 3af662a17..80cde4d6d 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Contents/OData/ODataQueryTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Contents/OData/ODataQueryTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ODataQueryTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Contents/TestData/FakeAssetEntity.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Contents/TestData/FakeAssetEntity.cs index 261c1d4f0..c8bf013c3 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Contents/TestData/FakeAssetEntity.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Contents/TestData/FakeAssetEntity.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MockupAssetEntity.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Contents/TestData/FakeContentEntity.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Contents/TestData/FakeContentEntity.cs index fe06f5165..c7f0d9af8 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Contents/TestData/FakeContentEntity.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Contents/TestData/FakeContentEntity.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FakeContentEntity.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Contents/TestData/FakeUrlGenerator.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Contents/TestData/FakeUrlGenerator.cs index 900d01fc1..110c0faba 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Contents/TestData/FakeUrlGenerator.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Contents/TestData/FakeUrlGenerator.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FakeUrlGenerator.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Entities.Apps; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Rules/Guards/Actions/WebhookActionTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Rules/Guards/Actions/WebhookActionTests.cs index fed8f64ba..2ab299c27 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Rules/Guards/Actions/WebhookActionTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Rules/Guards/Actions/WebhookActionTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// WebhookActionTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Rules/Guards/GuardRuleTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Rules/Guards/GuardRuleTests.cs index 8498f15f1..65607a265 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Rules/Guards/GuardRuleTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Rules/Guards/GuardRuleTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GuardRuleTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Rules/Guards/Triggers/ContentChangedTriggerTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Rules/Guards/Triggers/ContentChangedTriggerTests.cs index 127b6e53a..e406ec61b 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Rules/Guards/Triggers/ContentChangedTriggerTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Rules/Guards/Triggers/ContentChangedTriggerTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentChangedTriggerTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Rules/RuleCommandMiddlewareTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Rules/RuleCommandMiddlewareTests.cs index 4f629fc7f..239ef4a13 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Rules/RuleCommandMiddlewareTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Rules/RuleCommandMiddlewareTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleCommandMiddlewareTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Rules/RuleDequeuerTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Rules/RuleDequeuerTests.cs index 327d9055a..68d032bc7 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Rules/RuleDequeuerTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Rules/RuleDequeuerTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleDequeuerGrainTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Rules/RuleDomainObjectTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Rules/RuleDomainObjectTests.cs index 2054b5915..095e5b439 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Rules/RuleDomainObjectTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Rules/RuleDomainObjectTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleDomainObjectTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Rules/RuleEnqueuerTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Rules/RuleEnqueuerTests.cs index ff3abff19..97f58f0b3 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Rules/RuleEnqueuerTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Rules/RuleEnqueuerTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RuleEnqueuerTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/AssetsFieldPropertiesTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/AssetsFieldPropertiesTests.cs index 9f4f4c7b8..1c0f2c564 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/AssetsFieldPropertiesTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/AssetsFieldPropertiesTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetsFieldPropertiesTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/BooleanFieldPropertiesTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/BooleanFieldPropertiesTests.cs index 0acb80581..d111be098 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/BooleanFieldPropertiesTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/BooleanFieldPropertiesTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// BooleanFieldPropertiesTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/DateTimeFieldPropertiesTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/DateTimeFieldPropertiesTests.cs index 24791ae69..6850b50ab 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/DateTimeFieldPropertiesTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/DateTimeFieldPropertiesTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DateTimeFieldPropertiesTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/GeolocationFieldPropertiesTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/GeolocationFieldPropertiesTests.cs index ae2e794f5..78a0d96ba 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/GeolocationFieldPropertiesTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/GeolocationFieldPropertiesTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GeolocationPropertiesTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/JsonFieldPropertiesTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/JsonFieldPropertiesTests.cs index 52e4601ed..0c8c31d38 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/JsonFieldPropertiesTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/JsonFieldPropertiesTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JsonFieldPropertiesTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Linq; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/NumberFieldPropertiesTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/NumberFieldPropertiesTests.cs index add452cb4..26fb5be47 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/NumberFieldPropertiesTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/NumberFieldPropertiesTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// NumberFieldPropertiesTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/ReferencesFieldPropertiesTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/ReferencesFieldPropertiesTests.cs index 8465de44c..fb65e9af6 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/ReferencesFieldPropertiesTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/ReferencesFieldPropertiesTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ReferencesFieldPropertiesTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/StringFieldPropertiesTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/StringFieldPropertiesTests.cs index 3d6585883..31c922809 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/StringFieldPropertiesTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/StringFieldPropertiesTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// StringFieldPropertiesTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/TagsFieldPropertiesTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/TagsFieldPropertiesTests.cs index 6e413d0c9..e8294b846 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/TagsFieldPropertiesTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/FieldProperties/TagsFieldPropertiesTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// TagsFieldPropertiesTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/GuardSchemaFieldTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/GuardSchemaFieldTests.cs index 9770155e8..3d121e8ab 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/GuardSchemaFieldTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/GuardSchemaFieldTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GuardSchemaFieldTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Domain.Apps.Core; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/GuardSchemaTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/GuardSchemaTests.cs index 7eb912705..407b72608 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/GuardSchemaTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/GuardSchemaTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GuardSchemaTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/SchemaCommandMiddlewareTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/SchemaCommandMiddlewareTests.cs index 939ca3802..f6e5c4c43 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/SchemaCommandMiddlewareTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/SchemaCommandMiddlewareTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SchemaCommandMiddlewareTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/SchemaDomainObjectTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/SchemaDomainObjectTests.cs index 6273f2e1a..a3b8b5ba9 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/SchemaDomainObjectTests.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/SchemaDomainObjectTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SchemaDomainObjectTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/TestHelpers/AssertHelper.cs b/tests/Squidex.Domain.Apps.Entities.Tests/TestHelpers/AssertHelper.cs index 6003f51c4..f3251657d 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/TestHelpers/AssertHelper.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/TestHelpers/AssertHelper.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssertHelper.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/TestHelpers/HandlerTestBase.cs b/tests/Squidex.Domain.Apps.Entities.Tests/TestHelpers/HandlerTestBase.cs index b3b48dc28..231aa9d8d 100644 --- a/tests/Squidex.Domain.Apps.Entities.Tests/TestHelpers/HandlerTestBase.cs +++ b/tests/Squidex.Domain.Apps.Entities.Tests/TestHelpers/HandlerTestBase.cs @@ -1,9 +1,8 @@ // ========================================================================== -// HandlerTestBase.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Domain.Users.Tests/AssetUserPictureStoreTests.cs b/tests/Squidex.Domain.Users.Tests/AssetUserPictureStoreTests.cs index 6c959cff7..396a3efde 100644 --- a/tests/Squidex.Domain.Users.Tests/AssetUserPictureStoreTests.cs +++ b/tests/Squidex.Domain.Users.Tests/AssetUserPictureStoreTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetUserPictureStoreTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/Assets/AssetStoreTests.cs b/tests/Squidex.Infrastructure.Tests/Assets/AssetStoreTests.cs index 56c74f7c3..64316f5b5 100644 --- a/tests/Squidex.Infrastructure.Tests/Assets/AssetStoreTests.cs +++ b/tests/Squidex.Infrastructure.Tests/Assets/AssetStoreTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AssetStoreTestsBase.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/Assets/AzureBlobAssetStoreTests.cs b/tests/Squidex.Infrastructure.Tests/Assets/AzureBlobAssetStoreTests.cs index 47953e893..294346d1c 100644 --- a/tests/Squidex.Infrastructure.Tests/Assets/AzureBlobAssetStoreTests.cs +++ b/tests/Squidex.Infrastructure.Tests/Assets/AzureBlobAssetStoreTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AzureBlobAssetStoreTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/Assets/FolderAssetStoreTests.cs b/tests/Squidex.Infrastructure.Tests/Assets/FolderAssetStoreTests.cs index e1b5b0f16..8885d1225 100644 --- a/tests/Squidex.Infrastructure.Tests/Assets/FolderAssetStoreTests.cs +++ b/tests/Squidex.Infrastructure.Tests/Assets/FolderAssetStoreTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FolderAssetStoreTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/Assets/GoogleCloudAssetStoreTests.cs b/tests/Squidex.Infrastructure.Tests/Assets/GoogleCloudAssetStoreTests.cs index f89a7e9d5..edb968d68 100644 --- a/tests/Squidex.Infrastructure.Tests/Assets/GoogleCloudAssetStoreTests.cs +++ b/tests/Squidex.Infrastructure.Tests/Assets/GoogleCloudAssetStoreTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GoogleCloudAssetStoreTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/Assets/ImageSharpAssetThumbnailGeneratorTests.cs b/tests/Squidex.Infrastructure.Tests/Assets/ImageSharpAssetThumbnailGeneratorTests.cs index 4af9c285c..798707593 100644 --- a/tests/Squidex.Infrastructure.Tests/Assets/ImageSharpAssetThumbnailGeneratorTests.cs +++ b/tests/Squidex.Infrastructure.Tests/Assets/ImageSharpAssetThumbnailGeneratorTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ImageSharpAssetThumbnailGeneratorTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/Caching/InvalidatingMemoryCacheTests.cs b/tests/Squidex.Infrastructure.Tests/Caching/InvalidatingMemoryCacheTests.cs index b5617c284..beb3cd1d2 100644 --- a/tests/Squidex.Infrastructure.Tests/Caching/InvalidatingMemoryCacheTests.cs +++ b/tests/Squidex.Infrastructure.Tests/Caching/InvalidatingMemoryCacheTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// InvalidatingMemoryCacheTest.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using FakeItEasy; diff --git a/tests/Squidex.Infrastructure.Tests/Caching/LRUCacheTests.cs b/tests/Squidex.Infrastructure.Tests/Caching/LRUCacheTests.cs index 23401e4a5..ddfe5c2c3 100644 --- a/tests/Squidex.Infrastructure.Tests/Caching/LRUCacheTests.cs +++ b/tests/Squidex.Infrastructure.Tests/Caching/LRUCacheTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// LRUCacheTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Xunit; diff --git a/tests/Squidex.Infrastructure.Tests/CollectionExtensionsTests.cs b/tests/Squidex.Infrastructure.Tests/CollectionExtensionsTests.cs index 45237cd47..f1746a03f 100644 --- a/tests/Squidex.Infrastructure.Tests/CollectionExtensionsTests.cs +++ b/tests/Squidex.Infrastructure.Tests/CollectionExtensionsTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// CollectionExtensionsTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/tests/Squidex.Infrastructure.Tests/Commands/AggregateHandlerTests.cs b/tests/Squidex.Infrastructure.Tests/Commands/AggregateHandlerTests.cs index 936c5fb4f..e0f54127f 100644 --- a/tests/Squidex.Infrastructure.Tests/Commands/AggregateHandlerTests.cs +++ b/tests/Squidex.Infrastructure.Tests/Commands/AggregateHandlerTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AggregateHandlerTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/Commands/CommandContextTests.cs b/tests/Squidex.Infrastructure.Tests/Commands/CommandContextTests.cs index e8d043fcc..3163cacb9 100644 --- a/tests/Squidex.Infrastructure.Tests/Commands/CommandContextTests.cs +++ b/tests/Squidex.Infrastructure.Tests/Commands/CommandContextTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// CommandContextTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/Commands/DomainObjectBaseTests.cs b/tests/Squidex.Infrastructure.Tests/Commands/DomainObjectBaseTests.cs index ba200ce52..678ec9d4a 100644 --- a/tests/Squidex.Infrastructure.Tests/Commands/DomainObjectBaseTests.cs +++ b/tests/Squidex.Infrastructure.Tests/Commands/DomainObjectBaseTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DomainObjectBaseTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/Commands/EnrichWithTimestampCommandMiddlewareTests.cs b/tests/Squidex.Infrastructure.Tests/Commands/EnrichWithTimestampCommandMiddlewareTests.cs index febba61c0..c1856ff6f 100644 --- a/tests/Squidex.Infrastructure.Tests/Commands/EnrichWithTimestampCommandMiddlewareTests.cs +++ b/tests/Squidex.Infrastructure.Tests/Commands/EnrichWithTimestampCommandMiddlewareTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EnrichWithTimestampCommandMiddlewareTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Threading.Tasks; diff --git a/tests/Squidex.Infrastructure.Tests/Commands/InMemoryCommandBusTests.cs b/tests/Squidex.Infrastructure.Tests/Commands/InMemoryCommandBusTests.cs index 1f9fdc57d..733d08f76 100644 --- a/tests/Squidex.Infrastructure.Tests/Commands/InMemoryCommandBusTests.cs +++ b/tests/Squidex.Infrastructure.Tests/Commands/InMemoryCommandBusTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// InMemoryCommandBusTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/Commands/LogCommandMiddlewareTests.cs b/tests/Squidex.Infrastructure.Tests/Commands/LogCommandMiddlewareTests.cs index 1a056a9c1..01415cc30 100644 --- a/tests/Squidex.Infrastructure.Tests/Commands/LogCommandMiddlewareTests.cs +++ b/tests/Squidex.Infrastructure.Tests/Commands/LogCommandMiddlewareTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// LogExceptionHandlerTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/DispatchingTests.cs b/tests/Squidex.Infrastructure.Tests/DispatchingTests.cs index bd8a5a8b4..7178f6c47 100644 --- a/tests/Squidex.Infrastructure.Tests/DispatchingTests.cs +++ b/tests/Squidex.Infrastructure.Tests/DispatchingTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DispatchingTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Threading.Tasks; diff --git a/tests/Squidex.Infrastructure.Tests/DisposableObjectBaseTests.cs b/tests/Squidex.Infrastructure.Tests/DisposableObjectBaseTests.cs index 365dc7edb..4d008c9fb 100644 --- a/tests/Squidex.Infrastructure.Tests/DisposableObjectBaseTests.cs +++ b/tests/Squidex.Infrastructure.Tests/DisposableObjectBaseTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DisposableObjectBaseTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/EventSourcing/CompoundEventConsumerTests.cs b/tests/Squidex.Infrastructure.Tests/EventSourcing/CompoundEventConsumerTests.cs index 39927fbca..6c49787f9 100644 --- a/tests/Squidex.Infrastructure.Tests/EventSourcing/CompoundEventConsumerTests.cs +++ b/tests/Squidex.Infrastructure.Tests/EventSourcing/CompoundEventConsumerTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// CompoundEventConsumerTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Threading.Tasks; diff --git a/tests/Squidex.Infrastructure.Tests/EventSourcing/DefaultEventNotifierTests.cs b/tests/Squidex.Infrastructure.Tests/EventSourcing/DefaultEventNotifierTests.cs index ab98ab339..ad39596af 100644 --- a/tests/Squidex.Infrastructure.Tests/EventSourcing/DefaultEventNotifierTests.cs +++ b/tests/Squidex.Infrastructure.Tests/EventSourcing/DefaultEventNotifierTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DefaultEventNotifierTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/tests/Squidex.Infrastructure.Tests/EventSourcing/EnvelopeExtensionsTests.cs b/tests/Squidex.Infrastructure.Tests/EventSourcing/EnvelopeExtensionsTests.cs index 3ad9ad3c7..7ad64cdb2 100644 --- a/tests/Squidex.Infrastructure.Tests/EventSourcing/EnvelopeExtensionsTests.cs +++ b/tests/Squidex.Infrastructure.Tests/EventSourcing/EnvelopeExtensionsTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EnvelopeExtensionsTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/EventSourcing/EnvelopeHeaderTests.cs b/tests/Squidex.Infrastructure.Tests/EventSourcing/EnvelopeHeaderTests.cs index a99f41d9f..c3f4b091c 100644 --- a/tests/Squidex.Infrastructure.Tests/EventSourcing/EnvelopeHeaderTests.cs +++ b/tests/Squidex.Infrastructure.Tests/EventSourcing/EnvelopeHeaderTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EnvelopeHeaderTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Linq; diff --git a/tests/Squidex.Infrastructure.Tests/EventSourcing/EnvelopeTests.cs b/tests/Squidex.Infrastructure.Tests/EventSourcing/EnvelopeTests.cs index c231af058..2f4914259 100644 --- a/tests/Squidex.Infrastructure.Tests/EventSourcing/EnvelopeTests.cs +++ b/tests/Squidex.Infrastructure.Tests/EventSourcing/EnvelopeTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EnvelopeTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure.Json; diff --git a/tests/Squidex.Infrastructure.Tests/EventSourcing/EventDataFormatterTests.cs b/tests/Squidex.Infrastructure.Tests/EventSourcing/EventDataFormatterTests.cs index 82f6b0946..c0272f796 100644 --- a/tests/Squidex.Infrastructure.Tests/EventSourcing/EventDataFormatterTests.cs +++ b/tests/Squidex.Infrastructure.Tests/EventSourcing/EventDataFormatterTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EventDataFormatterTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/EventSourcing/Grains/EventConsumerGrainTests.cs b/tests/Squidex.Infrastructure.Tests/EventSourcing/Grains/EventConsumerGrainTests.cs index 55a908e72..bbd69a37f 100644 --- a/tests/Squidex.Infrastructure.Tests/EventSourcing/Grains/EventConsumerGrainTests.cs +++ b/tests/Squidex.Infrastructure.Tests/EventSourcing/Grains/EventConsumerGrainTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EventConsumerGrainTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/EventSourcing/Grains/EventConsumerManagerTests.cs b/tests/Squidex.Infrastructure.Tests/EventSourcing/Grains/EventConsumerManagerTests.cs index 84d336a02..88571afab 100644 --- a/tests/Squidex.Infrastructure.Tests/EventSourcing/Grains/EventConsumerManagerTests.cs +++ b/tests/Squidex.Infrastructure.Tests/EventSourcing/Grains/EventConsumerManagerTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// EventConsumerManagerTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/EventSourcing/PollingSubscriptionTests.cs b/tests/Squidex.Infrastructure.Tests/EventSourcing/PollingSubscriptionTests.cs index ac30ec586..94fbbafbb 100644 --- a/tests/Squidex.Infrastructure.Tests/EventSourcing/PollingSubscriptionTests.cs +++ b/tests/Squidex.Infrastructure.Tests/EventSourcing/PollingSubscriptionTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// PollingSubscriptionTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/EventSourcing/RetrySubscriptionTests.cs b/tests/Squidex.Infrastructure.Tests/EventSourcing/RetrySubscriptionTests.cs index e3e35aefc..bbb285bf8 100644 --- a/tests/Squidex.Infrastructure.Tests/EventSourcing/RetrySubscriptionTests.cs +++ b/tests/Squidex.Infrastructure.Tests/EventSourcing/RetrySubscriptionTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RetrySubscriptionTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/FileExtensionsTests.cs b/tests/Squidex.Infrastructure.Tests/FileExtensionsTests.cs index efa528035..6912e0ba0 100644 --- a/tests/Squidex.Infrastructure.Tests/FileExtensionsTests.cs +++ b/tests/Squidex.Infrastructure.Tests/FileExtensionsTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// FileExtensionsTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Xunit; diff --git a/tests/Squidex.Infrastructure.Tests/GravatarHelperTests.cs b/tests/Squidex.Infrastructure.Tests/GravatarHelperTests.cs index d31c115bc..65cff970b 100644 --- a/tests/Squidex.Infrastructure.Tests/GravatarHelperTests.cs +++ b/tests/Squidex.Infrastructure.Tests/GravatarHelperTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GravatarHelperTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Xunit; diff --git a/tests/Squidex.Infrastructure.Tests/GuardTests.cs b/tests/Squidex.Infrastructure.Tests/GuardTests.cs index 9c036f6aa..0e570c162 100644 --- a/tests/Squidex.Infrastructure.Tests/GuardTests.cs +++ b/tests/Squidex.Infrastructure.Tests/GuardTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// GuardTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/Http/DumpFormatterTests.cs b/tests/Squidex.Infrastructure.Tests/Http/DumpFormatterTests.cs index eeffe9953..0a0262065 100644 --- a/tests/Squidex.Infrastructure.Tests/Http/DumpFormatterTests.cs +++ b/tests/Squidex.Infrastructure.Tests/Http/DumpFormatterTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DumpFormatterTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/InMemoryPubSubTests.cs b/tests/Squidex.Infrastructure.Tests/InMemoryPubSubTests.cs index f17cce7bc..3071a1cc8 100644 --- a/tests/Squidex.Infrastructure.Tests/InMemoryPubSubTests.cs +++ b/tests/Squidex.Infrastructure.Tests/InMemoryPubSubTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// InMemoryPubSubTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/Json/ClaimsPrincipalConverterTests.cs b/tests/Squidex.Infrastructure.Tests/Json/ClaimsPrincipalConverterTests.cs index ba944b302..6abf98d8a 100644 --- a/tests/Squidex.Infrastructure.Tests/Json/ClaimsPrincipalConverterTests.cs +++ b/tests/Squidex.Infrastructure.Tests/Json/ClaimsPrincipalConverterTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ClaimsPrincipalConverterTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Linq; diff --git a/tests/Squidex.Infrastructure.Tests/Json/ConverterContractResolverTests.cs b/tests/Squidex.Infrastructure.Tests/Json/ConverterContractResolverTests.cs index 31f81d172..d96f8a780 100644 --- a/tests/Squidex.Infrastructure.Tests/Json/ConverterContractResolverTests.cs +++ b/tests/Squidex.Infrastructure.Tests/Json/ConverterContractResolverTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ConverterContractResolverTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/Json/InstantConverterTests.cs b/tests/Squidex.Infrastructure.Tests/Json/InstantConverterTests.cs index 5db717293..a0b6a5bbd 100644 --- a/tests/Squidex.Infrastructure.Tests/Json/InstantConverterTests.cs +++ b/tests/Squidex.Infrastructure.Tests/Json/InstantConverterTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// InstantConverterTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/LanguageTests.cs b/tests/Squidex.Infrastructure.Tests/LanguageTests.cs index 98e95a985..cddf49510 100644 --- a/tests/Squidex.Infrastructure.Tests/LanguageTests.cs +++ b/tests/Squidex.Infrastructure.Tests/LanguageTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// LanguageTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/Log/JsonLogWriterTests.cs b/tests/Squidex.Infrastructure.Tests/Log/JsonLogWriterTests.cs index 0e58eb7a9..d06255e23 100644 --- a/tests/Squidex.Infrastructure.Tests/Log/JsonLogWriterTests.cs +++ b/tests/Squidex.Infrastructure.Tests/Log/JsonLogWriterTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JsonLogWriterTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/Log/SemanticLogAdapterTests.cs b/tests/Squidex.Infrastructure.Tests/Log/SemanticLogAdapterTests.cs index dd68bb2c0..9ed2af720 100644 --- a/tests/Squidex.Infrastructure.Tests/Log/SemanticLogAdapterTests.cs +++ b/tests/Squidex.Infrastructure.Tests/Log/SemanticLogAdapterTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SemanticLogAdapterTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/Log/SemanticLogTests.cs b/tests/Squidex.Infrastructure.Tests/Log/SemanticLogTests.cs index 2fffa7273..24593806c 100644 --- a/tests/Squidex.Infrastructure.Tests/Log/SemanticLogTests.cs +++ b/tests/Squidex.Infrastructure.Tests/Log/SemanticLogTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SemanticLogTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/Migrations/MigratorTests.cs b/tests/Squidex.Infrastructure.Tests/Migrations/MigratorTests.cs index c70e10290..d8a9c4418 100644 --- a/tests/Squidex.Infrastructure.Tests/Migrations/MigratorTests.cs +++ b/tests/Squidex.Infrastructure.Tests/Migrations/MigratorTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MigratorTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/MongoDb/BsonConverterTests.cs b/tests/Squidex.Infrastructure.Tests/MongoDb/BsonConverterTests.cs index 9dcce8c5a..45e96edd2 100644 --- a/tests/Squidex.Infrastructure.Tests/MongoDb/BsonConverterTests.cs +++ b/tests/Squidex.Infrastructure.Tests/MongoDb/BsonConverterTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// BsonConverterTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/NamedIdTests.cs b/tests/Squidex.Infrastructure.Tests/NamedIdTests.cs index 5da1c9701..2c06652a1 100644 --- a/tests/Squidex.Infrastructure.Tests/NamedIdTests.cs +++ b/tests/Squidex.Infrastructure.Tests/NamedIdTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// NamedIdTest.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/PropertiesBagTests.cs b/tests/Squidex.Infrastructure.Tests/PropertiesBagTests.cs index a833217e5..1bd210523 100644 --- a/tests/Squidex.Infrastructure.Tests/PropertiesBagTests.cs +++ b/tests/Squidex.Infrastructure.Tests/PropertiesBagTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// PropertiesBagTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/RandomHashTests.cs b/tests/Squidex.Infrastructure.Tests/RandomHashTests.cs index 3d47d1793..13d185485 100644 --- a/tests/Squidex.Infrastructure.Tests/RandomHashTests.cs +++ b/tests/Squidex.Infrastructure.Tests/RandomHashTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RandomHashTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Xunit; diff --git a/tests/Squidex.Infrastructure.Tests/RefTokenTests.cs b/tests/Squidex.Infrastructure.Tests/RefTokenTests.cs index 3fea6b2c4..fada2029d 100644 --- a/tests/Squidex.Infrastructure.Tests/RefTokenTests.cs +++ b/tests/Squidex.Infrastructure.Tests/RefTokenTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RefTokenTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/Reflection/PropertiesTypeAccessorTests.cs b/tests/Squidex.Infrastructure.Tests/Reflection/PropertiesTypeAccessorTests.cs index 9eac9784d..894fcf378 100644 --- a/tests/Squidex.Infrastructure.Tests/Reflection/PropertiesTypeAccessorTests.cs +++ b/tests/Squidex.Infrastructure.Tests/Reflection/PropertiesTypeAccessorTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// PropertiesTypeAccessorTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/Reflection/ReflectionExtensionTests.cs b/tests/Squidex.Infrastructure.Tests/Reflection/ReflectionExtensionTests.cs index e432a010a..183cd3a3e 100644 --- a/tests/Squidex.Infrastructure.Tests/Reflection/ReflectionExtensionTests.cs +++ b/tests/Squidex.Infrastructure.Tests/Reflection/ReflectionExtensionTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ReflectionExtensionTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Linq; diff --git a/tests/Squidex.Infrastructure.Tests/Reflection/SimpleCopierTests.cs b/tests/Squidex.Infrastructure.Tests/Reflection/SimpleCopierTests.cs index ba19dd2c7..95d99f687 100644 --- a/tests/Squidex.Infrastructure.Tests/Reflection/SimpleCopierTests.cs +++ b/tests/Squidex.Infrastructure.Tests/Reflection/SimpleCopierTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SimpleCopierTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/Reflection/SimpleMapperTests.cs b/tests/Squidex.Infrastructure.Tests/Reflection/SimpleMapperTests.cs index 7c6490174..a3056bcc8 100644 --- a/tests/Squidex.Infrastructure.Tests/Reflection/SimpleMapperTests.cs +++ b/tests/Squidex.Infrastructure.Tests/Reflection/SimpleMapperTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SimpleMapperTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/RetryWindowTests.cs b/tests/Squidex.Infrastructure.Tests/RetryWindowTests.cs index c3361f71e..a32164846 100644 --- a/tests/Squidex.Infrastructure.Tests/RetryWindowTests.cs +++ b/tests/Squidex.Infrastructure.Tests/RetryWindowTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// RetryWindowTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/Security/ExtensionsTests.cs b/tests/Squidex.Infrastructure.Tests/Security/ExtensionsTests.cs index 747f6d0a9..39e46480f 100644 --- a/tests/Squidex.Infrastructure.Tests/Security/ExtensionsTests.cs +++ b/tests/Squidex.Infrastructure.Tests/Security/ExtensionsTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ExtensionsTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/States/DefaultStreamNameResolverTests.cs b/tests/Squidex.Infrastructure.Tests/States/DefaultStreamNameResolverTests.cs index b58684a95..26f36ef21 100644 --- a/tests/Squidex.Infrastructure.Tests/States/DefaultStreamNameResolverTests.cs +++ b/tests/Squidex.Infrastructure.Tests/States/DefaultStreamNameResolverTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// DefaultStreamNameResolverTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/States/PersistenceEventSourcingTests.cs b/tests/Squidex.Infrastructure.Tests/States/PersistenceEventSourcingTests.cs index bf372e571..865d2d0b5 100644 --- a/tests/Squidex.Infrastructure.Tests/States/PersistenceEventSourcingTests.cs +++ b/tests/Squidex.Infrastructure.Tests/States/PersistenceEventSourcingTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// PersistenceEventSourcingTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/States/PersistenceSnapshotTests.cs b/tests/Squidex.Infrastructure.Tests/States/PersistenceSnapshotTests.cs index 5ba756746..c64720e89 100644 --- a/tests/Squidex.Infrastructure.Tests/States/PersistenceSnapshotTests.cs +++ b/tests/Squidex.Infrastructure.Tests/States/PersistenceSnapshotTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// StateSnapshotTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/States/StateFactoryTests.cs b/tests/Squidex.Infrastructure.Tests/States/StateFactoryTests.cs index 900726fad..e772b3b7b 100644 --- a/tests/Squidex.Infrastructure.Tests/States/StateFactoryTests.cs +++ b/tests/Squidex.Infrastructure.Tests/States/StateFactoryTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// StateSnapshotTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/StringExtensionsTests.cs b/tests/Squidex.Infrastructure.Tests/StringExtensionsTests.cs index 494b51b33..c7ebdf024 100644 --- a/tests/Squidex.Infrastructure.Tests/StringExtensionsTests.cs +++ b/tests/Squidex.Infrastructure.Tests/StringExtensionsTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// StringExtensionsTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/tests/Squidex.Infrastructure.Tests/TaskExtensionsTests.cs b/tests/Squidex.Infrastructure.Tests/TaskExtensionsTests.cs index 2d4a1628c..aa6f4d789 100644 --- a/tests/Squidex.Infrastructure.Tests/TaskExtensionsTests.cs +++ b/tests/Squidex.Infrastructure.Tests/TaskExtensionsTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// TaskExtensionsTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Threading.Tasks; diff --git a/tests/Squidex.Infrastructure.Tests/Tasks/SingleThreadedDispatcherTests.cs b/tests/Squidex.Infrastructure.Tests/Tasks/SingleThreadedDispatcherTests.cs index 25f0d5d7f..63daefaa2 100644 --- a/tests/Squidex.Infrastructure.Tests/Tasks/SingleThreadedDispatcherTests.cs +++ b/tests/Squidex.Infrastructure.Tests/Tasks/SingleThreadedDispatcherTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// SingleThreadedDispatcherTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System.Collections.Generic; diff --git a/tests/Squidex.Infrastructure.Tests/TestHelpers/JsonHelper.cs b/tests/Squidex.Infrastructure.Tests/TestHelpers/JsonHelper.cs index 38e0abdf7..d78a249d8 100644 --- a/tests/Squidex.Infrastructure.Tests/TestHelpers/JsonHelper.cs +++ b/tests/Squidex.Infrastructure.Tests/TestHelpers/JsonHelper.cs @@ -1,9 +1,8 @@ // ========================================================================== -// JsonHelper.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/TestHelpers/MyCommand.cs b/tests/Squidex.Infrastructure.Tests/TestHelpers/MyCommand.cs index 6a5ee2a63..fff8348a3 100644 --- a/tests/Squidex.Infrastructure.Tests/TestHelpers/MyCommand.cs +++ b/tests/Squidex.Infrastructure.Tests/TestHelpers/MyCommand.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MyCommand.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/TestHelpers/MyDomainObject.cs b/tests/Squidex.Infrastructure.Tests/TestHelpers/MyDomainObject.cs index 5ee760e7b..0b28e17b3 100644 --- a/tests/Squidex.Infrastructure.Tests/TestHelpers/MyDomainObject.cs +++ b/tests/Squidex.Infrastructure.Tests/TestHelpers/MyDomainObject.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AggregateHandlerTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure.Commands; diff --git a/tests/Squidex.Infrastructure.Tests/TestHelpers/MyDomainState.cs b/tests/Squidex.Infrastructure.Tests/TestHelpers/MyDomainState.cs index ce0665b42..5792385b9 100644 --- a/tests/Squidex.Infrastructure.Tests/TestHelpers/MyDomainState.cs +++ b/tests/Squidex.Infrastructure.Tests/TestHelpers/MyDomainState.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MyDomainState.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure.Commands; diff --git a/tests/Squidex.Infrastructure.Tests/TestHelpers/MyEvent.cs b/tests/Squidex.Infrastructure.Tests/TestHelpers/MyEvent.cs index cf2d048ce..71366693f 100644 --- a/tests/Squidex.Infrastructure.Tests/TestHelpers/MyEvent.cs +++ b/tests/Squidex.Infrastructure.Tests/TestHelpers/MyEvent.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AggregateHandlerTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure.EventSourcing; diff --git a/tests/Squidex.Infrastructure.Tests/Timers/CompletionTimerTests.cs b/tests/Squidex.Infrastructure.Tests/Timers/CompletionTimerTests.cs index 828fc4f92..cdce8c9b2 100644 --- a/tests/Squidex.Infrastructure.Tests/Timers/CompletionTimerTests.cs +++ b/tests/Squidex.Infrastructure.Tests/Timers/CompletionTimerTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// CompletionTimerTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure.Tasks; diff --git a/tests/Squidex.Infrastructure.Tests/TypeNameAttributeTests.cs b/tests/Squidex.Infrastructure.Tests/TypeNameAttributeTests.cs index b587f51e9..d9146a02e 100644 --- a/tests/Squidex.Infrastructure.Tests/TypeNameAttributeTests.cs +++ b/tests/Squidex.Infrastructure.Tests/TypeNameAttributeTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// TypeNameAttributeTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using Xunit; diff --git a/tests/Squidex.Infrastructure.Tests/TypeNameRegistryTests.cs b/tests/Squidex.Infrastructure.Tests/TypeNameRegistryTests.cs index bef4a539a..db90bc8d2 100644 --- a/tests/Squidex.Infrastructure.Tests/TypeNameRegistryTests.cs +++ b/tests/Squidex.Infrastructure.Tests/TypeNameRegistryTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// TypeNameRegistryTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/UsageTracking/BackgroundUsageTrackerTests.cs b/tests/Squidex.Infrastructure.Tests/UsageTracking/BackgroundUsageTrackerTests.cs index f91948809..9675c2dbd 100644 --- a/tests/Squidex.Infrastructure.Tests/UsageTracking/BackgroundUsageTrackerTests.cs +++ b/tests/Squidex.Infrastructure.Tests/UsageTracking/BackgroundUsageTrackerTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// BackgroundUsageTrackerTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tests/Squidex.Infrastructure.Tests/ValidationExtensionsTests.cs b/tests/Squidex.Infrastructure.Tests/ValidationExtensionsTests.cs index 7e390c6dd..1f3ec016b 100644 --- a/tests/Squidex.Infrastructure.Tests/ValidationExtensionsTests.cs +++ b/tests/Squidex.Infrastructure.Tests/ValidationExtensionsTests.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ValidationExtensionsTests.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tools/GenerateLanguages/Program.cs b/tools/GenerateLanguages/Program.cs index 4d25e559b..1b81b5a00 100644 --- a/tools/GenerateLanguages/Program.cs +++ b/tools/GenerateLanguages/Program.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Program.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; @@ -27,8 +26,8 @@ namespace GenerateLanguages writer.WriteLine("// Languages.cs"); writer.WriteLine("// Squidex Headless CMS"); writer.WriteLine("// =========================================================================="); - writer.WriteLine("// Copyright (c) Squidex Group"); - writer.WriteLine("// All rights reserved."); + writer.WriteLine("// Copyright (c) Squidex UG (haftungsbeschränkt)"); + writer.WriteLine("// All rights reserved. Licensed under the MIT license."); writer.WriteLine("// =========================================================================="); writer.WriteLine("// "); writer.WriteLine(); diff --git a/tools/Migrate_00/Program.cs b/tools/Migrate_00/Program.cs index 1429070b3..a4b7f51a4 100644 --- a/tools/Migrate_00/Program.cs +++ b/tools/Migrate_00/Program.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Program.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tools/Migrate_01/Migration01_FromCqrs.cs b/tools/Migrate_01/Migration01_FromCqrs.cs index 10b845975..06027f5bc 100644 --- a/tools/Migrate_01/Migration01_FromCqrs.cs +++ b/tools/Migrate_01/Migration01_FromCqrs.cs @@ -1,9 +1,8 @@ // ========================================================================== -// MigrateToEntities.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tools/Migrate_01/Migration02_AddPatterns.cs b/tools/Migrate_01/Migration02_AddPatterns.cs index a2cc49957..b9d2885f5 100644 --- a/tools/Migrate_01/Migration02_AddPatterns.cs +++ b/tools/Migrate_01/Migration02_AddPatterns.cs @@ -1,9 +1,8 @@ // ========================================================================== -// Migration02_AddPatterns.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tools/Migrate_01/OldEvents/AppClientChanged.cs b/tools/Migrate_01/OldEvents/AppClientChanged.cs index 63df3e55a..5a00db775 100644 --- a/tools/Migrate_01/OldEvents/AppClientChanged.cs +++ b/tools/Migrate_01/OldEvents/AppClientChanged.cs @@ -1,9 +1,8 @@ // ========================================================================== -// AppClientChanged.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tools/Migrate_01/OldEvents/ContentArchived.cs b/tools/Migrate_01/OldEvents/ContentArchived.cs index 797342e21..1f6397d22 100644 --- a/tools/Migrate_01/OldEvents/ContentArchived.cs +++ b/tools/Migrate_01/OldEvents/ContentArchived.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentArchived.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tools/Migrate_01/OldEvents/ContentPublished.cs b/tools/Migrate_01/OldEvents/ContentPublished.cs index 4dd3f9c26..247141281 100644 --- a/tools/Migrate_01/OldEvents/ContentPublished.cs +++ b/tools/Migrate_01/OldEvents/ContentPublished.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentPublished.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tools/Migrate_01/OldEvents/ContentRestored.cs b/tools/Migrate_01/OldEvents/ContentRestored.cs index e67d9288e..8df1ce037 100644 --- a/tools/Migrate_01/OldEvents/ContentRestored.cs +++ b/tools/Migrate_01/OldEvents/ContentRestored.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentRestored.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tools/Migrate_01/OldEvents/ContentUnpublished.cs b/tools/Migrate_01/OldEvents/ContentUnpublished.cs index 3d22e3dd9..993f7019d 100644 --- a/tools/Migrate_01/OldEvents/ContentUnpublished.cs +++ b/tools/Migrate_01/OldEvents/ContentUnpublished.cs @@ -1,9 +1,8 @@ // ========================================================================== -// ContentUnpublished.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tools/Migrate_01/OldEvents/WebhookAdded.cs b/tools/Migrate_01/OldEvents/WebhookAdded.cs index 8735e9ab4..5a0a69311 100644 --- a/tools/Migrate_01/OldEvents/WebhookAdded.cs +++ b/tools/Migrate_01/OldEvents/WebhookAdded.cs @@ -1,9 +1,8 @@ // ========================================================================== -// WebhookAdded.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System; diff --git a/tools/Migrate_01/OldEvents/WebhookDeleted.cs b/tools/Migrate_01/OldEvents/WebhookDeleted.cs index 3615e36ce..ffa10562b 100644 --- a/tools/Migrate_01/OldEvents/WebhookDeleted.cs +++ b/tools/Migrate_01/OldEvents/WebhookDeleted.cs @@ -1,9 +1,8 @@ // ========================================================================== -// WebhookDeleted.cs // Squidex Headless CMS // ========================================================================== -// Copyright (c) Squidex Group -// All rights reserved. +// Copyright (c) Squidex UG (haftungsbeschränkt) +// All rights reserved. Licensed under the MIT license. // ========================================================================== using System;