Switch file headers to the MIT license
This commit is contained in:
parent
a2d81e5092
commit
5c489400b9
|
|
@ -1,5 +1,6 @@
|
||||||
// Copyright (c) .NET Foundation. All rights reserved.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
|
// See the LICENSE file in the project root for more information.
|
||||||
|
|
||||||
using System.Collections.Immutable;
|
using System.Collections.Immutable;
|
||||||
using Microsoft.CodeAnalysis;
|
using Microsoft.CodeAnalysis;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
// Copyright (c) .NET Foundation. All rights reserved.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
|
// See the LICENSE file in the project root for more information.
|
||||||
|
|
||||||
using Microsoft.CodeAnalysis;
|
using Microsoft.CodeAnalysis;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
// Copyright (c) .NET Foundation. All rights reserved.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
|
// See the LICENSE file in the project root for more information.
|
||||||
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
// Copyright (c) .NET Foundation. All rights reserved.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
|
// See the LICENSE file in the project root for more information.
|
||||||
|
|
||||||
using Microsoft.CodeAnalysis;
|
using Microsoft.CodeAnalysis;
|
||||||
using Xunit.Sdk;
|
using Xunit.Sdk;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
// Copyright (c) .NET Foundation. All rights reserved.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
|
// See the LICENSE file in the project root for more information.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
// Copyright (c) .NET Foundation. All rights reserved.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
|
// See the LICENSE file in the project root for more information.
|
||||||
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Collections.Immutable;
|
using System.Collections.Immutable;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
// Copyright (c) .NET Foundation. All rights reserved.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
|
// See the LICENSE file in the project root for more information.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
// Copyright (c) .NET Foundation. All rights reserved.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
|
// See the LICENSE file in the project root for more information.
|
||||||
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
// Copyright (c) .NET Foundation. All rights reserved.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
|
// See the LICENSE file in the project root for more information.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
// Copyright (c) .NET Foundation. All rights reserved.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
|
// See the LICENSE file in the project root for more information.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue