From d5e063eefcf2ede1e28f9c4aa19dc2e43e2020ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kan=20Edling?= Date: Mon, 25 Apr 2022 16:44:48 +0200 Subject: [PATCH] Removed double space in file headers. --- .../Extensions/PiranhaHostingExtensions.cs | 2 +- .../Http/HttpCacheInfo.cs | 2 +- .../Http/HttpCaching.cs | 2 +- .../PiranhaApplication.cs | 2 +- .../PiranhaApplicationBuilder.cs | 2 +- .../Extensions/SimpleSecurityExtensions.cs | 2 +- .../SimpleSecurity.cs | 2 +- .../SimpleUser.cs | 2 +- .../Extensions/PiranhaHtmlExtensions.cs | 2 +- .../Extensions/PiranhaSecurityExtensions.cs | 4 ++-- .../Extensions/PiranhaStartupExtensions.cs | 2 +- .../Extensions/PiranhaUrlExtensions.cs | 2 +- .../Piranha.AspNetCore/Helpers/IMediaHelper.cs | 2 +- .../Helpers/IRequestHelper.cs | 2 +- core/Piranha.AspNetCore/Helpers/ISiteHelper.cs | 2 +- core/Piranha.AspNetCore/Helpers/MediaHelper.cs | 2 +- .../Helpers/RequestHelper.cs | 2 +- core/Piranha.AspNetCore/Helpers/SiteHelper.cs | 2 +- .../Hosting/PiranhaStartupFilter.cs | 4 ++-- core/Piranha.AspNetCore/Http/MiddlewareBase.cs | 2 +- .../Http/RoutingMiddleware.cs | 2 +- .../Http/SecurityMiddleware.cs | 2 +- .../Http/SitemapMiddleware.cs | 2 +- core/Piranha.AspNetCore/Models/ArchivePage.cs | 2 +- core/Piranha.AspNetCore/Models/SinglePage.cs | 2 +- .../Models/SinglePageWithComments.cs | 2 +- core/Piranha.AspNetCore/Models/SinglePost.cs | 2 +- .../Models/SinglePostWithComments.cs | 2 +- .../Models/SiteDescription.cs | 2 +- core/Piranha.AspNetCore/RoutingOptions.cs | 2 +- .../Security/SecurityBuilder.cs | 2 +- .../Security/SecurityOptions.cs | 2 +- .../Services/ApplicationService.cs | 2 +- .../Services/IApplicationService.cs | 2 +- .../Services/IModelLoader.cs | 2 +- .../Piranha.AspNetCore/Services/ModelLoader.cs | 2 +- .../ContentTypeAttribute.cs | 2 +- .../ContentTypeBaseAttribute.cs | 2 +- .../ContentTypeBuilder.cs | 4 ++-- .../ContentTypeEditorAttribute.cs | 2 +- .../ContentTypeRouteAttribute.cs | 2 +- .../PageTypeArchiveItemAttribute.cs | 2 +- .../PageTypeAttribute.cs | 2 +- .../PostTypeAttribute.cs | 2 +- .../SiteTypeAttribute.cs | 2 +- core/Piranha.Azure.BlobStorage/BlobStorage.cs | 8 ++++---- .../BlobStorageModule.cs | 2 +- .../BlobStorageNaming.cs | 2 +- .../Extensions/BlobStorageExtensions.cs | 6 +++--- .../Extensions/SystemExtensions.cs | 2 +- core/Piranha.Azure.Search/Content.cs | 2 +- core/Piranha.Azure.Search/Module.cs | 2 +- .../PiranhaSearchExtensions.cs | 2 +- .../Services/AzureSearchService.cs | 4 ++-- .../Extensions/ImageSharpExtensions.cs | 2 +- core/Piranha.ImageSharp/ImageSharpProcessor.cs | 2 +- .../Extensions/FileStorageExtensions.cs | 2 +- .../Extensions/FileStorageStartupExtensions.cs | 2 +- core/Piranha.Local.FileStorage/FileStorage.cs | 2 +- .../FileStorageModule.cs | 2 +- .../FileStorageNaming.cs | 2 +- .../FileStorageSession.cs | 2 +- .../Areas/Manager/Pages/Login.cshtml.cs | 2 +- .../Areas/Manager/Pages/Logout.cshtml.cs | 2 +- core/Piranha.Manager.LocalAuth/ISecurity.cs | 2 +- core/Piranha.Manager.Localization/Alias.cs | 2 +- core/Piranha.Manager.Localization/Comment.cs | 2 +- core/Piranha.Manager.Localization/Config.cs | 2 +- core/Piranha.Manager.Localization/Content.cs | 2 +- core/Piranha.Manager.Localization/General.cs | 2 +- core/Piranha.Manager.Localization/Language.cs | 2 +- .../ManagerLocalizer.cs | 2 +- core/Piranha.Manager.Localization/Media.cs | 2 +- core/Piranha.Manager.Localization/Menu.cs | 2 +- core/Piranha.Manager.Localization/Module.cs | 2 +- core/Piranha.Manager.Localization/Page.cs | 2 +- .../Piranha.Manager.Localization.csproj | 2 +- core/Piranha.Manager.Localization/Post.cs | 2 +- core/Piranha.Manager.Localization/Security.cs | 2 +- core/Piranha.Manager.Localization/Site.cs | 2 +- core/Piranha.Manager.Summernote/Module.cs | 2 +- .../SummernoteExtensions.cs | 2 +- .../SummernoteStartupExtensions.cs | 2 +- core/Piranha.Manager.Summernote/gulpfile.js | 2 +- core/Piranha.Manager.TinyMCE/Module.cs | 2 +- .../TinyMCEExtensions.cs | 2 +- .../TinyMCEStartupExtensions.cs | 2 +- .../tinymce/plugins/piranhaimage/plugin.min.js | 2 +- .../tinymce/plugins/piranhalink/plugin.min.js | 2 +- core/Piranha.Manager/Actions.cs | 2 +- .../Areas/Manager/Pages/AliasEdit.cshtml.cs | 2 +- .../Areas/Manager/Pages/CommentList.cshtml.cs | 2 +- .../Areas/Manager/Pages/ConfigEdit.cshtml.cs | 2 +- .../Areas/Manager/Pages/ContentEdit.cshtml.cs | 2 +- .../Areas/Manager/Pages/ContentList.cshtml.cs | 2 +- .../Areas/Manager/Pages/Index.cshtml.cs | 2 +- .../Areas/Manager/Pages/MediaList.cshtml.cs | 2 +- .../Areas/Manager/Pages/ModuleList.cshtml.cs | 2 +- .../Areas/Manager/Pages/PageEdit.cshtml.cs | 2 +- .../Areas/Manager/Pages/PageList.cshtml.cs | 2 +- .../Areas/Manager/Pages/PagePreview.cshtml.cs | 2 +- .../Areas/Manager/Pages/PostEdit.cshtml.cs | 2 +- .../Areas/Manager/Pages/PostPreview.cshtml.cs | 2 +- .../Controllers/AliasApiController.cs | 2 +- .../Controllers/AuthController.cs | 2 +- .../Controllers/CommentApiController.cs | 2 +- .../Controllers/ConfigApiController.cs | 2 +- .../Controllers/ContentApiController.cs | 2 +- .../Controllers/LanguageApiController.cs | 18 +++++++++--------- .../Controllers/ManagerController.cs | 2 +- .../Controllers/MediaApiController.cs | 4 ++-- .../Controllers/ModuleApiController.cs | 2 +- .../Controllers/PageApiController.cs | 2 +- .../Controllers/PermissionApiController.cs | 2 +- .../Controllers/PostApiController.cs | 2 +- .../Controllers/SiteApiController.cs | 2 +- core/Piranha.Manager/Editor/EditorConfig.cs | 2 +- core/Piranha.Manager/Editor/EditorScripts.cs | 2 +- core/Piranha.Manager/Editor/EditorStyle.cs | 2 +- core/Piranha.Manager/Editor/EditorStyleType.cs | 2 +- core/Piranha.Manager/Extend/ActionList.cs | 2 +- core/Piranha.Manager/Extend/IAction.cs | 2 +- core/Piranha.Manager/Extend/ModalAction.cs | 2 +- core/Piranha.Manager/Extend/ToolbarAction.cs | 2 +- .../Extensions/ManagerExtensions.cs | 2 +- .../Extensions/ManagerStartupExtensions.cs | 8 ++++---- .../Extensions/RoutedContentExtensions.cs | 2 +- core/Piranha.Manager/Hubs/PreviewHub.cs | 2 +- core/Piranha.Manager/ManagerOptions.cs | 4 ++-- .../Piranha.Manager/ManagerScriptDefinition.cs | 2 +- core/Piranha.Manager/Menu.cs | 2 +- core/Piranha.Manager/MenuExtensions.cs | 2 +- core/Piranha.Manager/MenuItem.cs | 2 +- core/Piranha.Manager/MenuItemList.cs | 2 +- core/Piranha.Manager/Models/AliasListModel.cs | 2 +- core/Piranha.Manager/Models/AsyncResult.cs | 2 +- core/Piranha.Manager/Models/BlockListModel.cs | 2 +- .../Piranha.Manager/Models/CommentListModel.cs | 2 +- core/Piranha.Manager/Models/ConfigModel.cs | 2 +- .../Models/Content/BlockGenericModel.cs | 2 +- .../Models/Content/BlockGroupModel.cs | 2 +- .../Models/Content/BlockItemModel.cs | 2 +- .../Models/Content/BlockMeta.cs | 2 +- .../Models/Content/BlockModel.cs | 2 +- .../Models/Content/ContentEditModel.cs | 2 +- .../Models/Content/ContentMeta.cs | 2 +- .../Models/Content/ContentTypeModel.cs | 2 +- .../Models/Content/EditorModel.cs | 2 +- .../Models/Content/FieldMeta.cs | 2 +- .../Models/Content/FieldModel.cs | 2 +- .../Models/Content/RegionItemModel.cs | 2 +- .../Models/Content/RegionMeta.cs | 2 +- .../Models/Content/RegionModel.cs | 2 +- .../Piranha.Manager/Models/ContentEditModel.cs | 2 +- .../Piranha.Manager/Models/ContentListModel.cs | 2 +- core/Piranha.Manager/Models/ContentState.cs | 2 +- .../Models/LanguageEditModel.cs | 4 ++-- .../Piranha.Manager/Models/MediaFolderModel.cs | 2 +- core/Piranha.Manager/Models/MediaListModel.cs | 2 +- .../Piranha.Manager/Models/MediaUploadModel.cs | 2 +- core/Piranha.Manager/Models/ModuleListModel.cs | 2 +- core/Piranha.Manager/Models/PageEditModel.cs | 2 +- core/Piranha.Manager/Models/PageListModel.cs | 2 +- core/Piranha.Manager/Models/PermissionModel.cs | 2 +- core/Piranha.Manager/Models/PostEditModel.cs | 2 +- core/Piranha.Manager/Models/PostListModel.cs | 2 +- core/Piranha.Manager/Models/PostModalModel.cs | 2 +- core/Piranha.Manager/Models/RouteModel.cs | 2 +- .../Models/SiteContentEditModel.cs | 2 +- core/Piranha.Manager/Models/SiteEditModel.cs | 2 +- core/Piranha.Manager/Models/SiteListModel.cs | 2 +- core/Piranha.Manager/Models/StatusMessage.cs | 2 +- core/Piranha.Manager/Models/StructureModel.cs | 2 +- core/Piranha.Manager/Module.cs | 2 +- core/Piranha.Manager/PermissionStructure.cs | 2 +- core/Piranha.Manager/Permissions.cs | 2 +- core/Piranha.Manager/PreviewSize.cs | 2 +- core/Piranha.Manager/Services/AliasService.cs | 2 +- .../Piranha.Manager/Services/CommentService.cs | 2 +- core/Piranha.Manager/Services/ConfigService.cs | 2 +- .../Piranha.Manager/Services/ContentService.cs | 2 +- .../Services/ContentTypeService.cs | 2 +- core/Piranha.Manager/Services/ContentUtils.cs | 2 +- .../Services/LanguageService.cs | 2 +- core/Piranha.Manager/Services/MediaService.cs | 6 +++--- core/Piranha.Manager/Services/ModuleService.cs | 2 +- core/Piranha.Manager/Services/PageService.cs | 2 +- core/Piranha.Manager/Services/PostService.cs | 2 +- core/Piranha.Manager/Services/SiteService.cs | 2 +- core/Piranha.Manager/gulpfile.js | 2 +- core/Piranha.WebApi/MediaApiController.cs | 2 +- core/Piranha.WebApi/Module.cs | 2 +- core/Piranha.WebApi/PageApiController.cs | 2 +- core/Piranha.WebApi/Permissions.cs | 2 +- core/Piranha.WebApi/PostApiController.cs | 2 +- core/Piranha.WebApi/SitemapApiController.cs | 2 +- core/Piranha.WebApi/WebApiModuleExtensions.cs | 2 +- core/Piranha.WebApi/WebApiOptions.cs | 2 +- core/Piranha/Api.cs | 2 +- core/Piranha/App.cs | 2 +- core/Piranha/Cache/CacheLevel.cs | 2 +- core/Piranha/Cache/DistributedCache.cs | 2 +- core/Piranha/Cache/MemoryCache.cs | 2 +- core/Piranha/Cache/MemoryCacheWithClone.cs | 2 +- core/Piranha/Cache/SimpleCache.cs | 2 +- core/Piranha/Cache/SimpleCacheWithClone.cs | 2 +- core/Piranha/Config.cs | 2 +- core/Piranha/Extend/Block.cs | 2 +- core/Piranha/Extend/BlockGroup.cs | 2 +- core/Piranha/Extend/BlockGroupTypeAttribute.cs | 2 +- core/Piranha/Extend/BlockItemTypeAttribute.cs | 2 +- core/Piranha/Extend/BlockTypeAttribute.cs | 2 +- core/Piranha/Extend/Blocks/AudioBlock.cs | 2 +- core/Piranha/Extend/Blocks/ColumnBlock.cs | 2 +- core/Piranha/Extend/Blocks/ContentBlock.cs | 2 +- core/Piranha/Extend/Blocks/HtmlBlock.cs | 4 ++-- core/Piranha/Extend/Blocks/HtmlColumnBlock.cs | 2 +- core/Piranha/Extend/Blocks/ImageAspect.cs | 2 +- core/Piranha/Extend/Blocks/ImageBlock.cs | 2 +- .../Piranha/Extend/Blocks/ImageGalleryBlock.cs | 2 +- core/Piranha/Extend/Blocks/MarkdownBlock.cs | 2 +- core/Piranha/Extend/Blocks/PageBlock.cs | 2 +- core/Piranha/Extend/Blocks/PostBlock.cs | 2 +- core/Piranha/Extend/Blocks/QuoteBlock.cs | 2 +- core/Piranha/Extend/Blocks/SeparatorBlock.cs | 2 +- core/Piranha/Extend/Blocks/TextBlock.cs | 4 ++-- core/Piranha/Extend/Blocks/VideoBlock.cs | 2 +- core/Piranha/Extend/ContentGroupAttribute.cs | 2 +- core/Piranha/Extend/DefaultMarkdown.cs | 2 +- core/Piranha/Extend/Field.cs | 2 +- core/Piranha/Extend/FieldAttribute.cs | 2 +- core/Piranha/Extend/FieldSettingsAttribute.cs | 2 +- core/Piranha/Extend/FieldTypeAttribute.cs | 2 +- core/Piranha/Extend/Fields/AudioField.cs | 2 +- core/Piranha/Extend/Fields/CheckBoxField.cs | 2 +- core/Piranha/Extend/Fields/ColorField.cs | 2 +- core/Piranha/Extend/Fields/ContentField.cs | 2 +- core/Piranha/Extend/Fields/DataSelectField.cs | 2 +- core/Piranha/Extend/Fields/DateField.cs | 2 +- core/Piranha/Extend/Fields/DocumentField.cs | 2 +- core/Piranha/Extend/Fields/HtmlField.cs | 2 +- core/Piranha/Extend/Fields/ImageField.cs | 2 +- core/Piranha/Extend/Fields/MarkdownField.cs | 2 +- core/Piranha/Extend/Fields/MediaField.cs | 2 +- core/Piranha/Extend/Fields/MediaFieldBase.cs | 2 +- core/Piranha/Extend/Fields/NumberField.cs | 2 +- core/Piranha/Extend/Fields/PageField.cs | 2 +- core/Piranha/Extend/Fields/PostField.cs | 2 +- core/Piranha/Extend/Fields/ReadonlyField.cs | 2 +- core/Piranha/Extend/Fields/SelectField.cs | 2 +- core/Piranha/Extend/Fields/SelectFieldBase.cs | 2 +- core/Piranha/Extend/Fields/SelectFieldItem.cs | 2 +- .../Settings/ColorFieldSettingsAttribute.cs | 2 +- .../Settings/ContentFieldSettingsAttribute.cs | 2 +- .../Settings/StringFieldSettingsAttribute.cs | 2 +- .../Settings/TextFieldSettingsAttribute.cs | 2 +- core/Piranha/Extend/Fields/SimpleField.cs | 2 +- core/Piranha/Extend/Fields/StringField.cs | 2 +- core/Piranha/Extend/Fields/TextField.cs | 2 +- core/Piranha/Extend/Fields/VideoField.cs | 2 +- core/Piranha/Extend/IField.cs | 2 +- core/Piranha/Extend/IMarkdown.cs | 2 +- core/Piranha/Extend/IModule.cs | 2 +- core/Piranha/Extend/ISearchable.cs | 2 +- core/Piranha/Extend/ISerializer.cs | 2 +- core/Piranha/Extend/ITranslatable.cs | 2 +- core/Piranha/Extend/RegionAttribute.cs | 2 +- .../Extend/Serializers/AudioFieldSerializer.cs | 2 +- .../Serializers/CheckBoxFieldSerializer.cs | 2 +- .../Serializers/ContentFieldSerializer.cs | 2 +- .../Serializers/DataSelectFieldSerializer.cs | 2 +- .../Extend/Serializers/DateFieldSerializer.cs | 2 +- .../Serializers/DocumentFieldSerializer.cs | 2 +- .../Extend/Serializers/ImageFieldSerializer.cs | 2 +- .../Serializers/IntegerFieldSerializer.cs | 2 +- .../Extend/Serializers/MediaFieldSerializer.cs | 2 +- .../Extend/Serializers/PageFieldSerializer.cs | 2 +- .../Extend/Serializers/PostFieldSerializer.cs | 2 +- .../Serializers/SelectFieldSerializer.cs | 2 +- .../Serializers/StringFieldSerializer.cs | 2 +- .../Extend/Serializers/VideoFieldSerializer.cs | 2 +- .../PiranhaDistributedCacheExtensions.cs | 2 +- .../Extensions/PiranhaMemoryCacheExtensions.cs | 2 +- .../Extensions/PiranhaSimpleCacheExtensions.cs | 2 +- .../Extensions/PiranhaStartupExtensions.cs | 2 +- core/Piranha/IApi.cs | 2 +- core/Piranha/ICache.cs | 2 +- core/Piranha/IImageProcessor.cs | 2 +- core/Piranha/IInitializable.cs | 2 +- core/Piranha/ISearch.cs | 2 +- core/Piranha/IStorage.cs | 2 +- core/Piranha/IStorageSession.cs | 2 +- core/Piranha/Models/Alias.cs | 2 +- core/Piranha/Models/BlockDisplayMode.cs | 2 +- core/Piranha/Models/Comment.cs | 2 +- core/Piranha/Models/Content.cs | 2 +- core/Piranha/Models/ContentBase.cs | 2 +- core/Piranha/Models/ContentGroup.cs | 2 +- core/Piranha/Models/ContentInfo.cs | 2 +- core/Piranha/Models/ContentType.cs | 2 +- core/Piranha/Models/ContentTypeBase.cs | 2 +- core/Piranha/Models/ContentTypeEditor.cs | 2 +- core/Piranha/Models/ContentTypeField.cs | 2 +- core/Piranha/Models/ContentTypeRegion.cs | 2 +- core/Piranha/Models/ContentTypeRoute.cs | 2 +- core/Piranha/Models/DynamicContent.cs | 2 +- core/Piranha/Models/DynamicPage.cs | 2 +- core/Piranha/Models/DynamicPost.cs | 2 +- core/Piranha/Models/DynamicSiteContent.cs | 2 +- core/Piranha/Models/EditorWidth.cs | 2 +- core/Piranha/Models/FieldOption.cs | 2 +- core/Piranha/Models/GenericContent.cs | 2 +- core/Piranha/Models/GenericPage.cs | 2 +- core/Piranha/Models/IBlockContent.cs | 2 +- core/Piranha/Models/ICategorizedContent.cs | 2 +- core/Piranha/Models/ICommentModel.cs | 2 +- core/Piranha/Models/IContentInfo.cs | 2 +- core/Piranha/Models/IDynamicContent.cs | 2 +- core/Piranha/Models/IMeta.cs | 2 +- core/Piranha/Models/IModel.cs | 2 +- core/Piranha/Models/IRegionList.cs | 2 +- core/Piranha/Models/ITaggedContent.cs | 2 +- core/Piranha/Models/Language.cs | 2 +- core/Piranha/Models/Media.cs | 2 +- core/Piranha/Models/MediaContent.cs | 2 +- core/Piranha/Models/MediaFolder.cs | 2 +- core/Piranha/Models/MediaStructure.cs | 2 +- core/Piranha/Models/MediaStructureItem.cs | 2 +- core/Piranha/Models/MediaType.cs | 2 +- core/Piranha/Models/MediaVersion.cs | 2 +- core/Piranha/Models/Page.cs | 2 +- core/Piranha/Models/PageBase.cs | 2 +- core/Piranha/Models/PageComment.cs | 2 +- core/Piranha/Models/PageInfo.cs | 2 +- core/Piranha/Models/PageType.cs | 2 +- core/Piranha/Models/Param.cs | 2 +- core/Piranha/Models/Post.cs | 2 +- core/Piranha/Models/PostArchive.cs | 2 +- core/Piranha/Models/PostBase.cs | 2 +- core/Piranha/Models/PostComment.cs | 2 +- core/Piranha/Models/PostInfo.cs | 2 +- core/Piranha/Models/PostType.cs | 2 +- core/Piranha/Models/RedirectType.cs | 2 +- core/Piranha/Models/RegionDisplayMode.cs | 2 +- core/Piranha/Models/RegionList.cs | 2 +- core/Piranha/Models/RoutedContentBase.cs | 2 +- core/Piranha/Models/Site.cs | 2 +- core/Piranha/Models/SiteContent.cs | 2 +- core/Piranha/Models/SiteContentBase.cs | 2 +- core/Piranha/Models/SiteType.cs | 2 +- core/Piranha/Models/Sitemap.cs | 2 +- core/Piranha/Models/SitemapItem.cs | 2 +- core/Piranha/Models/Structure.cs | 2 +- core/Piranha/Models/StructureItem.cs | 2 +- core/Piranha/Models/Taxonomy.cs | 2 +- core/Piranha/Models/TaxonomyType.cs | 2 +- core/Piranha/Models/TranslationStatus.cs | 2 +- core/Piranha/Models/TranslationSummary.cs | 2 +- core/Piranha/NoCoverageAttribute.cs | 2 +- .../Obsolete/FieldDescriptionAttribute.cs | 2 +- .../Obsolete/RegionDescriptionAttribute.cs | 2 +- core/Piranha/PiranhaExtensions.cs | 2 +- core/Piranha/PiranhaServiceBuilder.cs | 2 +- core/Piranha/Repositories/IAliasRepository.cs | 2 +- .../Piranha/Repositories/IArchiveRepository.cs | 2 +- .../Repositories/IContentGroupRepository.cs | 2 +- .../Piranha/Repositories/IContentRepository.cs | 2 +- .../Repositories/IContentTypeRepository.cs | 2 +- .../Repositories/ILanguageRespository.cs | 2 +- core/Piranha/Repositories/IMediaRepository.cs | 2 +- core/Piranha/Repositories/IPageRepository.cs | 2 +- .../Repositories/IPageTypeRepository.cs | 2 +- core/Piranha/Repositories/IParamRepository.cs | 2 +- core/Piranha/Repositories/IPostRepository.cs | 2 +- .../Repositories/IPostTypeRepository.cs | 2 +- core/Piranha/Repositories/ISiteRepository.cs | 2 +- .../Repositories/ISiteTypeRepository.cs | 2 +- core/Piranha/Runtime/AppBlock.cs | 2 +- core/Piranha/Runtime/AppBlockList.cs | 2 +- core/Piranha/Runtime/AppDataItem.cs | 2 +- core/Piranha/Runtime/AppDataList.cs | 2 +- core/Piranha/Runtime/AppField.cs | 2 +- core/Piranha/Runtime/AppFieldList.cs | 2 +- core/Piranha/Runtime/AppInitMethod.cs | 2 +- core/Piranha/Runtime/AppMethod.cs | 2 +- core/Piranha/Runtime/AppModule.cs | 2 +- core/Piranha/Runtime/AppModuleList.cs | 2 +- core/Piranha/Runtime/CachedList.cs | 2 +- core/Piranha/Runtime/HookManager.cs | 4 ++-- core/Piranha/Runtime/MediaManager.cs | 2 +- core/Piranha/Runtime/SerializerManager.cs | 2 +- core/Piranha/Security/PermissionItem.cs | 2 +- core/Piranha/Security/PermissionManager.cs | 2 +- core/Piranha/Security/Permissions.cs | 2 +- core/Piranha/Services/AliasService.cs | 2 +- core/Piranha/Services/ArchiveService.cs | 2 +- core/Piranha/Services/ContentFactory.cs | 2 +- core/Piranha/Services/ContentGroupService.cs | 2 +- core/Piranha/Services/ContentService.cs | 2 +- core/Piranha/Services/ContentTypeService.cs | 2 +- core/Piranha/Services/IAliasService.cs | 2 +- core/Piranha/Services/IArchiveService.cs | 2 +- core/Piranha/Services/IContentFactory.cs | 2 +- core/Piranha/Services/IContentGroupService.cs | 2 +- core/Piranha/Services/IContentService.cs | 2 +- core/Piranha/Services/IContentTypeService.cs | 2 +- core/Piranha/Services/ILanguageService.cs | 2 +- core/Piranha/Services/IMediaService.cs | 2 +- core/Piranha/Services/IPageService.cs | 2 +- core/Piranha/Services/IPageTypeService.cs | 2 +- core/Piranha/Services/IParamService.cs | 2 +- core/Piranha/Services/IPostService.cs | 2 +- core/Piranha/Services/IPostTypeService.cs | 2 +- core/Piranha/Services/ISiteService.cs | 2 +- core/Piranha/Services/ISiteTypeService.cs | 2 +- core/Piranha/Services/LanguageService.cs | 2 +- core/Piranha/Services/MediaService.cs | 2 +- core/Piranha/Services/PageService.cs | 2 +- core/Piranha/Services/PageTypeService.cs | 2 +- core/Piranha/Services/ParamService.cs | 2 +- core/Piranha/Services/PostService.cs | 2 +- core/Piranha/Services/PostTypeService.cs | 2 +- core/Piranha/Services/SiteService.cs | 2 +- core/Piranha/Services/SiteTypeService.cs | 2 +- core/Piranha/Utils.cs | 2 +- data/Piranha.Data.EF.MySql/DbFactory.cs | 2 +- data/Piranha.Data.EF.MySql/MySqlDb.cs | 2 +- data/Piranha.Data.EF.PostgreSql/DbFactory.cs | 2 +- .../Piranha.Data.EF.PostgreSql/PostgreSqlDb.cs | 2 +- data/Piranha.Data.EF.SQLServer/DbFactory.cs | 2 +- data/Piranha.Data.EF.SQLServer/SQLServerDb.cs | 2 +- data/Piranha.Data.EF.SQLite/DbFactory.cs | 2 +- data/Piranha.Data.EF.SQLite/SQLiteDb.cs | 2 +- data/Piranha.Data.EF/Data/Alias.cs | 2 +- data/Piranha.Data.EF/Data/Block.cs | 2 +- data/Piranha.Data.EF/Data/BlockBase.cs | 2 +- data/Piranha.Data.EF/Data/BlockField.cs | 2 +- data/Piranha.Data.EF/Data/BlockFieldBase.cs | 2 +- data/Piranha.Data.EF/Data/Category.cs | 2 +- data/Piranha.Data.EF/Data/Comment.cs | 2 +- data/Piranha.Data.EF/Data/Content.cs | 2 +- data/Piranha.Data.EF/Data/ContentBase.cs | 2 +- data/Piranha.Data.EF/Data/ContentBlock.cs | 2 +- data/Piranha.Data.EF/Data/ContentBlockField.cs | 2 +- .../Data/ContentBlockFieldTranslation.cs | 2 +- data/Piranha.Data.EF/Data/ContentField.cs | 2 +- data/Piranha.Data.EF/Data/ContentFieldBase.cs | 2 +- .../Data/ContentFieldTranslation.cs | 2 +- data/Piranha.Data.EF/Data/ContentGroup.cs | 2 +- .../Data/ContentRevisionBase.cs | 2 +- data/Piranha.Data.EF/Data/ContentTaxonomy.cs | 2 +- .../Piranha.Data.EF/Data/ContentTranslation.cs | 2 +- data/Piranha.Data.EF/Data/ContentType.cs | 2 +- data/Piranha.Data.EF/Data/ContentTypeBase.cs | 2 +- data/Piranha.Data.EF/Data/ICategorized.cs | 2 +- data/Piranha.Data.EF/Data/IContentBlock.cs | 2 +- data/Piranha.Data.EF/Data/ITranslatable.cs | 2 +- data/Piranha.Data.EF/Data/Language.cs | 2 +- data/Piranha.Data.EF/Data/Media.cs | 2 +- data/Piranha.Data.EF/Data/MediaFolder.cs | 2 +- data/Piranha.Data.EF/Data/MediaVersion.cs | 2 +- data/Piranha.Data.EF/Data/Page.cs | 2 +- data/Piranha.Data.EF/Data/PageBlock.cs | 2 +- data/Piranha.Data.EF/Data/PageComment.cs | 2 +- data/Piranha.Data.EF/Data/PageField.cs | 2 +- data/Piranha.Data.EF/Data/PagePermission.cs | 2 +- data/Piranha.Data.EF/Data/PageRevision.cs | 2 +- data/Piranha.Data.EF/Data/PageType.cs | 2 +- data/Piranha.Data.EF/Data/Param.cs | 2 +- data/Piranha.Data.EF/Data/Post.cs | 2 +- data/Piranha.Data.EF/Data/PostBlock.cs | 2 +- data/Piranha.Data.EF/Data/PostComment.cs | 2 +- data/Piranha.Data.EF/Data/PostField.cs | 2 +- data/Piranha.Data.EF/Data/PostPermissions.cs | 2 +- data/Piranha.Data.EF/Data/PostRevision.cs | 2 +- data/Piranha.Data.EF/Data/PostTag.cs | 2 +- data/Piranha.Data.EF/Data/PostType.cs | 2 +- data/Piranha.Data.EF/Data/RoutedContentBase.cs | 2 +- data/Piranha.Data.EF/Data/Site.cs | 2 +- data/Piranha.Data.EF/Data/SiteField.cs | 2 +- data/Piranha.Data.EF/Data/SiteType.cs | 2 +- data/Piranha.Data.EF/Data/Tag.cs | 2 +- data/Piranha.Data.EF/Data/Taxonomy.cs | 2 +- data/Piranha.Data.EF/Data/TaxonomyBase.cs | 2 +- data/Piranha.Data.EF/Data/TaxonomyType.cs | 2 +- data/Piranha.Data.EF/Db.cs | 2 +- data/Piranha.Data.EF/IDb.cs | 2 +- data/Piranha.Data.EF/Module.cs | 2 +- data/Piranha.Data.EF/PiranhaEFExtensions.cs | 2 +- .../Repositories/AliasRepository.cs | 2 +- .../Repositories/ArchiveRepository.cs | 2 +- .../Repositories/ContentGroupRepository.cs | 2 +- .../Repositories/ContentRepository.cs | 2 +- .../Repositories/ContentTypeRepository.cs | 2 +- .../Repositories/LanguageRepository.cs | 2 +- .../Repositories/MediaRepository.cs | 4 ++-- .../Repositories/PageRepository.cs | 2 +- .../Repositories/PageTypeRepository.cs | 2 +- .../Repositories/ParamRepository.cs | 2 +- .../Repositories/PostRepository.cs | 2 +- .../Repositories/PostTypeRepository.cs | 2 +- .../Repositories/SiteRepository.cs | 2 +- .../Repositories/SiteTypeRepository.cs | 2 +- .../Piranha.Data.EF/Services/ContentService.cs | 2 +- .../Services/ContentServiceFactory.cs | 2 +- .../Services/IContentService.cs | 2 +- .../Services/IContentServiceFactory.cs | 2 +- .../DbFactory.cs | 2 +- .../IdentityPostgreSQLDb.cs | 2 +- .../DbFactory.cs | 2 +- .../IdentitySQLServerDb.cs | 2 +- .../DbFactory.cs | 2 +- .../IdentitySQLiteDb.cs | 2 +- .../Controllers/RoleController.cs | 2 +- .../Controllers/UserController.cs | 2 +- .../Piranha.AspNetCore.Identity/Data/Role.cs | 2 +- .../Piranha.AspNetCore.Identity/Data/User.cs | 2 +- identity/Piranha.AspNetCore.Identity/Db.cs | 2 +- .../DefaultIdentitySeed.cs | 2 +- identity/Piranha.AspNetCore.Identity/IDb.cs | 2 +- .../IIdentitySeed.cs | 2 +- .../IdentityModuleExtensions.cs | 2 +- .../IdentitySecurity.cs | 2 +- .../IdentityStartupExtensions.cs | 2 +- .../Models/RoleEditModel.cs | 2 +- .../Models/RoleListModel.cs | 2 +- .../Models/UserEditModel.cs | 2 +- .../Models/UserListModel.cs | 2 +- identity/Piranha.AspNetCore.Identity/Module.cs | 2 +- .../Piranha.AspNetCore.Identity/Permissions.cs | 2 +- identity/Piranha.AspNetCore.Identity/Utils.cs | 2 +- .../ManagerScriptingTests.cs | 2 +- test/Piranha.Tests/App.cs | 2 +- .../AttributeBuilder/TypeBuilderTests.cs | 2 +- test/Piranha.Tests/BaseTests.cs | 2 +- test/Piranha.Tests/BaseTestsAsync.cs | 2 +- test/Piranha.Tests/Blocks.cs | 2 +- test/Piranha.Tests/Config.cs | 2 +- test/Piranha.Tests/Fields.cs | 2 +- test/Piranha.Tests/Hooks/AliasHookTests.cs | 2 +- test/Piranha.Tests/Hooks/ParamHookTests.cs | 2 +- test/Piranha.Tests/Hooks/SiteHookTests.cs | 2 +- .../ImageSharp/MediaServiceTests.cs | 2 +- .../Piranha.Tests/ImageSharp/ProcessorTests.cs | 2 +- test/Piranha.Tests/MediaMgr.cs | 2 +- test/Piranha.Tests/MemCache.cs | 2 +- test/Piranha.Tests/Permissions.cs | 2 +- test/Piranha.Tests/Searchable.cs | 2 +- test/Piranha.Tests/Serializers.cs | 2 +- test/Piranha.Tests/Services/AliasTests.cs | 2 +- test/Piranha.Tests/Services/CommentTests.cs | 2 +- test/Piranha.Tests/Services/ContentTests.cs | 2 +- test/Piranha.Tests/Services/MediaTests.cs | 2 +- test/Piranha.Tests/Services/PageTests.cs | 2 +- test/Piranha.Tests/Services/PageTypeTests.cs | 2 +- test/Piranha.Tests/Services/ParamTests.cs | 2 +- test/Piranha.Tests/Services/PostTests.cs | 2 +- test/Piranha.Tests/Services/PostTypeTests.cs | 2 +- test/Piranha.Tests/Services/SiteTests.cs | 2 +- test/Piranha.Tests/Services/SiteTypeTests.cs | 2 +- test/Piranha.Tests/Sitemaps.cs | 2 +- test/Piranha.Tests/Taxonomies.cs | 2 +- test/Piranha.Tests/Utils/DeepClone.cs | 2 +- test/Piranha.Tests/Utils/ETag.cs | 2 +- test/Piranha.Tests/Utils/FormatBytes.cs | 2 +- test/Piranha.Tests/Utils/InternalId.cs | 2 +- test/Piranha.Tests/Utils/Slug.cs | 2 +- test/Piranha.Tests/Utils/Subset.cs | 2 +- test/Piranha.Tests/Utils/UI.cs | 2 +- 569 files changed, 598 insertions(+), 598 deletions(-) diff --git a/core/Piranha.AspNetCore.Hosting/Extensions/PiranhaHostingExtensions.cs b/core/Piranha.AspNetCore.Hosting/Extensions/PiranhaHostingExtensions.cs index 4a06b79ee..414e40a10 100644 --- a/core/Piranha.AspNetCore.Hosting/Extensions/PiranhaHostingExtensions.cs +++ b/core/Piranha.AspNetCore.Hosting/Extensions/PiranhaHostingExtensions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AspNetCore.Hosting/Http/HttpCacheInfo.cs b/core/Piranha.AspNetCore.Hosting/Http/HttpCacheInfo.cs index d91ffdaa2..c1a6f93b9 100644 --- a/core/Piranha.AspNetCore.Hosting/Http/HttpCacheInfo.cs +++ b/core/Piranha.AspNetCore.Hosting/Http/HttpCacheInfo.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AspNetCore.Hosting/Http/HttpCaching.cs b/core/Piranha.AspNetCore.Hosting/Http/HttpCaching.cs index b9d6a3e92..a7119cc5a 100644 --- a/core/Piranha.AspNetCore.Hosting/Http/HttpCaching.cs +++ b/core/Piranha.AspNetCore.Hosting/Http/HttpCaching.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AspNetCore.Hosting/PiranhaApplication.cs b/core/Piranha.AspNetCore.Hosting/PiranhaApplication.cs index b8f25e2fc..e43ec9cd1 100644 --- a/core/Piranha.AspNetCore.Hosting/PiranhaApplication.cs +++ b/core/Piranha.AspNetCore.Hosting/PiranhaApplication.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AspNetCore.Hosting/PiranhaApplicationBuilder.cs b/core/Piranha.AspNetCore.Hosting/PiranhaApplicationBuilder.cs index 1710902ba..672fabd70 100644 --- a/core/Piranha.AspNetCore.Hosting/PiranhaApplicationBuilder.cs +++ b/core/Piranha.AspNetCore.Hosting/PiranhaApplicationBuilder.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AspNetCore.SimpleSecurity/Extensions/SimpleSecurityExtensions.cs b/core/Piranha.AspNetCore.SimpleSecurity/Extensions/SimpleSecurityExtensions.cs index 8b03e7055..986bdbfab 100644 --- a/core/Piranha.AspNetCore.SimpleSecurity/Extensions/SimpleSecurityExtensions.cs +++ b/core/Piranha.AspNetCore.SimpleSecurity/Extensions/SimpleSecurityExtensions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AspNetCore.SimpleSecurity/SimpleSecurity.cs b/core/Piranha.AspNetCore.SimpleSecurity/SimpleSecurity.cs index 4fc406836..93c2141a9 100644 --- a/core/Piranha.AspNetCore.SimpleSecurity/SimpleSecurity.cs +++ b/core/Piranha.AspNetCore.SimpleSecurity/SimpleSecurity.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AspNetCore.SimpleSecurity/SimpleUser.cs b/core/Piranha.AspNetCore.SimpleSecurity/SimpleUser.cs index b86492fec..0f4e79508 100644 --- a/core/Piranha.AspNetCore.SimpleSecurity/SimpleUser.cs +++ b/core/Piranha.AspNetCore.SimpleSecurity/SimpleUser.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AspNetCore/Extensions/PiranhaHtmlExtensions.cs b/core/Piranha.AspNetCore/Extensions/PiranhaHtmlExtensions.cs index 02faa6847..4ea707b01 100644 --- a/core/Piranha.AspNetCore/Extensions/PiranhaHtmlExtensions.cs +++ b/core/Piranha.AspNetCore/Extensions/PiranhaHtmlExtensions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AspNetCore/Extensions/PiranhaSecurityExtensions.cs b/core/Piranha.AspNetCore/Extensions/PiranhaSecurityExtensions.cs index c7dc22343..fbffa69e1 100644 --- a/core/Piranha.AspNetCore/Extensions/PiranhaSecurityExtensions.cs +++ b/core/Piranha.AspNetCore/Extensions/PiranhaSecurityExtensions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * @@ -33,7 +33,7 @@ public static class PiranhaSecurityExtensions /// The security builder options /// The security options /// The service builder - public static PiranhaServiceBuilder UseSecurity(this PiranhaServiceBuilder builder, + public static PiranhaServiceBuilder UseSecurity(this PiranhaServiceBuilder builder, Action builderOptions, Action securityOptions = null) { // Configure diff --git a/core/Piranha.AspNetCore/Extensions/PiranhaStartupExtensions.cs b/core/Piranha.AspNetCore/Extensions/PiranhaStartupExtensions.cs index 88d774d87..464600359 100644 --- a/core/Piranha.AspNetCore/Extensions/PiranhaStartupExtensions.cs +++ b/core/Piranha.AspNetCore/Extensions/PiranhaStartupExtensions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AspNetCore/Extensions/PiranhaUrlExtensions.cs b/core/Piranha.AspNetCore/Extensions/PiranhaUrlExtensions.cs index d48ac590c..c53ebd2bf 100644 --- a/core/Piranha.AspNetCore/Extensions/PiranhaUrlExtensions.cs +++ b/core/Piranha.AspNetCore/Extensions/PiranhaUrlExtensions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AspNetCore/Helpers/IMediaHelper.cs b/core/Piranha.AspNetCore/Helpers/IMediaHelper.cs index ede30b579..2c4834c1d 100644 --- a/core/Piranha.AspNetCore/Helpers/IMediaHelper.cs +++ b/core/Piranha.AspNetCore/Helpers/IMediaHelper.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AspNetCore/Helpers/IRequestHelper.cs b/core/Piranha.AspNetCore/Helpers/IRequestHelper.cs index 836d2264b..fc41dfb35 100644 --- a/core/Piranha.AspNetCore/Helpers/IRequestHelper.cs +++ b/core/Piranha.AspNetCore/Helpers/IRequestHelper.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AspNetCore/Helpers/ISiteHelper.cs b/core/Piranha.AspNetCore/Helpers/ISiteHelper.cs index 11b88afa1..9ae186e45 100644 --- a/core/Piranha.AspNetCore/Helpers/ISiteHelper.cs +++ b/core/Piranha.AspNetCore/Helpers/ISiteHelper.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AspNetCore/Helpers/MediaHelper.cs b/core/Piranha.AspNetCore/Helpers/MediaHelper.cs index 3fb0c2972..0cda66761 100644 --- a/core/Piranha.AspNetCore/Helpers/MediaHelper.cs +++ b/core/Piranha.AspNetCore/Helpers/MediaHelper.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AspNetCore/Helpers/RequestHelper.cs b/core/Piranha.AspNetCore/Helpers/RequestHelper.cs index b5f35decf..6e8274e1c 100644 --- a/core/Piranha.AspNetCore/Helpers/RequestHelper.cs +++ b/core/Piranha.AspNetCore/Helpers/RequestHelper.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AspNetCore/Helpers/SiteHelper.cs b/core/Piranha.AspNetCore/Helpers/SiteHelper.cs index d4de00230..77d3f686b 100644 --- a/core/Piranha.AspNetCore/Helpers/SiteHelper.cs +++ b/core/Piranha.AspNetCore/Helpers/SiteHelper.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AspNetCore/Hosting/PiranhaStartupFilter.cs b/core/Piranha.AspNetCore/Hosting/PiranhaStartupFilter.cs index 6542629a1..40aa5d9d8 100644 --- a/core/Piranha.AspNetCore/Hosting/PiranhaStartupFilter.cs +++ b/core/Piranha.AspNetCore/Hosting/PiranhaStartupFilter.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * @@ -16,7 +16,7 @@ namespace Piranha.AspNetCore.Hosting { /// - /// Startup filter for adding application routing to the beginning + /// Startup filter for adding application routing to the beginning /// of the pipeline. /// internal class PiranhaStartupFilter : IStartupFilter diff --git a/core/Piranha.AspNetCore/Http/MiddlewareBase.cs b/core/Piranha.AspNetCore/Http/MiddlewareBase.cs index fef74db34..2f6315479 100644 --- a/core/Piranha.AspNetCore/Http/MiddlewareBase.cs +++ b/core/Piranha.AspNetCore/Http/MiddlewareBase.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AspNetCore/Http/RoutingMiddleware.cs b/core/Piranha.AspNetCore/Http/RoutingMiddleware.cs index dd4943661..50653bddb 100644 --- a/core/Piranha.AspNetCore/Http/RoutingMiddleware.cs +++ b/core/Piranha.AspNetCore/Http/RoutingMiddleware.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AspNetCore/Http/SecurityMiddleware.cs b/core/Piranha.AspNetCore/Http/SecurityMiddleware.cs index 51b8c2af0..6a80024f6 100644 --- a/core/Piranha.AspNetCore/Http/SecurityMiddleware.cs +++ b/core/Piranha.AspNetCore/Http/SecurityMiddleware.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AspNetCore/Http/SitemapMiddleware.cs b/core/Piranha.AspNetCore/Http/SitemapMiddleware.cs index e1c4ae796..a1eebad2e 100644 --- a/core/Piranha.AspNetCore/Http/SitemapMiddleware.cs +++ b/core/Piranha.AspNetCore/Http/SitemapMiddleware.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AspNetCore/Models/ArchivePage.cs b/core/Piranha.AspNetCore/Models/ArchivePage.cs index a682a27d2..631928446 100644 --- a/core/Piranha.AspNetCore/Models/ArchivePage.cs +++ b/core/Piranha.AspNetCore/Models/ArchivePage.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AspNetCore/Models/SinglePage.cs b/core/Piranha.AspNetCore/Models/SinglePage.cs index ff75705fd..5476c8d1d 100644 --- a/core/Piranha.AspNetCore/Models/SinglePage.cs +++ b/core/Piranha.AspNetCore/Models/SinglePage.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AspNetCore/Models/SinglePageWithComments.cs b/core/Piranha.AspNetCore/Models/SinglePageWithComments.cs index 5fc2671f6..1e6006668 100644 --- a/core/Piranha.AspNetCore/Models/SinglePageWithComments.cs +++ b/core/Piranha.AspNetCore/Models/SinglePageWithComments.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AspNetCore/Models/SinglePost.cs b/core/Piranha.AspNetCore/Models/SinglePost.cs index 19c8e5858..61bf14ec4 100644 --- a/core/Piranha.AspNetCore/Models/SinglePost.cs +++ b/core/Piranha.AspNetCore/Models/SinglePost.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AspNetCore/Models/SinglePostWithComments.cs b/core/Piranha.AspNetCore/Models/SinglePostWithComments.cs index 160f3cec1..e0bcecaee 100644 --- a/core/Piranha.AspNetCore/Models/SinglePostWithComments.cs +++ b/core/Piranha.AspNetCore/Models/SinglePostWithComments.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AspNetCore/Models/SiteDescription.cs b/core/Piranha.AspNetCore/Models/SiteDescription.cs index 9a17ecc70..d9ee7006b 100644 --- a/core/Piranha.AspNetCore/Models/SiteDescription.cs +++ b/core/Piranha.AspNetCore/Models/SiteDescription.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AspNetCore/RoutingOptions.cs b/core/Piranha.AspNetCore/RoutingOptions.cs index 220b2b881..83846c71e 100644 --- a/core/Piranha.AspNetCore/RoutingOptions.cs +++ b/core/Piranha.AspNetCore/RoutingOptions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AspNetCore/Security/SecurityBuilder.cs b/core/Piranha.AspNetCore/Security/SecurityBuilder.cs index d821bb873..2c32b67cd 100644 --- a/core/Piranha.AspNetCore/Security/SecurityBuilder.cs +++ b/core/Piranha.AspNetCore/Security/SecurityBuilder.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AspNetCore/Security/SecurityOptions.cs b/core/Piranha.AspNetCore/Security/SecurityOptions.cs index af2039380..5bbf8cbcc 100644 --- a/core/Piranha.AspNetCore/Security/SecurityOptions.cs +++ b/core/Piranha.AspNetCore/Security/SecurityOptions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AspNetCore/Services/ApplicationService.cs b/core/Piranha.AspNetCore/Services/ApplicationService.cs index 7b55cc63c..abe941143 100644 --- a/core/Piranha.AspNetCore/Services/ApplicationService.cs +++ b/core/Piranha.AspNetCore/Services/ApplicationService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AspNetCore/Services/IApplicationService.cs b/core/Piranha.AspNetCore/Services/IApplicationService.cs index 6231cf457..f90665871 100644 --- a/core/Piranha.AspNetCore/Services/IApplicationService.cs +++ b/core/Piranha.AspNetCore/Services/IApplicationService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AspNetCore/Services/IModelLoader.cs b/core/Piranha.AspNetCore/Services/IModelLoader.cs index 7641b66d4..5e218d1bd 100644 --- a/core/Piranha.AspNetCore/Services/IModelLoader.cs +++ b/core/Piranha.AspNetCore/Services/IModelLoader.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AspNetCore/Services/ModelLoader.cs b/core/Piranha.AspNetCore/Services/ModelLoader.cs index 8fe89043c..60c45e230 100644 --- a/core/Piranha.AspNetCore/Services/ModelLoader.cs +++ b/core/Piranha.AspNetCore/Services/ModelLoader.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AttributeBuilder/ContentTypeAttribute.cs b/core/Piranha.AttributeBuilder/ContentTypeAttribute.cs index 99061bb02..64d70ea71 100644 --- a/core/Piranha.AttributeBuilder/ContentTypeAttribute.cs +++ b/core/Piranha.AttributeBuilder/ContentTypeAttribute.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AttributeBuilder/ContentTypeBaseAttribute.cs b/core/Piranha.AttributeBuilder/ContentTypeBaseAttribute.cs index 841ab954b..c19d5836d 100644 --- a/core/Piranha.AttributeBuilder/ContentTypeBaseAttribute.cs +++ b/core/Piranha.AttributeBuilder/ContentTypeBaseAttribute.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AttributeBuilder/ContentTypeBuilder.cs b/core/Piranha.AttributeBuilder/ContentTypeBuilder.cs index 081a20553..de3ce8146 100644 --- a/core/Piranha.AttributeBuilder/ContentTypeBuilder.cs +++ b/core/Piranha.AttributeBuilder/ContentTypeBuilder.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * @@ -644,7 +644,7 @@ private IList GetRegions(Type type) regionType.Fields.Add(fieldType.Item2); // Then add the unsorted fields foreach (var fieldType in sortedFields.Where(t => !t.Item1.HasValue)) - regionType.Fields.Add(fieldType.Item2); + regionType.Fields.Add(fieldType.Item2); // Skip regions without fields. if (regionType.Fields.Count == 0) diff --git a/core/Piranha.AttributeBuilder/ContentTypeEditorAttribute.cs b/core/Piranha.AttributeBuilder/ContentTypeEditorAttribute.cs index f26f947de..f8fc02b34 100644 --- a/core/Piranha.AttributeBuilder/ContentTypeEditorAttribute.cs +++ b/core/Piranha.AttributeBuilder/ContentTypeEditorAttribute.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AttributeBuilder/ContentTypeRouteAttribute.cs b/core/Piranha.AttributeBuilder/ContentTypeRouteAttribute.cs index 4638503fe..6ba31f936 100644 --- a/core/Piranha.AttributeBuilder/ContentTypeRouteAttribute.cs +++ b/core/Piranha.AttributeBuilder/ContentTypeRouteAttribute.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AttributeBuilder/PageTypeArchiveItemAttribute.cs b/core/Piranha.AttributeBuilder/PageTypeArchiveItemAttribute.cs index 45a48e76c..0b2070307 100644 --- a/core/Piranha.AttributeBuilder/PageTypeArchiveItemAttribute.cs +++ b/core/Piranha.AttributeBuilder/PageTypeArchiveItemAttribute.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AttributeBuilder/PageTypeAttribute.cs b/core/Piranha.AttributeBuilder/PageTypeAttribute.cs index 8396e87c9..b22745216 100644 --- a/core/Piranha.AttributeBuilder/PageTypeAttribute.cs +++ b/core/Piranha.AttributeBuilder/PageTypeAttribute.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AttributeBuilder/PostTypeAttribute.cs b/core/Piranha.AttributeBuilder/PostTypeAttribute.cs index 0f71391a7..199bc49d8 100644 --- a/core/Piranha.AttributeBuilder/PostTypeAttribute.cs +++ b/core/Piranha.AttributeBuilder/PostTypeAttribute.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.AttributeBuilder/SiteTypeAttribute.cs b/core/Piranha.AttributeBuilder/SiteTypeAttribute.cs index e18bfd831..98116542d 100644 --- a/core/Piranha.AttributeBuilder/SiteTypeAttribute.cs +++ b/core/Piranha.AttributeBuilder/SiteTypeAttribute.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Azure.BlobStorage/BlobStorage.cs b/core/Piranha.Azure.BlobStorage/BlobStorage.cs index 80e149de4..6cf419353 100644 --- a/core/Piranha.Azure.BlobStorage/BlobStorage.cs +++ b/core/Piranha.Azure.BlobStorage/BlobStorage.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * @@ -77,7 +77,7 @@ public Task OpenAsync() /// The public url public string GetPublicUrl(Media media, string id) { - return media == null || string.IsNullOrWhiteSpace(id) ? null : + return media == null || string.IsNullOrWhiteSpace(id) ? null : $"{ _blobContainerClient.Uri.AbsoluteUri }/{ GetResourceName(media, id, true) }"; } @@ -101,8 +101,8 @@ public string GetResourceName(Media media, string filename) /// The public url public string GetResourceName(Media media, string filename, bool encode) { - return _naming == BlobStorageNaming.UniqueFileNames ? - $"{ media.Id }-{ (encode ? System.Web.HttpUtility.UrlPathEncode(filename) : filename) }" : + return _naming == BlobStorageNaming.UniqueFileNames ? + $"{ media.Id }-{ (encode ? System.Web.HttpUtility.UrlPathEncode(filename) : filename) }" : $"{ media.Id }/{ (encode ? System.Web.HttpUtility.UrlPathEncode(filename) : filename) }"; } diff --git a/core/Piranha.Azure.BlobStorage/BlobStorageModule.cs b/core/Piranha.Azure.BlobStorage/BlobStorageModule.cs index b3a9546da..6e0bb5bae 100644 --- a/core/Piranha.Azure.BlobStorage/BlobStorageModule.cs +++ b/core/Piranha.Azure.BlobStorage/BlobStorageModule.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Azure.BlobStorage/BlobStorageNaming.cs b/core/Piranha.Azure.BlobStorage/BlobStorageNaming.cs index d17adc0da..165b2650d 100644 --- a/core/Piranha.Azure.BlobStorage/BlobStorageNaming.cs +++ b/core/Piranha.Azure.BlobStorage/BlobStorageNaming.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Azure.BlobStorage/Extensions/BlobStorageExtensions.cs b/core/Piranha.Azure.BlobStorage/Extensions/BlobStorageExtensions.cs index 0621ce092..8f052af6c 100644 --- a/core/Piranha.Azure.BlobStorage/Extensions/BlobStorageExtensions.cs +++ b/core/Piranha.Azure.BlobStorage/Extensions/BlobStorageExtensions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * @@ -22,7 +22,7 @@ public static class BlobStorageExtensions /// The service builder /// The token credential used to sign requests. /// - /// A referencing the blob service. + /// A referencing the blob service. /// This is likely to be similar to "https://{account_name}.blob.core.windows.net". /// /// How uploaded media files should be named @@ -39,7 +39,7 @@ public static PiranhaServiceBuilder UseBlobStorage( return serviceBuilder; } - + /// /// Adds the Azure BlobStorage module. /// diff --git a/core/Piranha.Azure.BlobStorage/Extensions/SystemExtensions.cs b/core/Piranha.Azure.BlobStorage/Extensions/SystemExtensions.cs index ad169c957..2c70deec0 100644 --- a/core/Piranha.Azure.BlobStorage/Extensions/SystemExtensions.cs +++ b/core/Piranha.Azure.BlobStorage/Extensions/SystemExtensions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Azure.Search/Content.cs b/core/Piranha.Azure.Search/Content.cs index f43aafa33..6d7ba6a05 100644 --- a/core/Piranha.Azure.Search/Content.cs +++ b/core/Piranha.Azure.Search/Content.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Azure.Search/Module.cs b/core/Piranha.Azure.Search/Module.cs index f96055f14..0092daa91 100644 --- a/core/Piranha.Azure.Search/Module.cs +++ b/core/Piranha.Azure.Search/Module.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Azure.Search/PiranhaSearchExtensions.cs b/core/Piranha.Azure.Search/PiranhaSearchExtensions.cs index 18e9a229d..fe0588a10 100644 --- a/core/Piranha.Azure.Search/PiranhaSearchExtensions.cs +++ b/core/Piranha.Azure.Search/PiranhaSearchExtensions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Azure.Search/Services/AzureSearchService.cs b/core/Piranha.Azure.Search/Services/AzureSearchService.cs index 4c06daeca..c8d65d3e9 100644 --- a/core/Piranha.Azure.Search/Services/AzureSearchService.cs +++ b/core/Piranha.Azure.Search/Services/AzureSearchService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * @@ -49,7 +49,7 @@ public void CreateIndexes() { using (var client = CreateClient()) { - var contentIndex = new Index() + var contentIndex = new Microsoft.Azure.Search.Models.Index() { Name = "content", Fields = FieldBuilder.BuildForType() diff --git a/core/Piranha.ImageSharp/Extensions/ImageSharpExtensions.cs b/core/Piranha.ImageSharp/Extensions/ImageSharpExtensions.cs index 5586d9b2b..6f4412273 100644 --- a/core/Piranha.ImageSharp/Extensions/ImageSharpExtensions.cs +++ b/core/Piranha.ImageSharp/Extensions/ImageSharpExtensions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.ImageSharp/ImageSharpProcessor.cs b/core/Piranha.ImageSharp/ImageSharpProcessor.cs index d3312c650..83e9995a9 100644 --- a/core/Piranha.ImageSharp/ImageSharpProcessor.cs +++ b/core/Piranha.ImageSharp/ImageSharpProcessor.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Local.FileStorage/Extensions/FileStorageExtensions.cs b/core/Piranha.Local.FileStorage/Extensions/FileStorageExtensions.cs index ad1a575bc..ce228aa99 100644 --- a/core/Piranha.Local.FileStorage/Extensions/FileStorageExtensions.cs +++ b/core/Piranha.Local.FileStorage/Extensions/FileStorageExtensions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Local.FileStorage/Extensions/FileStorageStartupExtensions.cs b/core/Piranha.Local.FileStorage/Extensions/FileStorageStartupExtensions.cs index dd37bddc5..a5d87328e 100644 --- a/core/Piranha.Local.FileStorage/Extensions/FileStorageStartupExtensions.cs +++ b/core/Piranha.Local.FileStorage/Extensions/FileStorageStartupExtensions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Local.FileStorage/FileStorage.cs b/core/Piranha.Local.FileStorage/FileStorage.cs index be7d25a6f..8c7c11866 100644 --- a/core/Piranha.Local.FileStorage/FileStorage.cs +++ b/core/Piranha.Local.FileStorage/FileStorage.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Local.FileStorage/FileStorageModule.cs b/core/Piranha.Local.FileStorage/FileStorageModule.cs index b00ed3e66..d967deacf 100644 --- a/core/Piranha.Local.FileStorage/FileStorageModule.cs +++ b/core/Piranha.Local.FileStorage/FileStorageModule.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Local.FileStorage/FileStorageNaming.cs b/core/Piranha.Local.FileStorage/FileStorageNaming.cs index a79cc426d..58c71d33c 100644 --- a/core/Piranha.Local.FileStorage/FileStorageNaming.cs +++ b/core/Piranha.Local.FileStorage/FileStorageNaming.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Local.FileStorage/FileStorageSession.cs b/core/Piranha.Local.FileStorage/FileStorageSession.cs index 2f8a718a6..ec10cce4a 100644 --- a/core/Piranha.Local.FileStorage/FileStorageSession.cs +++ b/core/Piranha.Local.FileStorage/FileStorageSession.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager.LocalAuth/Areas/Manager/Pages/Login.cshtml.cs b/core/Piranha.Manager.LocalAuth/Areas/Manager/Pages/Login.cshtml.cs index d4779cc85..0450264f1 100644 --- a/core/Piranha.Manager.LocalAuth/Areas/Manager/Pages/Login.cshtml.cs +++ b/core/Piranha.Manager.LocalAuth/Areas/Manager/Pages/Login.cshtml.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager.LocalAuth/Areas/Manager/Pages/Logout.cshtml.cs b/core/Piranha.Manager.LocalAuth/Areas/Manager/Pages/Logout.cshtml.cs index 4dbb92917..7b860ed1e 100644 --- a/core/Piranha.Manager.LocalAuth/Areas/Manager/Pages/Logout.cshtml.cs +++ b/core/Piranha.Manager.LocalAuth/Areas/Manager/Pages/Logout.cshtml.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager.LocalAuth/ISecurity.cs b/core/Piranha.Manager.LocalAuth/ISecurity.cs index a5fd9a766..3cb142889 100644 --- a/core/Piranha.Manager.LocalAuth/ISecurity.cs +++ b/core/Piranha.Manager.LocalAuth/ISecurity.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager.Localization/Alias.cs b/core/Piranha.Manager.Localization/Alias.cs index 9d17cb631..d8e9c2839 100644 --- a/core/Piranha.Manager.Localization/Alias.cs +++ b/core/Piranha.Manager.Localization/Alias.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager.Localization/Comment.cs b/core/Piranha.Manager.Localization/Comment.cs index 0fd6a762e..be08a53a2 100644 --- a/core/Piranha.Manager.Localization/Comment.cs +++ b/core/Piranha.Manager.Localization/Comment.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager.Localization/Config.cs b/core/Piranha.Manager.Localization/Config.cs index f9a0d83d5..d4cd09bb4 100644 --- a/core/Piranha.Manager.Localization/Config.cs +++ b/core/Piranha.Manager.Localization/Config.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager.Localization/Content.cs b/core/Piranha.Manager.Localization/Content.cs index 1dafc54ee..9e117dddc 100644 --- a/core/Piranha.Manager.Localization/Content.cs +++ b/core/Piranha.Manager.Localization/Content.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager.Localization/General.cs b/core/Piranha.Manager.Localization/General.cs index 56c342e22..ba767eaf5 100644 --- a/core/Piranha.Manager.Localization/General.cs +++ b/core/Piranha.Manager.Localization/General.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager.Localization/Language.cs b/core/Piranha.Manager.Localization/Language.cs index 90768b692..6d5b8a668 100644 --- a/core/Piranha.Manager.Localization/Language.cs +++ b/core/Piranha.Manager.Localization/Language.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager.Localization/ManagerLocalizer.cs b/core/Piranha.Manager.Localization/ManagerLocalizer.cs index d563f1fff..5792898e7 100644 --- a/core/Piranha.Manager.Localization/ManagerLocalizer.cs +++ b/core/Piranha.Manager.Localization/ManagerLocalizer.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager.Localization/Media.cs b/core/Piranha.Manager.Localization/Media.cs index b26d5eb72..77749b12f 100644 --- a/core/Piranha.Manager.Localization/Media.cs +++ b/core/Piranha.Manager.Localization/Media.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager.Localization/Menu.cs b/core/Piranha.Manager.Localization/Menu.cs index a2f686694..3ff282ecf 100644 --- a/core/Piranha.Manager.Localization/Menu.cs +++ b/core/Piranha.Manager.Localization/Menu.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager.Localization/Module.cs b/core/Piranha.Manager.Localization/Module.cs index e9cfea205..9a9c88c8e 100644 --- a/core/Piranha.Manager.Localization/Module.cs +++ b/core/Piranha.Manager.Localization/Module.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager.Localization/Page.cs b/core/Piranha.Manager.Localization/Page.cs index 4657e9187..df1ab1026 100644 --- a/core/Piranha.Manager.Localization/Page.cs +++ b/core/Piranha.Manager.Localization/Page.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager.Localization/Piranha.Manager.Localization.csproj b/core/Piranha.Manager.Localization/Piranha.Manager.Localization.csproj index a6a027e82..e8d4d7f8d 100644 --- a/core/Piranha.Manager.Localization/Piranha.Manager.Localization.csproj +++ b/core/Piranha.Manager.Localization/Piranha.Manager.Localization.csproj @@ -1,7 +1,7 @@ - netstandard2.0 + net6.0 $(NoWarn);1591 Localization for the Piranha CMS manager panel diff --git a/core/Piranha.Manager.Localization/Post.cs b/core/Piranha.Manager.Localization/Post.cs index 333f6ab31..e737b4973 100644 --- a/core/Piranha.Manager.Localization/Post.cs +++ b/core/Piranha.Manager.Localization/Post.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager.Localization/Security.cs b/core/Piranha.Manager.Localization/Security.cs index fd7867ba5..3f790cc85 100644 --- a/core/Piranha.Manager.Localization/Security.cs +++ b/core/Piranha.Manager.Localization/Security.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager.Localization/Site.cs b/core/Piranha.Manager.Localization/Site.cs index ca72c3d69..72bdfc088 100644 --- a/core/Piranha.Manager.Localization/Site.cs +++ b/core/Piranha.Manager.Localization/Site.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager.Summernote/Module.cs b/core/Piranha.Manager.Summernote/Module.cs index 78cae2f6c..7664125e3 100644 --- a/core/Piranha.Manager.Summernote/Module.cs +++ b/core/Piranha.Manager.Summernote/Module.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager.Summernote/SummernoteExtensions.cs b/core/Piranha.Manager.Summernote/SummernoteExtensions.cs index c10984261..f661c0819 100644 --- a/core/Piranha.Manager.Summernote/SummernoteExtensions.cs +++ b/core/Piranha.Manager.Summernote/SummernoteExtensions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager.Summernote/SummernoteStartupExtensions.cs b/core/Piranha.Manager.Summernote/SummernoteStartupExtensions.cs index a088d935a..a29f7e942 100644 --- a/core/Piranha.Manager.Summernote/SummernoteStartupExtensions.cs +++ b/core/Piranha.Manager.Summernote/SummernoteStartupExtensions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager.Summernote/gulpfile.js b/core/Piranha.Manager.Summernote/gulpfile.js index 8ef324177..5941deee8 100644 --- a/core/Piranha.Manager.Summernote/gulpfile.js +++ b/core/Piranha.Manager.Summernote/gulpfile.js @@ -3,7 +3,7 @@ * Copyright (c) 2019 HÃ¥kan Edling * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager.TinyMCE/Module.cs b/core/Piranha.Manager.TinyMCE/Module.cs index 44edbde4c..999584fb8 100644 --- a/core/Piranha.Manager.TinyMCE/Module.cs +++ b/core/Piranha.Manager.TinyMCE/Module.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager.TinyMCE/TinyMCEExtensions.cs b/core/Piranha.Manager.TinyMCE/TinyMCEExtensions.cs index d49022c18..0014461eb 100644 --- a/core/Piranha.Manager.TinyMCE/TinyMCEExtensions.cs +++ b/core/Piranha.Manager.TinyMCE/TinyMCEExtensions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager.TinyMCE/TinyMCEStartupExtensions.cs b/core/Piranha.Manager.TinyMCE/TinyMCEStartupExtensions.cs index fa888c8c0..358f5f572 100644 --- a/core/Piranha.Manager.TinyMCE/TinyMCEStartupExtensions.cs +++ b/core/Piranha.Manager.TinyMCE/TinyMCEStartupExtensions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager.TinyMCE/assets/tinymce/plugins/piranhaimage/plugin.min.js b/core/Piranha.Manager.TinyMCE/assets/tinymce/plugins/piranhaimage/plugin.min.js index 2d15d5141..2a29b49b5 100644 --- a/core/Piranha.Manager.TinyMCE/assets/tinymce/plugins/piranhaimage/plugin.min.js +++ b/core/Piranha.Manager.TinyMCE/assets/tinymce/plugins/piranhaimage/plugin.min.js @@ -2,7 +2,7 @@ // Copyright (c) 2013-2019 HÃ¥kan Edling // // This software may be modified and distributed under the terms -// of the MIT license. See the LICENSE file for details. +// of the MIT license. See the LICENSE file for details. // // http://github.com/piranhacms/piranha.core // diff --git a/core/Piranha.Manager.TinyMCE/assets/tinymce/plugins/piranhalink/plugin.min.js b/core/Piranha.Manager.TinyMCE/assets/tinymce/plugins/piranhalink/plugin.min.js index f461b974d..1887f6c33 100644 --- a/core/Piranha.Manager.TinyMCE/assets/tinymce/plugins/piranhalink/plugin.min.js +++ b/core/Piranha.Manager.TinyMCE/assets/tinymce/plugins/piranhalink/plugin.min.js @@ -2,7 +2,7 @@ // Copyright (c) 2018-2019 HÃ¥kan Edling // // This software may be modified and distributed under the terms -// of the MIT license. See the LICENSE file for details. +// of the MIT license. See the LICENSE file for details. // // http://github.com/piranhacms/piranha.core // diff --git a/core/Piranha.Manager/Actions.cs b/core/Piranha.Manager/Actions.cs index a90cf8e16..9af613f4c 100644 --- a/core/Piranha.Manager/Actions.cs +++ b/core/Piranha.Manager/Actions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Areas/Manager/Pages/AliasEdit.cshtml.cs b/core/Piranha.Manager/Areas/Manager/Pages/AliasEdit.cshtml.cs index cc192294d..79d9e35f0 100644 --- a/core/Piranha.Manager/Areas/Manager/Pages/AliasEdit.cshtml.cs +++ b/core/Piranha.Manager/Areas/Manager/Pages/AliasEdit.cshtml.cs @@ -2,7 +2,7 @@ * Copyright (c) 2019 HÃ¥kan Edling * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Areas/Manager/Pages/CommentList.cshtml.cs b/core/Piranha.Manager/Areas/Manager/Pages/CommentList.cshtml.cs index 3a21466af..38c47d9be 100644 --- a/core/Piranha.Manager/Areas/Manager/Pages/CommentList.cshtml.cs +++ b/core/Piranha.Manager/Areas/Manager/Pages/CommentList.cshtml.cs @@ -2,7 +2,7 @@ * Copyright (c) 2020 HÃ¥kan Edling * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Areas/Manager/Pages/ConfigEdit.cshtml.cs b/core/Piranha.Manager/Areas/Manager/Pages/ConfigEdit.cshtml.cs index c2c3d5ced..30249a688 100644 --- a/core/Piranha.Manager/Areas/Manager/Pages/ConfigEdit.cshtml.cs +++ b/core/Piranha.Manager/Areas/Manager/Pages/ConfigEdit.cshtml.cs @@ -2,7 +2,7 @@ * Copyright (c) 2019 HÃ¥kan Edling * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Areas/Manager/Pages/ContentEdit.cshtml.cs b/core/Piranha.Manager/Areas/Manager/Pages/ContentEdit.cshtml.cs index ab41bdccb..b9b23b5dd 100644 --- a/core/Piranha.Manager/Areas/Manager/Pages/ContentEdit.cshtml.cs +++ b/core/Piranha.Manager/Areas/Manager/Pages/ContentEdit.cshtml.cs @@ -2,7 +2,7 @@ * Copyright (c) 2019 HÃ¥kan Edling * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Areas/Manager/Pages/ContentList.cshtml.cs b/core/Piranha.Manager/Areas/Manager/Pages/ContentList.cshtml.cs index 3282a298c..a20cd738a 100644 --- a/core/Piranha.Manager/Areas/Manager/Pages/ContentList.cshtml.cs +++ b/core/Piranha.Manager/Areas/Manager/Pages/ContentList.cshtml.cs @@ -2,7 +2,7 @@ * Copyright (c) 2019 HÃ¥kan Edling * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Areas/Manager/Pages/Index.cshtml.cs b/core/Piranha.Manager/Areas/Manager/Pages/Index.cshtml.cs index c75d17fa6..28f36e814 100644 --- a/core/Piranha.Manager/Areas/Manager/Pages/Index.cshtml.cs +++ b/core/Piranha.Manager/Areas/Manager/Pages/Index.cshtml.cs @@ -2,7 +2,7 @@ * Copyright (c) 2019 HÃ¥kan Edling * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Areas/Manager/Pages/MediaList.cshtml.cs b/core/Piranha.Manager/Areas/Manager/Pages/MediaList.cshtml.cs index 1cefae9ba..d320fa902 100644 --- a/core/Piranha.Manager/Areas/Manager/Pages/MediaList.cshtml.cs +++ b/core/Piranha.Manager/Areas/Manager/Pages/MediaList.cshtml.cs @@ -2,7 +2,7 @@ * Copyright (c) 2019 HÃ¥kan Edling * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Areas/Manager/Pages/ModuleList.cshtml.cs b/core/Piranha.Manager/Areas/Manager/Pages/ModuleList.cshtml.cs index d3a57c97a..0b34324c9 100644 --- a/core/Piranha.Manager/Areas/Manager/Pages/ModuleList.cshtml.cs +++ b/core/Piranha.Manager/Areas/Manager/Pages/ModuleList.cshtml.cs @@ -2,7 +2,7 @@ * Copyright (c) 2019 HÃ¥kan Edling * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Areas/Manager/Pages/PageEdit.cshtml.cs b/core/Piranha.Manager/Areas/Manager/Pages/PageEdit.cshtml.cs index 657005a8f..dfe0f3559 100644 --- a/core/Piranha.Manager/Areas/Manager/Pages/PageEdit.cshtml.cs +++ b/core/Piranha.Manager/Areas/Manager/Pages/PageEdit.cshtml.cs @@ -2,7 +2,7 @@ * Copyright (c) 2019 HÃ¥kan Edling * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Areas/Manager/Pages/PageList.cshtml.cs b/core/Piranha.Manager/Areas/Manager/Pages/PageList.cshtml.cs index 51199bd7d..2186dcd69 100644 --- a/core/Piranha.Manager/Areas/Manager/Pages/PageList.cshtml.cs +++ b/core/Piranha.Manager/Areas/Manager/Pages/PageList.cshtml.cs @@ -2,7 +2,7 @@ * Copyright (c) 2019 HÃ¥kan Edling * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Areas/Manager/Pages/PagePreview.cshtml.cs b/core/Piranha.Manager/Areas/Manager/Pages/PagePreview.cshtml.cs index dd31fa4dd..6fd211325 100644 --- a/core/Piranha.Manager/Areas/Manager/Pages/PagePreview.cshtml.cs +++ b/core/Piranha.Manager/Areas/Manager/Pages/PagePreview.cshtml.cs @@ -2,7 +2,7 @@ * Copyright (c) 2019 HÃ¥kan Edling * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Areas/Manager/Pages/PostEdit.cshtml.cs b/core/Piranha.Manager/Areas/Manager/Pages/PostEdit.cshtml.cs index 04ac74e2d..7efe96b79 100644 --- a/core/Piranha.Manager/Areas/Manager/Pages/PostEdit.cshtml.cs +++ b/core/Piranha.Manager/Areas/Manager/Pages/PostEdit.cshtml.cs @@ -2,7 +2,7 @@ * Copyright (c) 2019 HÃ¥kan Edling * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Areas/Manager/Pages/PostPreview.cshtml.cs b/core/Piranha.Manager/Areas/Manager/Pages/PostPreview.cshtml.cs index af57426aa..2831b22b6 100644 --- a/core/Piranha.Manager/Areas/Manager/Pages/PostPreview.cshtml.cs +++ b/core/Piranha.Manager/Areas/Manager/Pages/PostPreview.cshtml.cs @@ -2,7 +2,7 @@ * Copyright (c) 2019 HÃ¥kan Edling * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Controllers/AliasApiController.cs b/core/Piranha.Manager/Controllers/AliasApiController.cs index d968503ee..d4b4e2d0b 100644 --- a/core/Piranha.Manager/Controllers/AliasApiController.cs +++ b/core/Piranha.Manager/Controllers/AliasApiController.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Controllers/AuthController.cs b/core/Piranha.Manager/Controllers/AuthController.cs index 6f8e7f0cc..44fa412d9 100644 --- a/core/Piranha.Manager/Controllers/AuthController.cs +++ b/core/Piranha.Manager/Controllers/AuthController.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Controllers/CommentApiController.cs b/core/Piranha.Manager/Controllers/CommentApiController.cs index 139cc9c1a..330b8461b 100644 --- a/core/Piranha.Manager/Controllers/CommentApiController.cs +++ b/core/Piranha.Manager/Controllers/CommentApiController.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Controllers/ConfigApiController.cs b/core/Piranha.Manager/Controllers/ConfigApiController.cs index f589bdfc9..c286c389f 100644 --- a/core/Piranha.Manager/Controllers/ConfigApiController.cs +++ b/core/Piranha.Manager/Controllers/ConfigApiController.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Controllers/ContentApiController.cs b/core/Piranha.Manager/Controllers/ContentApiController.cs index 23c56d282..d44ae660b 100644 --- a/core/Piranha.Manager/Controllers/ContentApiController.cs +++ b/core/Piranha.Manager/Controllers/ContentApiController.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Controllers/LanguageApiController.cs b/core/Piranha.Manager/Controllers/LanguageApiController.cs index f44a35988..fdeeafd31 100644 --- a/core/Piranha.Manager/Controllers/LanguageApiController.cs +++ b/core/Piranha.Manager/Controllers/LanguageApiController.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * @@ -58,7 +58,7 @@ public async Task Get() [HttpPost] public async Task Save(LanguageEditModel model) { - try + try { var result = await _service.Save(model); @@ -68,7 +68,7 @@ public async Task Save(LanguageEditModel model) Body = _localizer.Language["The language was successfully saved"] }; - return Ok(result); + return Ok(result); } catch (Exception e) { @@ -77,8 +77,8 @@ public async Task Save(LanguageEditModel model) { Type = StatusMessage.Error, Body = e.Message - }; - return BadRequest(result); + }; + return BadRequest(result); } } @@ -90,7 +90,7 @@ public async Task Save(LanguageEditModel model) [HttpDelete] public async Task Delete(Guid id) { - try + try { var result = await _service.Delete(id); @@ -100,7 +100,7 @@ public async Task Delete(Guid id) Body = _localizer.Language["The language was successfully deleted"] }; - return Ok(result); + return Ok(result); } catch (Exception e) { @@ -109,8 +109,8 @@ public async Task Delete(Guid id) { Type = StatusMessage.Error, Body = e.Message - }; - return BadRequest(result); + }; + return BadRequest(result); } } } diff --git a/core/Piranha.Manager/Controllers/ManagerController.cs b/core/Piranha.Manager/Controllers/ManagerController.cs index 4dab414e2..8cdfcb9e3 100644 --- a/core/Piranha.Manager/Controllers/ManagerController.cs +++ b/core/Piranha.Manager/Controllers/ManagerController.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Controllers/MediaApiController.cs b/core/Piranha.Manager/Controllers/MediaApiController.cs index 7ea9745b7..b9e466acf 100644 --- a/core/Piranha.Manager/Controllers/MediaApiController.cs +++ b/core/Piranha.Manager/Controllers/MediaApiController.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * @@ -245,7 +245,7 @@ public async Task Upload([FromForm] MediaUploadModel model) [Consumes("application/json")] [Authorize(Policy = Permission.MediaEdit)] public async Task Move([FromBody] IEnumerable items, Guid? folderId) - { + { try { var moved = 0; diff --git a/core/Piranha.Manager/Controllers/ModuleApiController.cs b/core/Piranha.Manager/Controllers/ModuleApiController.cs index 813e4d869..99a5a5a2d 100644 --- a/core/Piranha.Manager/Controllers/ModuleApiController.cs +++ b/core/Piranha.Manager/Controllers/ModuleApiController.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Controllers/PageApiController.cs b/core/Piranha.Manager/Controllers/PageApiController.cs index 41b15d9b1..2789fd10b 100644 --- a/core/Piranha.Manager/Controllers/PageApiController.cs +++ b/core/Piranha.Manager/Controllers/PageApiController.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Controllers/PermissionApiController.cs b/core/Piranha.Manager/Controllers/PermissionApiController.cs index 2778c599d..7e0905c51 100644 --- a/core/Piranha.Manager/Controllers/PermissionApiController.cs +++ b/core/Piranha.Manager/Controllers/PermissionApiController.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Controllers/PostApiController.cs b/core/Piranha.Manager/Controllers/PostApiController.cs index 19122cd4e..700684d0f 100644 --- a/core/Piranha.Manager/Controllers/PostApiController.cs +++ b/core/Piranha.Manager/Controllers/PostApiController.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Controllers/SiteApiController.cs b/core/Piranha.Manager/Controllers/SiteApiController.cs index 26103fbba..9206e3c84 100644 --- a/core/Piranha.Manager/Controllers/SiteApiController.cs +++ b/core/Piranha.Manager/Controllers/SiteApiController.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Editor/EditorConfig.cs b/core/Piranha.Manager/Editor/EditorConfig.cs index fc8fe7b80..e53266412 100644 --- a/core/Piranha.Manager/Editor/EditorConfig.cs +++ b/core/Piranha.Manager/Editor/EditorConfig.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Editor/EditorScripts.cs b/core/Piranha.Manager/Editor/EditorScripts.cs index 1616ebdf5..080b59ec0 100644 --- a/core/Piranha.Manager/Editor/EditorScripts.cs +++ b/core/Piranha.Manager/Editor/EditorScripts.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Editor/EditorStyle.cs b/core/Piranha.Manager/Editor/EditorStyle.cs index 2a2a304a2..3d980508c 100644 --- a/core/Piranha.Manager/Editor/EditorStyle.cs +++ b/core/Piranha.Manager/Editor/EditorStyle.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Editor/EditorStyleType.cs b/core/Piranha.Manager/Editor/EditorStyleType.cs index 127b697ab..4b54371ea 100644 --- a/core/Piranha.Manager/Editor/EditorStyleType.cs +++ b/core/Piranha.Manager/Editor/EditorStyleType.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Extend/ActionList.cs b/core/Piranha.Manager/Extend/ActionList.cs index a80ac11ce..91926f0cc 100644 --- a/core/Piranha.Manager/Extend/ActionList.cs +++ b/core/Piranha.Manager/Extend/ActionList.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Extend/IAction.cs b/core/Piranha.Manager/Extend/IAction.cs index 4279132b7..fdbe983c3 100644 --- a/core/Piranha.Manager/Extend/IAction.cs +++ b/core/Piranha.Manager/Extend/IAction.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Extend/ModalAction.cs b/core/Piranha.Manager/Extend/ModalAction.cs index a17dad080..695a91448 100644 --- a/core/Piranha.Manager/Extend/ModalAction.cs +++ b/core/Piranha.Manager/Extend/ModalAction.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Extend/ToolbarAction.cs b/core/Piranha.Manager/Extend/ToolbarAction.cs index 89eeae922..2af593c7d 100644 --- a/core/Piranha.Manager/Extend/ToolbarAction.cs +++ b/core/Piranha.Manager/Extend/ToolbarAction.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Extensions/ManagerExtensions.cs b/core/Piranha.Manager/Extensions/ManagerExtensions.cs index cd6f9b469..8af28ef85 100644 --- a/core/Piranha.Manager/Extensions/ManagerExtensions.cs +++ b/core/Piranha.Manager/Extensions/ManagerExtensions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Extensions/ManagerStartupExtensions.cs b/core/Piranha.Manager/Extensions/ManagerStartupExtensions.cs index c23e9a61e..a0c8043ac 100644 --- a/core/Piranha.Manager/Extensions/ManagerStartupExtensions.cs +++ b/core/Piranha.Manager/Extensions/ManagerStartupExtensions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * @@ -45,16 +45,16 @@ public static PiranhaServiceBuilder UseManager(this PiranhaServiceBuilder servic .AddPiranhaManagerOptions(jsonOptions); serviceBuilder.Services.AddAntiforgery(o => { - o.HeaderName = managerOptions.XsrfHeaderName; + o.HeaderName = managerOptions.XsrfHeaderName; }); // Add options - serviceBuilder.Services.Configure(o => + serviceBuilder.Services.Configure(o => { o.JsonOptions = managerOptions.JsonOptions; o.XsrfCookieName = managerOptions.XsrfCookieName; o.XsrfHeaderName = managerOptions.XsrfHeaderName; - }); + }); return serviceBuilder; } diff --git a/core/Piranha.Manager/Extensions/RoutedContentExtensions.cs b/core/Piranha.Manager/Extensions/RoutedContentExtensions.cs index f3cbd9538..491e49032 100644 --- a/core/Piranha.Manager/Extensions/RoutedContentExtensions.cs +++ b/core/Piranha.Manager/Extensions/RoutedContentExtensions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Hubs/PreviewHub.cs b/core/Piranha.Manager/Hubs/PreviewHub.cs index c7b9fe357..68d1e1ebf 100644 --- a/core/Piranha.Manager/Hubs/PreviewHub.cs +++ b/core/Piranha.Manager/Hubs/PreviewHub.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/ManagerOptions.cs b/core/Piranha.Manager/ManagerOptions.cs index b5b93299b..c39a4349e 100644 --- a/core/Piranha.Manager/ManagerOptions.cs +++ b/core/Piranha.Manager/ManagerOptions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * @@ -23,7 +23,7 @@ public sealed class ManagerOptions /// /// Gets/sets the name of the header the manager will use to send back the - /// anti forgery information to the API. The default is "X-XSRF-TOKEN". + /// anti forgery information to the API. The default is "X-XSRF-TOKEN". /// public string XsrfHeaderName { get; set; } = "X-XSRF-TOKEN"; diff --git a/core/Piranha.Manager/ManagerScriptDefinition.cs b/core/Piranha.Manager/ManagerScriptDefinition.cs index 8be17efb0..c0389874b 100644 --- a/core/Piranha.Manager/ManagerScriptDefinition.cs +++ b/core/Piranha.Manager/ManagerScriptDefinition.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Menu.cs b/core/Piranha.Manager/Menu.cs index 9635026f3..d890ce6bc 100644 --- a/core/Piranha.Manager/Menu.cs +++ b/core/Piranha.Manager/Menu.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/MenuExtensions.cs b/core/Piranha.Manager/MenuExtensions.cs index 1b56c2853..fb6750f45 100644 --- a/core/Piranha.Manager/MenuExtensions.cs +++ b/core/Piranha.Manager/MenuExtensions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/MenuItem.cs b/core/Piranha.Manager/MenuItem.cs index e0816e43f..53fafc71a 100644 --- a/core/Piranha.Manager/MenuItem.cs +++ b/core/Piranha.Manager/MenuItem.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/MenuItemList.cs b/core/Piranha.Manager/MenuItemList.cs index bbd9d2865..b9ae6137f 100644 --- a/core/Piranha.Manager/MenuItemList.cs +++ b/core/Piranha.Manager/MenuItemList.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/AliasListModel.cs b/core/Piranha.Manager/Models/AliasListModel.cs index 0c091cbd7..85215ed1d 100644 --- a/core/Piranha.Manager/Models/AliasListModel.cs +++ b/core/Piranha.Manager/Models/AliasListModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/AsyncResult.cs b/core/Piranha.Manager/Models/AsyncResult.cs index 861e947f5..847ab8dee 100644 --- a/core/Piranha.Manager/Models/AsyncResult.cs +++ b/core/Piranha.Manager/Models/AsyncResult.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/BlockListModel.cs b/core/Piranha.Manager/Models/BlockListModel.cs index 5a22f424f..b6ab0fec5 100644 --- a/core/Piranha.Manager/Models/BlockListModel.cs +++ b/core/Piranha.Manager/Models/BlockListModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/CommentListModel.cs b/core/Piranha.Manager/Models/CommentListModel.cs index 88d8ca25a..ce65175d1 100644 --- a/core/Piranha.Manager/Models/CommentListModel.cs +++ b/core/Piranha.Manager/Models/CommentListModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/ConfigModel.cs b/core/Piranha.Manager/Models/ConfigModel.cs index 63df403c9..20cce750b 100644 --- a/core/Piranha.Manager/Models/ConfigModel.cs +++ b/core/Piranha.Manager/Models/ConfigModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/Content/BlockGenericModel.cs b/core/Piranha.Manager/Models/Content/BlockGenericModel.cs index 428e6bdca..528283125 100644 --- a/core/Piranha.Manager/Models/Content/BlockGenericModel.cs +++ b/core/Piranha.Manager/Models/Content/BlockGenericModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/Content/BlockGroupModel.cs b/core/Piranha.Manager/Models/Content/BlockGroupModel.cs index da769a712..8969c8d0b 100644 --- a/core/Piranha.Manager/Models/Content/BlockGroupModel.cs +++ b/core/Piranha.Manager/Models/Content/BlockGroupModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/Content/BlockItemModel.cs b/core/Piranha.Manager/Models/Content/BlockItemModel.cs index cb713c355..34b6d1b0e 100644 --- a/core/Piranha.Manager/Models/Content/BlockItemModel.cs +++ b/core/Piranha.Manager/Models/Content/BlockItemModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/Content/BlockMeta.cs b/core/Piranha.Manager/Models/Content/BlockMeta.cs index 5c4b1cd90..05ccbad7f 100644 --- a/core/Piranha.Manager/Models/Content/BlockMeta.cs +++ b/core/Piranha.Manager/Models/Content/BlockMeta.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/Content/BlockModel.cs b/core/Piranha.Manager/Models/Content/BlockModel.cs index 6694ddb85..626373678 100644 --- a/core/Piranha.Manager/Models/Content/BlockModel.cs +++ b/core/Piranha.Manager/Models/Content/BlockModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/Content/ContentEditModel.cs b/core/Piranha.Manager/Models/Content/ContentEditModel.cs index 17aa04eed..2260b9957 100644 --- a/core/Piranha.Manager/Models/Content/ContentEditModel.cs +++ b/core/Piranha.Manager/Models/Content/ContentEditModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/Content/ContentMeta.cs b/core/Piranha.Manager/Models/Content/ContentMeta.cs index 5edee077d..539978c7f 100644 --- a/core/Piranha.Manager/Models/Content/ContentMeta.cs +++ b/core/Piranha.Manager/Models/Content/ContentMeta.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/Content/ContentTypeModel.cs b/core/Piranha.Manager/Models/Content/ContentTypeModel.cs index e731247e2..59952a977 100644 --- a/core/Piranha.Manager/Models/Content/ContentTypeModel.cs +++ b/core/Piranha.Manager/Models/Content/ContentTypeModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/Content/EditorModel.cs b/core/Piranha.Manager/Models/Content/EditorModel.cs index fb64e5189..aaa782d18 100644 --- a/core/Piranha.Manager/Models/Content/EditorModel.cs +++ b/core/Piranha.Manager/Models/Content/EditorModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/Content/FieldMeta.cs b/core/Piranha.Manager/Models/Content/FieldMeta.cs index e2c1a7a6d..4a1eb7dad 100644 --- a/core/Piranha.Manager/Models/Content/FieldMeta.cs +++ b/core/Piranha.Manager/Models/Content/FieldMeta.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/Content/FieldModel.cs b/core/Piranha.Manager/Models/Content/FieldModel.cs index dca451f90..2309735d0 100644 --- a/core/Piranha.Manager/Models/Content/FieldModel.cs +++ b/core/Piranha.Manager/Models/Content/FieldModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/Content/RegionItemModel.cs b/core/Piranha.Manager/Models/Content/RegionItemModel.cs index 92d97a30b..f863331ab 100644 --- a/core/Piranha.Manager/Models/Content/RegionItemModel.cs +++ b/core/Piranha.Manager/Models/Content/RegionItemModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/Content/RegionMeta.cs b/core/Piranha.Manager/Models/Content/RegionMeta.cs index a54e5f434..18ea434b9 100644 --- a/core/Piranha.Manager/Models/Content/RegionMeta.cs +++ b/core/Piranha.Manager/Models/Content/RegionMeta.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/Content/RegionModel.cs b/core/Piranha.Manager/Models/Content/RegionModel.cs index fbbcc62c3..29bad9737 100644 --- a/core/Piranha.Manager/Models/Content/RegionModel.cs +++ b/core/Piranha.Manager/Models/Content/RegionModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/ContentEditModel.cs b/core/Piranha.Manager/Models/ContentEditModel.cs index 7077a260b..e5ee5a76a 100644 --- a/core/Piranha.Manager/Models/ContentEditModel.cs +++ b/core/Piranha.Manager/Models/ContentEditModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/ContentListModel.cs b/core/Piranha.Manager/Models/ContentListModel.cs index e3e7d9742..da3150c46 100644 --- a/core/Piranha.Manager/Models/ContentListModel.cs +++ b/core/Piranha.Manager/Models/ContentListModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/ContentState.cs b/core/Piranha.Manager/Models/ContentState.cs index f63d3aa30..e052b985f 100644 --- a/core/Piranha.Manager/Models/ContentState.cs +++ b/core/Piranha.Manager/Models/ContentState.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/LanguageEditModel.cs b/core/Piranha.Manager/Models/LanguageEditModel.cs index b32237067..bb9752112 100644 --- a/core/Piranha.Manager/Models/LanguageEditModel.cs +++ b/core/Piranha.Manager/Models/LanguageEditModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * @@ -26,6 +26,6 @@ public class LanguageEditModel /// /// Gets/sets the optional status message from the last operation. /// - public StatusMessage Status { get; set; } + public StatusMessage Status { get; set; } } } \ No newline at end of file diff --git a/core/Piranha.Manager/Models/MediaFolderModel.cs b/core/Piranha.Manager/Models/MediaFolderModel.cs index df1693840..dfa1ef776 100644 --- a/core/Piranha.Manager/Models/MediaFolderModel.cs +++ b/core/Piranha.Manager/Models/MediaFolderModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/MediaListModel.cs b/core/Piranha.Manager/Models/MediaListModel.cs index 227bbbe4c..3137e92ec 100644 --- a/core/Piranha.Manager/Models/MediaListModel.cs +++ b/core/Piranha.Manager/Models/MediaListModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/MediaUploadModel.cs b/core/Piranha.Manager/Models/MediaUploadModel.cs index aafc3e0ce..ef8dbf492 100644 --- a/core/Piranha.Manager/Models/MediaUploadModel.cs +++ b/core/Piranha.Manager/Models/MediaUploadModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/ModuleListModel.cs b/core/Piranha.Manager/Models/ModuleListModel.cs index 84d174016..823e61384 100644 --- a/core/Piranha.Manager/Models/ModuleListModel.cs +++ b/core/Piranha.Manager/Models/ModuleListModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/PageEditModel.cs b/core/Piranha.Manager/Models/PageEditModel.cs index ebd4e1b01..3896009b6 100644 --- a/core/Piranha.Manager/Models/PageEditModel.cs +++ b/core/Piranha.Manager/Models/PageEditModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/PageListModel.cs b/core/Piranha.Manager/Models/PageListModel.cs index a3bd33ae8..d588f97d5 100644 --- a/core/Piranha.Manager/Models/PageListModel.cs +++ b/core/Piranha.Manager/Models/PageListModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/PermissionModel.cs b/core/Piranha.Manager/Models/PermissionModel.cs index a2702a070..c576a0370 100644 --- a/core/Piranha.Manager/Models/PermissionModel.cs +++ b/core/Piranha.Manager/Models/PermissionModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/PostEditModel.cs b/core/Piranha.Manager/Models/PostEditModel.cs index 356d7ea48..8c6d936b6 100644 --- a/core/Piranha.Manager/Models/PostEditModel.cs +++ b/core/Piranha.Manager/Models/PostEditModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/PostListModel.cs b/core/Piranha.Manager/Models/PostListModel.cs index 4de84bab8..c79626d56 100644 --- a/core/Piranha.Manager/Models/PostListModel.cs +++ b/core/Piranha.Manager/Models/PostListModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/PostModalModel.cs b/core/Piranha.Manager/Models/PostModalModel.cs index d1ee2d2fd..670451bad 100644 --- a/core/Piranha.Manager/Models/PostModalModel.cs +++ b/core/Piranha.Manager/Models/PostModalModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/RouteModel.cs b/core/Piranha.Manager/Models/RouteModel.cs index 41c2cc35f..c9b76bfc6 100644 --- a/core/Piranha.Manager/Models/RouteModel.cs +++ b/core/Piranha.Manager/Models/RouteModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/SiteContentEditModel.cs b/core/Piranha.Manager/Models/SiteContentEditModel.cs index 34c482251..31805fcdd 100644 --- a/core/Piranha.Manager/Models/SiteContentEditModel.cs +++ b/core/Piranha.Manager/Models/SiteContentEditModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/SiteEditModel.cs b/core/Piranha.Manager/Models/SiteEditModel.cs index 9730b885f..fda117136 100644 --- a/core/Piranha.Manager/Models/SiteEditModel.cs +++ b/core/Piranha.Manager/Models/SiteEditModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/SiteListModel.cs b/core/Piranha.Manager/Models/SiteListModel.cs index 8f2a135a6..48249919e 100644 --- a/core/Piranha.Manager/Models/SiteListModel.cs +++ b/core/Piranha.Manager/Models/SiteListModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/StatusMessage.cs b/core/Piranha.Manager/Models/StatusMessage.cs index f211fa510..0914c0700 100644 --- a/core/Piranha.Manager/Models/StatusMessage.cs +++ b/core/Piranha.Manager/Models/StatusMessage.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Models/StructureModel.cs b/core/Piranha.Manager/Models/StructureModel.cs index 15a72d424..df7d9200b 100644 --- a/core/Piranha.Manager/Models/StructureModel.cs +++ b/core/Piranha.Manager/Models/StructureModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Module.cs b/core/Piranha.Manager/Module.cs index e29812826..e0c615797 100644 --- a/core/Piranha.Manager/Module.cs +++ b/core/Piranha.Manager/Module.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/PermissionStructure.cs b/core/Piranha.Manager/PermissionStructure.cs index e51577f33..2d04fa539 100644 --- a/core/Piranha.Manager/PermissionStructure.cs +++ b/core/Piranha.Manager/PermissionStructure.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Permissions.cs b/core/Piranha.Manager/Permissions.cs index 9e0df164b..0e9c3ed46 100644 --- a/core/Piranha.Manager/Permissions.cs +++ b/core/Piranha.Manager/Permissions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/PreviewSize.cs b/core/Piranha.Manager/PreviewSize.cs index fdc867974..4ce43d33e 100644 --- a/core/Piranha.Manager/PreviewSize.cs +++ b/core/Piranha.Manager/PreviewSize.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Services/AliasService.cs b/core/Piranha.Manager/Services/AliasService.cs index f19afc521..f2d3ba204 100644 --- a/core/Piranha.Manager/Services/AliasService.cs +++ b/core/Piranha.Manager/Services/AliasService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Services/CommentService.cs b/core/Piranha.Manager/Services/CommentService.cs index 6217451ff..acc084828 100644 --- a/core/Piranha.Manager/Services/CommentService.cs +++ b/core/Piranha.Manager/Services/CommentService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Services/ConfigService.cs b/core/Piranha.Manager/Services/ConfigService.cs index 06512202d..b8cf63831 100644 --- a/core/Piranha.Manager/Services/ConfigService.cs +++ b/core/Piranha.Manager/Services/ConfigService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Services/ContentService.cs b/core/Piranha.Manager/Services/ContentService.cs index 028cdfa3a..ef32452d2 100644 --- a/core/Piranha.Manager/Services/ContentService.cs +++ b/core/Piranha.Manager/Services/ContentService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Services/ContentTypeService.cs b/core/Piranha.Manager/Services/ContentTypeService.cs index 2d17fa74b..0bfa8ebb6 100644 --- a/core/Piranha.Manager/Services/ContentTypeService.cs +++ b/core/Piranha.Manager/Services/ContentTypeService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Services/ContentUtils.cs b/core/Piranha.Manager/Services/ContentUtils.cs index 413ef29c2..054299e20 100644 --- a/core/Piranha.Manager/Services/ContentUtils.cs +++ b/core/Piranha.Manager/Services/ContentUtils.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Services/LanguageService.cs b/core/Piranha.Manager/Services/LanguageService.cs index 4bce11251..0e3b30b0b 100644 --- a/core/Piranha.Manager/Services/LanguageService.cs +++ b/core/Piranha.Manager/Services/LanguageService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Services/MediaService.cs b/core/Piranha.Manager/Services/MediaService.cs index 46ed77d96..95dd5dbbd 100644 --- a/core/Piranha.Manager/Services/MediaService.cs +++ b/core/Piranha.Manager/Services/MediaService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * @@ -81,7 +81,7 @@ public async Task> GetFolderBreadCrumb(MediaStructure st /// The complete media folder structure /// The folder id /// - private async Task> GetFolderBreadCrumbReversed(MediaStructure structure, Guid? folderId) + private async Task> GetFolderBreadCrumbReversed(MediaStructure structure, Guid? folderId) { var folders = new List(); @@ -128,7 +128,7 @@ public async Task GetList(Guid? folderId = null, MediaType? filt }; model.CurrentFolderBreadcrumb = await GetFolderBreadCrumb(model.Structure, folderId); - + model.RootCount = model.Structure.MediaCount; model.TotalCount = model.Structure.TotalCount; diff --git a/core/Piranha.Manager/Services/ModuleService.cs b/core/Piranha.Manager/Services/ModuleService.cs index c992b52b7..2630e0b02 100644 --- a/core/Piranha.Manager/Services/ModuleService.cs +++ b/core/Piranha.Manager/Services/ModuleService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Services/PageService.cs b/core/Piranha.Manager/Services/PageService.cs index 98ad26001..f12affef5 100644 --- a/core/Piranha.Manager/Services/PageService.cs +++ b/core/Piranha.Manager/Services/PageService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Services/PostService.cs b/core/Piranha.Manager/Services/PostService.cs index e368431f1..328bba21b 100644 --- a/core/Piranha.Manager/Services/PostService.cs +++ b/core/Piranha.Manager/Services/PostService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/Services/SiteService.cs b/core/Piranha.Manager/Services/SiteService.cs index 045f90f31..55aaa8d02 100644 --- a/core/Piranha.Manager/Services/SiteService.cs +++ b/core/Piranha.Manager/Services/SiteService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.Manager/gulpfile.js b/core/Piranha.Manager/gulpfile.js index 48a54b493..f8e08d70b 100644 --- a/core/Piranha.Manager/gulpfile.js +++ b/core/Piranha.Manager/gulpfile.js @@ -3,7 +3,7 @@ * Copyright (c) 2019 HÃ¥kan Edling * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.WebApi/MediaApiController.cs b/core/Piranha.WebApi/MediaApiController.cs index af97e2e23..d7938b3be 100644 --- a/core/Piranha.WebApi/MediaApiController.cs +++ b/core/Piranha.WebApi/MediaApiController.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.WebApi/Module.cs b/core/Piranha.WebApi/Module.cs index 7e2e912b8..e040dd638 100644 --- a/core/Piranha.WebApi/Module.cs +++ b/core/Piranha.WebApi/Module.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.WebApi/PageApiController.cs b/core/Piranha.WebApi/PageApiController.cs index da56815d7..02358dc83 100644 --- a/core/Piranha.WebApi/PageApiController.cs +++ b/core/Piranha.WebApi/PageApiController.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.WebApi/Permissions.cs b/core/Piranha.WebApi/Permissions.cs index 351d2458b..aba9126d4 100644 --- a/core/Piranha.WebApi/Permissions.cs +++ b/core/Piranha.WebApi/Permissions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.WebApi/PostApiController.cs b/core/Piranha.WebApi/PostApiController.cs index 6ee828b13..f8506a7bd 100644 --- a/core/Piranha.WebApi/PostApiController.cs +++ b/core/Piranha.WebApi/PostApiController.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.WebApi/SitemapApiController.cs b/core/Piranha.WebApi/SitemapApiController.cs index 48bb6c5a7..ffc49e831 100644 --- a/core/Piranha.WebApi/SitemapApiController.cs +++ b/core/Piranha.WebApi/SitemapApiController.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.WebApi/WebApiModuleExtensions.cs b/core/Piranha.WebApi/WebApiModuleExtensions.cs index cf219a70c..1f3152a71 100644 --- a/core/Piranha.WebApi/WebApiModuleExtensions.cs +++ b/core/Piranha.WebApi/WebApiModuleExtensions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha.WebApi/WebApiOptions.cs b/core/Piranha.WebApi/WebApiOptions.cs index 9d84fbfd2..9e8070200 100644 --- a/core/Piranha.WebApi/WebApiOptions.cs +++ b/core/Piranha.WebApi/WebApiOptions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Api.cs b/core/Piranha/Api.cs index 38d3cf75b..30d43f917 100644 --- a/core/Piranha/Api.cs +++ b/core/Piranha/Api.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/App.cs b/core/Piranha/App.cs index e3d3e7c39..d8683db28 100644 --- a/core/Piranha/App.cs +++ b/core/Piranha/App.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Cache/CacheLevel.cs b/core/Piranha/Cache/CacheLevel.cs index e698365a5..e88698398 100644 --- a/core/Piranha/Cache/CacheLevel.cs +++ b/core/Piranha/Cache/CacheLevel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Cache/DistributedCache.cs b/core/Piranha/Cache/DistributedCache.cs index 568037295..db4013b9b 100644 --- a/core/Piranha/Cache/DistributedCache.cs +++ b/core/Piranha/Cache/DistributedCache.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Cache/MemoryCache.cs b/core/Piranha/Cache/MemoryCache.cs index a6dceffa1..960089de5 100644 --- a/core/Piranha/Cache/MemoryCache.cs +++ b/core/Piranha/Cache/MemoryCache.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Cache/MemoryCacheWithClone.cs b/core/Piranha/Cache/MemoryCacheWithClone.cs index facd38a4c..d15c2d1c2 100644 --- a/core/Piranha/Cache/MemoryCacheWithClone.cs +++ b/core/Piranha/Cache/MemoryCacheWithClone.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Cache/SimpleCache.cs b/core/Piranha/Cache/SimpleCache.cs index c505f6c99..5e5e5bdc7 100644 --- a/core/Piranha/Cache/SimpleCache.cs +++ b/core/Piranha/Cache/SimpleCache.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Cache/SimpleCacheWithClone.cs b/core/Piranha/Cache/SimpleCacheWithClone.cs index 4e3b7428e..69d43d9b8 100644 --- a/core/Piranha/Cache/SimpleCacheWithClone.cs +++ b/core/Piranha/Cache/SimpleCacheWithClone.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Config.cs b/core/Piranha/Config.cs index 15bcf41b1..cb08cfe4b 100644 --- a/core/Piranha/Config.cs +++ b/core/Piranha/Config.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Block.cs b/core/Piranha/Extend/Block.cs index c6459f7aa..645ae73e7 100644 --- a/core/Piranha/Extend/Block.cs +++ b/core/Piranha/Extend/Block.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/BlockGroup.cs b/core/Piranha/Extend/BlockGroup.cs index 527222cd9..15eb11163 100644 --- a/core/Piranha/Extend/BlockGroup.cs +++ b/core/Piranha/Extend/BlockGroup.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/BlockGroupTypeAttribute.cs b/core/Piranha/Extend/BlockGroupTypeAttribute.cs index 5bbaeae4c..62c086906 100644 --- a/core/Piranha/Extend/BlockGroupTypeAttribute.cs +++ b/core/Piranha/Extend/BlockGroupTypeAttribute.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/BlockItemTypeAttribute.cs b/core/Piranha/Extend/BlockItemTypeAttribute.cs index 9e5fb6d76..164e3c675 100644 --- a/core/Piranha/Extend/BlockItemTypeAttribute.cs +++ b/core/Piranha/Extend/BlockItemTypeAttribute.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/BlockTypeAttribute.cs b/core/Piranha/Extend/BlockTypeAttribute.cs index 301211bab..b014cbe7e 100644 --- a/core/Piranha/Extend/BlockTypeAttribute.cs +++ b/core/Piranha/Extend/BlockTypeAttribute.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Blocks/AudioBlock.cs b/core/Piranha/Extend/Blocks/AudioBlock.cs index 688579709..ca65c6521 100644 --- a/core/Piranha/Extend/Blocks/AudioBlock.cs +++ b/core/Piranha/Extend/Blocks/AudioBlock.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Blocks/ColumnBlock.cs b/core/Piranha/Extend/Blocks/ColumnBlock.cs index f03fc1e2c..cba4d6a74 100644 --- a/core/Piranha/Extend/Blocks/ColumnBlock.cs +++ b/core/Piranha/Extend/Blocks/ColumnBlock.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Blocks/ContentBlock.cs b/core/Piranha/Extend/Blocks/ContentBlock.cs index a9c6a1f3f..dc8ea6e0a 100644 --- a/core/Piranha/Extend/Blocks/ContentBlock.cs +++ b/core/Piranha/Extend/Blocks/ContentBlock.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Blocks/HtmlBlock.cs b/core/Piranha/Extend/Blocks/HtmlBlock.cs index 38d86875d..6db331638 100644 --- a/core/Piranha/Extend/Blocks/HtmlBlock.cs +++ b/core/Piranha/Extend/Blocks/HtmlBlock.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * @@ -58,6 +58,6 @@ public string GetIndexedContent() public static implicit operator string(HtmlBlock block) { return block.Body?.Value; - } + } } } diff --git a/core/Piranha/Extend/Blocks/HtmlColumnBlock.cs b/core/Piranha/Extend/Blocks/HtmlColumnBlock.cs index 5c8559671..e41d13fa7 100644 --- a/core/Piranha/Extend/Blocks/HtmlColumnBlock.cs +++ b/core/Piranha/Extend/Blocks/HtmlColumnBlock.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Blocks/ImageAspect.cs b/core/Piranha/Extend/Blocks/ImageAspect.cs index 195dd4663..d0c45d77f 100644 --- a/core/Piranha/Extend/Blocks/ImageAspect.cs +++ b/core/Piranha/Extend/Blocks/ImageAspect.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Blocks/ImageBlock.cs b/core/Piranha/Extend/Blocks/ImageBlock.cs index 615fe1247..370827471 100644 --- a/core/Piranha/Extend/Blocks/ImageBlock.cs +++ b/core/Piranha/Extend/Blocks/ImageBlock.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Blocks/ImageGalleryBlock.cs b/core/Piranha/Extend/Blocks/ImageGalleryBlock.cs index 4dcae8a19..e27eae484 100644 --- a/core/Piranha/Extend/Blocks/ImageGalleryBlock.cs +++ b/core/Piranha/Extend/Blocks/ImageGalleryBlock.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Blocks/MarkdownBlock.cs b/core/Piranha/Extend/Blocks/MarkdownBlock.cs index 6b09d29ed..55e06f36d 100644 --- a/core/Piranha/Extend/Blocks/MarkdownBlock.cs +++ b/core/Piranha/Extend/Blocks/MarkdownBlock.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Blocks/PageBlock.cs b/core/Piranha/Extend/Blocks/PageBlock.cs index 2934865ce..dfdc62e6e 100644 --- a/core/Piranha/Extend/Blocks/PageBlock.cs +++ b/core/Piranha/Extend/Blocks/PageBlock.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Blocks/PostBlock.cs b/core/Piranha/Extend/Blocks/PostBlock.cs index 7bd09f8db..62dfbf908 100644 --- a/core/Piranha/Extend/Blocks/PostBlock.cs +++ b/core/Piranha/Extend/Blocks/PostBlock.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Blocks/QuoteBlock.cs b/core/Piranha/Extend/Blocks/QuoteBlock.cs index 3878270b8..6a35f43fe 100644 --- a/core/Piranha/Extend/Blocks/QuoteBlock.cs +++ b/core/Piranha/Extend/Blocks/QuoteBlock.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Blocks/SeparatorBlock.cs b/core/Piranha/Extend/Blocks/SeparatorBlock.cs index 1791a03f1..904eb0331 100644 --- a/core/Piranha/Extend/Blocks/SeparatorBlock.cs +++ b/core/Piranha/Extend/Blocks/SeparatorBlock.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Blocks/TextBlock.cs b/core/Piranha/Extend/Blocks/TextBlock.cs index e4bdff538..150642b4f 100644 --- a/core/Piranha/Extend/Blocks/TextBlock.cs +++ b/core/Piranha/Extend/Blocks/TextBlock.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * @@ -51,6 +51,6 @@ public string GetIndexedContent() public static implicit operator string(TextBlock block) { return block.Body?.Value; - } + } } } diff --git a/core/Piranha/Extend/Blocks/VideoBlock.cs b/core/Piranha/Extend/Blocks/VideoBlock.cs index 2d26d80a5..47c405355 100644 --- a/core/Piranha/Extend/Blocks/VideoBlock.cs +++ b/core/Piranha/Extend/Blocks/VideoBlock.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/ContentGroupAttribute.cs b/core/Piranha/Extend/ContentGroupAttribute.cs index 281e3b775..88ff573c5 100644 --- a/core/Piranha/Extend/ContentGroupAttribute.cs +++ b/core/Piranha/Extend/ContentGroupAttribute.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/DefaultMarkdown.cs b/core/Piranha/Extend/DefaultMarkdown.cs index 21b556605..728208c31 100644 --- a/core/Piranha/Extend/DefaultMarkdown.cs +++ b/core/Piranha/Extend/DefaultMarkdown.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Field.cs b/core/Piranha/Extend/Field.cs index 6854eceec..bfc0ab9e8 100644 --- a/core/Piranha/Extend/Field.cs +++ b/core/Piranha/Extend/Field.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/FieldAttribute.cs b/core/Piranha/Extend/FieldAttribute.cs index f0c21d1ac..5dfe9e392 100644 --- a/core/Piranha/Extend/FieldAttribute.cs +++ b/core/Piranha/Extend/FieldAttribute.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/FieldSettingsAttribute.cs b/core/Piranha/Extend/FieldSettingsAttribute.cs index c2db46268..be00fbe2b 100644 --- a/core/Piranha/Extend/FieldSettingsAttribute.cs +++ b/core/Piranha/Extend/FieldSettingsAttribute.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/FieldTypeAttribute.cs b/core/Piranha/Extend/FieldTypeAttribute.cs index ff64fedfc..dad2f04b2 100644 --- a/core/Piranha/Extend/FieldTypeAttribute.cs +++ b/core/Piranha/Extend/FieldTypeAttribute.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Fields/AudioField.cs b/core/Piranha/Extend/Fields/AudioField.cs index 7d84f697d..6679b1171 100644 --- a/core/Piranha/Extend/Fields/AudioField.cs +++ b/core/Piranha/Extend/Fields/AudioField.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Fields/CheckBoxField.cs b/core/Piranha/Extend/Fields/CheckBoxField.cs index eefd52ca3..6b451f277 100644 --- a/core/Piranha/Extend/Fields/CheckBoxField.cs +++ b/core/Piranha/Extend/Fields/CheckBoxField.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Fields/ColorField.cs b/core/Piranha/Extend/Fields/ColorField.cs index 076b8eff4..5ca05a89b 100644 --- a/core/Piranha/Extend/Fields/ColorField.cs +++ b/core/Piranha/Extend/Fields/ColorField.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Fields/ContentField.cs b/core/Piranha/Extend/Fields/ContentField.cs index 0c00edb26..a1b1326fc 100644 --- a/core/Piranha/Extend/Fields/ContentField.cs +++ b/core/Piranha/Extend/Fields/ContentField.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Fields/DataSelectField.cs b/core/Piranha/Extend/Fields/DataSelectField.cs index 994b20006..05f14ccf2 100644 --- a/core/Piranha/Extend/Fields/DataSelectField.cs +++ b/core/Piranha/Extend/Fields/DataSelectField.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Fields/DateField.cs b/core/Piranha/Extend/Fields/DateField.cs index e22b9b5a9..c3c93a058 100644 --- a/core/Piranha/Extend/Fields/DateField.cs +++ b/core/Piranha/Extend/Fields/DateField.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Fields/DocumentField.cs b/core/Piranha/Extend/Fields/DocumentField.cs index bef1a7877..b8c0fb5f9 100644 --- a/core/Piranha/Extend/Fields/DocumentField.cs +++ b/core/Piranha/Extend/Fields/DocumentField.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Fields/HtmlField.cs b/core/Piranha/Extend/Fields/HtmlField.cs index a57413b67..ca12976cd 100644 --- a/core/Piranha/Extend/Fields/HtmlField.cs +++ b/core/Piranha/Extend/Fields/HtmlField.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Fields/ImageField.cs b/core/Piranha/Extend/Fields/ImageField.cs index 826c5cb5b..a9837f552 100644 --- a/core/Piranha/Extend/Fields/ImageField.cs +++ b/core/Piranha/Extend/Fields/ImageField.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Fields/MarkdownField.cs b/core/Piranha/Extend/Fields/MarkdownField.cs index 5473d96f2..15e56e0c8 100644 --- a/core/Piranha/Extend/Fields/MarkdownField.cs +++ b/core/Piranha/Extend/Fields/MarkdownField.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Fields/MediaField.cs b/core/Piranha/Extend/Fields/MediaField.cs index 0710221be..9b6cd07e0 100644 --- a/core/Piranha/Extend/Fields/MediaField.cs +++ b/core/Piranha/Extend/Fields/MediaField.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Fields/MediaFieldBase.cs b/core/Piranha/Extend/Fields/MediaFieldBase.cs index 8dd02d82a..0f55932cf 100644 --- a/core/Piranha/Extend/Fields/MediaFieldBase.cs +++ b/core/Piranha/Extend/Fields/MediaFieldBase.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Fields/NumberField.cs b/core/Piranha/Extend/Fields/NumberField.cs index 2998b675f..0ce80135c 100644 --- a/core/Piranha/Extend/Fields/NumberField.cs +++ b/core/Piranha/Extend/Fields/NumberField.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Fields/PageField.cs b/core/Piranha/Extend/Fields/PageField.cs index 8840e4e51..2603907d7 100644 --- a/core/Piranha/Extend/Fields/PageField.cs +++ b/core/Piranha/Extend/Fields/PageField.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Fields/PostField.cs b/core/Piranha/Extend/Fields/PostField.cs index 1b2cdedb4..2a0ea4862 100644 --- a/core/Piranha/Extend/Fields/PostField.cs +++ b/core/Piranha/Extend/Fields/PostField.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Fields/ReadonlyField.cs b/core/Piranha/Extend/Fields/ReadonlyField.cs index 647d13cd2..057de47a8 100644 --- a/core/Piranha/Extend/Fields/ReadonlyField.cs +++ b/core/Piranha/Extend/Fields/ReadonlyField.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Fields/SelectField.cs b/core/Piranha/Extend/Fields/SelectField.cs index da17878dd..dfa1896e0 100644 --- a/core/Piranha/Extend/Fields/SelectField.cs +++ b/core/Piranha/Extend/Fields/SelectField.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Fields/SelectFieldBase.cs b/core/Piranha/Extend/Fields/SelectFieldBase.cs index 2dfec9154..0cb03b762 100644 --- a/core/Piranha/Extend/Fields/SelectFieldBase.cs +++ b/core/Piranha/Extend/Fields/SelectFieldBase.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Fields/SelectFieldItem.cs b/core/Piranha/Extend/Fields/SelectFieldItem.cs index 5d4b53103..5d49f1054 100644 --- a/core/Piranha/Extend/Fields/SelectFieldItem.cs +++ b/core/Piranha/Extend/Fields/SelectFieldItem.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Fields/Settings/ColorFieldSettingsAttribute.cs b/core/Piranha/Extend/Fields/Settings/ColorFieldSettingsAttribute.cs index 2848c249f..5ddc0fc10 100644 --- a/core/Piranha/Extend/Fields/Settings/ColorFieldSettingsAttribute.cs +++ b/core/Piranha/Extend/Fields/Settings/ColorFieldSettingsAttribute.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Fields/Settings/ContentFieldSettingsAttribute.cs b/core/Piranha/Extend/Fields/Settings/ContentFieldSettingsAttribute.cs index 8a823ac20..5f3686adb 100644 --- a/core/Piranha/Extend/Fields/Settings/ContentFieldSettingsAttribute.cs +++ b/core/Piranha/Extend/Fields/Settings/ContentFieldSettingsAttribute.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Fields/Settings/StringFieldSettingsAttribute.cs b/core/Piranha/Extend/Fields/Settings/StringFieldSettingsAttribute.cs index 5239f0e3e..a2ffb7e3e 100644 --- a/core/Piranha/Extend/Fields/Settings/StringFieldSettingsAttribute.cs +++ b/core/Piranha/Extend/Fields/Settings/StringFieldSettingsAttribute.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Fields/Settings/TextFieldSettingsAttribute.cs b/core/Piranha/Extend/Fields/Settings/TextFieldSettingsAttribute.cs index 38ca3eb91..a58104746 100644 --- a/core/Piranha/Extend/Fields/Settings/TextFieldSettingsAttribute.cs +++ b/core/Piranha/Extend/Fields/Settings/TextFieldSettingsAttribute.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Fields/SimpleField.cs b/core/Piranha/Extend/Fields/SimpleField.cs index 27dda117d..050c414ab 100644 --- a/core/Piranha/Extend/Fields/SimpleField.cs +++ b/core/Piranha/Extend/Fields/SimpleField.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Fields/StringField.cs b/core/Piranha/Extend/Fields/StringField.cs index 2237ce542..d1c4b6211 100644 --- a/core/Piranha/Extend/Fields/StringField.cs +++ b/core/Piranha/Extend/Fields/StringField.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Fields/TextField.cs b/core/Piranha/Extend/Fields/TextField.cs index 7442b21c0..1eac488ec 100644 --- a/core/Piranha/Extend/Fields/TextField.cs +++ b/core/Piranha/Extend/Fields/TextField.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Fields/VideoField.cs b/core/Piranha/Extend/Fields/VideoField.cs index 7a98f74d3..c5a13ebb5 100644 --- a/core/Piranha/Extend/Fields/VideoField.cs +++ b/core/Piranha/Extend/Fields/VideoField.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/IField.cs b/core/Piranha/Extend/IField.cs index 7c630cd3c..8bc4ead47 100644 --- a/core/Piranha/Extend/IField.cs +++ b/core/Piranha/Extend/IField.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/IMarkdown.cs b/core/Piranha/Extend/IMarkdown.cs index 5edfe12fd..58e89ce88 100644 --- a/core/Piranha/Extend/IMarkdown.cs +++ b/core/Piranha/Extend/IMarkdown.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/IModule.cs b/core/Piranha/Extend/IModule.cs index 6e97830bd..8d7e1e33e 100644 --- a/core/Piranha/Extend/IModule.cs +++ b/core/Piranha/Extend/IModule.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/ISearchable.cs b/core/Piranha/Extend/ISearchable.cs index ab55aa6c0..c11392313 100644 --- a/core/Piranha/Extend/ISearchable.cs +++ b/core/Piranha/Extend/ISearchable.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/ISerializer.cs b/core/Piranha/Extend/ISerializer.cs index d1bd7a3c6..cb942367e 100644 --- a/core/Piranha/Extend/ISerializer.cs +++ b/core/Piranha/Extend/ISerializer.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/ITranslatable.cs b/core/Piranha/Extend/ITranslatable.cs index 09ce28a1c..97c53c2f1 100644 --- a/core/Piranha/Extend/ITranslatable.cs +++ b/core/Piranha/Extend/ITranslatable.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/RegionAttribute.cs b/core/Piranha/Extend/RegionAttribute.cs index aa6941051..175dc49ed 100644 --- a/core/Piranha/Extend/RegionAttribute.cs +++ b/core/Piranha/Extend/RegionAttribute.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Serializers/AudioFieldSerializer.cs b/core/Piranha/Extend/Serializers/AudioFieldSerializer.cs index e699b0a3b..c78694e0d 100644 --- a/core/Piranha/Extend/Serializers/AudioFieldSerializer.cs +++ b/core/Piranha/Extend/Serializers/AudioFieldSerializer.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Serializers/CheckBoxFieldSerializer.cs b/core/Piranha/Extend/Serializers/CheckBoxFieldSerializer.cs index 09c3c15b3..c8ffe0793 100644 --- a/core/Piranha/Extend/Serializers/CheckBoxFieldSerializer.cs +++ b/core/Piranha/Extend/Serializers/CheckBoxFieldSerializer.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Serializers/ContentFieldSerializer.cs b/core/Piranha/Extend/Serializers/ContentFieldSerializer.cs index 14f5bad80..73bb4a8ef 100644 --- a/core/Piranha/Extend/Serializers/ContentFieldSerializer.cs +++ b/core/Piranha/Extend/Serializers/ContentFieldSerializer.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Serializers/DataSelectFieldSerializer.cs b/core/Piranha/Extend/Serializers/DataSelectFieldSerializer.cs index 388c1c8cc..bccf8d4b4 100644 --- a/core/Piranha/Extend/Serializers/DataSelectFieldSerializer.cs +++ b/core/Piranha/Extend/Serializers/DataSelectFieldSerializer.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Serializers/DateFieldSerializer.cs b/core/Piranha/Extend/Serializers/DateFieldSerializer.cs index 4058069dc..8aa544d27 100644 --- a/core/Piranha/Extend/Serializers/DateFieldSerializer.cs +++ b/core/Piranha/Extend/Serializers/DateFieldSerializer.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Serializers/DocumentFieldSerializer.cs b/core/Piranha/Extend/Serializers/DocumentFieldSerializer.cs index 72eb6a54d..d0b99793b 100644 --- a/core/Piranha/Extend/Serializers/DocumentFieldSerializer.cs +++ b/core/Piranha/Extend/Serializers/DocumentFieldSerializer.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Serializers/ImageFieldSerializer.cs b/core/Piranha/Extend/Serializers/ImageFieldSerializer.cs index b3ead4e6f..f7e643e8c 100644 --- a/core/Piranha/Extend/Serializers/ImageFieldSerializer.cs +++ b/core/Piranha/Extend/Serializers/ImageFieldSerializer.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Serializers/IntegerFieldSerializer.cs b/core/Piranha/Extend/Serializers/IntegerFieldSerializer.cs index 8796cbd17..097c83aa6 100644 --- a/core/Piranha/Extend/Serializers/IntegerFieldSerializer.cs +++ b/core/Piranha/Extend/Serializers/IntegerFieldSerializer.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Serializers/MediaFieldSerializer.cs b/core/Piranha/Extend/Serializers/MediaFieldSerializer.cs index c1c7efda8..aba3a128e 100644 --- a/core/Piranha/Extend/Serializers/MediaFieldSerializer.cs +++ b/core/Piranha/Extend/Serializers/MediaFieldSerializer.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Serializers/PageFieldSerializer.cs b/core/Piranha/Extend/Serializers/PageFieldSerializer.cs index 7dcafa794..a5b8e78f8 100644 --- a/core/Piranha/Extend/Serializers/PageFieldSerializer.cs +++ b/core/Piranha/Extend/Serializers/PageFieldSerializer.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Serializers/PostFieldSerializer.cs b/core/Piranha/Extend/Serializers/PostFieldSerializer.cs index bbce68ff9..a6a636141 100644 --- a/core/Piranha/Extend/Serializers/PostFieldSerializer.cs +++ b/core/Piranha/Extend/Serializers/PostFieldSerializer.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Serializers/SelectFieldSerializer.cs b/core/Piranha/Extend/Serializers/SelectFieldSerializer.cs index d791a1555..f21259241 100644 --- a/core/Piranha/Extend/Serializers/SelectFieldSerializer.cs +++ b/core/Piranha/Extend/Serializers/SelectFieldSerializer.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Serializers/StringFieldSerializer.cs b/core/Piranha/Extend/Serializers/StringFieldSerializer.cs index 0ddb003eb..a21bafe40 100644 --- a/core/Piranha/Extend/Serializers/StringFieldSerializer.cs +++ b/core/Piranha/Extend/Serializers/StringFieldSerializer.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extend/Serializers/VideoFieldSerializer.cs b/core/Piranha/Extend/Serializers/VideoFieldSerializer.cs index ef32ae6e6..db86ca49e 100644 --- a/core/Piranha/Extend/Serializers/VideoFieldSerializer.cs +++ b/core/Piranha/Extend/Serializers/VideoFieldSerializer.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extensions/PiranhaDistributedCacheExtensions.cs b/core/Piranha/Extensions/PiranhaDistributedCacheExtensions.cs index 7c0ac1f0b..082588c68 100644 --- a/core/Piranha/Extensions/PiranhaDistributedCacheExtensions.cs +++ b/core/Piranha/Extensions/PiranhaDistributedCacheExtensions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extensions/PiranhaMemoryCacheExtensions.cs b/core/Piranha/Extensions/PiranhaMemoryCacheExtensions.cs index 22d85d142..ee0e0c264 100644 --- a/core/Piranha/Extensions/PiranhaMemoryCacheExtensions.cs +++ b/core/Piranha/Extensions/PiranhaMemoryCacheExtensions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extensions/PiranhaSimpleCacheExtensions.cs b/core/Piranha/Extensions/PiranhaSimpleCacheExtensions.cs index fe89b6829..50b2751d0 100644 --- a/core/Piranha/Extensions/PiranhaSimpleCacheExtensions.cs +++ b/core/Piranha/Extensions/PiranhaSimpleCacheExtensions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Extensions/PiranhaStartupExtensions.cs b/core/Piranha/Extensions/PiranhaStartupExtensions.cs index cd3575805..a537656a4 100644 --- a/core/Piranha/Extensions/PiranhaStartupExtensions.cs +++ b/core/Piranha/Extensions/PiranhaStartupExtensions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/IApi.cs b/core/Piranha/IApi.cs index 009f9593c..53510e2d9 100644 --- a/core/Piranha/IApi.cs +++ b/core/Piranha/IApi.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/ICache.cs b/core/Piranha/ICache.cs index c6c0a4c58..4b09c62e5 100644 --- a/core/Piranha/ICache.cs +++ b/core/Piranha/ICache.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/IImageProcessor.cs b/core/Piranha/IImageProcessor.cs index 071657ee4..d4d69ab99 100644 --- a/core/Piranha/IImageProcessor.cs +++ b/core/Piranha/IImageProcessor.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/IInitializable.cs b/core/Piranha/IInitializable.cs index 520d150b1..de4bbf2fe 100644 --- a/core/Piranha/IInitializable.cs +++ b/core/Piranha/IInitializable.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/ISearch.cs b/core/Piranha/ISearch.cs index 48912e23e..52f8c3990 100644 --- a/core/Piranha/ISearch.cs +++ b/core/Piranha/ISearch.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/IStorage.cs b/core/Piranha/IStorage.cs index 2f8bd377d..8731a1b8b 100644 --- a/core/Piranha/IStorage.cs +++ b/core/Piranha/IStorage.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/IStorageSession.cs b/core/Piranha/IStorageSession.cs index 45a0fe727..4888ccd9e 100644 --- a/core/Piranha/IStorageSession.cs +++ b/core/Piranha/IStorageSession.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/Alias.cs b/core/Piranha/Models/Alias.cs index a394b59bc..4140203a9 100644 --- a/core/Piranha/Models/Alias.cs +++ b/core/Piranha/Models/Alias.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/BlockDisplayMode.cs b/core/Piranha/Models/BlockDisplayMode.cs index 304a96396..36c0ab495 100644 --- a/core/Piranha/Models/BlockDisplayMode.cs +++ b/core/Piranha/Models/BlockDisplayMode.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/Comment.cs b/core/Piranha/Models/Comment.cs index ac8ab90bf..2d254c1da 100644 --- a/core/Piranha/Models/Comment.cs +++ b/core/Piranha/Models/Comment.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/Content.cs b/core/Piranha/Models/Content.cs index 38c99d736..35bc302d2 100644 --- a/core/Piranha/Models/Content.cs +++ b/core/Piranha/Models/Content.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/ContentBase.cs b/core/Piranha/Models/ContentBase.cs index a0a44fd0a..38076191e 100644 --- a/core/Piranha/Models/ContentBase.cs +++ b/core/Piranha/Models/ContentBase.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/ContentGroup.cs b/core/Piranha/Models/ContentGroup.cs index a296469b7..fc8481167 100644 --- a/core/Piranha/Models/ContentGroup.cs +++ b/core/Piranha/Models/ContentGroup.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/ContentInfo.cs b/core/Piranha/Models/ContentInfo.cs index 5cf9286da..691859efd 100644 --- a/core/Piranha/Models/ContentInfo.cs +++ b/core/Piranha/Models/ContentInfo.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/ContentType.cs b/core/Piranha/Models/ContentType.cs index 656aee1c1..4441bcac8 100644 --- a/core/Piranha/Models/ContentType.cs +++ b/core/Piranha/Models/ContentType.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/ContentTypeBase.cs b/core/Piranha/Models/ContentTypeBase.cs index 7bf1b1c72..cae5b882d 100644 --- a/core/Piranha/Models/ContentTypeBase.cs +++ b/core/Piranha/Models/ContentTypeBase.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/ContentTypeEditor.cs b/core/Piranha/Models/ContentTypeEditor.cs index e97ccf386..5ae355a51 100644 --- a/core/Piranha/Models/ContentTypeEditor.cs +++ b/core/Piranha/Models/ContentTypeEditor.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/ContentTypeField.cs b/core/Piranha/Models/ContentTypeField.cs index 1dc9a2513..516ac02b3 100644 --- a/core/Piranha/Models/ContentTypeField.cs +++ b/core/Piranha/Models/ContentTypeField.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/ContentTypeRegion.cs b/core/Piranha/Models/ContentTypeRegion.cs index cd570c2c1..22addadbd 100644 --- a/core/Piranha/Models/ContentTypeRegion.cs +++ b/core/Piranha/Models/ContentTypeRegion.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/ContentTypeRoute.cs b/core/Piranha/Models/ContentTypeRoute.cs index 8024cc6ca..d7fdf15d1 100644 --- a/core/Piranha/Models/ContentTypeRoute.cs +++ b/core/Piranha/Models/ContentTypeRoute.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/DynamicContent.cs b/core/Piranha/Models/DynamicContent.cs index 88812fcb3..4e2694ff6 100644 --- a/core/Piranha/Models/DynamicContent.cs +++ b/core/Piranha/Models/DynamicContent.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/DynamicPage.cs b/core/Piranha/Models/DynamicPage.cs index 5f438e607..b4e23566d 100644 --- a/core/Piranha/Models/DynamicPage.cs +++ b/core/Piranha/Models/DynamicPage.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/DynamicPost.cs b/core/Piranha/Models/DynamicPost.cs index 2b5b07301..57552e0a2 100644 --- a/core/Piranha/Models/DynamicPost.cs +++ b/core/Piranha/Models/DynamicPost.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/DynamicSiteContent.cs b/core/Piranha/Models/DynamicSiteContent.cs index 171e9c32e..46ce7f97b 100644 --- a/core/Piranha/Models/DynamicSiteContent.cs +++ b/core/Piranha/Models/DynamicSiteContent.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/EditorWidth.cs b/core/Piranha/Models/EditorWidth.cs index dd95c155d..85a5c0c7c 100644 --- a/core/Piranha/Models/EditorWidth.cs +++ b/core/Piranha/Models/EditorWidth.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/FieldOption.cs b/core/Piranha/Models/FieldOption.cs index 398cae6ec..23c9d4ae3 100644 --- a/core/Piranha/Models/FieldOption.cs +++ b/core/Piranha/Models/FieldOption.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/GenericContent.cs b/core/Piranha/Models/GenericContent.cs index 7418914c5..c05e15f73 100644 --- a/core/Piranha/Models/GenericContent.cs +++ b/core/Piranha/Models/GenericContent.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/GenericPage.cs b/core/Piranha/Models/GenericPage.cs index aa4e7a5a0..22fca1a07 100644 --- a/core/Piranha/Models/GenericPage.cs +++ b/core/Piranha/Models/GenericPage.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/IBlockContent.cs b/core/Piranha/Models/IBlockContent.cs index 0825796bf..418ef35c5 100644 --- a/core/Piranha/Models/IBlockContent.cs +++ b/core/Piranha/Models/IBlockContent.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/ICategorizedContent.cs b/core/Piranha/Models/ICategorizedContent.cs index 838cc2e57..5c626b4ca 100644 --- a/core/Piranha/Models/ICategorizedContent.cs +++ b/core/Piranha/Models/ICategorizedContent.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/ICommentModel.cs b/core/Piranha/Models/ICommentModel.cs index 79caff983..854411109 100644 --- a/core/Piranha/Models/ICommentModel.cs +++ b/core/Piranha/Models/ICommentModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/IContentInfo.cs b/core/Piranha/Models/IContentInfo.cs index b4e90bef6..551e57677 100644 --- a/core/Piranha/Models/IContentInfo.cs +++ b/core/Piranha/Models/IContentInfo.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/IDynamicContent.cs b/core/Piranha/Models/IDynamicContent.cs index 0dfc2e806..a42bae71d 100644 --- a/core/Piranha/Models/IDynamicContent.cs +++ b/core/Piranha/Models/IDynamicContent.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/IMeta.cs b/core/Piranha/Models/IMeta.cs index d62bde481..bee03f395 100644 --- a/core/Piranha/Models/IMeta.cs +++ b/core/Piranha/Models/IMeta.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/IModel.cs b/core/Piranha/Models/IModel.cs index 463c8f7a0..d9a11d812 100644 --- a/core/Piranha/Models/IModel.cs +++ b/core/Piranha/Models/IModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/IRegionList.cs b/core/Piranha/Models/IRegionList.cs index 0621e60f4..2935e8f46 100644 --- a/core/Piranha/Models/IRegionList.cs +++ b/core/Piranha/Models/IRegionList.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/ITaggedContent.cs b/core/Piranha/Models/ITaggedContent.cs index 8b5977fba..46b474ce0 100644 --- a/core/Piranha/Models/ITaggedContent.cs +++ b/core/Piranha/Models/ITaggedContent.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/Language.cs b/core/Piranha/Models/Language.cs index 8365777e5..a7a62b800 100644 --- a/core/Piranha/Models/Language.cs +++ b/core/Piranha/Models/Language.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/Media.cs b/core/Piranha/Models/Media.cs index 6c38fe5a6..b6f6bbec3 100644 --- a/core/Piranha/Models/Media.cs +++ b/core/Piranha/Models/Media.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/MediaContent.cs b/core/Piranha/Models/MediaContent.cs index 5bfc910ec..d87e6c3d2 100644 --- a/core/Piranha/Models/MediaContent.cs +++ b/core/Piranha/Models/MediaContent.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/MediaFolder.cs b/core/Piranha/Models/MediaFolder.cs index 10d6b7e03..2945d4839 100644 --- a/core/Piranha/Models/MediaFolder.cs +++ b/core/Piranha/Models/MediaFolder.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/MediaStructure.cs b/core/Piranha/Models/MediaStructure.cs index 5b2bf48eb..8e77901be 100644 --- a/core/Piranha/Models/MediaStructure.cs +++ b/core/Piranha/Models/MediaStructure.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/MediaStructureItem.cs b/core/Piranha/Models/MediaStructureItem.cs index 4a083a3ed..ce1387957 100644 --- a/core/Piranha/Models/MediaStructureItem.cs +++ b/core/Piranha/Models/MediaStructureItem.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/MediaType.cs b/core/Piranha/Models/MediaType.cs index ff8f70cc8..5b3077fa9 100644 --- a/core/Piranha/Models/MediaType.cs +++ b/core/Piranha/Models/MediaType.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/MediaVersion.cs b/core/Piranha/Models/MediaVersion.cs index afc4498f6..8eec638a6 100644 --- a/core/Piranha/Models/MediaVersion.cs +++ b/core/Piranha/Models/MediaVersion.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/Page.cs b/core/Piranha/Models/Page.cs index 4802a956f..484c891ff 100644 --- a/core/Piranha/Models/Page.cs +++ b/core/Piranha/Models/Page.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/PageBase.cs b/core/Piranha/Models/PageBase.cs index 89e7ac493..74b39c8b9 100644 --- a/core/Piranha/Models/PageBase.cs +++ b/core/Piranha/Models/PageBase.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/PageComment.cs b/core/Piranha/Models/PageComment.cs index d6adf076a..a85fd4478 100644 --- a/core/Piranha/Models/PageComment.cs +++ b/core/Piranha/Models/PageComment.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/PageInfo.cs b/core/Piranha/Models/PageInfo.cs index 70d51f8fe..8bba159cb 100644 --- a/core/Piranha/Models/PageInfo.cs +++ b/core/Piranha/Models/PageInfo.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/PageType.cs b/core/Piranha/Models/PageType.cs index d6809cf16..b3ce176c7 100644 --- a/core/Piranha/Models/PageType.cs +++ b/core/Piranha/Models/PageType.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/Param.cs b/core/Piranha/Models/Param.cs index 2a43aa8e6..6ac27928b 100644 --- a/core/Piranha/Models/Param.cs +++ b/core/Piranha/Models/Param.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/Post.cs b/core/Piranha/Models/Post.cs index f0e57da6f..45ebe0ef4 100644 --- a/core/Piranha/Models/Post.cs +++ b/core/Piranha/Models/Post.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/PostArchive.cs b/core/Piranha/Models/PostArchive.cs index ebbe2c8e4..af7070e99 100644 --- a/core/Piranha/Models/PostArchive.cs +++ b/core/Piranha/Models/PostArchive.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/PostBase.cs b/core/Piranha/Models/PostBase.cs index bc1f44b42..a529d5be9 100644 --- a/core/Piranha/Models/PostBase.cs +++ b/core/Piranha/Models/PostBase.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/PostComment.cs b/core/Piranha/Models/PostComment.cs index 8e7e7210a..2600452fe 100644 --- a/core/Piranha/Models/PostComment.cs +++ b/core/Piranha/Models/PostComment.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/PostInfo.cs b/core/Piranha/Models/PostInfo.cs index 90c78993a..47a02a3ad 100644 --- a/core/Piranha/Models/PostInfo.cs +++ b/core/Piranha/Models/PostInfo.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/PostType.cs b/core/Piranha/Models/PostType.cs index 91e85629d..277d596fa 100644 --- a/core/Piranha/Models/PostType.cs +++ b/core/Piranha/Models/PostType.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/RedirectType.cs b/core/Piranha/Models/RedirectType.cs index 3ed02f42d..1d7cce370 100644 --- a/core/Piranha/Models/RedirectType.cs +++ b/core/Piranha/Models/RedirectType.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/RegionDisplayMode.cs b/core/Piranha/Models/RegionDisplayMode.cs index fed48d071..55f5b220a 100644 --- a/core/Piranha/Models/RegionDisplayMode.cs +++ b/core/Piranha/Models/RegionDisplayMode.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/RegionList.cs b/core/Piranha/Models/RegionList.cs index b106c10d9..38fc7ce7f 100644 --- a/core/Piranha/Models/RegionList.cs +++ b/core/Piranha/Models/RegionList.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/RoutedContentBase.cs b/core/Piranha/Models/RoutedContentBase.cs index 719e1034d..1a75fc83e 100644 --- a/core/Piranha/Models/RoutedContentBase.cs +++ b/core/Piranha/Models/RoutedContentBase.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/Site.cs b/core/Piranha/Models/Site.cs index f9292a742..76f98e5e3 100644 --- a/core/Piranha/Models/Site.cs +++ b/core/Piranha/Models/Site.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/SiteContent.cs b/core/Piranha/Models/SiteContent.cs index 62f997d3c..da0781d55 100644 --- a/core/Piranha/Models/SiteContent.cs +++ b/core/Piranha/Models/SiteContent.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/SiteContentBase.cs b/core/Piranha/Models/SiteContentBase.cs index 4a3e88009..9f95b6d6a 100644 --- a/core/Piranha/Models/SiteContentBase.cs +++ b/core/Piranha/Models/SiteContentBase.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/SiteType.cs b/core/Piranha/Models/SiteType.cs index b0127e06e..735525c6e 100644 --- a/core/Piranha/Models/SiteType.cs +++ b/core/Piranha/Models/SiteType.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/Sitemap.cs b/core/Piranha/Models/Sitemap.cs index 9051177ce..86d44ff9b 100644 --- a/core/Piranha/Models/Sitemap.cs +++ b/core/Piranha/Models/Sitemap.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/SitemapItem.cs b/core/Piranha/Models/SitemapItem.cs index b5e49524f..71832ae35 100644 --- a/core/Piranha/Models/SitemapItem.cs +++ b/core/Piranha/Models/SitemapItem.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/Structure.cs b/core/Piranha/Models/Structure.cs index f2993a559..9b2b444f7 100644 --- a/core/Piranha/Models/Structure.cs +++ b/core/Piranha/Models/Structure.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/StructureItem.cs b/core/Piranha/Models/StructureItem.cs index 12c7dfa12..bdecd5d8d 100644 --- a/core/Piranha/Models/StructureItem.cs +++ b/core/Piranha/Models/StructureItem.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/Taxonomy.cs b/core/Piranha/Models/Taxonomy.cs index d1e2bedab..7552ab5d8 100644 --- a/core/Piranha/Models/Taxonomy.cs +++ b/core/Piranha/Models/Taxonomy.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/TaxonomyType.cs b/core/Piranha/Models/TaxonomyType.cs index 16dc0b8a9..80a659e56 100644 --- a/core/Piranha/Models/TaxonomyType.cs +++ b/core/Piranha/Models/TaxonomyType.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/TranslationStatus.cs b/core/Piranha/Models/TranslationStatus.cs index 0f51565b2..e66234ceb 100644 --- a/core/Piranha/Models/TranslationStatus.cs +++ b/core/Piranha/Models/TranslationStatus.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Models/TranslationSummary.cs b/core/Piranha/Models/TranslationSummary.cs index 588282ae1..cc980ce4f 100644 --- a/core/Piranha/Models/TranslationSummary.cs +++ b/core/Piranha/Models/TranslationSummary.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/NoCoverageAttribute.cs b/core/Piranha/NoCoverageAttribute.cs index 8fc5c534e..ddbfdd7c3 100644 --- a/core/Piranha/NoCoverageAttribute.cs +++ b/core/Piranha/NoCoverageAttribute.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Obsolete/FieldDescriptionAttribute.cs b/core/Piranha/Obsolete/FieldDescriptionAttribute.cs index 940ae84df..9d8541bd2 100644 --- a/core/Piranha/Obsolete/FieldDescriptionAttribute.cs +++ b/core/Piranha/Obsolete/FieldDescriptionAttribute.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Obsolete/RegionDescriptionAttribute.cs b/core/Piranha/Obsolete/RegionDescriptionAttribute.cs index dc3943764..cd624c584 100644 --- a/core/Piranha/Obsolete/RegionDescriptionAttribute.cs +++ b/core/Piranha/Obsolete/RegionDescriptionAttribute.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/PiranhaExtensions.cs b/core/Piranha/PiranhaExtensions.cs index 0df95f106..cd2ad668a 100644 --- a/core/Piranha/PiranhaExtensions.cs +++ b/core/Piranha/PiranhaExtensions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/PiranhaServiceBuilder.cs b/core/Piranha/PiranhaServiceBuilder.cs index 3a5063e8d..bfa069086 100644 --- a/core/Piranha/PiranhaServiceBuilder.cs +++ b/core/Piranha/PiranhaServiceBuilder.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Repositories/IAliasRepository.cs b/core/Piranha/Repositories/IAliasRepository.cs index 60d750678..2e4af8bf1 100644 --- a/core/Piranha/Repositories/IAliasRepository.cs +++ b/core/Piranha/Repositories/IAliasRepository.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Repositories/IArchiveRepository.cs b/core/Piranha/Repositories/IArchiveRepository.cs index 224744435..bb7de6fc8 100644 --- a/core/Piranha/Repositories/IArchiveRepository.cs +++ b/core/Piranha/Repositories/IArchiveRepository.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Repositories/IContentGroupRepository.cs b/core/Piranha/Repositories/IContentGroupRepository.cs index ddae062ff..b63c44144 100644 --- a/core/Piranha/Repositories/IContentGroupRepository.cs +++ b/core/Piranha/Repositories/IContentGroupRepository.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Repositories/IContentRepository.cs b/core/Piranha/Repositories/IContentRepository.cs index a240afb09..98b3d9a48 100644 --- a/core/Piranha/Repositories/IContentRepository.cs +++ b/core/Piranha/Repositories/IContentRepository.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Repositories/IContentTypeRepository.cs b/core/Piranha/Repositories/IContentTypeRepository.cs index 6aba7ff09..77aa902eb 100644 --- a/core/Piranha/Repositories/IContentTypeRepository.cs +++ b/core/Piranha/Repositories/IContentTypeRepository.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Repositories/ILanguageRespository.cs b/core/Piranha/Repositories/ILanguageRespository.cs index dfbce2672..6d6c0257e 100644 --- a/core/Piranha/Repositories/ILanguageRespository.cs +++ b/core/Piranha/Repositories/ILanguageRespository.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Repositories/IMediaRepository.cs b/core/Piranha/Repositories/IMediaRepository.cs index 693bb7c20..8eac18010 100644 --- a/core/Piranha/Repositories/IMediaRepository.cs +++ b/core/Piranha/Repositories/IMediaRepository.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Repositories/IPageRepository.cs b/core/Piranha/Repositories/IPageRepository.cs index 5d8d97cd7..729154e2d 100644 --- a/core/Piranha/Repositories/IPageRepository.cs +++ b/core/Piranha/Repositories/IPageRepository.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Repositories/IPageTypeRepository.cs b/core/Piranha/Repositories/IPageTypeRepository.cs index 863987817..6b20f6d17 100644 --- a/core/Piranha/Repositories/IPageTypeRepository.cs +++ b/core/Piranha/Repositories/IPageTypeRepository.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Repositories/IParamRepository.cs b/core/Piranha/Repositories/IParamRepository.cs index 560bea29e..eb416c054 100644 --- a/core/Piranha/Repositories/IParamRepository.cs +++ b/core/Piranha/Repositories/IParamRepository.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Repositories/IPostRepository.cs b/core/Piranha/Repositories/IPostRepository.cs index 477122e7e..164a51812 100644 --- a/core/Piranha/Repositories/IPostRepository.cs +++ b/core/Piranha/Repositories/IPostRepository.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Repositories/IPostTypeRepository.cs b/core/Piranha/Repositories/IPostTypeRepository.cs index 04465152d..ca9589a90 100644 --- a/core/Piranha/Repositories/IPostTypeRepository.cs +++ b/core/Piranha/Repositories/IPostTypeRepository.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Repositories/ISiteRepository.cs b/core/Piranha/Repositories/ISiteRepository.cs index c56b0bf52..3e3d08b2f 100644 --- a/core/Piranha/Repositories/ISiteRepository.cs +++ b/core/Piranha/Repositories/ISiteRepository.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Repositories/ISiteTypeRepository.cs b/core/Piranha/Repositories/ISiteTypeRepository.cs index 6f37caa98..81525cfdd 100644 --- a/core/Piranha/Repositories/ISiteTypeRepository.cs +++ b/core/Piranha/Repositories/ISiteTypeRepository.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Runtime/AppBlock.cs b/core/Piranha/Runtime/AppBlock.cs index 4ab1f8d1d..7fe55921a 100644 --- a/core/Piranha/Runtime/AppBlock.cs +++ b/core/Piranha/Runtime/AppBlock.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Runtime/AppBlockList.cs b/core/Piranha/Runtime/AppBlockList.cs index a8be0aa8a..fe75cef24 100644 --- a/core/Piranha/Runtime/AppBlockList.cs +++ b/core/Piranha/Runtime/AppBlockList.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Runtime/AppDataItem.cs b/core/Piranha/Runtime/AppDataItem.cs index ae440e708..3b1832a51 100644 --- a/core/Piranha/Runtime/AppDataItem.cs +++ b/core/Piranha/Runtime/AppDataItem.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Runtime/AppDataList.cs b/core/Piranha/Runtime/AppDataList.cs index f464d1135..3248720f5 100644 --- a/core/Piranha/Runtime/AppDataList.cs +++ b/core/Piranha/Runtime/AppDataList.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Runtime/AppField.cs b/core/Piranha/Runtime/AppField.cs index a0afc825a..879ae9351 100644 --- a/core/Piranha/Runtime/AppField.cs +++ b/core/Piranha/Runtime/AppField.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Runtime/AppFieldList.cs b/core/Piranha/Runtime/AppFieldList.cs index 268faa08c..db36b3fe7 100644 --- a/core/Piranha/Runtime/AppFieldList.cs +++ b/core/Piranha/Runtime/AppFieldList.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Runtime/AppInitMethod.cs b/core/Piranha/Runtime/AppInitMethod.cs index 73828ac58..a2d04a35f 100644 --- a/core/Piranha/Runtime/AppInitMethod.cs +++ b/core/Piranha/Runtime/AppInitMethod.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Runtime/AppMethod.cs b/core/Piranha/Runtime/AppMethod.cs index ed3cb22df..73a55f739 100644 --- a/core/Piranha/Runtime/AppMethod.cs +++ b/core/Piranha/Runtime/AppMethod.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Runtime/AppModule.cs b/core/Piranha/Runtime/AppModule.cs index aa4f7b42b..6d35243a0 100644 --- a/core/Piranha/Runtime/AppModule.cs +++ b/core/Piranha/Runtime/AppModule.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Runtime/AppModuleList.cs b/core/Piranha/Runtime/AppModuleList.cs index baf4366e3..eeac2f3a4 100644 --- a/core/Piranha/Runtime/AppModuleList.cs +++ b/core/Piranha/Runtime/AppModuleList.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Runtime/CachedList.cs b/core/Piranha/Runtime/CachedList.cs index ac5aea64e..d32237e14 100644 --- a/core/Piranha/Runtime/CachedList.cs +++ b/core/Piranha/Runtime/CachedList.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Runtime/HookManager.cs b/core/Piranha/Runtime/HookManager.cs index 21025efd1..046bb32b4 100644 --- a/core/Piranha/Runtime/HookManager.cs +++ b/core/Piranha/Runtime/HookManager.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * @@ -178,7 +178,7 @@ public void RegisterOnInvalidate(ModelDelegate hook) /// Gets the hooks available for params. /// public ServiceHooks Param { get; } = new ServiceHooks(); - + /// /// Gets the hooks available for generic content. /// diff --git a/core/Piranha/Runtime/MediaManager.cs b/core/Piranha/Runtime/MediaManager.cs index 366425e11..1ea60efee 100644 --- a/core/Piranha/Runtime/MediaManager.cs +++ b/core/Piranha/Runtime/MediaManager.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Runtime/SerializerManager.cs b/core/Piranha/Runtime/SerializerManager.cs index 079b92b6c..f206a7619 100644 --- a/core/Piranha/Runtime/SerializerManager.cs +++ b/core/Piranha/Runtime/SerializerManager.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Security/PermissionItem.cs b/core/Piranha/Security/PermissionItem.cs index 5a33a4a14..406f23fde 100644 --- a/core/Piranha/Security/PermissionItem.cs +++ b/core/Piranha/Security/PermissionItem.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Security/PermissionManager.cs b/core/Piranha/Security/PermissionManager.cs index eb62f0109..a0a5a51ed 100644 --- a/core/Piranha/Security/PermissionManager.cs +++ b/core/Piranha/Security/PermissionManager.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Security/Permissions.cs b/core/Piranha/Security/Permissions.cs index 2e54b0b95..4131a5886 100644 --- a/core/Piranha/Security/Permissions.cs +++ b/core/Piranha/Security/Permissions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Services/AliasService.cs b/core/Piranha/Services/AliasService.cs index 73f2fca20..a02be758c 100644 --- a/core/Piranha/Services/AliasService.cs +++ b/core/Piranha/Services/AliasService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Services/ArchiveService.cs b/core/Piranha/Services/ArchiveService.cs index 82948725d..9bbef19c3 100644 --- a/core/Piranha/Services/ArchiveService.cs +++ b/core/Piranha/Services/ArchiveService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Services/ContentFactory.cs b/core/Piranha/Services/ContentFactory.cs index 7d39427e9..df5755c43 100644 --- a/core/Piranha/Services/ContentFactory.cs +++ b/core/Piranha/Services/ContentFactory.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Services/ContentGroupService.cs b/core/Piranha/Services/ContentGroupService.cs index fbdcd91f9..72f991762 100644 --- a/core/Piranha/Services/ContentGroupService.cs +++ b/core/Piranha/Services/ContentGroupService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Services/ContentService.cs b/core/Piranha/Services/ContentService.cs index 963aee0c9..cb8de616f 100644 --- a/core/Piranha/Services/ContentService.cs +++ b/core/Piranha/Services/ContentService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Services/ContentTypeService.cs b/core/Piranha/Services/ContentTypeService.cs index 1248f0099..70ee0eff2 100644 --- a/core/Piranha/Services/ContentTypeService.cs +++ b/core/Piranha/Services/ContentTypeService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Services/IAliasService.cs b/core/Piranha/Services/IAliasService.cs index 185cab913..173f98fa6 100644 --- a/core/Piranha/Services/IAliasService.cs +++ b/core/Piranha/Services/IAliasService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Services/IArchiveService.cs b/core/Piranha/Services/IArchiveService.cs index 29d6217dd..1cc1dd594 100644 --- a/core/Piranha/Services/IArchiveService.cs +++ b/core/Piranha/Services/IArchiveService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Services/IContentFactory.cs b/core/Piranha/Services/IContentFactory.cs index 5bc36b87c..6d7468d42 100644 --- a/core/Piranha/Services/IContentFactory.cs +++ b/core/Piranha/Services/IContentFactory.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Services/IContentGroupService.cs b/core/Piranha/Services/IContentGroupService.cs index c0fe8af5c..7019ec333 100644 --- a/core/Piranha/Services/IContentGroupService.cs +++ b/core/Piranha/Services/IContentGroupService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Services/IContentService.cs b/core/Piranha/Services/IContentService.cs index ce9a39854..7ce9c97b5 100644 --- a/core/Piranha/Services/IContentService.cs +++ b/core/Piranha/Services/IContentService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Services/IContentTypeService.cs b/core/Piranha/Services/IContentTypeService.cs index 656042205..67f083d01 100644 --- a/core/Piranha/Services/IContentTypeService.cs +++ b/core/Piranha/Services/IContentTypeService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Services/ILanguageService.cs b/core/Piranha/Services/ILanguageService.cs index 516512ff0..49fea6861 100644 --- a/core/Piranha/Services/ILanguageService.cs +++ b/core/Piranha/Services/ILanguageService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Services/IMediaService.cs b/core/Piranha/Services/IMediaService.cs index 9fe3962a5..d97bb2df5 100644 --- a/core/Piranha/Services/IMediaService.cs +++ b/core/Piranha/Services/IMediaService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Services/IPageService.cs b/core/Piranha/Services/IPageService.cs index 0adcb56e1..3b776308d 100644 --- a/core/Piranha/Services/IPageService.cs +++ b/core/Piranha/Services/IPageService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Services/IPageTypeService.cs b/core/Piranha/Services/IPageTypeService.cs index 3fa050b49..72e135702 100644 --- a/core/Piranha/Services/IPageTypeService.cs +++ b/core/Piranha/Services/IPageTypeService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Services/IParamService.cs b/core/Piranha/Services/IParamService.cs index fa63463c2..8294de0a9 100644 --- a/core/Piranha/Services/IParamService.cs +++ b/core/Piranha/Services/IParamService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Services/IPostService.cs b/core/Piranha/Services/IPostService.cs index 44ffbab76..dd93e079b 100644 --- a/core/Piranha/Services/IPostService.cs +++ b/core/Piranha/Services/IPostService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Services/IPostTypeService.cs b/core/Piranha/Services/IPostTypeService.cs index 8f02fe4de..ff7334054 100644 --- a/core/Piranha/Services/IPostTypeService.cs +++ b/core/Piranha/Services/IPostTypeService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Services/ISiteService.cs b/core/Piranha/Services/ISiteService.cs index c963e0b95..7a520803a 100644 --- a/core/Piranha/Services/ISiteService.cs +++ b/core/Piranha/Services/ISiteService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Services/ISiteTypeService.cs b/core/Piranha/Services/ISiteTypeService.cs index 677cbf7b3..5669ba766 100644 --- a/core/Piranha/Services/ISiteTypeService.cs +++ b/core/Piranha/Services/ISiteTypeService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Services/LanguageService.cs b/core/Piranha/Services/LanguageService.cs index 6850fcc78..e60b542e4 100644 --- a/core/Piranha/Services/LanguageService.cs +++ b/core/Piranha/Services/LanguageService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Services/MediaService.cs b/core/Piranha/Services/MediaService.cs index 0d59c4bc9..fc409e370 100644 --- a/core/Piranha/Services/MediaService.cs +++ b/core/Piranha/Services/MediaService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Services/PageService.cs b/core/Piranha/Services/PageService.cs index 54804b330..e1f271d54 100644 --- a/core/Piranha/Services/PageService.cs +++ b/core/Piranha/Services/PageService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Services/PageTypeService.cs b/core/Piranha/Services/PageTypeService.cs index 72d798877..08b644322 100644 --- a/core/Piranha/Services/PageTypeService.cs +++ b/core/Piranha/Services/PageTypeService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Services/ParamService.cs b/core/Piranha/Services/ParamService.cs index c9f713eb6..47c108fa7 100644 --- a/core/Piranha/Services/ParamService.cs +++ b/core/Piranha/Services/ParamService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Services/PostService.cs b/core/Piranha/Services/PostService.cs index 9823dddc2..f7e079a7f 100644 --- a/core/Piranha/Services/PostService.cs +++ b/core/Piranha/Services/PostService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Services/PostTypeService.cs b/core/Piranha/Services/PostTypeService.cs index 8bc64e44f..3efdbfff3 100644 --- a/core/Piranha/Services/PostTypeService.cs +++ b/core/Piranha/Services/PostTypeService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Services/SiteService.cs b/core/Piranha/Services/SiteService.cs index e735e066b..2db143957 100644 --- a/core/Piranha/Services/SiteService.cs +++ b/core/Piranha/Services/SiteService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Services/SiteTypeService.cs b/core/Piranha/Services/SiteTypeService.cs index e7a3ad69c..38a34d854 100644 --- a/core/Piranha/Services/SiteTypeService.cs +++ b/core/Piranha/Services/SiteTypeService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/core/Piranha/Utils.cs b/core/Piranha/Utils.cs index cd92bbf32..00e1f43e5 100644 --- a/core/Piranha/Utils.cs +++ b/core/Piranha/Utils.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF.MySql/DbFactory.cs b/data/Piranha.Data.EF.MySql/DbFactory.cs index 315a32cb9..4de3d4353 100644 --- a/data/Piranha.Data.EF.MySql/DbFactory.cs +++ b/data/Piranha.Data.EF.MySql/DbFactory.cs @@ -3,7 +3,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF.MySql/MySqlDb.cs b/data/Piranha.Data.EF.MySql/MySqlDb.cs index 16f28a793..f481bd1c2 100644 --- a/data/Piranha.Data.EF.MySql/MySqlDb.cs +++ b/data/Piranha.Data.EF.MySql/MySqlDb.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF.PostgreSql/DbFactory.cs b/data/Piranha.Data.EF.PostgreSql/DbFactory.cs index a5d52225d..4a9a8fefa 100644 --- a/data/Piranha.Data.EF.PostgreSql/DbFactory.cs +++ b/data/Piranha.Data.EF.PostgreSql/DbFactory.cs @@ -3,7 +3,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF.PostgreSql/PostgreSqlDb.cs b/data/Piranha.Data.EF.PostgreSql/PostgreSqlDb.cs index 75a72fc7e..cdc0fd53b 100644 --- a/data/Piranha.Data.EF.PostgreSql/PostgreSqlDb.cs +++ b/data/Piranha.Data.EF.PostgreSql/PostgreSqlDb.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF.SQLServer/DbFactory.cs b/data/Piranha.Data.EF.SQLServer/DbFactory.cs index cd4cc2c32..9d79e3e1a 100644 --- a/data/Piranha.Data.EF.SQLServer/DbFactory.cs +++ b/data/Piranha.Data.EF.SQLServer/DbFactory.cs @@ -3,7 +3,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF.SQLServer/SQLServerDb.cs b/data/Piranha.Data.EF.SQLServer/SQLServerDb.cs index 9c4388b77..7d6df85dc 100644 --- a/data/Piranha.Data.EF.SQLServer/SQLServerDb.cs +++ b/data/Piranha.Data.EF.SQLServer/SQLServerDb.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF.SQLite/DbFactory.cs b/data/Piranha.Data.EF.SQLite/DbFactory.cs index bbff9fdc8..ba896ba47 100644 --- a/data/Piranha.Data.EF.SQLite/DbFactory.cs +++ b/data/Piranha.Data.EF.SQLite/DbFactory.cs @@ -3,7 +3,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF.SQLite/SQLiteDb.cs b/data/Piranha.Data.EF.SQLite/SQLiteDb.cs index e43707c61..e320fbbcb 100644 --- a/data/Piranha.Data.EF.SQLite/SQLiteDb.cs +++ b/data/Piranha.Data.EF.SQLite/SQLiteDb.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/Alias.cs b/data/Piranha.Data.EF/Data/Alias.cs index f21dbbf87..c503a8664 100644 --- a/data/Piranha.Data.EF/Data/Alias.cs +++ b/data/Piranha.Data.EF/Data/Alias.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/Block.cs b/data/Piranha.Data.EF/Data/Block.cs index ffbb7ad7a..4cc9eee1c 100644 --- a/data/Piranha.Data.EF/Data/Block.cs +++ b/data/Piranha.Data.EF/Data/Block.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/BlockBase.cs b/data/Piranha.Data.EF/Data/BlockBase.cs index 1cfa26934..d7f20f1b1 100644 --- a/data/Piranha.Data.EF/Data/BlockBase.cs +++ b/data/Piranha.Data.EF/Data/BlockBase.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/BlockField.cs b/data/Piranha.Data.EF/Data/BlockField.cs index b23ba8cc1..a121404ca 100644 --- a/data/Piranha.Data.EF/Data/BlockField.cs +++ b/data/Piranha.Data.EF/Data/BlockField.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/BlockFieldBase.cs b/data/Piranha.Data.EF/Data/BlockFieldBase.cs index 6b196c8b0..f6112d3fd 100644 --- a/data/Piranha.Data.EF/Data/BlockFieldBase.cs +++ b/data/Piranha.Data.EF/Data/BlockFieldBase.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/Category.cs b/data/Piranha.Data.EF/Data/Category.cs index a44649559..1437b77b8 100644 --- a/data/Piranha.Data.EF/Data/Category.cs +++ b/data/Piranha.Data.EF/Data/Category.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/Comment.cs b/data/Piranha.Data.EF/Data/Comment.cs index 006641fce..478c71172 100644 --- a/data/Piranha.Data.EF/Data/Comment.cs +++ b/data/Piranha.Data.EF/Data/Comment.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/Content.cs b/data/Piranha.Data.EF/Data/Content.cs index 7405cf37a..87da63f17 100644 --- a/data/Piranha.Data.EF/Data/Content.cs +++ b/data/Piranha.Data.EF/Data/Content.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/ContentBase.cs b/data/Piranha.Data.EF/Data/ContentBase.cs index 47043373d..d04beb3c4 100644 --- a/data/Piranha.Data.EF/Data/ContentBase.cs +++ b/data/Piranha.Data.EF/Data/ContentBase.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/ContentBlock.cs b/data/Piranha.Data.EF/Data/ContentBlock.cs index 84ce56ea8..b77e933ab 100644 --- a/data/Piranha.Data.EF/Data/ContentBlock.cs +++ b/data/Piranha.Data.EF/Data/ContentBlock.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/ContentBlockField.cs b/data/Piranha.Data.EF/Data/ContentBlockField.cs index ac82ac042..a860e6d48 100644 --- a/data/Piranha.Data.EF/Data/ContentBlockField.cs +++ b/data/Piranha.Data.EF/Data/ContentBlockField.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/ContentBlockFieldTranslation.cs b/data/Piranha.Data.EF/Data/ContentBlockFieldTranslation.cs index f58f5d417..26ba0c052 100644 --- a/data/Piranha.Data.EF/Data/ContentBlockFieldTranslation.cs +++ b/data/Piranha.Data.EF/Data/ContentBlockFieldTranslation.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/ContentField.cs b/data/Piranha.Data.EF/Data/ContentField.cs index 2df74df64..c0bdd91c5 100644 --- a/data/Piranha.Data.EF/Data/ContentField.cs +++ b/data/Piranha.Data.EF/Data/ContentField.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/ContentFieldBase.cs b/data/Piranha.Data.EF/Data/ContentFieldBase.cs index 0d70f21cb..bf24eaf6d 100644 --- a/data/Piranha.Data.EF/Data/ContentFieldBase.cs +++ b/data/Piranha.Data.EF/Data/ContentFieldBase.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/ContentFieldTranslation.cs b/data/Piranha.Data.EF/Data/ContentFieldTranslation.cs index f7148d498..01a083f51 100644 --- a/data/Piranha.Data.EF/Data/ContentFieldTranslation.cs +++ b/data/Piranha.Data.EF/Data/ContentFieldTranslation.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/ContentGroup.cs b/data/Piranha.Data.EF/Data/ContentGroup.cs index 2720ff5cc..f1f8c4684 100644 --- a/data/Piranha.Data.EF/Data/ContentGroup.cs +++ b/data/Piranha.Data.EF/Data/ContentGroup.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/ContentRevisionBase.cs b/data/Piranha.Data.EF/Data/ContentRevisionBase.cs index 0a3444c40..e941fd982 100644 --- a/data/Piranha.Data.EF/Data/ContentRevisionBase.cs +++ b/data/Piranha.Data.EF/Data/ContentRevisionBase.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/ContentTaxonomy.cs b/data/Piranha.Data.EF/Data/ContentTaxonomy.cs index 28e03ec04..a9a70a398 100644 --- a/data/Piranha.Data.EF/Data/ContentTaxonomy.cs +++ b/data/Piranha.Data.EF/Data/ContentTaxonomy.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/ContentTranslation.cs b/data/Piranha.Data.EF/Data/ContentTranslation.cs index 4d2607f80..5d5c44df3 100644 --- a/data/Piranha.Data.EF/Data/ContentTranslation.cs +++ b/data/Piranha.Data.EF/Data/ContentTranslation.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/ContentType.cs b/data/Piranha.Data.EF/Data/ContentType.cs index 25833f5c0..6b26dee19 100644 --- a/data/Piranha.Data.EF/Data/ContentType.cs +++ b/data/Piranha.Data.EF/Data/ContentType.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/ContentTypeBase.cs b/data/Piranha.Data.EF/Data/ContentTypeBase.cs index 30b9b6edd..0e208243e 100644 --- a/data/Piranha.Data.EF/Data/ContentTypeBase.cs +++ b/data/Piranha.Data.EF/Data/ContentTypeBase.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/ICategorized.cs b/data/Piranha.Data.EF/Data/ICategorized.cs index c333a1e4d..7b53bddac 100644 --- a/data/Piranha.Data.EF/Data/ICategorized.cs +++ b/data/Piranha.Data.EF/Data/ICategorized.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/IContentBlock.cs b/data/Piranha.Data.EF/Data/IContentBlock.cs index e6c0edc05..5f369ef49 100644 --- a/data/Piranha.Data.EF/Data/IContentBlock.cs +++ b/data/Piranha.Data.EF/Data/IContentBlock.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/ITranslatable.cs b/data/Piranha.Data.EF/Data/ITranslatable.cs index ef567c0c9..498ba690a 100644 --- a/data/Piranha.Data.EF/Data/ITranslatable.cs +++ b/data/Piranha.Data.EF/Data/ITranslatable.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/Language.cs b/data/Piranha.Data.EF/Data/Language.cs index 9d9271a0f..cc73220d9 100644 --- a/data/Piranha.Data.EF/Data/Language.cs +++ b/data/Piranha.Data.EF/Data/Language.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/Media.cs b/data/Piranha.Data.EF/Data/Media.cs index df06a58ce..cee7c89e1 100644 --- a/data/Piranha.Data.EF/Data/Media.cs +++ b/data/Piranha.Data.EF/Data/Media.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/MediaFolder.cs b/data/Piranha.Data.EF/Data/MediaFolder.cs index 09cdc4d21..e1249b7f9 100644 --- a/data/Piranha.Data.EF/Data/MediaFolder.cs +++ b/data/Piranha.Data.EF/Data/MediaFolder.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/MediaVersion.cs b/data/Piranha.Data.EF/Data/MediaVersion.cs index 4201ac6bf..8d6575f56 100644 --- a/data/Piranha.Data.EF/Data/MediaVersion.cs +++ b/data/Piranha.Data.EF/Data/MediaVersion.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/Page.cs b/data/Piranha.Data.EF/Data/Page.cs index 857f015e6..c263c7b1a 100644 --- a/data/Piranha.Data.EF/Data/Page.cs +++ b/data/Piranha.Data.EF/Data/Page.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/PageBlock.cs b/data/Piranha.Data.EF/Data/PageBlock.cs index 936438b7f..c14f1bdae 100644 --- a/data/Piranha.Data.EF/Data/PageBlock.cs +++ b/data/Piranha.Data.EF/Data/PageBlock.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/PageComment.cs b/data/Piranha.Data.EF/Data/PageComment.cs index fedff3eb5..8948c1ee0 100644 --- a/data/Piranha.Data.EF/Data/PageComment.cs +++ b/data/Piranha.Data.EF/Data/PageComment.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/PageField.cs b/data/Piranha.Data.EF/Data/PageField.cs index 39ad398d3..3cee96f6f 100644 --- a/data/Piranha.Data.EF/Data/PageField.cs +++ b/data/Piranha.Data.EF/Data/PageField.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/PagePermission.cs b/data/Piranha.Data.EF/Data/PagePermission.cs index 7d05d9aab..15026e85c 100644 --- a/data/Piranha.Data.EF/Data/PagePermission.cs +++ b/data/Piranha.Data.EF/Data/PagePermission.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/PageRevision.cs b/data/Piranha.Data.EF/Data/PageRevision.cs index bb85f822e..b4e72fe58 100644 --- a/data/Piranha.Data.EF/Data/PageRevision.cs +++ b/data/Piranha.Data.EF/Data/PageRevision.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/PageType.cs b/data/Piranha.Data.EF/Data/PageType.cs index 0fe09e9ce..6f5f1e0ac 100644 --- a/data/Piranha.Data.EF/Data/PageType.cs +++ b/data/Piranha.Data.EF/Data/PageType.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/Param.cs b/data/Piranha.Data.EF/Data/Param.cs index dda85965d..62b6bbc55 100644 --- a/data/Piranha.Data.EF/Data/Param.cs +++ b/data/Piranha.Data.EF/Data/Param.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/Post.cs b/data/Piranha.Data.EF/Data/Post.cs index 9e303aabc..24e7826f6 100644 --- a/data/Piranha.Data.EF/Data/Post.cs +++ b/data/Piranha.Data.EF/Data/Post.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/PostBlock.cs b/data/Piranha.Data.EF/Data/PostBlock.cs index 61461b16f..7bcd60875 100644 --- a/data/Piranha.Data.EF/Data/PostBlock.cs +++ b/data/Piranha.Data.EF/Data/PostBlock.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/PostComment.cs b/data/Piranha.Data.EF/Data/PostComment.cs index 8e7d7dbd4..eb90d1c2f 100644 --- a/data/Piranha.Data.EF/Data/PostComment.cs +++ b/data/Piranha.Data.EF/Data/PostComment.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/PostField.cs b/data/Piranha.Data.EF/Data/PostField.cs index 316370966..39e00d8e2 100644 --- a/data/Piranha.Data.EF/Data/PostField.cs +++ b/data/Piranha.Data.EF/Data/PostField.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/PostPermissions.cs b/data/Piranha.Data.EF/Data/PostPermissions.cs index 9554514fa..a345a5394 100644 --- a/data/Piranha.Data.EF/Data/PostPermissions.cs +++ b/data/Piranha.Data.EF/Data/PostPermissions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/PostRevision.cs b/data/Piranha.Data.EF/Data/PostRevision.cs index 386716d84..3270d33d2 100644 --- a/data/Piranha.Data.EF/Data/PostRevision.cs +++ b/data/Piranha.Data.EF/Data/PostRevision.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/PostTag.cs b/data/Piranha.Data.EF/Data/PostTag.cs index e3a464296..99a1d822e 100644 --- a/data/Piranha.Data.EF/Data/PostTag.cs +++ b/data/Piranha.Data.EF/Data/PostTag.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/PostType.cs b/data/Piranha.Data.EF/Data/PostType.cs index a4527e6bd..b38b4ba43 100644 --- a/data/Piranha.Data.EF/Data/PostType.cs +++ b/data/Piranha.Data.EF/Data/PostType.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/RoutedContentBase.cs b/data/Piranha.Data.EF/Data/RoutedContentBase.cs index 2151fed11..477f3c66b 100644 --- a/data/Piranha.Data.EF/Data/RoutedContentBase.cs +++ b/data/Piranha.Data.EF/Data/RoutedContentBase.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/Site.cs b/data/Piranha.Data.EF/Data/Site.cs index dd04be086..19b2a2d30 100644 --- a/data/Piranha.Data.EF/Data/Site.cs +++ b/data/Piranha.Data.EF/Data/Site.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/SiteField.cs b/data/Piranha.Data.EF/Data/SiteField.cs index 55445df09..b07c52b2d 100644 --- a/data/Piranha.Data.EF/Data/SiteField.cs +++ b/data/Piranha.Data.EF/Data/SiteField.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/SiteType.cs b/data/Piranha.Data.EF/Data/SiteType.cs index 3813a1273..44181d562 100644 --- a/data/Piranha.Data.EF/Data/SiteType.cs +++ b/data/Piranha.Data.EF/Data/SiteType.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/Tag.cs b/data/Piranha.Data.EF/Data/Tag.cs index cc225c698..c8f81647a 100644 --- a/data/Piranha.Data.EF/Data/Tag.cs +++ b/data/Piranha.Data.EF/Data/Tag.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/Taxonomy.cs b/data/Piranha.Data.EF/Data/Taxonomy.cs index 1b777247b..a173e8f10 100644 --- a/data/Piranha.Data.EF/Data/Taxonomy.cs +++ b/data/Piranha.Data.EF/Data/Taxonomy.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/TaxonomyBase.cs b/data/Piranha.Data.EF/Data/TaxonomyBase.cs index 973c9212d..01d575899 100644 --- a/data/Piranha.Data.EF/Data/TaxonomyBase.cs +++ b/data/Piranha.Data.EF/Data/TaxonomyBase.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Data/TaxonomyType.cs b/data/Piranha.Data.EF/Data/TaxonomyType.cs index 6ecccf3e7..89ec70c85 100644 --- a/data/Piranha.Data.EF/Data/TaxonomyType.cs +++ b/data/Piranha.Data.EF/Data/TaxonomyType.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Db.cs b/data/Piranha.Data.EF/Db.cs index f11f087c3..9981ac83f 100644 --- a/data/Piranha.Data.EF/Db.cs +++ b/data/Piranha.Data.EF/Db.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/IDb.cs b/data/Piranha.Data.EF/IDb.cs index bd0f29640..22c8d9d34 100644 --- a/data/Piranha.Data.EF/IDb.cs +++ b/data/Piranha.Data.EF/IDb.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Module.cs b/data/Piranha.Data.EF/Module.cs index 93ac51ac7..9adec84e0 100644 --- a/data/Piranha.Data.EF/Module.cs +++ b/data/Piranha.Data.EF/Module.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/PiranhaEFExtensions.cs b/data/Piranha.Data.EF/PiranhaEFExtensions.cs index 5202da66b..0e43e17b7 100644 --- a/data/Piranha.Data.EF/PiranhaEFExtensions.cs +++ b/data/Piranha.Data.EF/PiranhaEFExtensions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Repositories/AliasRepository.cs b/data/Piranha.Data.EF/Repositories/AliasRepository.cs index 997a78d10..4bcd30ff7 100644 --- a/data/Piranha.Data.EF/Repositories/AliasRepository.cs +++ b/data/Piranha.Data.EF/Repositories/AliasRepository.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Repositories/ArchiveRepository.cs b/data/Piranha.Data.EF/Repositories/ArchiveRepository.cs index a5a9166dd..e30162af9 100644 --- a/data/Piranha.Data.EF/Repositories/ArchiveRepository.cs +++ b/data/Piranha.Data.EF/Repositories/ArchiveRepository.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Repositories/ContentGroupRepository.cs b/data/Piranha.Data.EF/Repositories/ContentGroupRepository.cs index 63baab1e7..7105e6c95 100644 --- a/data/Piranha.Data.EF/Repositories/ContentGroupRepository.cs +++ b/data/Piranha.Data.EF/Repositories/ContentGroupRepository.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Repositories/ContentRepository.cs b/data/Piranha.Data.EF/Repositories/ContentRepository.cs index eb6f6785b..659029703 100644 --- a/data/Piranha.Data.EF/Repositories/ContentRepository.cs +++ b/data/Piranha.Data.EF/Repositories/ContentRepository.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Repositories/ContentTypeRepository.cs b/data/Piranha.Data.EF/Repositories/ContentTypeRepository.cs index a6b9f3544..b899b173e 100644 --- a/data/Piranha.Data.EF/Repositories/ContentTypeRepository.cs +++ b/data/Piranha.Data.EF/Repositories/ContentTypeRepository.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Repositories/LanguageRepository.cs b/data/Piranha.Data.EF/Repositories/LanguageRepository.cs index 92102f523..0a6efa75f 100644 --- a/data/Piranha.Data.EF/Repositories/LanguageRepository.cs +++ b/data/Piranha.Data.EF/Repositories/LanguageRepository.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Repositories/MediaRepository.cs b/data/Piranha.Data.EF/Repositories/MediaRepository.cs index 4b4ed0701..4a6277720 100644 --- a/data/Piranha.Data.EF/Repositories/MediaRepository.cs +++ b/data/Piranha.Data.EF/Repositories/MediaRepository.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * @@ -81,7 +81,7 @@ await _db.MediaFolders /// /// One or several media id /// The matching media - public Task> GetById(params Guid[] ids) => + public Task> GetById(params Guid[] ids) => _db.Media.AsNoTracking() .Include(c => c.Versions) .Where(m => ids.Contains(m.Id)) diff --git a/data/Piranha.Data.EF/Repositories/PageRepository.cs b/data/Piranha.Data.EF/Repositories/PageRepository.cs index 54dbb7086..b466b9ee7 100644 --- a/data/Piranha.Data.EF/Repositories/PageRepository.cs +++ b/data/Piranha.Data.EF/Repositories/PageRepository.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Repositories/PageTypeRepository.cs b/data/Piranha.Data.EF/Repositories/PageTypeRepository.cs index 35c7b45b8..82bd888c1 100644 --- a/data/Piranha.Data.EF/Repositories/PageTypeRepository.cs +++ b/data/Piranha.Data.EF/Repositories/PageTypeRepository.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Repositories/ParamRepository.cs b/data/Piranha.Data.EF/Repositories/ParamRepository.cs index c83931cbc..535f9d909 100644 --- a/data/Piranha.Data.EF/Repositories/ParamRepository.cs +++ b/data/Piranha.Data.EF/Repositories/ParamRepository.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Repositories/PostRepository.cs b/data/Piranha.Data.EF/Repositories/PostRepository.cs index 5478bbb95..9f5bc28e1 100644 --- a/data/Piranha.Data.EF/Repositories/PostRepository.cs +++ b/data/Piranha.Data.EF/Repositories/PostRepository.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Repositories/PostTypeRepository.cs b/data/Piranha.Data.EF/Repositories/PostTypeRepository.cs index bbbdf929c..bb73ab578 100644 --- a/data/Piranha.Data.EF/Repositories/PostTypeRepository.cs +++ b/data/Piranha.Data.EF/Repositories/PostTypeRepository.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Repositories/SiteRepository.cs b/data/Piranha.Data.EF/Repositories/SiteRepository.cs index 68286ab8d..c67af4779 100644 --- a/data/Piranha.Data.EF/Repositories/SiteRepository.cs +++ b/data/Piranha.Data.EF/Repositories/SiteRepository.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Repositories/SiteTypeRepository.cs b/data/Piranha.Data.EF/Repositories/SiteTypeRepository.cs index 90a816273..40c36e7bc 100644 --- a/data/Piranha.Data.EF/Repositories/SiteTypeRepository.cs +++ b/data/Piranha.Data.EF/Repositories/SiteTypeRepository.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Services/ContentService.cs b/data/Piranha.Data.EF/Services/ContentService.cs index 043dd0e79..c5e35d59b 100644 --- a/data/Piranha.Data.EF/Services/ContentService.cs +++ b/data/Piranha.Data.EF/Services/ContentService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Services/ContentServiceFactory.cs b/data/Piranha.Data.EF/Services/ContentServiceFactory.cs index f063243e6..f51a3d82d 100644 --- a/data/Piranha.Data.EF/Services/ContentServiceFactory.cs +++ b/data/Piranha.Data.EF/Services/ContentServiceFactory.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Services/IContentService.cs b/data/Piranha.Data.EF/Services/IContentService.cs index 0e90bc6c2..b0e9f8730 100644 --- a/data/Piranha.Data.EF/Services/IContentService.cs +++ b/data/Piranha.Data.EF/Services/IContentService.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/data/Piranha.Data.EF/Services/IContentServiceFactory.cs b/data/Piranha.Data.EF/Services/IContentServiceFactory.cs index a4f186012..f857a9d2f 100644 --- a/data/Piranha.Data.EF/Services/IContentServiceFactory.cs +++ b/data/Piranha.Data.EF/Services/IContentServiceFactory.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/identity/Piranha.AspNetCore.Identity.PostgreSQL/DbFactory.cs b/identity/Piranha.AspNetCore.Identity.PostgreSQL/DbFactory.cs index 9febf2527..4a8aef426 100644 --- a/identity/Piranha.AspNetCore.Identity.PostgreSQL/DbFactory.cs +++ b/identity/Piranha.AspNetCore.Identity.PostgreSQL/DbFactory.cs @@ -3,7 +3,7 @@ * Copyright (c) 2019 Jason Underhill * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/identity/Piranha.AspNetCore.Identity.PostgreSQL/IdentityPostgreSQLDb.cs b/identity/Piranha.AspNetCore.Identity.PostgreSQL/IdentityPostgreSQLDb.cs index f36d9944c..ddd7a8c20 100644 --- a/identity/Piranha.AspNetCore.Identity.PostgreSQL/IdentityPostgreSQLDb.cs +++ b/identity/Piranha.AspNetCore.Identity.PostgreSQL/IdentityPostgreSQLDb.cs @@ -2,7 +2,7 @@ * Copyright (c) 2018 Jason Underhill * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/identity/Piranha.AspNetCore.Identity.SQLServer/DbFactory.cs b/identity/Piranha.AspNetCore.Identity.SQLServer/DbFactory.cs index a79ee8452..4cadba966 100644 --- a/identity/Piranha.AspNetCore.Identity.SQLServer/DbFactory.cs +++ b/identity/Piranha.AspNetCore.Identity.SQLServer/DbFactory.cs @@ -3,7 +3,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/identity/Piranha.AspNetCore.Identity.SQLServer/IdentitySQLServerDb.cs b/identity/Piranha.AspNetCore.Identity.SQLServer/IdentitySQLServerDb.cs index 47ef1aa7d..e4d2f9e1f 100644 --- a/identity/Piranha.AspNetCore.Identity.SQLServer/IdentitySQLServerDb.cs +++ b/identity/Piranha.AspNetCore.Identity.SQLServer/IdentitySQLServerDb.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/identity/Piranha.AspNetCore.Identity.SQLite/DbFactory.cs b/identity/Piranha.AspNetCore.Identity.SQLite/DbFactory.cs index 85be40c0b..55e9f7c67 100644 --- a/identity/Piranha.AspNetCore.Identity.SQLite/DbFactory.cs +++ b/identity/Piranha.AspNetCore.Identity.SQLite/DbFactory.cs @@ -3,7 +3,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/identity/Piranha.AspNetCore.Identity.SQLite/IdentitySQLiteDb.cs b/identity/Piranha.AspNetCore.Identity.SQLite/IdentitySQLiteDb.cs index 149d8c378..65eff0467 100644 --- a/identity/Piranha.AspNetCore.Identity.SQLite/IdentitySQLiteDb.cs +++ b/identity/Piranha.AspNetCore.Identity.SQLite/IdentitySQLiteDb.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/identity/Piranha.AspNetCore.Identity/Controllers/RoleController.cs b/identity/Piranha.AspNetCore.Identity/Controllers/RoleController.cs index 1c5596f6f..65cda0518 100644 --- a/identity/Piranha.AspNetCore.Identity/Controllers/RoleController.cs +++ b/identity/Piranha.AspNetCore.Identity/Controllers/RoleController.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/identity/Piranha.AspNetCore.Identity/Controllers/UserController.cs b/identity/Piranha.AspNetCore.Identity/Controllers/UserController.cs index 74e082fc5..37f9541cb 100644 --- a/identity/Piranha.AspNetCore.Identity/Controllers/UserController.cs +++ b/identity/Piranha.AspNetCore.Identity/Controllers/UserController.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/identity/Piranha.AspNetCore.Identity/Data/Role.cs b/identity/Piranha.AspNetCore.Identity/Data/Role.cs index b1328f017..7b956bcd0 100644 --- a/identity/Piranha.AspNetCore.Identity/Data/Role.cs +++ b/identity/Piranha.AspNetCore.Identity/Data/Role.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/identity/Piranha.AspNetCore.Identity/Data/User.cs b/identity/Piranha.AspNetCore.Identity/Data/User.cs index d10f85fa1..cdbdb0119 100644 --- a/identity/Piranha.AspNetCore.Identity/Data/User.cs +++ b/identity/Piranha.AspNetCore.Identity/Data/User.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/identity/Piranha.AspNetCore.Identity/Db.cs b/identity/Piranha.AspNetCore.Identity/Db.cs index 1f7aabc2d..bb7ea3b17 100644 --- a/identity/Piranha.AspNetCore.Identity/Db.cs +++ b/identity/Piranha.AspNetCore.Identity/Db.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/identity/Piranha.AspNetCore.Identity/DefaultIdentitySeed.cs b/identity/Piranha.AspNetCore.Identity/DefaultIdentitySeed.cs index 913b153d7..c8f92afcb 100644 --- a/identity/Piranha.AspNetCore.Identity/DefaultIdentitySeed.cs +++ b/identity/Piranha.AspNetCore.Identity/DefaultIdentitySeed.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/identity/Piranha.AspNetCore.Identity/IDb.cs b/identity/Piranha.AspNetCore.Identity/IDb.cs index 70d3a073c..83bc172e6 100644 --- a/identity/Piranha.AspNetCore.Identity/IDb.cs +++ b/identity/Piranha.AspNetCore.Identity/IDb.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/identity/Piranha.AspNetCore.Identity/IIdentitySeed.cs b/identity/Piranha.AspNetCore.Identity/IIdentitySeed.cs index d271ade80..c32a17787 100644 --- a/identity/Piranha.AspNetCore.Identity/IIdentitySeed.cs +++ b/identity/Piranha.AspNetCore.Identity/IIdentitySeed.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/identity/Piranha.AspNetCore.Identity/IdentityModuleExtensions.cs b/identity/Piranha.AspNetCore.Identity/IdentityModuleExtensions.cs index c057731f7..683fe06da 100644 --- a/identity/Piranha.AspNetCore.Identity/IdentityModuleExtensions.cs +++ b/identity/Piranha.AspNetCore.Identity/IdentityModuleExtensions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/identity/Piranha.AspNetCore.Identity/IdentitySecurity.cs b/identity/Piranha.AspNetCore.Identity/IdentitySecurity.cs index daefa2c37..864077b7b 100644 --- a/identity/Piranha.AspNetCore.Identity/IdentitySecurity.cs +++ b/identity/Piranha.AspNetCore.Identity/IdentitySecurity.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/identity/Piranha.AspNetCore.Identity/IdentityStartupExtensions.cs b/identity/Piranha.AspNetCore.Identity/IdentityStartupExtensions.cs index ead4f607c..6130cfe9a 100644 --- a/identity/Piranha.AspNetCore.Identity/IdentityStartupExtensions.cs +++ b/identity/Piranha.AspNetCore.Identity/IdentityStartupExtensions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/identity/Piranha.AspNetCore.Identity/Models/RoleEditModel.cs b/identity/Piranha.AspNetCore.Identity/Models/RoleEditModel.cs index 7ec4ec4fd..d940aa594 100644 --- a/identity/Piranha.AspNetCore.Identity/Models/RoleEditModel.cs +++ b/identity/Piranha.AspNetCore.Identity/Models/RoleEditModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/identity/Piranha.AspNetCore.Identity/Models/RoleListModel.cs b/identity/Piranha.AspNetCore.Identity/Models/RoleListModel.cs index e762629a6..3c71cf78d 100644 --- a/identity/Piranha.AspNetCore.Identity/Models/RoleListModel.cs +++ b/identity/Piranha.AspNetCore.Identity/Models/RoleListModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/identity/Piranha.AspNetCore.Identity/Models/UserEditModel.cs b/identity/Piranha.AspNetCore.Identity/Models/UserEditModel.cs index 423c780a6..68cd2c6aa 100644 --- a/identity/Piranha.AspNetCore.Identity/Models/UserEditModel.cs +++ b/identity/Piranha.AspNetCore.Identity/Models/UserEditModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/identity/Piranha.AspNetCore.Identity/Models/UserListModel.cs b/identity/Piranha.AspNetCore.Identity/Models/UserListModel.cs index 7e9d74bd4..d684a89ab 100644 --- a/identity/Piranha.AspNetCore.Identity/Models/UserListModel.cs +++ b/identity/Piranha.AspNetCore.Identity/Models/UserListModel.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/identity/Piranha.AspNetCore.Identity/Module.cs b/identity/Piranha.AspNetCore.Identity/Module.cs index 00e1040df..2835b0171 100644 --- a/identity/Piranha.AspNetCore.Identity/Module.cs +++ b/identity/Piranha.AspNetCore.Identity/Module.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/identity/Piranha.AspNetCore.Identity/Permissions.cs b/identity/Piranha.AspNetCore.Identity/Permissions.cs index 6f37028a1..e1114ac71 100644 --- a/identity/Piranha.AspNetCore.Identity/Permissions.cs +++ b/identity/Piranha.AspNetCore.Identity/Permissions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/identity/Piranha.AspNetCore.Identity/Utils.cs b/identity/Piranha.AspNetCore.Identity/Utils.cs index 9d2488e44..1ef452901 100644 --- a/identity/Piranha.AspNetCore.Identity/Utils.cs +++ b/identity/Piranha.AspNetCore.Identity/Utils.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Manager.Tests/ManagerScriptingTests.cs b/test/Piranha.Manager.Tests/ManagerScriptingTests.cs index e5e59ae68..dffbb7503 100644 --- a/test/Piranha.Manager.Tests/ManagerScriptingTests.cs +++ b/test/Piranha.Manager.Tests/ManagerScriptingTests.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/App.cs b/test/Piranha.Tests/App.cs index 098b7cd70..2c58628e0 100644 --- a/test/Piranha.Tests/App.cs +++ b/test/Piranha.Tests/App.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/AttributeBuilder/TypeBuilderTests.cs b/test/Piranha.Tests/AttributeBuilder/TypeBuilderTests.cs index 14bf114d1..661c8fa4a 100644 --- a/test/Piranha.Tests/AttributeBuilder/TypeBuilderTests.cs +++ b/test/Piranha.Tests/AttributeBuilder/TypeBuilderTests.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * http://github.com/tidyui/coreweb * diff --git a/test/Piranha.Tests/BaseTests.cs b/test/Piranha.Tests/BaseTests.cs index fdc6370f7..e5bf58cbd 100644 --- a/test/Piranha.Tests/BaseTests.cs +++ b/test/Piranha.Tests/BaseTests.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/BaseTestsAsync.cs b/test/Piranha.Tests/BaseTestsAsync.cs index bc67dd8d9..fef2b7af3 100644 --- a/test/Piranha.Tests/BaseTestsAsync.cs +++ b/test/Piranha.Tests/BaseTestsAsync.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/Blocks.cs b/test/Piranha.Tests/Blocks.cs index 1049b9768..d62de9d37 100644 --- a/test/Piranha.Tests/Blocks.cs +++ b/test/Piranha.Tests/Blocks.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/Config.cs b/test/Piranha.Tests/Config.cs index e72d78de1..7476219a7 100644 --- a/test/Piranha.Tests/Config.cs +++ b/test/Piranha.Tests/Config.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/Fields.cs b/test/Piranha.Tests/Fields.cs index 3cc630ead..9b4a9da4d 100644 --- a/test/Piranha.Tests/Fields.cs +++ b/test/Piranha.Tests/Fields.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/Hooks/AliasHookTests.cs b/test/Piranha.Tests/Hooks/AliasHookTests.cs index 87f0e0569..7d1c7e108 100644 --- a/test/Piranha.Tests/Hooks/AliasHookTests.cs +++ b/test/Piranha.Tests/Hooks/AliasHookTests.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/Hooks/ParamHookTests.cs b/test/Piranha.Tests/Hooks/ParamHookTests.cs index abac92450..c23d27f0c 100644 --- a/test/Piranha.Tests/Hooks/ParamHookTests.cs +++ b/test/Piranha.Tests/Hooks/ParamHookTests.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/Hooks/SiteHookTests.cs b/test/Piranha.Tests/Hooks/SiteHookTests.cs index 61ad27f08..01971406e 100644 --- a/test/Piranha.Tests/Hooks/SiteHookTests.cs +++ b/test/Piranha.Tests/Hooks/SiteHookTests.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/ImageSharp/MediaServiceTests.cs b/test/Piranha.Tests/ImageSharp/MediaServiceTests.cs index 8ae8fffdf..699a7d207 100644 --- a/test/Piranha.Tests/ImageSharp/MediaServiceTests.cs +++ b/test/Piranha.Tests/ImageSharp/MediaServiceTests.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/ImageSharp/ProcessorTests.cs b/test/Piranha.Tests/ImageSharp/ProcessorTests.cs index ffa805e70..2b0ed52fc 100644 --- a/test/Piranha.Tests/ImageSharp/ProcessorTests.cs +++ b/test/Piranha.Tests/ImageSharp/ProcessorTests.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/MediaMgr.cs b/test/Piranha.Tests/MediaMgr.cs index ac8457536..a24148225 100644 --- a/test/Piranha.Tests/MediaMgr.cs +++ b/test/Piranha.Tests/MediaMgr.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/MemCache.cs b/test/Piranha.Tests/MemCache.cs index 3feaefb16..949f71955 100644 --- a/test/Piranha.Tests/MemCache.cs +++ b/test/Piranha.Tests/MemCache.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/Permissions.cs b/test/Piranha.Tests/Permissions.cs index fc6794521..0ada44545 100644 --- a/test/Piranha.Tests/Permissions.cs +++ b/test/Piranha.Tests/Permissions.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/Searchable.cs b/test/Piranha.Tests/Searchable.cs index 5789f54bf..c2aefbfb5 100644 --- a/test/Piranha.Tests/Searchable.cs +++ b/test/Piranha.Tests/Searchable.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/Serializers.cs b/test/Piranha.Tests/Serializers.cs index e66cce7ab..629ecc908 100644 --- a/test/Piranha.Tests/Serializers.cs +++ b/test/Piranha.Tests/Serializers.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/Services/AliasTests.cs b/test/Piranha.Tests/Services/AliasTests.cs index e7565a9c8..a0268e87f 100644 --- a/test/Piranha.Tests/Services/AliasTests.cs +++ b/test/Piranha.Tests/Services/AliasTests.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/Services/CommentTests.cs b/test/Piranha.Tests/Services/CommentTests.cs index 6b5b79472..a32b593e5 100644 --- a/test/Piranha.Tests/Services/CommentTests.cs +++ b/test/Piranha.Tests/Services/CommentTests.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/Services/ContentTests.cs b/test/Piranha.Tests/Services/ContentTests.cs index eb27ea50d..b116ebc55 100644 --- a/test/Piranha.Tests/Services/ContentTests.cs +++ b/test/Piranha.Tests/Services/ContentTests.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/Services/MediaTests.cs b/test/Piranha.Tests/Services/MediaTests.cs index 29b058399..d1a40e16c 100644 --- a/test/Piranha.Tests/Services/MediaTests.cs +++ b/test/Piranha.Tests/Services/MediaTests.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/Services/PageTests.cs b/test/Piranha.Tests/Services/PageTests.cs index 1e8a9e9f9..f20b8c3e3 100644 --- a/test/Piranha.Tests/Services/PageTests.cs +++ b/test/Piranha.Tests/Services/PageTests.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/Services/PageTypeTests.cs b/test/Piranha.Tests/Services/PageTypeTests.cs index 796f26428..9a2907a3d 100644 --- a/test/Piranha.Tests/Services/PageTypeTests.cs +++ b/test/Piranha.Tests/Services/PageTypeTests.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/Services/ParamTests.cs b/test/Piranha.Tests/Services/ParamTests.cs index c53f4455f..10f7e3d8b 100644 --- a/test/Piranha.Tests/Services/ParamTests.cs +++ b/test/Piranha.Tests/Services/ParamTests.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/Services/PostTests.cs b/test/Piranha.Tests/Services/PostTests.cs index 5176e4d6b..c8bf26c6a 100644 --- a/test/Piranha.Tests/Services/PostTests.cs +++ b/test/Piranha.Tests/Services/PostTests.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/Services/PostTypeTests.cs b/test/Piranha.Tests/Services/PostTypeTests.cs index 5339c3710..0d2115419 100644 --- a/test/Piranha.Tests/Services/PostTypeTests.cs +++ b/test/Piranha.Tests/Services/PostTypeTests.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/Services/SiteTests.cs b/test/Piranha.Tests/Services/SiteTests.cs index 494de4fdf..cfe9239a0 100644 --- a/test/Piranha.Tests/Services/SiteTests.cs +++ b/test/Piranha.Tests/Services/SiteTests.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/Services/SiteTypeTests.cs b/test/Piranha.Tests/Services/SiteTypeTests.cs index 04e9a3c84..13138491c 100644 --- a/test/Piranha.Tests/Services/SiteTypeTests.cs +++ b/test/Piranha.Tests/Services/SiteTypeTests.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/Sitemaps.cs b/test/Piranha.Tests/Sitemaps.cs index 68d01d031..a955207b7 100644 --- a/test/Piranha.Tests/Sitemaps.cs +++ b/test/Piranha.Tests/Sitemaps.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/Taxonomies.cs b/test/Piranha.Tests/Taxonomies.cs index 8a54ead1f..83338344e 100644 --- a/test/Piranha.Tests/Taxonomies.cs +++ b/test/Piranha.Tests/Taxonomies.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/Utils/DeepClone.cs b/test/Piranha.Tests/Utils/DeepClone.cs index 90c4f8cde..585a27810 100644 --- a/test/Piranha.Tests/Utils/DeepClone.cs +++ b/test/Piranha.Tests/Utils/DeepClone.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/Utils/ETag.cs b/test/Piranha.Tests/Utils/ETag.cs index 020ce90f4..f8284b9a3 100644 --- a/test/Piranha.Tests/Utils/ETag.cs +++ b/test/Piranha.Tests/Utils/ETag.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/Utils/FormatBytes.cs b/test/Piranha.Tests/Utils/FormatBytes.cs index 2333874c9..2a92e8027 100644 --- a/test/Piranha.Tests/Utils/FormatBytes.cs +++ b/test/Piranha.Tests/Utils/FormatBytes.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/Utils/InternalId.cs b/test/Piranha.Tests/Utils/InternalId.cs index 321b1f8df..3b46b636e 100644 --- a/test/Piranha.Tests/Utils/InternalId.cs +++ b/test/Piranha.Tests/Utils/InternalId.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/Utils/Slug.cs b/test/Piranha.Tests/Utils/Slug.cs index 8512ccf08..da71e8350 100644 --- a/test/Piranha.Tests/Utils/Slug.cs +++ b/test/Piranha.Tests/Utils/Slug.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/Utils/Subset.cs b/test/Piranha.Tests/Utils/Subset.cs index 056155c2c..18e07d7d4 100644 --- a/test/Piranha.Tests/Utils/Subset.cs +++ b/test/Piranha.Tests/Utils/Subset.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * diff --git a/test/Piranha.Tests/Utils/UI.cs b/test/Piranha.Tests/Utils/UI.cs index 9ff8ebd0b..943ab4ead 100644 --- a/test/Piranha.Tests/Utils/UI.cs +++ b/test/Piranha.Tests/Utils/UI.cs @@ -2,7 +2,7 @@ * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms - * of the MIT license. See the LICENSE file for details. + * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core *