Skip to content

Commit

Permalink
Merged PR 158974: Updating license headers per CELA.
Browse files Browse the repository at this point in the history
Updating license headers per CELA.
This is part of the required changes for us to be open source.

Related work items: #758829
  • Loading branch information
gpcastro committed Jan 14, 2019
1 parent 5e010fc commit 4162137
Show file tree
Hide file tree
Showing 148 changed files with 220 additions and 21 deletions.
1 change: 1 addition & 0 deletions CodeMaid.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<setting name="Cleaning_UpdateFileHeaderCSharp" serializeAs="String">
<value>// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------</value>
</setting>
<setting name="Cleaning_ExclusionExpression" serializeAs="String">
Expand Down
1 change: 1 addition & 0 deletions src/BuildScriptGenerator/BuildPropertyAttribute.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

using System;
Expand Down
1 change: 1 addition & 0 deletions src/BuildScriptGenerator/BuildScriptGeneratorOptions.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------
using System.Collections.Generic;
using Microsoft.Extensions.Logging;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------
using Microsoft.Extensions.DependencyInjection;

Expand Down
3 changes: 2 additions & 1 deletion src/BuildScriptGenerator/Constants.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

namespace Microsoft.Oryx.BuildScriptGenerator
Expand All @@ -10,4 +11,4 @@ public static class Constants

public const string BuildEnvironmentFileName = "build.env";
}
}
}
1 change: 1 addition & 0 deletions src/BuildScriptGenerator/DefaulTempDirectoryProvider.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------
using System;
using System.IO;
Expand Down
1 change: 1 addition & 0 deletions src/BuildScriptGenerator/DefaultEnvironment.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

using System;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------
// --------------------------------------------------------------------------------------------

using System;
Expand Down
1 change: 1 addition & 0 deletions src/BuildScriptGenerator/DefaultScriptExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

using System.Collections.Generic;
Expand Down
5 changes: 5 additions & 0 deletions src/BuildScriptGenerator/DefaultScriptGenerator.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------
// --------------------------------------------------------------------------------------------
// --------------------------------------------------------------------------------------------
// --------------------------------------------------------------------------------------------
// --------------------------------------------------------------------------------------------

using System;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

namespace Microsoft.Oryx.BuildScriptGenerator.DotnetCore
Expand Down
1 change: 1 addition & 0 deletions src/BuildScriptGenerator/DotnetCore/DotnetCoreConstants.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

namespace Microsoft.Oryx.BuildScriptGenerator.DotnetCore
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

using System;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

using Microsoft.Extensions.Options;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

using Microsoft.Extensions.DependencyInjection;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

using System.Collections.Generic;
Expand Down
1 change: 1 addition & 0 deletions src/BuildScriptGenerator/EnvironmentSettings.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

namespace Microsoft.Oryx.BuildScriptGenerator
Expand Down
1 change: 1 addition & 0 deletions src/BuildScriptGenerator/EnvironmentSettingsKeys.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

namespace Microsoft.Oryx.BuildScriptGenerator
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------
using System;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------
namespace Microsoft.Oryx.BuildScriptGenerator.Exceptions
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------
namespace Microsoft.Oryx.BuildScriptGenerator.Exceptions
{
Expand Down
1 change: 1 addition & 0 deletions src/BuildScriptGenerator/IEnvironment.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

using System.Collections;
Expand Down
1 change: 1 addition & 0 deletions src/BuildScriptGenerator/IEnvironmentSettingsProvider.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

namespace Microsoft.Oryx.BuildScriptGenerator
Expand Down
1 change: 1 addition & 0 deletions src/BuildScriptGenerator/ILanguageDetector.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

namespace Microsoft.Oryx.BuildScriptGenerator
Expand Down
1 change: 1 addition & 0 deletions src/BuildScriptGenerator/ILanguageScriptGenerator.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------
using System.Collections.Generic;

Expand Down
1 change: 1 addition & 0 deletions src/BuildScriptGenerator/IScriptExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

using System.Diagnostics;
Expand Down
1 change: 1 addition & 0 deletions src/BuildScriptGenerator/IScriptGenerator.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------
namespace Microsoft.Oryx.BuildScriptGenerator
{
Expand Down
2 changes: 2 additions & 0 deletions src/BuildScriptGenerator/ITempDirectoryProvider.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------
// --------------------------------------------------------------------------------------------

namespace Microsoft.Oryx.BuildScriptGenerator
Expand Down
1 change: 1 addition & 0 deletions src/BuildScriptGenerator/LanguageDetectorResult.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

namespace Microsoft.Oryx.BuildScriptGenerator
Expand Down
1 change: 1 addition & 0 deletions src/BuildScriptGenerator/NameAndValuePairParser.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

using System;
Expand Down
1 change: 1 addition & 0 deletions src/BuildScriptGenerator/Node/INodeVersionProvider.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------
using System.Collections.Generic;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

namespace Microsoft.Oryx.BuildScriptGenerator.Node
Expand Down
1 change: 1 addition & 0 deletions src/BuildScriptGenerator/Node/NodeConstants.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

namespace Microsoft.Oryx.BuildScriptGenerator.Node
Expand Down
1 change: 1 addition & 0 deletions src/BuildScriptGenerator/Node/NodeLanguageDetector.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

using System;
Expand Down
1 change: 1 addition & 0 deletions src/BuildScriptGenerator/Node/NodeScriptGenerator.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

using System;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

namespace Microsoft.Oryx.BuildScriptGenerator.Node
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------
using Microsoft.Extensions.Options;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

using Microsoft.Extensions.DependencyInjection;
Expand Down
1 change: 1 addition & 0 deletions src/BuildScriptGenerator/Node/NodeVersionProvider.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------
using System.Collections.Generic;
using Microsoft.Extensions.Options;
Expand Down
1 change: 1 addition & 0 deletions src/BuildScriptGenerator/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

using System.Runtime.CompilerServices;
Expand Down
1 change: 1 addition & 0 deletions src/BuildScriptGenerator/Python/IPythonVersionProvider.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

namespace Microsoft.Oryx.BuildScriptGenerator.Python
Expand Down
1 change: 1 addition & 0 deletions src/BuildScriptGenerator/Python/PythonConstants.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

namespace Microsoft.Oryx.BuildScriptGenerator.Python
Expand Down
1 change: 1 addition & 0 deletions src/BuildScriptGenerator/Python/PythonLanguageDetector.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

using System;
Expand Down
1 change: 1 addition & 0 deletions src/BuildScriptGenerator/Python/PythonScriptGenerator.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

using System;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

using Microsoft.Extensions.Options;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

using Microsoft.Extensions.DependencyInjection;
Expand Down
1 change: 1 addition & 0 deletions src/BuildScriptGenerator/Python/PythonVersionProvider.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------
using System.Collections.Generic;
using System.Linq;
Expand Down
1 change: 1 addition & 0 deletions src/BuildScriptGenerator/ScriptGeneratorContext.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

using System.Collections.Generic;
Expand Down
1 change: 1 addition & 0 deletions src/BuildScriptGenerator/SemanticVersionResolver.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------

using System.IO;
Expand Down
Loading

0 comments on commit 4162137

Please sign in to comment.