From 595ec17996306f96de34510b032d936a41808104 Mon Sep 17 00:00:00 2001 From: Andrew Au Date: Sat, 21 Dec 2019 14:59:17 -0800 Subject: [PATCH] Making sure the license information are copied everywhere they need to be --- ILSpy/README.txt | 2 ++ README.md | 1 + doc/license.txt | 2 ++ 3 files changed, 5 insertions(+) diff --git a/ILSpy/README.txt b/ILSpy/README.txt index 0688c6b1a..c27f32d98 100644 --- a/ILSpy/README.txt +++ b/ILSpy/README.txt @@ -13,5 +13,7 @@ Included open-source libraries: SharpTreeView: LGPL ILSpy.BamlDecompiler: MIT License CommandLineUtils: Apache License 2.0 (part of ICSharpCode.Decompiler.Console) + ILCompiler.Reflection.ReadyToRun: MIT License (part of ILSpy.ReadyToRun) + Iced: MIT License (part of ILSpy.ReadyToRun) Current and past contributors: https://github.com/icsharpcode/ILSpy/graphs/contributors diff --git a/README.md b/README.md index 4a0abdccd..ab17b550b 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Included open-source libraries: * ILSpy.BamlDecompiler: MIT license * CommandLineUtils: Apache License 2.0 (part of ICSharpCode.Decompiler.Console) * ILCompiler.Reflection.ReadyToRun: MIT License (part of ILSpy.ReadyToRun) + * Iced: MIT License (part of ILSpy.ReadyToRun) How to build ------------ diff --git a/doc/license.txt b/doc/license.txt index 1780d919a..6b994e062 100644 --- a/doc/license.txt +++ b/doc/license.txt @@ -1,5 +1,7 @@ The following MIT license applies to ILSpy, NRefactory and ICSharpCode.Decompiler. Mono.Cecil also uses the MIT license (Copyright JB Evain). +ILCompiler.Reflection.ReadyToRun also uses the MIT license (Copyright Microsoft). +Iced also uses the MIT license (Copyright 0xd4d). AvalonEdit and SharpTreeView use LGPL, which can be found in the LGPL.txt file. ILSpy.BamlDecompiler uses the MS-PL, which can be found in the MS-PL.txt file.