Browse Source

List the MS-PL in the README.

pull/477/head
Daniel Grunwald 11 years ago
parent
commit
8644581526
  1. 1
      ILSpy/AboutPage.cs
  2. 3
      ILSpy/ILSpy.csproj
  3. 1
      README.txt
  4. 2
      doc/copyright.txt
  5. 4
      doc/license.txt

1
ILSpy/AboutPage.cs

@ -95,6 +95,7 @@ namespace ICSharpCode.ILSpy
output.AddVisualLineElementGenerator(new MyLinkElementGenerator("SharpDevelop", "http://www.icsharpcode.net/opensource/sd/")); output.AddVisualLineElementGenerator(new MyLinkElementGenerator("SharpDevelop", "http://www.icsharpcode.net/opensource/sd/"));
output.AddVisualLineElementGenerator(new MyLinkElementGenerator("MIT License", "resource:license.txt")); output.AddVisualLineElementGenerator(new MyLinkElementGenerator("MIT License", "resource:license.txt"));
output.AddVisualLineElementGenerator(new MyLinkElementGenerator("LGPL", "resource:LGPL.txt")); output.AddVisualLineElementGenerator(new MyLinkElementGenerator("LGPL", "resource:LGPL.txt"));
output.AddVisualLineElementGenerator(new MyLinkElementGenerator("MS-PL", "resource:MS-PL.txt"));
textView.ShowText(output); textView.ShowText(output);
} }

3
ILSpy/ILSpy.csproj

@ -230,6 +230,9 @@
<EmbeddedResource Include="..\doc\license.txt"> <EmbeddedResource Include="..\doc\license.txt">
<Link>license.txt</Link> <Link>license.txt</Link>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="..\doc\MS-PL.txt">
<Link>MS-PL.txt</Link>
</EmbeddedResource>
<Resource Include="Images\AssemblyList.png" /> <Resource Include="Images\AssemblyList.png" />
<Resource Include="Images\AssemblyListGAC.png" /> <Resource Include="Images\AssemblyListGAC.png" />
<Resource Include="Images\AssemblyWarning.png" /> <Resource Include="Images\AssemblyWarning.png" />

1
README.txt

@ -9,6 +9,7 @@ Included open-source libraries:
AvalonEdit: LGPL AvalonEdit: LGPL
SharpTreeView: LGPL SharpTreeView: LGPL
ICSharpCode.Decompiler: MIT License (developed as part of ILSpy) ICSharpCode.Decompiler: MIT License (developed as part of ILSpy)
Ricciolo.StylesExplorer: MS-PL (part of ILSpy.BamlDecompiler.Plugin)
ILSpy Contributors: ILSpy Contributors:
Daniel Grunwald Daniel Grunwald

2
doc/copyright.txt

@ -1,4 +1,4 @@
Copyright 2011-2012 for the SharpDevelop team Copyright 2011-2014 for the SharpDevelop team
by by
AlphaSierraPapa, Christoph Wille AlphaSierraPapa, Christoph Wille

4
doc/license.txt

@ -1,10 +1,12 @@
The following MIT license applies to ILSpy, NRefactory and ICSharpCode.Decompiler. The following MIT license applies to ILSpy, NRefactory and ICSharpCode.Decompiler.
Mono.Cecil also uses the MIT license (Copyright JB Evain). Mono.Cecil also uses the MIT license (Copyright JB Evain).
AvalonEdit and SharpTreeView use LGPL, which can be found in the LGPL.txt file. 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.
MIT license: MIT license:
Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop team Copyright (c) 2011-2014 AlphaSierraPapa for the SharpDevelop team
Permission is hereby granted, free of charge, to any person obtaining a copy of this Permission is hereby granted, free of charge, to any person obtaining a copy of this
software and associated documentation files (the "Software"), to deal in the Software software and associated documentation files (the "Software"), to deal in the Software

Loading…
Cancel
Save