Skip to content

Commit f491ce4

Browse files
committed
TD-3676 Removes more copyrights from files with no line break
1 parent dda4cf0 commit f491ce4

File tree

6 files changed

+6
-24
lines changed

6 files changed

+6
-24
lines changed

LearningHub.Nhs.WebUI/Helpers/CommonPasswordsAttribute.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// <copyright file="CommonPasswordsAttribute.cs" company="NHS England">
2-
// Copyright (c) NHS England.
3-
// </copyright>
4-
namespace LearningHub.Nhs.WebUI.Helpers
1+
namespace LearningHub.Nhs.WebUI.Helpers
52
{
63
using System.ComponentModel.DataAnnotations;
74

LearningHub.Nhs.WebUI/Helpers/CommonValidationErrorMessages.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// <copyright file="CommonValidationErrorMessages.cs" company="NHS England">
2-
// Copyright (c) NHS England.
3-
// </copyright>
4-
namespace LearningHub.Nhs.WebUI.Helpers
1+
namespace LearningHub.Nhs.WebUI.Helpers
52
{
63
/// <summary>
74
/// Defines the <see cref="CommonValidationErrorMessages" />.

LearningHub.Nhs.WebUI/Interfaces/ILearningHubReportApiClient.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// <copyright file="ILearningHubReportApiClient.cs" company="NHS England">
2-
// Copyright (c) NHS England.
3-
// </copyright>
4-
namespace LearningHub.Nhs.WebUI.Interfaces
1+
namespace LearningHub.Nhs.WebUI.Interfaces
52
{
63
using System.Collections.Generic;
74
using System.Threading.Tasks;

LearningHub.Nhs.WebUI/Interfaces/IPDFReportService.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// <copyright file="IPDFReportService.cs" company="NHS England">
2-
// Copyright (c) NHS England.
3-
// </copyright>
4-
namespace LearningHub.Nhs.WebUI.Interfaces
1+
namespace LearningHub.Nhs.WebUI.Interfaces
52
{
63
using System.Collections.Generic;
74
using System.Threading.Tasks;

LearningHub.Nhs.WebUI/Models/Account/CountrySearchViewModel.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// <copyright file="CountrySearchViewModel.cs" company="NHS England">
2-
// Copyright (c) NHS England.
3-
// </copyright>
4-
namespace LearningHub.Nhs.WebUI.Models.Account
1+
namespace LearningHub.Nhs.WebUI.Models.Account
52
{
63
using System.Collections.Generic;
74
using NHSUKViewComponents.Web.ViewModels;

LearningHub.Nhs.WebUI/Models/LandingPageViewModel.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// <copyright file="LandingPageViewModel.cs" company="NHS England">
2-
// Copyright (c) NHS England.
3-
// </copyright>
4-
namespace LearningHub.Nhs.WebUI.Models
1+
namespace LearningHub.Nhs.WebUI.Models
52
{
63
using System.Collections.Generic;
74
using LearningHub.Nhs.Models.Common;

0 commit comments

Comments
 (0)