From 3cd1c84e609dcc5cdf195c3f4e421b79ceb3b870 Mon Sep 17 00:00:00 2001 From: prashelke Date: Fri, 10 May 2024 17:36:57 +0530 Subject: [PATCH] License Updated --- .../AzureDevOps/AzureDevOpsImportPage.xaml.cs | 20 ++++++++++++++++++- .../ActCLIOrchestrationEditPage.xaml | 2 +- .../Actions/UserControls/UCArtifact.xaml.cs | 20 ++++++++++++++++++- .../JsonViewer/JsonViewer.xaml.cs | 20 ++++++++++++++++++- .../JPropertyDataTemplateSelector.cs | 20 ++++++++++++++++++- .../ComplexPropertyMethodToValueConverter.cs | 20 ++++++++++++++++++- .../ValueConverters/JArrayLengthConverter.cs | 20 ++++++++++++++++++- .../JPropertyTypeToColorConverter.cs | 20 ++++++++++++++++++- .../ValueConverters/JValueConverter.cs | 20 ++++++++++++++++++- .../JValueTypeToColorConverter.cs | 20 ++++++++++++++++++- .../ValueConverters/MethodToValueConverter.cs | 20 ++++++++++++++++++- .../GingerCoreCommon/EnumsLib/eFileTypes.cs | 20 ++++++++++++++++++- .../GeneralLib/ArtifactDetails.cs | 20 ++++++++++++++++++- .../ALMLib/Azure/AzureTestCases.cs | 20 ++++++++++++++++++- .../ALMLib/Azure/AzureTestCasesSteps.cs | 20 ++++++++++++++++++- .../ALMLib/Azure/AzureTestPlan.cs | 20 ++++++++++++++++++- .../AnalyzerLib/AnalyzeEnvApplication.cs | 20 ++++++++++++++++++- .../Exceptions/BPMNExportationException.cs | 20 ++++++++++++++++++- .../NoValidActivityFoundInGroupException.cs | 20 ++++++++++++++++++- .../RunSetExecutionHistoryToBPMNExporter.cs | 20 ++++++++++++++++++- .../Reports/RunsetFromReportLoader.cs | 20 ++++++++++++++++++- .../ExecutionHandlerAPIClient.cs | 20 ++++++++++++++++++- .../IExecutionHandlerAPIClient.cs | 20 ++++++++++++++++++- .../ApplicationConfigHelper.cs | 20 ++++++++++++++++++- .../DatabaseConfigHelper.cs | 20 ++++++++++++++++++- .../EnvironmentConfigOperations.cs | 20 ++++++++++++++++++- .../ParameterConfigHelper.cs | 20 ++++++++++++++++++- 27 files changed, 495 insertions(+), 27 deletions(-) diff --git a/Ginger/Ginger/ALM/AzureDevOps/AzureDevOpsImportPage.xaml.cs b/Ginger/Ginger/ALM/AzureDevOps/AzureDevOpsImportPage.xaml.cs index 381d277f39..e65294726a 100644 --- a/Ginger/Ginger/ALM/AzureDevOps/AzureDevOpsImportPage.xaml.cs +++ b/Ginger/Ginger/ALM/AzureDevOps/AzureDevOpsImportPage.xaml.cs @@ -1,4 +1,22 @@ -using Amdocs.Ginger.Common; +#region License +/* +Copyright © 2014-2024 European Support Limited + +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. +*/ +#endregion + +using Amdocs.Ginger.Common; using Ginger.UserControls; using System; using System.Windows; diff --git a/Ginger/Ginger/Actions/ActionEditPages/ActCLIOrchestrationEditPage.xaml b/Ginger/Ginger/Actions/ActionEditPages/ActCLIOrchestrationEditPage.xaml index 896284830a..21f0d14611 100644 --- a/Ginger/Ginger/Actions/ActionEditPages/ActCLIOrchestrationEditPage.xaml +++ b/Ginger/Ginger/Actions/ActionEditPages/ActCLIOrchestrationEditPage.xaml @@ -40,7 +40,7 @@ - + diff --git a/Ginger/Ginger/Actions/UserControls/UCArtifact.xaml.cs b/Ginger/Ginger/Actions/UserControls/UCArtifact.xaml.cs index 58157c204d..3c359123f7 100644 --- a/Ginger/Ginger/Actions/UserControls/UCArtifact.xaml.cs +++ b/Ginger/Ginger/Actions/UserControls/UCArtifact.xaml.cs @@ -1,4 +1,22 @@ -using Amdocs.Ginger.Common; +#region License +/* +Copyright © 2014-2024 European Support Limited + +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. +*/ +#endregion + +using Amdocs.Ginger.Common; using Amdocs.Ginger.Common.Enums; using Amdocs.Ginger.Common.EnumsLib; using Amdocs.Ginger.UserControls; diff --git a/Ginger/Ginger/UserControlsLib/JsonViewer/JsonViewer.xaml.cs b/Ginger/Ginger/UserControlsLib/JsonViewer/JsonViewer.xaml.cs index 1b659884ef..72a1b26e73 100644 --- a/Ginger/Ginger/UserControlsLib/JsonViewer/JsonViewer.xaml.cs +++ b/Ginger/Ginger/UserControlsLib/JsonViewer/JsonViewer.xaml.cs @@ -1,4 +1,22 @@ -using System; +#region License +/* +Copyright © 2014-2024 European Support Limited + +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. +*/ +#endregion + +using System; using System.Collections.Generic; using System.Windows; using System.Windows.Controls; diff --git a/Ginger/Ginger/UserControlsLib/JsonViewer/TemplateSelectors/JPropertyDataTemplateSelector.cs b/Ginger/Ginger/UserControlsLib/JsonViewer/TemplateSelectors/JPropertyDataTemplateSelector.cs index ace4f387f4..385364fc65 100644 --- a/Ginger/Ginger/UserControlsLib/JsonViewer/TemplateSelectors/JPropertyDataTemplateSelector.cs +++ b/Ginger/Ginger/UserControlsLib/JsonViewer/TemplateSelectors/JPropertyDataTemplateSelector.cs @@ -1,4 +1,22 @@ -using System.Windows; +#region License +/* +Copyright © 2014-2024 European Support Limited + +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. +*/ +#endregion + +using System.Windows; using System.Windows.Controls; using Newtonsoft.Json.Linq; diff --git a/Ginger/Ginger/UserControlsLib/JsonViewer/ValueConverters/ComplexPropertyMethodToValueConverter.cs b/Ginger/Ginger/UserControlsLib/JsonViewer/ValueConverters/ComplexPropertyMethodToValueConverter.cs index fb1095e8c7..785089d3f4 100644 --- a/Ginger/Ginger/UserControlsLib/JsonViewer/ValueConverters/ComplexPropertyMethodToValueConverter.cs +++ b/Ginger/Ginger/UserControlsLib/JsonViewer/ValueConverters/ComplexPropertyMethodToValueConverter.cs @@ -1,4 +1,22 @@ -using System; +#region License +/* +Copyright © 2014-2024 European Support Limited + +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. +*/ +#endregion + +using System; using System.Collections.Generic; using System.Globalization; using System.Linq; diff --git a/Ginger/Ginger/UserControlsLib/JsonViewer/ValueConverters/JArrayLengthConverter.cs b/Ginger/Ginger/UserControlsLib/JsonViewer/ValueConverters/JArrayLengthConverter.cs index 4a8f8c544d..3b1781dbdf 100644 --- a/Ginger/Ginger/UserControlsLib/JsonViewer/ValueConverters/JArrayLengthConverter.cs +++ b/Ginger/Ginger/UserControlsLib/JsonViewer/ValueConverters/JArrayLengthConverter.cs @@ -1,4 +1,22 @@ -using System; +#region License +/* +Copyright © 2014-2024 European Support Limited + +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. +*/ +#endregion + +using System; using System.Globalization; using System.Linq; using System.Windows.Data; diff --git a/Ginger/Ginger/UserControlsLib/JsonViewer/ValueConverters/JPropertyTypeToColorConverter.cs b/Ginger/Ginger/UserControlsLib/JsonViewer/ValueConverters/JPropertyTypeToColorConverter.cs index deb7ec2a0b..da6f3f98ff 100644 --- a/Ginger/Ginger/UserControlsLib/JsonViewer/ValueConverters/JPropertyTypeToColorConverter.cs +++ b/Ginger/Ginger/UserControlsLib/JsonViewer/ValueConverters/JPropertyTypeToColorConverter.cs @@ -1,4 +1,22 @@ -using System; +#region License +/* +Copyright © 2014-2024 European Support Limited + +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. +*/ +#endregion + +using System; using System.Globalization; using System.Windows.Data; using System.Windows.Media; diff --git a/Ginger/Ginger/UserControlsLib/JsonViewer/ValueConverters/JValueConverter.cs b/Ginger/Ginger/UserControlsLib/JsonViewer/ValueConverters/JValueConverter.cs index 9368becb8d..76b19048d1 100644 --- a/Ginger/Ginger/UserControlsLib/JsonViewer/ValueConverters/JValueConverter.cs +++ b/Ginger/Ginger/UserControlsLib/JsonViewer/ValueConverters/JValueConverter.cs @@ -1,4 +1,22 @@ -using System; +#region License +/* +Copyright © 2014-2024 European Support Limited + +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. +*/ +#endregion + +using System; using System.Globalization; using System.Windows.Data; using Newtonsoft.Json.Linq; diff --git a/Ginger/Ginger/UserControlsLib/JsonViewer/ValueConverters/JValueTypeToColorConverter.cs b/Ginger/Ginger/UserControlsLib/JsonViewer/ValueConverters/JValueTypeToColorConverter.cs index 35996e24d7..b2f5588535 100644 --- a/Ginger/Ginger/UserControlsLib/JsonViewer/ValueConverters/JValueTypeToColorConverter.cs +++ b/Ginger/Ginger/UserControlsLib/JsonViewer/ValueConverters/JValueTypeToColorConverter.cs @@ -1,4 +1,22 @@ -using System; +#region License +/* +Copyright © 2014-2024 European Support Limited + +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. +*/ +#endregion + +using System; using System.Globalization; using System.Windows.Data; using System.Windows.Media; diff --git a/Ginger/Ginger/UserControlsLib/JsonViewer/ValueConverters/MethodToValueConverter.cs b/Ginger/Ginger/UserControlsLib/JsonViewer/ValueConverters/MethodToValueConverter.cs index dded772711..e56e7bc3e6 100644 --- a/Ginger/Ginger/UserControlsLib/JsonViewer/ValueConverters/MethodToValueConverter.cs +++ b/Ginger/Ginger/UserControlsLib/JsonViewer/ValueConverters/MethodToValueConverter.cs @@ -1,4 +1,22 @@ -using System; +#region License +/* +Copyright © 2014-2024 European Support Limited + +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. +*/ +#endregion + +using System; using System.Globalization; using System.Windows.Data; diff --git a/Ginger/GingerCoreCommon/EnumsLib/eFileTypes.cs b/Ginger/GingerCoreCommon/EnumsLib/eFileTypes.cs index 5683e5d06c..ecf494c901 100644 --- a/Ginger/GingerCoreCommon/EnumsLib/eFileTypes.cs +++ b/Ginger/GingerCoreCommon/EnumsLib/eFileTypes.cs @@ -1,4 +1,22 @@ -using System; +#region License +/* +Copyright © 2014-2024 European Support Limited + +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. +*/ +#endregion + +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/Ginger/GingerCoreCommon/GeneralLib/ArtifactDetails.cs b/Ginger/GingerCoreCommon/GeneralLib/ArtifactDetails.cs index 3656808b83..d6fa67ba7e 100644 --- a/Ginger/GingerCoreCommon/GeneralLib/ArtifactDetails.cs +++ b/Ginger/GingerCoreCommon/GeneralLib/ArtifactDetails.cs @@ -1,4 +1,22 @@ -using System; +#region License +/* +Copyright © 2014-2024 European Support Limited + +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. +*/ +#endregion + +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/Ginger/GingerCoreNET/ALMLib/Azure/AzureTestCases.cs b/Ginger/GingerCoreNET/ALMLib/Azure/AzureTestCases.cs index ac79d0436a..eb38ab06f3 100644 --- a/Ginger/GingerCoreNET/ALMLib/Azure/AzureTestCases.cs +++ b/Ginger/GingerCoreNET/ALMLib/Azure/AzureTestCases.cs @@ -1,4 +1,22 @@ -using GingerCore.ALM.JIRA; +#region License +/* +Copyright © 2014-2024 European Support Limited + +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. +*/ +#endregion + +using GingerCore.ALM.JIRA; using System; using System.Collections.Generic; using System.Linq; diff --git a/Ginger/GingerCoreNET/ALMLib/Azure/AzureTestCasesSteps.cs b/Ginger/GingerCoreNET/ALMLib/Azure/AzureTestCasesSteps.cs index 712a68ab6e..e31971007d 100644 --- a/Ginger/GingerCoreNET/ALMLib/Azure/AzureTestCasesSteps.cs +++ b/Ginger/GingerCoreNET/ALMLib/Azure/AzureTestCasesSteps.cs @@ -1,4 +1,22 @@ -using GingerCore.ALM.JIRA; +#region License +/* +Copyright © 2014-2024 European Support Limited + +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. +*/ +#endregion + +using GingerCore.ALM.JIRA; using System; using System.Collections.Generic; using System.Linq; diff --git a/Ginger/GingerCoreNET/ALMLib/Azure/AzureTestPlan.cs b/Ginger/GingerCoreNET/ALMLib/Azure/AzureTestPlan.cs index 55ebed1b4d..578388403c 100644 --- a/Ginger/GingerCoreNET/ALMLib/Azure/AzureTestPlan.cs +++ b/Ginger/GingerCoreNET/ALMLib/Azure/AzureTestPlan.cs @@ -1,4 +1,22 @@ -using System; +#region License +/* +Copyright © 2014-2024 European Support Limited + +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. +*/ +#endregion + +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/Ginger/GingerCoreNET/AnalyzerLib/AnalyzeEnvApplication.cs b/Ginger/GingerCoreNET/AnalyzerLib/AnalyzeEnvApplication.cs index 8e77d1532b..1ddd408cf5 100644 --- a/Ginger/GingerCoreNET/AnalyzerLib/AnalyzeEnvApplication.cs +++ b/Ginger/GingerCoreNET/AnalyzerLib/AnalyzeEnvApplication.cs @@ -1,4 +1,22 @@ -using Ginger.AnalyzerLib; +#region License +/* +Copyright © 2014-2024 European Support Limited + +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. +*/ +#endregion + +using Ginger.AnalyzerLib; using GingerCore.Environments; using GingerCore; using GingerCoreNET.SolutionRepositoryLib.RepositoryObjectsLib.PlatformsLib; diff --git a/Ginger/GingerCoreNET/BPMN/Exceptions/BPMNExportationException.cs b/Ginger/GingerCoreNET/BPMN/Exceptions/BPMNExportationException.cs index dd8dc49f30..255e28ed5a 100644 --- a/Ginger/GingerCoreNET/BPMN/Exceptions/BPMNExportationException.cs +++ b/Ginger/GingerCoreNET/BPMN/Exceptions/BPMNExportationException.cs @@ -1,4 +1,22 @@ -using System; +#region License +/* +Copyright © 2014-2024 European Support Limited + +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. +*/ +#endregion + +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/Ginger/GingerCoreNET/BPMN/Exceptions/NoValidActivityFoundInGroupException.cs b/Ginger/GingerCoreNET/BPMN/Exceptions/NoValidActivityFoundInGroupException.cs index 338655fb2b..ad2461fb92 100644 --- a/Ginger/GingerCoreNET/BPMN/Exceptions/NoValidActivityFoundInGroupException.cs +++ b/Ginger/GingerCoreNET/BPMN/Exceptions/NoValidActivityFoundInGroupException.cs @@ -1,4 +1,22 @@ -using GingerCore; +#region License +/* +Copyright © 2014-2024 European Support Limited + +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. +*/ +#endregion + +using GingerCore; using System; using System.Collections.Generic; using System.Linq; diff --git a/Ginger/GingerCoreNET/BPMN/Exportation/RunSetExecutionHistoryToBPMNExporter.cs b/Ginger/GingerCoreNET/BPMN/Exportation/RunSetExecutionHistoryToBPMNExporter.cs index 6d4e273e3f..9996c68bd8 100644 --- a/Ginger/GingerCoreNET/BPMN/Exportation/RunSetExecutionHistoryToBPMNExporter.cs +++ b/Ginger/GingerCoreNET/BPMN/Exportation/RunSetExecutionHistoryToBPMNExporter.cs @@ -1,4 +1,22 @@ -using AccountReport.Contracts.ResponseModels; +#region License +/* +Copyright © 2014-2024 European Support Limited + +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. +*/ +#endregion + +using AccountReport.Contracts.ResponseModels; using Amdocs.Ginger.Common.InterfacesLib; using Amdocs.Ginger.Common; using Amdocs.Ginger.CoreNET.LiteDBFolder; diff --git a/Ginger/GingerCoreNET/Reports/RunsetFromReportLoader.cs b/Ginger/GingerCoreNET/Reports/RunsetFromReportLoader.cs index aa56144172..e3a1265e78 100644 --- a/Ginger/GingerCoreNET/Reports/RunsetFromReportLoader.cs +++ b/Ginger/GingerCoreNET/Reports/RunsetFromReportLoader.cs @@ -1,4 +1,22 @@ -using amdocs.ginger.GingerCoreNET; +#region License +/* +Copyright © 2014-2024 European Support Limited + +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. +*/ +#endregion + +using amdocs.ginger.GingerCoreNET; using Amdocs.Ginger.Common.Enums; using Amdocs.Ginger.CoreNET.Run.RemoteExecution; using Amdocs.Ginger.CoreNET.RunLib.DynamicExecutionLib; diff --git a/Ginger/GingerCoreNET/Run/RemoteExecution/ExecutionHandlerAPIClient.cs b/Ginger/GingerCoreNET/Run/RemoteExecution/ExecutionHandlerAPIClient.cs index 3151492f9b..240e05299d 100644 --- a/Ginger/GingerCoreNET/Run/RemoteExecution/ExecutionHandlerAPIClient.cs +++ b/Ginger/GingerCoreNET/Run/RemoteExecution/ExecutionHandlerAPIClient.cs @@ -1,4 +1,22 @@ -using Amdocs.Ginger.Common; +#region License +/* +Copyright © 2014-2024 European Support Limited + +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. +*/ +#endregion + +using Amdocs.Ginger.Common; using Ginger.ExecuterService.Contracts.V1.ExecuterHandler.Requests; using Ginger.ExecuterService.Contracts.V1.ExecuterHandler.Responses; using System; diff --git a/Ginger/GingerCoreNET/Run/RemoteExecution/IExecutionHandlerAPIClient.cs b/Ginger/GingerCoreNET/Run/RemoteExecution/IExecutionHandlerAPIClient.cs index 014ed848a0..32a3c16315 100644 --- a/Ginger/GingerCoreNET/Run/RemoteExecution/IExecutionHandlerAPIClient.cs +++ b/Ginger/GingerCoreNET/Run/RemoteExecution/IExecutionHandlerAPIClient.cs @@ -1,4 +1,22 @@ -using Ginger.ExecuterService.Contracts.V1.ExecuterHandler.Requests; +#region License +/* +Copyright © 2014-2024 European Support Limited + +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. +*/ +#endregion + +using Ginger.ExecuterService.Contracts.V1.ExecuterHandler.Requests; using Ginger.ExecuterService.Contracts.V1.ExecuterHandler.Responses; using System; using System.Collections.Generic; diff --git a/Ginger/GingerCoreNET/RunLib/DynamicExecutionLib/ApplicationConfigHelper.cs b/Ginger/GingerCoreNET/RunLib/DynamicExecutionLib/ApplicationConfigHelper.cs index bff80186ba..1a7e1eed95 100644 --- a/Ginger/GingerCoreNET/RunLib/DynamicExecutionLib/ApplicationConfigHelper.cs +++ b/Ginger/GingerCoreNET/RunLib/DynamicExecutionLib/ApplicationConfigHelper.cs @@ -1,4 +1,22 @@ -using amdocs.ginger.GingerCoreNET; +#region License +/* +Copyright © 2014-2024 European Support Limited + +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. +*/ +#endregion + +using amdocs.ginger.GingerCoreNET; using Ginger.ExecuterService.Contracts.V1.ExecutionConfiguration; using GingerCore.Environments; using GingerCoreNET.SolutionRepositoryLib.RepositoryObjectsLib.PlatformsLib; diff --git a/Ginger/GingerCoreNET/RunLib/DynamicExecutionLib/DatabaseConfigHelper.cs b/Ginger/GingerCoreNET/RunLib/DynamicExecutionLib/DatabaseConfigHelper.cs index fcf7bd08da..565dd8c87c 100644 --- a/Ginger/GingerCoreNET/RunLib/DynamicExecutionLib/DatabaseConfigHelper.cs +++ b/Ginger/GingerCoreNET/RunLib/DynamicExecutionLib/DatabaseConfigHelper.cs @@ -1,4 +1,22 @@ -using Ginger.ExecuterService.Contracts; +#region License +/* +Copyright © 2014-2024 European Support Limited + +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. +*/ +#endregion + +using Ginger.ExecuterService.Contracts; using Ginger.ExecuterService.Contracts.V1.ExecutionConfiguration; using GingerCore.Environments; using System; diff --git a/Ginger/GingerCoreNET/RunLib/DynamicExecutionLib/EnvironmentConfigOperations.cs b/Ginger/GingerCoreNET/RunLib/DynamicExecutionLib/EnvironmentConfigOperations.cs index 430ec17177..31a2e8c61c 100644 --- a/Ginger/GingerCoreNET/RunLib/DynamicExecutionLib/EnvironmentConfigOperations.cs +++ b/Ginger/GingerCoreNET/RunLib/DynamicExecutionLib/EnvironmentConfigOperations.cs @@ -1,4 +1,22 @@ -using Amdocs.Ginger.Common; +#region License +/* +Copyright © 2014-2024 European Support Limited + +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. +*/ +#endregion + +using Amdocs.Ginger.Common; using Ginger.ExecuterService.Contracts.V1.ExecutionConfiguration; using Ginger.Run; using GingerCore.Environments; diff --git a/Ginger/GingerCoreNET/RunLib/DynamicExecutionLib/ParameterConfigHelper.cs b/Ginger/GingerCoreNET/RunLib/DynamicExecutionLib/ParameterConfigHelper.cs index 9d4d4da96b..1e619eeaeb 100644 --- a/Ginger/GingerCoreNET/RunLib/DynamicExecutionLib/ParameterConfigHelper.cs +++ b/Ginger/GingerCoreNET/RunLib/DynamicExecutionLib/ParameterConfigHelper.cs @@ -1,4 +1,22 @@ -using Ginger.ExecuterService.Contracts.V1.ExecutionConfiguration; +#region License +/* +Copyright © 2014-2024 European Support Limited + +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. +*/ +#endregion + +using Ginger.ExecuterService.Contracts.V1.ExecutionConfiguration; using GingerCore.Variables; using System;