Skip to content

Commit

Permalink
Remove last traces of ADL (#128)
Browse files Browse the repository at this point in the history
* Update README.md

* Delete AdvancedDLSupport - Signed License Grant.pdf

* Delete THIRD_PARTIES.md

* Update Interface.cs
  • Loading branch information
Perksey authored Feb 18, 2020
1 parent bfb4c2e commit efd074c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ Nothing here yet, but don't worry - we're working on it.
Come chat with us on [Discord](https://discord.gg/DTHHXRt)!

# License
Silk.NET is distributed under the very permissive MIT/X11 license. Note that some third party libraries such as AdvancedDLSupport are compatible with the MIT license under one or more custom agreements, but have [additional conditions](https://github.com/Ultz/Silk.NET/blob/master/THIRD_PARTIES.md).
Silk.NET is distributed under the very permissive MIT/X11 license and all dependencies are distributed under MIT-compatible licenses.
7 changes: 0 additions & 7 deletions THIRD_PARTIES.md

This file was deleted.

Binary file not shown.
3 changes: 2 additions & 1 deletion src/Core/BuildTools/Common/Interface.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
namespace Silk.NET.BuildTools.Common
{
/// <summary>
/// Represents an AdvancedDLSupport interface.
/// Represents an interface containing native functions. As of Preview 4, all
/// interfaces are merged into the appropriate mixed-mode classes at bind time.
/// </summary>
public class Interface
{
Expand Down

0 comments on commit efd074c

Please sign in to comment.