Skip to content

Commit

Permalink
(GitToolsGH-356) Remove the file header
Browse files Browse the repository at this point in the history
  • Loading branch information
Witteborn committed Mar 6, 2021
1 parent 3165c9d commit 7b0cdd7
Show file tree
Hide file tree
Showing 97 changed files with 0 additions and 578 deletions.
6 changes: 0 additions & 6 deletions src/GitReleaseManager.Cli/GlobalSuppressions.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
//-----------------------------------------------------------------------
// <copyright file="GlobalSuppressions.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
//-----------------------------------------------------------------------

// This file is used by Code Analysis to maintain SuppressMessage
// attributes that are applied to this project.
// Project-level suppressions either have no target or are given
Expand Down
6 changes: 0 additions & 6 deletions src/GitReleaseManager.Cli/Logging/LogConfiguration.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
//-----------------------------------------------------------------------
// <copyright file="LogConfiguration.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
//-----------------------------------------------------------------------

namespace GitReleaseManager.Cli.Logging
{
using System.Diagnostics;
Expand Down
6 changes: 0 additions & 6 deletions src/GitReleaseManager.Cli/Program.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
//-----------------------------------------------------------------------
// <copyright file="Program.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
//-----------------------------------------------------------------------

namespace GitReleaseManager.Cli
{
using System;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// -----------------------------------------------------------------------
// <copyright file="AddAssetsCommandTests.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
// -----------------------------------------------------------------------

namespace GitReleaseManager.Core.Tests.Commands
{
using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// -----------------------------------------------------------------------
// <copyright file="CloseCommandTests.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
// -----------------------------------------------------------------------

namespace GitReleaseManager.Core.Tests.Commands
{
using System.Threading.Tasks;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// -----------------------------------------------------------------------
// <copyright file="CreateCommandTests.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
// -----------------------------------------------------------------------

namespace GitReleaseManager.Core.Tests.Commands
{
using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// -----------------------------------------------------------------------
// <copyright file="DiscardCommandTests.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
// -----------------------------------------------------------------------

namespace GitReleaseManager.Core.Tests.Commands
{
using System.Threading.Tasks;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// -----------------------------------------------------------------------
// <copyright file="ExportCommandTests.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
// -----------------------------------------------------------------------

namespace GitReleaseManager.Core.Tests.Commands
{
using System.IO;
Expand Down
6 changes: 0 additions & 6 deletions src/GitReleaseManager.Core.Tests/Commands/InitCommandTests.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// -----------------------------------------------------------------------
// <copyright file="InitCommandTests.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
// -----------------------------------------------------------------------

namespace GitReleaseManager.Core.Tests.Commands
{
using System.IO;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// -----------------------------------------------------------------------
// <copyright file="LabelCommandTests.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
// -----------------------------------------------------------------------

namespace GitReleaseManager.Core.Tests.Commands
{
using System.Threading.Tasks;
Expand Down
6 changes: 0 additions & 6 deletions src/GitReleaseManager.Core.Tests/Commands/OpenCommandTests.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// -----------------------------------------------------------------------
// <copyright file="OpenCommandTests.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
// -----------------------------------------------------------------------

namespace GitReleaseManager.Core.Tests.Commands
{
using System.Threading.Tasks;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// -----------------------------------------------------------------------
// <copyright file="PublishCommandTests.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
// -----------------------------------------------------------------------

namespace GitReleaseManager.Core.Tests.Commands
{
using System.Threading.Tasks;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// -----------------------------------------------------------------------
// <copyright file="ShowConfigCommandTests.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
// -----------------------------------------------------------------------

namespace GitReleaseManager.Core.Tests.Commands
{
using System.Threading.Tasks;
Expand Down
6 changes: 0 additions & 6 deletions src/GitReleaseManager.Core.Tests/EnsureTests.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// -----------------------------------------------------------------------
// <copyright file="EnsureTests.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
// -----------------------------------------------------------------------

namespace GitReleaseManager.Core.Tests
{
using System;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// -----------------------------------------------------------------------
// <copyright file="GitHubProviderTests.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
// -----------------------------------------------------------------------

namespace GitReleaseManager.Core.Tests.Provider
{
using System;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// -----------------------------------------------------------------------
// <copyright file="TemplateLoaderTests.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
// -----------------------------------------------------------------------

namespace GitReleaseManager.Core.Tests.Templates
{
using System;
Expand Down
6 changes: 0 additions & 6 deletions src/GitReleaseManager.Core.Tests/VcsServiceTests.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// -----------------------------------------------------------------------
// <copyright file="VcsServiceTests.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
// -----------------------------------------------------------------------

namespace GitReleaseManager.Core.Tests
{
using System;
Expand Down
6 changes: 0 additions & 6 deletions src/GitReleaseManager.Core/Attributes/SampleAttribute.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// -----------------------------------------------------------------------
// <copyright file="SampleAttribute.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
// -----------------------------------------------------------------------

namespace GitReleaseManager.Core.Attributes
{
using System;
Expand Down
6 changes: 0 additions & 6 deletions src/GitReleaseManager.Core/AutoMapperConfiguration.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// -----------------------------------------------------------------------
// <copyright file="AutoMapperConfiguration.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
// -----------------------------------------------------------------------

namespace GitReleaseManager.Core
{
using AutoMapper;
Expand Down
6 changes: 0 additions & 6 deletions src/GitReleaseManager.Core/Commands/AddAssetsCommand.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// -----------------------------------------------------------------------
// <copyright file="AddAssetsCommand.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
// -----------------------------------------------------------------------

namespace GitReleaseManager.Core.Commands
{
using System.Threading.Tasks;
Expand Down
6 changes: 0 additions & 6 deletions src/GitReleaseManager.Core/Commands/CloseCommand.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// -----------------------------------------------------------------------
// <copyright file="CloseCommand.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
// -----------------------------------------------------------------------

namespace GitReleaseManager.Core.Commands
{
using System.Threading.Tasks;
Expand Down
6 changes: 0 additions & 6 deletions src/GitReleaseManager.Core/Commands/CreateCommand.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// -----------------------------------------------------------------------
// <copyright file="CreateCommand.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
// -----------------------------------------------------------------------

namespace GitReleaseManager.Core.Commands
{
using System.Threading.Tasks;
Expand Down
6 changes: 0 additions & 6 deletions src/GitReleaseManager.Core/Commands/DiscardCommand.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// -----------------------------------------------------------------------
// <copyright file="DiscardCommand.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
// -----------------------------------------------------------------------

namespace GitReleaseManager.Core.Commands
{
using System.Threading.Tasks;
Expand Down
6 changes: 0 additions & 6 deletions src/GitReleaseManager.Core/Commands/ExportCommand.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// -----------------------------------------------------------------------
// <copyright file="ExportCommand.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
// -----------------------------------------------------------------------

namespace GitReleaseManager.Core.Commands
{
using System.IO;
Expand Down
6 changes: 0 additions & 6 deletions src/GitReleaseManager.Core/Commands/ICommand.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// -----------------------------------------------------------------------
// <copyright file="ICommand.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
// -----------------------------------------------------------------------

namespace GitReleaseManager.Core.Commands
{
using System.Threading.Tasks;
Expand Down
6 changes: 0 additions & 6 deletions src/GitReleaseManager.Core/Commands/InitCommand.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// -----------------------------------------------------------------------
// <copyright file="InitCommand.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
// -----------------------------------------------------------------------

namespace GitReleaseManager.Core.Commands
{
using System;
Expand Down
6 changes: 0 additions & 6 deletions src/GitReleaseManager.Core/Commands/LabelCommand.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// -----------------------------------------------------------------------
// <copyright file="LabelCommand.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
// -----------------------------------------------------------------------

namespace GitReleaseManager.Core.Commands
{
using System.Threading.Tasks;
Expand Down
6 changes: 0 additions & 6 deletions src/GitReleaseManager.Core/Commands/OpenCommand.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// -----------------------------------------------------------------------
// <copyright file="OpenCommand.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
// -----------------------------------------------------------------------

namespace GitReleaseManager.Core.Commands
{
using System.Threading.Tasks;
Expand Down
6 changes: 0 additions & 6 deletions src/GitReleaseManager.Core/Commands/PublishCommand.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// -----------------------------------------------------------------------
// <copyright file="PublishCommand.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
// -----------------------------------------------------------------------

namespace GitReleaseManager.Core.Commands
{
using System.Threading.Tasks;
Expand Down
6 changes: 0 additions & 6 deletions src/GitReleaseManager.Core/Commands/ShowConfigCommand.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// -----------------------------------------------------------------------
// <copyright file="ShowConfigCommand.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
// -----------------------------------------------------------------------

namespace GitReleaseManager.Core.Commands
{
using System;
Expand Down
6 changes: 0 additions & 6 deletions src/GitReleaseManager.Core/Configuration/CloseConfig.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// -----------------------------------------------------------------------
// <copyright file="CloseConfig.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
// -----------------------------------------------------------------------

namespace GitReleaseManager.Core.Configuration
{
using System.ComponentModel;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// -----------------------------------------------------------------------
// <copyright file="CommentGatheringTypeInspector.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
// -----------------------------------------------------------------------
// All of the classes in this file have been aquired from
// https://dotnetfiddle.net/8M6iIE which was mentioned
// on the YamlDotNet repository here: https://github.com/aaubry/YamlDotNet/issues/444#issuecomment-546709672
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// -----------------------------------------------------------------------
// <copyright file="CommentsObjectDescriptor.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
// -----------------------------------------------------------------------
// All of the classes in this file have been aquired from
// https://dotnetfiddle.net/8M6iIE which was mentioned
// on the YamlDotNet repository here: https://github.com/aaubry/YamlDotNet/issues/444#issuecomment-546709672
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// -----------------------------------------------------------------------
// <copyright file="CommentsObjectGraphVisitor.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
// -----------------------------------------------------------------------
// All of the classes in this file have been aquired from
// https://dotnetfiddle.net/8M6iIE which was mentioned
// on the YamlDotNet repository here: https://github.com/aaubry/YamlDotNet/issues/444#issuecomment-546709672
Expand Down
6 changes: 0 additions & 6 deletions src/GitReleaseManager.Core/Configuration/Config.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
//-----------------------------------------------------------------------
// <copyright file="Config.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
//-----------------------------------------------------------------------

namespace GitReleaseManager.Core.Configuration
{
using System;
Expand Down
6 changes: 0 additions & 6 deletions src/GitReleaseManager.Core/Configuration/ConfigSerializer.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
//-----------------------------------------------------------------------
// <copyright file="ConfigSerializer.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
//-----------------------------------------------------------------------

namespace GitReleaseManager.Core.Configuration
{
using System;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
//-----------------------------------------------------------------------
// <copyright file="ConfigurationProvider.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
//-----------------------------------------------------------------------

namespace GitReleaseManager.Core.Configuration
{
using System;
Expand Down
6 changes: 0 additions & 6 deletions src/GitReleaseManager.Core/Configuration/CreateConfig.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
//-----------------------------------------------------------------------
// <copyright file="CreateConfig.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
//-----------------------------------------------------------------------

namespace GitReleaseManager.Core.Configuration
{
using System.ComponentModel;
Expand Down
6 changes: 0 additions & 6 deletions src/GitReleaseManager.Core/Configuration/ExportConfig.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
//-----------------------------------------------------------------------
// <copyright file="ExportConfig.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
//-----------------------------------------------------------------------

namespace GitReleaseManager.Core.Configuration
{
using GitReleaseManager.Core.Attributes;
Expand Down
6 changes: 0 additions & 6 deletions src/GitReleaseManager.Core/Configuration/LabelAlias.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
//-----------------------------------------------------------------------
// <copyright file="LabelAlias.cs" company="GitTools Contributors">
// Copyright (c) 2015 - Present - GitTools Contributors
// </copyright>
//-----------------------------------------------------------------------

namespace GitReleaseManager.Core.Configuration
{
public class LabelAlias
Expand Down
Loading

0 comments on commit 7b0cdd7

Please sign in to comment.