From 65d3bad293e81e18b9949008de999fd90d6ab748 Mon Sep 17 00:00:00 2001 From: "Denis Kuzmin [ GitHub/3F ]" Date: Sun, 8 Dec 2019 19:36:46 +0300 Subject: [PATCH] Updated license information --- ILAsm.nuspec | 10 ++++++---- LICENSE.TXT | 1 + README.md | 25 +++++++++++++++---------- 3 files changed, 22 insertions(+), 14 deletions(-) diff --git a/ILAsm.nuspec b/ILAsm.nuspec index fd27dded0e02..f8e216289e89 100644 --- a/ILAsm.nuspec +++ b/ILAsm.nuspec @@ -20,10 +20,12 @@ https://github.com/3F/coreclr The MIT License (MIT) - Specially for: https://github.com/3F/DllExport - ! Please note: You need to provide compatible converter of resources to obj COFF-format when assembling with ILAsm. - Just use /CVRES (/CVR) key. + Modified and has been prepared specialy for + https://github.com/3F/DllExport by GitHub/3F developer. + + ! To provide compatible converter of resources to obj COFF-format when assembling with ILAsm, + use /CVRES (/CVR) key. ``` ~... /CVR=cvtres.exe ``` @@ -44,7 +46,7 @@ IL Assembler (ILAsm) + IL Disassembler (ILDasm). The MIT License (MIT). changelog: https://github.com/3F/coreclr/blob/master/changelog.txt - Copyright (c) .NET Foundation and Contributors + Copyright (c) .NET Foundation and Contributors; Copyright (c) 2016-2019 Denis Kuzmin < x-3F@outlook.com > GitHub/3F coreclr IL ILAsm ILDasm MSIL dotnet Assembler Disassembler compiler MIT native \ No newline at end of file diff --git a/LICENSE.TXT b/LICENSE.TXT index 984713a49622..c94fb874b5cc 100644 --- a/LICENSE.TXT +++ b/LICENSE.TXT @@ -1,6 +1,7 @@ The MIT License (MIT) Copyright (c) .NET Foundation and Contributors +Copyright (c) 2016-2019 Denis Kuzmin < x-3F@outlook.com > GitHub/3F All rights reserved. diff --git a/README.md b/README.md index 9fa1be660824..70ce03edbe21 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,19 @@ Contains the complete runtime implementation for .NET Core. It includes RyuJIT, the .NET GC, native interop and many other components. -## CoreCLR ILAsm +**Modified** and has been prepared specialy for [https://github.com/3F/DllExport](https://github.com/3F/DllExport) by [GitHub/3F](https://github.com/3F) developer. + +✓ License +------- + +.NET Core (including the coreclr repo) is licensed under the [MIT License (MIT)](https://github.com/3F/coreclr/blob/master/LICENSE.TXT). + +``` +Copyright (c) .NET Foundation and Contributors +Copyright (c) 2016-2019 Denis Kuzmin < x-3F@outlook.com > GitHub/3F +``` + +## CoreCLR IL Assembler ILAsm & ILDasm | CI --------------------| ---------------- @@ -17,13 +29,12 @@ Win.x86-x64.Release | [![Build status](https://ci.appveyor.com/api/projects/stat IL Assembler (ILAsm) + IL Disassembler (ILDasm) - + Custom version on .NET Core CLR (CoreCLR) 3.0: https://github.com/3F/coreclr Specially for: https://github.com/3F/DllExport -! Please note: You need to provide compatible converter of resources to obj COFF-format when assembling with ILAsm. -Just use /CVRES (/CVR) key. +! To provide compatible converter of resources to obj COFF-format when assembling with ILAsm, use /CVRES (/CVR) key. ``` ~... /CVR=cvtres.exe @@ -45,9 +56,3 @@ Additional **MSBuild Properties**: * `$(ILAsm_RootPkg)` - path to root folder of this package after install. * `$(ILAsm_PathToBin)` - path to `\bin` folder., eg.: *$(ILAsm_PathToBin)Win.x64\ilasm.exe* - -✓ License -------- - -.NET Core (including the coreclr repo) is licensed under the [MIT license](https://github.com/3F/coreclr/blob/master/LICENSE.TXT). -