Skip to content

Commit

Permalink
Rename LICENSE.txt -> Kethane-LICENSE.txt (for consistency with Licen…
Browse files Browse the repository at this point in the history
…seSentinel)
  • Loading branch information
Majiir committed Sep 5, 2014
1 parent 890fa07 commit 3844fd2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion Plugin/Kethane/Kethane.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="LICENSE.txt">
<EmbeddedResource Include="Kethane-LICENSE.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</EmbeddedResource>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Plugin/Kethane/Utilities/LicenseSentinel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ protected void Start()
{
path = Path.ChangeExtension(path, null);
}
var text = new StreamReader(assembly.GetManifestResourceStream("Kethane.LICENSE.txt")).ReadToEnd();
var text = new StreamReader(assembly.GetManifestResourceStream("Kethane.Kethane-LICENSE.txt")).ReadToEnd();
File.WriteAllText(path + "-LICENSE.txt", text);
}
}
Expand Down

0 comments on commit 3844fd2

Please sign in to comment.