Skip to content

Commit 5592aa1

Browse files
committed
Updated license on the class
1 parent e2a6fce commit 5592aa1

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

IPPDotNetDevKitCSV3/Code/Intuit.Ipp.EntitlementService.Test/Intuit.Ipp.EntitlementService.Test.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@
8383
<Compile Include="Properties\AssemblyInfo.cs" />
8484
</ItemGroup>
8585
<ItemGroup>
86-
<None Include="App.config" />
86+
<None Include="App.config">
87+
<SubType>Designer</SubType>
88+
</None>
8789
<None Include="packages.config" />
8890
</ItemGroup>
8991
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />

IPPDotNetDevKitCSV3/Code/Intuit.Ipp.Security/Environment.cs

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
using System;
1+
////*********************************************************
2+
// <copyright file="CoreConstants.cs" company="Intuit">
3+
/*******************************************************************************
4+
* Copyright 2016 Intuit
5+
*
6+
* Licensed under the Apache License, Version 2.0 (the "License");
7+
* you may not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
9+
*
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
*
12+
* Unless required by applicable law or agreed to in writing, software
13+
* distributed under the License is distributed on an "AS IS" BASIS,
14+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
* See the License for the specific language governing permissions and
16+
* limitations under the License.
17+
*******************************************************************************/
18+
//
19+
// <summary>This file contains Security environments.</summary>
20+
////*********************************************************
21+
22+
23+
using System;
224
using System.Collections.Generic;
325
using System.Linq;
426
using System.Text;

IPPDotNetDevKitCSV3/Code/Intuit.Ipp.Utility/Common/CoreConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* See the License for the specific language governing permissions and
1616
* limitations under the License.
1717
*******************************************************************************/
18-
// <summary>This file contains SdkException.</summary>
18+
//
1919
// <summary>This file contains Constants.</summary>
2020
////*********************************************************
2121

0 commit comments

Comments
 (0)