Skip to content

Commit

Permalink
Corrected license files (#1218)
Browse files Browse the repository at this point in the history
git-svn-id: https://src.heuristiclab.com/svn/core/trunk@4775 2abd9481-f8db-48e9-bd25-06bc13291c1b
  • Loading branch information
s-wagner committed Nov 11, 2010
1 parent 9c4eb34 commit 0e7b524
Show file tree
Hide file tree
Showing 7 changed files with 694 additions and 676 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@
<Content Include="ICSharpCode.TextEditor.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="SharpDevelop License.txt">
<Content Include="Mono Cecil License.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Mono License.txt">
<Content Include="SharpDevelop License.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Mono.Cecil.dll">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace HeuristicLab.SharpDevelop {
[PluginFile("ICSharpCode.SharpDevelop.Dom.dll", PluginFileType.Assembly)]
[PluginFile("ICSharpCode.NRefactory.dll", PluginFileType.Assembly)]
[PluginFile("Mono.Cecil.dll", PluginFileType.Assembly)]
[PluginFile("Mono License.txt", PluginFileType.License)]
[PluginFile("Mono Cecil License.txt", PluginFileType.License)]
[PluginFile("SharpDevelop License.txt", PluginFileType.License)]
[PluginDependency("HeuristicLab.log4net", "1.2.10.0")]
public class HeuristicLabSharpDevelopPlugin : PluginBase {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) <year> <copyright holders>
Copyright (c) 2008 - 2010, Jb Evain

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion sources/HeuristicLab/3.3/Files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327:ICSharpCode.NRefactory
HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327:ICSharpCode.SharpDevelop.Dom.dll
HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327:ICSharpCode.TextEditor.dll
HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327:Mono.Cecil.dll
HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327:Mono License.txt
HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327:Mono Cecil License.txt
HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327:SharpDevelop License.txt

HeuristicLab.ExtLibs\HeuristicLab.WinFormsUI\2.3.1\WinFormsUI-2.3.1:WeifenLuo.WinFormsUI.Docking-2.3.1.dll
Expand Down
674 changes: 674 additions & 0 deletions sources/HeuristicLab/3.3/GNU General Public License.txt

Large diffs are not rendered by default.

683 changes: 12 additions & 671 deletions sources/HeuristicLab/3.3/HeuristicLab 3.3 License.txt

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions sources/HeuristicLab/3.3/HeuristicLab-3.3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="GNU General Public License.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<Content Include="Files.txt">
</Content>
<Content Include="Files.x64.txt">
Expand Down

0 comments on commit 0e7b524

Please sign in to comment.