Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit 8c7d790

Browse files
authored
Adopt the MIT License (dotnet#3517)
1 parent b08423e commit 8c7d790

File tree

7 files changed

+27
-16
lines changed

7 files changed

+27
-16
lines changed

License.txt

+20-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
1-
Copyright (c) Microsoft Corporation. All rights reserved.
1+
The MIT License (MIT)
22

3-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
4-
these files except in compliance with the License. You may obtain a copy of the
5-
License at
3+
Copyright (c) Microsoft Corporation.
4+
All rights reserved.
65

7-
http://www.apache.org/licenses/LICENSE-2.0
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
12+
13+
The above copyright notice and this permission notice shall be included in all
14+
copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22+
SOFTWARE.
823

9-
Unless required by applicable law or agreed to in writing, software distributed
10-
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
11-
CONDITIONS OF ANY KIND, either express or implied. See the License for the
12-
specific language governing permissions and limitations under the License.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To contribute to the F# ecosystem more generally see the F# Software Foundation'
4848

4949
### License
5050

51-
This project is subject to the Apache Licence, Version 2.0. A copy of the license can be found in [License.txt](License.txt) at the root of this repo.
51+
This project is subject to the MIT License. A copy of this license can be found in [License.txt](License.txt) at the root of this repo.
5252

5353

5454
## Using

fcs/docsrc/content/ja/fsharp-readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ F# Compiler Servicesプロジェクトは元々F# Compilerプロジェクトか
99
ここに含まれるreadmeファイルは参考程度にとどめてください。
1010

1111
このプロジェクトには(オープンソース版の)F# コンパイラ、コアライブラリ、コアツールが含まれます。
12-
いずれもApache 2.0ライセンスが適用されます
12+
いずれもMITライセンスが適用されます
1313
`master` ブランチは最新バージョンのF#(現時点ではF# 3.0)に対応します。
1414
なおコンパイラをブートストラップするために、
1515
このプロジェクトの以前のバージョンでビルドされたバイナリが使用されます。

fcs/docsrc/content/ja/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ F# インタラクティブサービスも含まれています。
7575
F# ソースコードの著作権はMicrosoft Corporationおよび貢献者に、
7676
拡張機能の著作権は Dave Thomas, Anh-Dung Phan, Tomas Petricek および
7777
その他の貢献者にあります。
78-
ソースコードは [Apache 2.0 ライセンス](https://github.com/fsharp/FSharp.Compiler.Service/blob/master/LICENSE) の元に公開されています。
78+
ソースコードは [MIT ライセンス](https://github.com/fsharp/FSharp.Compiler.Service/blob/master/LICENSE) の元に公開されています。

setup/resources/ThirdPartyNotices.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Copyright (c) Microsoft. All Rights Reserved.
1414
Microsoft would like to thank its contributors, a list
1515
of whom are at https://github.com/Microsoft/visualfsharp/graphs/contributors.
1616

17-
Licensed under the Apache License, Version 2.0 (the "License"); you
17+
Licensed under the MIT License (the "License"); you
1818
may not use this file except in compliance with the License. You may
1919
obtain a copy of the License at
2020

21-
http://www.apache.org/licenses/LICENSE-2.0
21+
https://github.com/Microsoft/visualfsharp/blob/master/License.txt
2222

2323
Unless required by applicable law or agreed to in writing, software
2424
distributed under the License is distributed on an "AS IS" BASIS,

src/fsharp/FSComp.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ ilDynamicInvocationNotSupported,"Dynamic invocation of %s is not supported"
825825
994,ilReflectedDefinitionsCannotUseSliceOperator,"Reflected definitions cannot contain uses of the prefix splice operator '%%'"
826826
1000,optsProblemWithCodepage,"Problem with codepage '%d': %s"
827827
optsCopyright,"Copyright (c) Microsoft Corporation. All Rights Reserved."
828-
optsCopyrightCommunity,"Freely distributed under the Apache 2.0 Open Source License"
828+
optsCopyrightCommunity,"Freely distributed under the MIT Open Source License. https://github.com/Microsoft/visualfsharp/blob/master/License.txt"
829829
optsNameOfOutputFile,"Name of the output file (Short form: -o)"
830830
optsBuildConsole,"Build a console executable"
831831
optsBuildWindows,"Build a Windows executable"

src/fsharp/FSharp.Core.Unittests/App.xaml.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Microsoft Corporation. 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 Corporation. All Rights Reserved. See License.txt in the project root for license information.
22

33
using System;
44
using System.Collections.Generic;

0 commit comments

Comments
 (0)