Skip to content

Commit c8debe6

Browse files
authored
Merge pull request #283 from qccoders/develop
Prod deploy 1.0
2 parents 143c092 + 1f6f945 commit c8debe6

File tree

111 files changed

+1505
-615
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+1505
-615
lines changed

api/QCVOC.Api.Tests.Integration/Accounts.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="Accounts.cs" company="JP Dillingham, Nick Acosta, et. al.">
2-
// Copyright (c) JP Dillingham, Nick Acosta, et. al.. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
1+
// <copyright file="Accounts.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
2+
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
33
// in the project root for full license information.
44
// </copyright>
55

api/QCVOC.Api.Tests.Integration/RefreshTokens.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="RefreshTokens.cs" company="JP Dillingham, Nick Acosta, et. al.">
2-
// Copyright (c) JP Dillingham, Nick Acosta, et. al.. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
1+
// <copyright file="RefreshTokens.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
2+
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
33
// in the project root for full license information.
44
// </copyright>
55

api/QCVOC.Api.Tests.Unit/GetReadableStringTests.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
namespace Server.Tests
1+
// <copyright file="GetReadableStringTests.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
2+
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
3+
// in the project root for full license information.
4+
// </copyright>
5+
6+
namespace Server.Tests
27
{
38
using Microsoft.AspNetCore.Mvc.ModelBinding;
49
using QCVOC.Api.Common;

api/QCVOC.Api.Tests.Unit/UnitTest1.cs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
using System;
2-
using Xunit;
1+
// <copyright file="UnitTest1.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
2+
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
3+
// in the project root for full license information.
4+
// </copyright>
35

46
namespace QCVOC.Api.Tests.Unit
57
{
8+
using Xunit;
9+
610
public class UnitTest1
711
{
812
[Fact]
913
public void Test1()
1014
{
11-
1215
}
1316
}
1417
}

api/QCVOC.Api/Common/Data/ConnectionFactory/IDbConnectionFactory.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="IDbConnectionFactory.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
2-
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
1+
// <copyright file="IDbConnectionFactory.cs" company="QC Coders">
2+
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
33
// in the project root for full license information.
44
// </copyright>
55

api/QCVOC.Api/Common/Data/ConnectionFactory/NpgsqlDbConnectionFactory.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="NpgsqlDbConnectionFactory.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
2-
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
1+
// <copyright file="NpgsqlDbConnectionFactory.cs" company="QC Coders">
2+
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
33
// in the project root for full license information.
44
// </copyright>
55

api/QCVOC.Api/Common/Data/Repository/IRepository{T}.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="IRepository{T}.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
2-
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
1+
// <copyright file="IRepository{T}.cs" company="QC Coders">
2+
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
33
// in the project root for full license information.
44
// </copyright>
55

api/QCVOC.Api/Common/Data/Repository/ISingleKeyRepository{T}.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="ISingleKeyRepository{T}.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
2-
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
1+
// <copyright file="ISingleKeyRepository{T}.cs" company="QC Coders">
2+
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
33
// in the project root for full license information.
44
// </copyright>
55

api/QCVOC.Api/Common/Data/Repository/ITripleKeyRepository{T}.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="ITripleKeyRepository{T}.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
2-
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
1+
// <copyright file="ITripleKeyRepository{T}.cs" company="QC Coders">
2+
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
33
// in the project root for full license information.
44
// </copyright>
55

api/QCVOC.Api/Common/Extensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="Extensions.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
2-
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
1+
// <copyright file="Extensions.cs" company="QC Coders">
2+
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
33
// in the project root for full license information.
44
// </copyright>
55

api/QCVOC.Api/Common/FilterType.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="FilterType.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
2-
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
1+
// <copyright file="FilterType.cs" company="QC Coders">
2+
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
33
// in the project root for full license information.
44
// </copyright>
55

api/QCVOC.Api/Common/Filters.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="Filters.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
2-
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
1+
// <copyright file="Filters.cs" company="QC Coders">
2+
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
33
// in the project root for full license information.
44
// </copyright>
55

api/QCVOC.Api/Common/Middleware/ExceptionMiddleware.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="ExceptionMiddleware.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
2-
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
1+
// <copyright file="ExceptionMiddleware.cs" company="QC Coders">
2+
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
33
// in the project root for full license information.
44
// </copyright>
55

api/QCVOC.Api/Common/Middleware/LoggingMiddleware.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="LoggingMiddleware.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
2-
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
1+
// <copyright file="LoggingMiddleware.cs" company="QC Coders">
2+
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
33
// in the project root for full license information.
44
// </copyright>
55

api/QCVOC.Api/Common/Settings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="Settings.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
2-
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
1+
// <copyright file="Settings.cs" company="QC Coders">
2+
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
33
// in the project root for full license information.
44
// </copyright>
55

api/QCVOC.Api/Common/SortOrder.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="SortOrder.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
2-
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
1+
// <copyright file="SortOrder.cs" company="QC Coders">
2+
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
33
// in the project root for full license information.
44
// </copyright>
55

api/QCVOC.Api/Common/Utility.cs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
// <copyright file="Utility.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
2-
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
1+
// <copyright file="Utility.cs" company="QC Coders">
2+
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
33
// in the project root for full license information.
44
// </copyright>
55

66
namespace QCVOC.Api.Common
77
{
88
using System;
9+
using System.Diagnostics.CodeAnalysis;
910
using System.IO;
1011
using System.Linq;
1112
using System.Security.Cryptography;
@@ -177,6 +178,7 @@ public static T GetSetting<T>(string settingName, T defaultValue)
177178
/// </summary>
178179
/// <param name="dictionary">The ModelStateDictionary to format.</param>
179180
/// <returns>The formatted error string.</returns>
181+
[SuppressMessage("StyleCop.CSharp.SpacingRules", "SA1008:OpeningParenthesisMustBeSpacedCorrectly", Justification = "Reviewed.")]
180182
public static string GetReadableString(this ModelStateDictionary dictionary)
181183
{
182184
if (dictionary == null || dictionary.IsValid)
@@ -186,7 +188,7 @@ public static string GetReadableString(this ModelStateDictionary dictionary)
186188

187189
var fields = dictionary.Keys
188190
.Select(key => (key, dictionary.Root.GetModelStateForProperty(key)))
189-
.Select(field => field.Item1 + ": " +
191+
.Select(field => field.key + ": " +
190192
field.Item2.Errors
191193
.Select(error => error.ErrorMessage)
192194
.Select(error => error.TrimEnd('.'))

api/QCVOC.Api/Events/Controller/EventsController.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="EventsController.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
2-
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
1+
// <copyright file="EventsController.cs" company="QC Coders">
2+
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
33
// in the project root for full license information.
44
// </copyright>
55

api/QCVOC.Api/Events/Data/DTO/EventRequest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="EventRequest.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
2-
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
1+
// <copyright file="EventRequest.cs" company="QC Coders">
2+
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
33
// in the project root for full license information.
44
// </copyright>
55

api/QCVOC.Api/Events/Data/Model/Event.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="Event.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
2-
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
1+
// <copyright file="Event.cs" company="QC Coders">
2+
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
33
// in the project root for full license information.
44
// </copyright>
55

api/QCVOC.Api/Events/Data/Repository/EventRepository.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="EventRepository.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
2-
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
1+
// <copyright file="EventRepository.cs" company="QC Coders">
2+
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
33
// in the project root for full license information.
44
// </copyright>
55

api/QCVOC.Api/Events/EventFilters.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="EventFilters.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
2-
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
1+
// <copyright file="EventFilters.cs" company="QC Coders">
2+
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
33
// in the project root for full license information.
44
// </copyright>
55

api/QCVOC.Api/LambdaEntryPoint.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="LambdaEntryPoint.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
2-
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
1+
// <copyright file="LambdaEntryPoint.cs" company="QC Coders">
2+
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
33
// in the project root for full license information.
44
// </copyright>
55

api/QCVOC.Api/LocalEntryPoint.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="LocalEntryPoint.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
2-
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
1+
// <copyright file="LocalEntryPoint.cs" company="QC Coders">
2+
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
33
// in the project root for full license information.
44
// </copyright>
55

api/QCVOC.Api/QCVOC.Api.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<TargetFramework>netcoreapp2.1</TargetFramework>
44
<RootNamespace>QCVOC.Api</RootNamespace>
55
<AssemblyName>QCVOC.Api</AssemblyName>
6+
<LangVersion>7.1</LangVersion>
67
</PropertyGroup>
78
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
89
<DocumentationFile>bin\Debug\netcoreapp2.1\QCVOC.Api.xml</DocumentationFile>

api/QCVOC.Api/Scans/Controller/ScansController.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="ScansController.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
2-
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
1+
// <copyright file="ScansController.cs" company="QC Coders">
2+
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
33
// in the project root for full license information.
44
// </copyright>
55

api/QCVOC.Api/Scans/Data/DTO/ScanRequest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="ServiceScanRequest.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
2-
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
1+
// <copyright file="ScanRequest.cs" company="QC Coders">
2+
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
33
// in the project root for full license information.
44
// </copyright>
55

api/QCVOC.Api/Scans/Data/Model/Scan.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="Scan.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
2-
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
1+
// <copyright file="Scan.cs" company="QC Coders">
2+
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
33
// in the project root for full license information.
44
// </copyright>
55

api/QCVOC.Api/Scans/Data/Repository/ScanRepository.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="ScanRepository.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
2-
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
1+
// <copyright file="ScanRepository.cs" company="QC Coders">
2+
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
33
// in the project root for full license information.
44
// </copyright>
55

api/QCVOC.Api/Scans/ScanFilters.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="ScanFilters.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
2-
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
1+
// <copyright file="ScanFilters.cs" company="QC Coders">
2+
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
33
// in the project root for full license information.
44
// </copyright>
55

api/QCVOC.Api/Security/AccountFilters.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="AccountFilters.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
2-
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
1+
// <copyright file="AccountFilters.cs" company="QC Coders">
2+
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
33
// in the project root for full license information.
44
// </copyright>
55

api/QCVOC.Api/Security/Controller/SecurityController.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="SecurityController.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
2-
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
1+
// <copyright file="SecurityController.cs" company="QC Coders">
2+
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
33
// in the project root for full license information.
44
// </copyright>
55

api/QCVOC.Api/Security/Data/DTO/AccountCreateRequest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="AccountCreateRequest.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
2-
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
1+
// <copyright file="AccountCreateRequest.cs" company="QC Coders">
2+
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
33
// in the project root for full license information.
44
// </copyright>
55

api/QCVOC.Api/Security/Data/DTO/AccountResponse.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="AccountResponse.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
2-
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
1+
// <copyright file="AccountResponse.cs" company="QC Coders">
2+
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
33
// in the project root for full license information.
44
// </copyright>
55

api/QCVOC.Api/Security/Data/DTO/AccountUpdateRequest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="AccountUpdateRequest.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
2-
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
1+
// <copyright file="AccountUpdateRequest.cs" company="QC Coders">
2+
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
33
// in the project root for full license information.
44
// </copyright>
55

api/QCVOC.Api/Security/Data/DTO/TokenRequest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="TokenRequest.cs" company="JP Dillingham, Nick Acosta, et. al.">
2-
// Copyright (c) JP Dillingham, Nick Acosta, et. al.. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
1+
// <copyright file="TokenRequest.cs" company="QC Coders">
2+
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
33
// in the project root for full license information.
44
// </copyright>
55

api/QCVOC.Api/Security/Data/DTO/TokenResponse.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="TokenResponse.cs" company="JP Dillingham, Nick Acosta, et. al.">
2-
// Copyright (c) JP Dillingham, Nick Acosta, et. al.. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
1+
// <copyright file="TokenResponse.cs" company="QC Coders">
2+
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
33
// in the project root for full license information.
44
// </copyright>
55

api/QCVOC.Api/Security/Data/Model/Account.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="Account.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
2-
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
1+
// <copyright file="Account.cs" company="QC Coders">
2+
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
33
// in the project root for full license information.
44
// </copyright>
55

0 commit comments

Comments
 (0)