Skip to content

Commit

Permalink
Updated license information
Browse files Browse the repository at this point in the history
  • Loading branch information
3F committed Dec 8, 2019
1 parent 04dc351 commit 65d3bad
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 14 deletions.
10 changes: 6 additions & 4 deletions ILAsm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -44,7 +46,7 @@
</description>
<summary>IL Assembler (ILAsm) + IL Disassembler (ILDasm). The MIT License (MIT).</summary>
<releaseNotes> changelog: https://github.com/3F/coreclr/blob/master/changelog.txt </releaseNotes>
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
<copyright>Copyright (c) .NET Foundation and Contributors; Copyright (c) 2016-2019 Denis Kuzmin &lt; [email protected] &gt; GitHub/3F</copyright>
<tags>coreclr IL ILAsm ILDasm MSIL dotnet Assembler Disassembler compiler MIT native</tags>
</metadata>
</package>
1 change: 1 addition & 0 deletions LICENSE.TXT
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
The MIT License (MIT)

Copyright (c) .NET Foundation and Contributors
Copyright (c) 2016-2019 Denis Kuzmin < [email protected] > GitHub/3F

All rights reserved.

Expand Down
25 changes: 15 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 < [email protected] > GitHub/3F
```

## CoreCLR IL Assembler

ILAsm & ILDasm | CI
--------------------| ----------------
Expand All @@ -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
Expand All @@ -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).

0 comments on commit 65d3bad

Please sign in to comment.