Skip to content

Commit

Permalink
Merge pull request #283 from qccoders/develop
Browse files Browse the repository at this point in the history
Prod deploy 1.0
  • Loading branch information
wburklund authored Oct 26, 2018
2 parents 143c092 + 1f6f945 commit c8debe6
Show file tree
Hide file tree
Showing 111 changed files with 1,505 additions and 615 deletions.
4 changes: 2 additions & 2 deletions api/QCVOC.Api.Tests.Integration/Accounts.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <copyright file="Accounts.cs" company="JP Dillingham, Nick Acosta, et. al.">
// Copyright (c) JP Dillingham, Nick Acosta, et. al.. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// <copyright file="Accounts.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

Expand Down
4 changes: 2 additions & 2 deletions api/QCVOC.Api.Tests.Integration/RefreshTokens.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <copyright file="RefreshTokens.cs" company="JP Dillingham, Nick Acosta, et. al.">
// Copyright (c) JP Dillingham, Nick Acosta, et. al.. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// <copyright file="RefreshTokens.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

Expand Down
7 changes: 6 additions & 1 deletion api/QCVOC.Api.Tests.Unit/GetReadableStringTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
namespace Server.Tests
// <copyright file="GetReadableStringTests.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

namespace Server.Tests
{
using Microsoft.AspNetCore.Mvc.ModelBinding;
using QCVOC.Api.Common;
Expand Down
9 changes: 6 additions & 3 deletions api/QCVOC.Api.Tests.Unit/UnitTest1.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
using System;
using Xunit;
// <copyright file="UnitTest1.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

namespace QCVOC.Api.Tests.Unit
{
using Xunit;

public class UnitTest1
{
[Fact]
public void Test1()
{

}
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <copyright file="IDbConnectionFactory.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// <copyright file="IDbConnectionFactory.cs" company="QC Coders">
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <copyright file="NpgsqlDbConnectionFactory.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// <copyright file="NpgsqlDbConnectionFactory.cs" company="QC Coders">
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

Expand Down
4 changes: 2 additions & 2 deletions api/QCVOC.Api/Common/Data/Repository/IRepository{T}.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <copyright file="IRepository{T}.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// <copyright file="IRepository{T}.cs" company="QC Coders">
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <copyright file="ISingleKeyRepository{T}.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// <copyright file="ISingleKeyRepository{T}.cs" company="QC Coders">
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <copyright file="ITripleKeyRepository{T}.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// <copyright file="ITripleKeyRepository{T}.cs" company="QC Coders">
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

Expand Down
4 changes: 2 additions & 2 deletions api/QCVOC.Api/Common/Extensions.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <copyright file="Extensions.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// <copyright file="Extensions.cs" company="QC Coders">
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

Expand Down
4 changes: 2 additions & 2 deletions api/QCVOC.Api/Common/FilterType.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <copyright file="FilterType.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// <copyright file="FilterType.cs" company="QC Coders">
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

Expand Down
4 changes: 2 additions & 2 deletions api/QCVOC.Api/Common/Filters.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <copyright file="Filters.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// <copyright file="Filters.cs" company="QC Coders">
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

Expand Down
4 changes: 2 additions & 2 deletions api/QCVOC.Api/Common/Middleware/ExceptionMiddleware.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <copyright file="ExceptionMiddleware.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// <copyright file="ExceptionMiddleware.cs" company="QC Coders">
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

Expand Down
4 changes: 2 additions & 2 deletions api/QCVOC.Api/Common/Middleware/LoggingMiddleware.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <copyright file="LoggingMiddleware.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// <copyright file="LoggingMiddleware.cs" company="QC Coders">
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

Expand Down
4 changes: 2 additions & 2 deletions api/QCVOC.Api/Common/Settings.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <copyright file="Settings.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// <copyright file="Settings.cs" company="QC Coders">
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

Expand Down
4 changes: 2 additions & 2 deletions api/QCVOC.Api/Common/SortOrder.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <copyright file="SortOrder.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// <copyright file="SortOrder.cs" company="QC Coders">
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

Expand Down
8 changes: 5 additions & 3 deletions api/QCVOC.Api/Common/Utility.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
// <copyright file="Utility.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// <copyright file="Utility.cs" company="QC Coders">
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

namespace QCVOC.Api.Common
{
using System;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Linq;
using System.Security.Cryptography;
Expand Down Expand Up @@ -177,6 +178,7 @@ public static T GetSetting<T>(string settingName, T defaultValue)
/// </summary>
/// <param name="dictionary">The ModelStateDictionary to format.</param>
/// <returns>The formatted error string.</returns>
[SuppressMessage("StyleCop.CSharp.SpacingRules", "SA1008:OpeningParenthesisMustBeSpacedCorrectly", Justification = "Reviewed.")]
public static string GetReadableString(this ModelStateDictionary dictionary)
{
if (dictionary == null || dictionary.IsValid)
Expand All @@ -186,7 +188,7 @@ public static string GetReadableString(this ModelStateDictionary dictionary)

var fields = dictionary.Keys
.Select(key => (key, dictionary.Root.GetModelStateForProperty(key)))
.Select(field => field.Item1 + ": " +
.Select(field => field.key + ": " +
field.Item2.Errors
.Select(error => error.ErrorMessage)
.Select(error => error.TrimEnd('.'))
Expand Down
4 changes: 2 additions & 2 deletions api/QCVOC.Api/Events/Controller/EventsController.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <copyright file="EventsController.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// <copyright file="EventsController.cs" company="QC Coders">
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

Expand Down
4 changes: 2 additions & 2 deletions api/QCVOC.Api/Events/Data/DTO/EventRequest.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <copyright file="EventRequest.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// <copyright file="EventRequest.cs" company="QC Coders">
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

Expand Down
4 changes: 2 additions & 2 deletions api/QCVOC.Api/Events/Data/Model/Event.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <copyright file="Event.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// <copyright file="Event.cs" company="QC Coders">
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

Expand Down
4 changes: 2 additions & 2 deletions api/QCVOC.Api/Events/Data/Repository/EventRepository.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <copyright file="EventRepository.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// <copyright file="EventRepository.cs" company="QC Coders">
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

Expand Down
4 changes: 2 additions & 2 deletions api/QCVOC.Api/Events/EventFilters.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <copyright file="EventFilters.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// <copyright file="EventFilters.cs" company="QC Coders">
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

Expand Down
4 changes: 2 additions & 2 deletions api/QCVOC.Api/LambdaEntryPoint.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <copyright file="LambdaEntryPoint.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// <copyright file="LambdaEntryPoint.cs" company="QC Coders">
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

Expand Down
4 changes: 2 additions & 2 deletions api/QCVOC.Api/LocalEntryPoint.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <copyright file="LocalEntryPoint.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// <copyright file="LocalEntryPoint.cs" company="QC Coders">
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

Expand Down
1 change: 1 addition & 0 deletions api/QCVOC.Api/QCVOC.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<TargetFramework>netcoreapp2.1</TargetFramework>
<RootNamespace>QCVOC.Api</RootNamespace>
<AssemblyName>QCVOC.Api</AssemblyName>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\Debug\netcoreapp2.1\QCVOC.Api.xml</DocumentationFile>
Expand Down
4 changes: 2 additions & 2 deletions api/QCVOC.Api/Scans/Controller/ScansController.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <copyright file="ScansController.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// <copyright file="ScansController.cs" company="QC Coders">
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

Expand Down
4 changes: 2 additions & 2 deletions api/QCVOC.Api/Scans/Data/DTO/ScanRequest.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <copyright file="ServiceScanRequest.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// <copyright file="ScanRequest.cs" company="QC Coders">
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

Expand Down
4 changes: 2 additions & 2 deletions api/QCVOC.Api/Scans/Data/Model/Scan.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <copyright file="Scan.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// <copyright file="Scan.cs" company="QC Coders">
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

Expand Down
4 changes: 2 additions & 2 deletions api/QCVOC.Api/Scans/Data/Repository/ScanRepository.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <copyright file="ScanRepository.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// <copyright file="ScanRepository.cs" company="QC Coders">
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

Expand Down
4 changes: 2 additions & 2 deletions api/QCVOC.Api/Scans/ScanFilters.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <copyright file="ScanFilters.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// <copyright file="ScanFilters.cs" company="QC Coders">
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

Expand Down
4 changes: 2 additions & 2 deletions api/QCVOC.Api/Security/AccountFilters.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <copyright file="AccountFilters.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// <copyright file="AccountFilters.cs" company="QC Coders">
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

Expand Down
4 changes: 2 additions & 2 deletions api/QCVOC.Api/Security/Controller/SecurityController.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <copyright file="SecurityController.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// <copyright file="SecurityController.cs" company="QC Coders">
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

Expand Down
4 changes: 2 additions & 2 deletions api/QCVOC.Api/Security/Data/DTO/AccountCreateRequest.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <copyright file="AccountCreateRequest.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// <copyright file="AccountCreateRequest.cs" company="QC Coders">
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

Expand Down
4 changes: 2 additions & 2 deletions api/QCVOC.Api/Security/Data/DTO/AccountResponse.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <copyright file="AccountResponse.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// <copyright file="AccountResponse.cs" company="QC Coders">
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

Expand Down
4 changes: 2 additions & 2 deletions api/QCVOC.Api/Security/Data/DTO/AccountUpdateRequest.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <copyright file="AccountUpdateRequest.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// <copyright file="AccountUpdateRequest.cs" company="QC Coders">
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

Expand Down
4 changes: 2 additions & 2 deletions api/QCVOC.Api/Security/Data/DTO/TokenRequest.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <copyright file="TokenRequest.cs" company="JP Dillingham, Nick Acosta, et. al.">
// Copyright (c) JP Dillingham, Nick Acosta, et. al.. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// <copyright file="TokenRequest.cs" company="QC Coders">
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

Expand Down
4 changes: 2 additions & 2 deletions api/QCVOC.Api/Security/Data/DTO/TokenResponse.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <copyright file="TokenResponse.cs" company="JP Dillingham, Nick Acosta, et. al.">
// Copyright (c) JP Dillingham, Nick Acosta, et. al.. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// <copyright file="TokenResponse.cs" company="QC Coders">
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

Expand Down
4 changes: 2 additions & 2 deletions api/QCVOC.Api/Security/Data/Model/Account.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <copyright file="Account.cs" company="QC Coders (JP Dillingham, Nick Acosta, et. al.)">
// Copyright (c) QC Coders (JP Dillingham, Nick Acosta, et. al.). All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// <copyright file="Account.cs" company="QC Coders">
// Copyright (c) QC Coders. All rights reserved. Licensed under the GPLv3 license. See LICENSE file
// in the project root for full license information.
// </copyright>

Expand Down
Loading

0 comments on commit c8debe6

Please sign in to comment.