Skip to content

Commit 08e9024

Browse files
twsouthwicktomjebo
authored andcommitted
Convert project to MIT license (#333)
1 parent dfc0e3d commit 08e9024

File tree

343 files changed

+1004
-682
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

343 files changed

+1004
-682
lines changed

DocumentFormat.OpenXml.Tests/Common/VerifiableLog.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
1+
// Copyright (c) Microsoft. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
23

34
using System;
45
using Xunit;

DocumentFormat.OpenXml.Tests/ConformanceTest/ChartTrackingRefBased/ChartTrackingRefBasedTest.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
1+
// Copyright (c) Microsoft. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3+
24
using DocumentFormat.OpenXml.Tests.ChartTrackingRefBasedClass;
35
using DocumentFormat.OpenXml.Tests.TaskLibraries;
46
using OxTest;

DocumentFormat.OpenXml.Tests/ConformanceTest/ChartTrackingRefBased/GeneratedDocument.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
1+
// Copyright (c) Microsoft. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3+
24
using DocumentFormat.OpenXml.Packaging;
35
using DocumentFormat.OpenXml.Presentation;
46

DocumentFormat.OpenXml.Tests/ConformanceTest/ChartTrackingRefBased/TestEntities.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
1+
// Copyright (c) Microsoft. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3+
24
using DocumentFormat.OpenXml.Packaging;
35
using DocumentFormat.OpenXml.Presentation;
46
using LogUtil;

DocumentFormat.OpenXml.Tests/ConformanceTest/CommentEx/CommentExTest.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
1+
// Copyright (c) Microsoft. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
23

34
using DocumentFormat.OpenXml.Packaging;
45
using DocumentFormat.OpenXml.Tests.CommentExClass;

DocumentFormat.OpenXml.Tests/ConformanceTest/CommentEx/Commons.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
1+
// Copyright (c) Microsoft. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3+
24
using DocumentFormat.OpenXml.Packaging;
35
using DocumentFormat.OpenXml.Wordprocessing;
46
using System.Linq;

DocumentFormat.OpenXml.Tests/ConformanceTest/CommentEx/ConstantStrings.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
1+
// Copyright (c) Microsoft. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
23

34
namespace DocumentFormat.OpenXml.Tests.CommentEx
45
{

DocumentFormat.OpenXml.Tests/ConformanceTest/CommentEx/GeneratedDocument.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
1+
// Copyright (c) Microsoft. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
23

34
using DocumentFormat.OpenXml.Packaging;
45
using DocumentFormat.OpenXml.Wordprocessing;

DocumentFormat.OpenXml.Tests/ConformanceTest/CommentEx/TestEntities.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
1+
// Copyright (c) Microsoft. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
23

34
using DocumentFormat.OpenXml.Packaging;
45
using DocumentFormat.OpenXml.Wordprocessing;

DocumentFormat.OpenXml.Tests/ConformanceTest/CommentExPeople/CommentExPeopleTest.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
1+
// Copyright (c) Microsoft. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3+
24
using DocumentFormat.OpenXml.Tests.CommentExPeopleClass;
35
using DocumentFormat.OpenXml.Tests.TaskLibraries;
46
using OxTest;

0 commit comments

Comments
 (0)