From b5d723fe414599cb0a77e5e0f1a859445365f4ae Mon Sep 17 00:00:00 2001 From: Sergey Shandar Date: Tue, 28 Nov 2017 15:31:33 -0800 Subject: [PATCH] Copyrights --- .../Compute/ComputeStrategy.cs | 16 +++++++++++++++- .../Compute/Image.cs | 16 +++++++++++++++- .../Compute/Images.cs | 16 +++++++++++++++- .../Compute/VirtualMachineStrategy.cs | 16 +++++++++++++++- .../CreateOrUpdateAsyncParams.cs | 16 +++++++++++++++- .../EntityConfigExtensions.cs | 16 +++++++++++++++- .../Commands.Common.Strategies/Extensions.cs | 16 +++++++++++++++- .../GetAsyncParams.cs | 16 +++++++++++++++- .../GetStateExtensions.cs | 16 +++++++++++++++- .../Commands.Common.Strategies/IClient.cs | 16 +++++++++++++++- .../IEntityConfig.cs | 16 +++++++++++++++- .../IEntityConfigVisitor.cs | 16 +++++++++++++++- .../IEntityStrategy.cs | 16 +++++++++++++++- .../IReportProgress.cs | 16 +++++++++++++++- .../IResourceConfig.cs | 16 +++++++++++++++- .../IResourceConfigVisitor.cs | 16 +++++++++++++++- .../IShouldProcess.cs | 16 +++++++++++++++- .../Commands.Common.Strategies/IState.cs | 16 +++++++++++++++- .../LocationExtensions.cs | 16 +++++++++++++++- .../NestedResourceConfig.cs | 16 +++++++++++++++- .../NestedResourceConfigExtensions.cs | 18 ++++++++++++++++-- .../NestedResourceStrategy.cs | 16 +++++++++++++++- .../Network/NetworkInterfaceStrategy.cs | 16 +++++++++++++++- .../Network/NetworkSecurityGroupPolicy.cs | 16 +++++++++++++++- .../Network/NetworkStrategy.cs | 16 +++++++++++++++- .../Network/PublicIPAddressStrategy.cs | 16 +++++++++++++++- .../Network/SubnetStrategy.cs | 16 +++++++++++++++- .../Network/VirtualNetworkStrategy.cs | 16 +++++++++++++++- .../ResourceConfig.cs | 16 +++++++++++++++- .../ResourceConfigExtensions.cs | 16 +++++++++++++++- .../ResourceManager/ResourceGroupStrategy.cs | 16 +++++++++++++++- .../ResourceStrategy.cs | 16 +++++++++++++++- .../Common/Commands.Common.Strategies/State.cs | 16 +++++++++++++++- .../StateExtensions.cs | 14 +++++++++++++- .../StateOperationContext.cs | 16 +++++++++++++++- .../TargetDependencies.cs | 16 +++++++++++++++- .../Commands.Common.Strategies/TargetState.cs | 16 +++++++++++++++- .../UpdateStateExtensions.cs | 15 ++++++++++++++- .../Common/Commands.Common.Strategies/Void.cs | 16 +++++++++++++++- 39 files changed, 583 insertions(+), 40 deletions(-) diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/Compute/ComputeStrategy.cs b/src/ResourceManager/Common/Commands.Common.Strategies/Compute/ComputeStrategy.cs index 322c35755c22..992a619c163d 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/Compute/ComputeStrategy.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/Compute/ComputeStrategy.cs @@ -1,4 +1,18 @@ -using Microsoft.Azure.Management.Compute; +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using Microsoft.Azure.Management.Compute; using Microsoft.Azure.Management.Compute.Models; using System; using System.Threading.Tasks; diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/Compute/Image.cs b/src/ResourceManager/Common/Commands.Common.Strategies/Compute/Image.cs index 989a72253b8d..97330d5748ac 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/Compute/Image.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/Compute/Image.cs @@ -1,4 +1,18 @@ -namespace Microsoft.Azure.Commands.Common.Strategies.Compute +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +namespace Microsoft.Azure.Commands.Common.Strategies.Compute { public sealed class Image { diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/Compute/Images.cs b/src/ResourceManager/Common/Commands.Common.Strategies/Compute/Images.cs index 50babef8e7ef..9fb106743b69 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/Compute/Images.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/Compute/Images.cs @@ -1,4 +1,18 @@ -using System.Collections.Generic; +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using System.Collections.Generic; namespace Microsoft.Azure.Commands.Common.Strategies.Compute { diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/Compute/VirtualMachineStrategy.cs b/src/ResourceManager/Common/Commands.Common.Strategies/Compute/VirtualMachineStrategy.cs index e974c359d280..2d8f4ddb6b12 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/Compute/VirtualMachineStrategy.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/Compute/VirtualMachineStrategy.cs @@ -1,4 +1,18 @@ -using Microsoft.Azure.Management.Compute; +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using Microsoft.Azure.Management.Compute; using Microsoft.Azure.Management.Compute.Models; using Microsoft.Azure.Management.Network.Models; using Microsoft.Azure.Management.ResourceManager.Models; diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/CreateOrUpdateAsyncParams.cs b/src/ResourceManager/Common/Commands.Common.Strategies/CreateOrUpdateAsyncParams.cs index b19f0db77a97..3c37cc1d1e01 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/CreateOrUpdateAsyncParams.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/CreateOrUpdateAsyncParams.cs @@ -1,4 +1,18 @@ -using System.Threading; +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using System.Threading; namespace Microsoft.Azure.Commands.Common.Strategies { diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/EntityConfigExtensions.cs b/src/ResourceManager/Common/Commands.Common.Strategies/EntityConfigExtensions.cs index fe24c9ff582a..85c5df027a9f 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/EntityConfigExtensions.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/EntityConfigExtensions.cs @@ -1,4 +1,18 @@ -using System.Collections.Generic; +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using System.Collections.Generic; namespace Microsoft.Azure.Commands.Common.Strategies { diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/Extensions.cs b/src/ResourceManager/Common/Commands.Common.Strategies/Extensions.cs index 24177a8492e8..d4f9fb81a3e1 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/Extensions.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/Extensions.cs @@ -1,4 +1,18 @@ -using System; +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/GetAsyncParams.cs b/src/ResourceManager/Common/Commands.Common.Strategies/GetAsyncParams.cs index b2587c1fe353..d6f934bb8d23 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/GetAsyncParams.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/GetAsyncParams.cs @@ -1,4 +1,18 @@ -using System.Threading; +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using System.Threading; namespace Microsoft.Azure.Commands.Common.Strategies { diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/GetStateExtensions.cs b/src/ResourceManager/Common/Commands.Common.Strategies/GetStateExtensions.cs index e0c13071670b..81689a49b7e2 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/GetStateExtensions.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/GetStateExtensions.cs @@ -1,4 +1,18 @@ -using System.Linq; +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using System.Linq; using System.Threading; using System.Threading.Tasks; diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/IClient.cs b/src/ResourceManager/Common/Commands.Common.Strategies/IClient.cs index 363abd8eb9f9..7e3a58416526 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/IClient.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/IClient.cs @@ -1,4 +1,18 @@ -using Microsoft.Rest; +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using Microsoft.Rest; namespace Microsoft.Azure.Commands.Common.Strategies { diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/IEntityConfig.cs b/src/ResourceManager/Common/Commands.Common.Strategies/IEntityConfig.cs index 81b7e5414a33..7092a440ebc4 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/IEntityConfig.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/IEntityConfig.cs @@ -1,4 +1,18 @@ -using System.Collections.Generic; +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using System.Collections.Generic; namespace Microsoft.Azure.Commands.Common.Strategies { diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/IEntityConfigVisitor.cs b/src/ResourceManager/Common/Commands.Common.Strategies/IEntityConfigVisitor.cs index 846998260f5d..a275ab01dd86 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/IEntityConfigVisitor.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/IEntityConfigVisitor.cs @@ -1,4 +1,18 @@ -namespace Microsoft.Azure.Commands.Common.Strategies +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +namespace Microsoft.Azure.Commands.Common.Strategies { public interface IEntityConfigVisitor { diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/IEntityStrategy.cs b/src/ResourceManager/Common/Commands.Common.Strategies/IEntityStrategy.cs index f4b64b4db0e4..6ab57c544220 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/IEntityStrategy.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/IEntityStrategy.cs @@ -1,4 +1,18 @@ -namespace Microsoft.Azure.Commands.Common.Strategies +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +namespace Microsoft.Azure.Commands.Common.Strategies { public interface IEntityStrategy { diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/IReportProgress.cs b/src/ResourceManager/Common/Commands.Common.Strategies/IReportProgress.cs index 899d3f776270..585cc04152c9 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/IReportProgress.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/IReportProgress.cs @@ -1,4 +1,18 @@ -namespace Microsoft.Azure.Commands.Common.Strategies +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +namespace Microsoft.Azure.Commands.Common.Strategies { public interface IProgressReport { diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/IResourceConfig.cs b/src/ResourceManager/Common/Commands.Common.Strategies/IResourceConfig.cs index 667559ba0baa..03bd180e8501 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/IResourceConfig.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/IResourceConfig.cs @@ -1,4 +1,18 @@ -using System.Collections.Generic; +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using System.Collections.Generic; namespace Microsoft.Azure.Commands.Common.Strategies { diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/IResourceConfigVisitor.cs b/src/ResourceManager/Common/Commands.Common.Strategies/IResourceConfigVisitor.cs index 8658e82dba5c..a837efdd355b 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/IResourceConfigVisitor.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/IResourceConfigVisitor.cs @@ -1,4 +1,18 @@ -namespace Microsoft.Azure.Commands.Common.Strategies +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +namespace Microsoft.Azure.Commands.Common.Strategies { public interface IResourceConfigVisitor { diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/IShouldProcess.cs b/src/ResourceManager/Common/Commands.Common.Strategies/IShouldProcess.cs index 5ace65a5fb23..6d5e14e815fa 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/IShouldProcess.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/IShouldProcess.cs @@ -1,4 +1,18 @@ -namespace Microsoft.Azure.Commands.Common.Strategies +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +namespace Microsoft.Azure.Commands.Common.Strategies { public interface IShouldProcess { diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/IState.cs b/src/ResourceManager/Common/Commands.Common.Strategies/IState.cs index f8d6efd3f57a..8179a8e7e5df 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/IState.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/IState.cs @@ -1,4 +1,18 @@ -namespace Microsoft.Azure.Commands.Common.Strategies +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +namespace Microsoft.Azure.Commands.Common.Strategies { /// /// An Azure state which is a dictionary of models. diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/LocationExtensions.cs b/src/ResourceManager/Common/Commands.Common.Strategies/LocationExtensions.cs index a155f0790254..431686dc0c61 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/LocationExtensions.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/LocationExtensions.cs @@ -1,4 +1,18 @@ -using Microsoft.Azure.Management.ResourceManager.Models; +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using Microsoft.Azure.Management.ResourceManager.Models; using System.Linq; namespace Microsoft.Azure.Commands.Common.Strategies diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/NestedResourceConfig.cs b/src/ResourceManager/Common/Commands.Common.Strategies/NestedResourceConfig.cs index 17b3c7b9c294..2036630c7199 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/NestedResourceConfig.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/NestedResourceConfig.cs @@ -1,4 +1,18 @@ -using System; +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using System; using System.Collections.Generic; using System.Linq; diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/NestedResourceConfigExtensions.cs b/src/ResourceManager/Common/Commands.Common.Strategies/NestedResourceConfigExtensions.cs index 1e298cb9225e..2c762667068a 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/NestedResourceConfigExtensions.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/NestedResourceConfigExtensions.cs @@ -1,8 +1,22 @@ -using System; +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using System; namespace Microsoft.Azure.Commands.Common.Strategies { - public static class NestedResourceConfig + public static class NestedResourceConfigExtensions { public static NestedResourceConfig CreateConfig( this NestedResourceStrategy strategy, diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/NestedResourceStrategy.cs b/src/ResourceManager/Common/Commands.Common.Strategies/NestedResourceStrategy.cs index 821d8c36ebd2..8c559f2f547a 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/NestedResourceStrategy.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/NestedResourceStrategy.cs @@ -1,4 +1,18 @@ -using System; +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using System; using System.Collections.Generic; namespace Microsoft.Azure.Commands.Common.Strategies diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/Network/NetworkInterfaceStrategy.cs b/src/ResourceManager/Common/Commands.Common.Strategies/Network/NetworkInterfaceStrategy.cs index e95a28a16f68..b8c69d1291bf 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/Network/NetworkInterfaceStrategy.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/Network/NetworkInterfaceStrategy.cs @@ -1,4 +1,18 @@ -using Microsoft.Azure.Management.Network; +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using Microsoft.Azure.Management.Network; using Microsoft.Azure.Management.Network.Models; using Microsoft.Azure.Management.ResourceManager.Models; diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/Network/NetworkSecurityGroupPolicy.cs b/src/ResourceManager/Common/Commands.Common.Strategies/Network/NetworkSecurityGroupPolicy.cs index f8c3000e4eaa..82ab0de54750 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/Network/NetworkSecurityGroupPolicy.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/Network/NetworkSecurityGroupPolicy.cs @@ -1,4 +1,18 @@ -using Microsoft.Azure.Management.Network; +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using Microsoft.Azure.Management.Network; using Microsoft.Azure.Management.Network.Models; using Microsoft.Azure.Management.ResourceManager.Models; using System.Linq; diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/Network/NetworkStrategy.cs b/src/ResourceManager/Common/Commands.Common.Strategies/Network/NetworkStrategy.cs index faa93bda0df9..941ba4b3381c 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/Network/NetworkStrategy.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/Network/NetworkStrategy.cs @@ -1,4 +1,18 @@ -using Microsoft.Azure.Management.Network; +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using Microsoft.Azure.Management.Network; using Microsoft.Azure.Management.Network.Models; using System; using System.Threading.Tasks; diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/Network/PublicIPAddressStrategy.cs b/src/ResourceManager/Common/Commands.Common.Strategies/Network/PublicIPAddressStrategy.cs index ce38db76fbf7..28e72c6737a3 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/Network/PublicIPAddressStrategy.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/Network/PublicIPAddressStrategy.cs @@ -1,4 +1,18 @@ -using Microsoft.Azure.Management.Network; +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using Microsoft.Azure.Management.Network; using Microsoft.Azure.Management.Network.Models; using Microsoft.Azure.Management.ResourceManager.Models; diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/Network/SubnetStrategy.cs b/src/ResourceManager/Common/Commands.Common.Strategies/Network/SubnetStrategy.cs index bc007f1b1cd9..3ef8dfb387de 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/Network/SubnetStrategy.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/Network/SubnetStrategy.cs @@ -1,4 +1,18 @@ -using Microsoft.Azure.Management.Network.Models; +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using Microsoft.Azure.Management.Network.Models; using System.Collections.Generic; using System.Linq; diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/Network/VirtualNetworkStrategy.cs b/src/ResourceManager/Common/Commands.Common.Strategies/Network/VirtualNetworkStrategy.cs index 66b531ef68b8..976f3b390a3c 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/Network/VirtualNetworkStrategy.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/Network/VirtualNetworkStrategy.cs @@ -1,4 +1,18 @@ -using Microsoft.Azure.Management.Network; +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using Microsoft.Azure.Management.Network; using Microsoft.Azure.Management.Network.Models; using Microsoft.Azure.Management.ResourceManager.Models; using System; diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/ResourceConfig.cs b/src/ResourceManager/Common/Commands.Common.Strategies/ResourceConfig.cs index 4a3cd129a2d3..cb3d958c03b8 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/ResourceConfig.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/ResourceConfig.cs @@ -1,4 +1,18 @@ -using System; +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using System; using System.Collections.Generic; using System.Linq; diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/ResourceConfigExtensions.cs b/src/ResourceManager/Common/Commands.Common.Strategies/ResourceConfigExtensions.cs index 4e5e1c7683a8..62625a59b484 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/ResourceConfigExtensions.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/ResourceConfigExtensions.cs @@ -1,4 +1,18 @@ -using Microsoft.Azure.Management.ResourceManager.Models; +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using Microsoft.Azure.Management.ResourceManager.Models; using Microsoft.Rest.Azure; using System; using System.Collections.Generic; diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/ResourceManager/ResourceGroupStrategy.cs b/src/ResourceManager/Common/Commands.Common.Strategies/ResourceManager/ResourceGroupStrategy.cs index b3a2f79b07c9..ddee8f728aab 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/ResourceManager/ResourceGroupStrategy.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/ResourceManager/ResourceGroupStrategy.cs @@ -1,4 +1,18 @@ -using Microsoft.Azure.Management.ResourceManager; +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using Microsoft.Azure.Management.ResourceManager; using Microsoft.Azure.Management.ResourceManager.Models; using System.Linq; diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/ResourceStrategy.cs b/src/ResourceManager/Common/Commands.Common.Strategies/ResourceStrategy.cs index 23d06b09d842..dae47a52bba2 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/ResourceStrategy.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/ResourceStrategy.cs @@ -1,4 +1,18 @@ -using Microsoft.Rest; +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using Microsoft.Rest; using System; using System.Collections.Generic; using System.Linq; diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/State.cs b/src/ResourceManager/Common/Commands.Common.Strategies/State.cs index 6a8bbab99655..6a97d26b6e05 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/State.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/State.cs @@ -1,4 +1,18 @@ -using System; +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using System; using System.Collections.Concurrent; namespace Microsoft.Azure.Commands.Common.Strategies diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/StateExtensions.cs b/src/ResourceManager/Common/Commands.Common.Strategies/StateExtensions.cs index 9fdf7c466367..17d584040d7c 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/StateExtensions.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/StateExtensions.cs @@ -1,4 +1,16 @@ -using System; +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- namespace Microsoft.Azure.Commands.Common.Strategies { diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/StateOperationContext.cs b/src/ResourceManager/Common/Commands.Common.Strategies/StateOperationContext.cs index 52ba66a4e98c..d6d34a5b9418 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/StateOperationContext.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/StateOperationContext.cs @@ -1,4 +1,18 @@ -using System; +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using System; using System.Collections.Concurrent; using System.Threading; using System.Threading.Tasks; diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/TargetDependencies.cs b/src/ResourceManager/Common/Commands.Common.Strategies/TargetDependencies.cs index 7e0dd3894d6e..623f50c27adf 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/TargetDependencies.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/TargetDependencies.cs @@ -1,4 +1,18 @@ -using System.Collections.Generic; +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using System.Collections.Generic; using System.Linq; namespace Microsoft.Azure.Commands.Common.Strategies diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/TargetState.cs b/src/ResourceManager/Common/Commands.Common.Strategies/TargetState.cs index be8874209b84..3991b47187b7 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/TargetState.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/TargetState.cs @@ -1,4 +1,18 @@ -namespace Microsoft.Azure.Commands.Common.Strategies +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +namespace Microsoft.Azure.Commands.Common.Strategies { public static class TargetState { diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/UpdateStateExtensions.cs b/src/ResourceManager/Common/Commands.Common.Strategies/UpdateStateExtensions.cs index 2d09f431102a..7b52e15c43bd 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/UpdateStateExtensions.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/UpdateStateExtensions.cs @@ -1,4 +1,17 @@ -using System; +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + using System.Linq; using System.Threading; using System.Threading.Tasks; diff --git a/src/ResourceManager/Common/Commands.Common.Strategies/Void.cs b/src/ResourceManager/Common/Commands.Common.Strategies/Void.cs index 33f93464787a..5fccfb111ad3 100644 --- a/src/ResourceManager/Common/Commands.Common.Strategies/Void.cs +++ b/src/ResourceManager/Common/Commands.Common.Strategies/Void.cs @@ -1,4 +1,18 @@ -namespace Microsoft.Azure.Commands.Common.Strategies +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +namespace Microsoft.Azure.Commands.Common.Strategies { struct Void {