Skip to content

Commit

Permalink
readme.txt for distribution, primarily to include Mono.Options copyri…
Browse files Browse the repository at this point in the history
…ght notice.
  • Loading branch information
AlissaSabre committed Jul 10, 2018
1 parent b0d4ec9 commit f864136
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
5 changes: 4 additions & 1 deletion zip/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,20 @@ class Program

private const string Prefix = "lrx/";

private const string ZIP_SRC = "../../";

private const string LRX = "../../../lrx/bin/Release/";

private const string LRXW = "../../../lrxw/bin/Release/";

private static readonly string[] Manifest =
{
ZIP_SRC + "readme.txt",
LRX + "lrx.exe",
LRX + "lrx.exe.config",
LRX + "Mono.Options.dll",
LRXW + "lrxw.exe",
LRXW + "lrxw.exe.config",
LRX + "Mono.Options.dll",
};

static void Main(string[] args)
Expand Down
21 changes: 21 additions & 0 deletions zip/readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

lrx - A tool to convert UE .locres to XLIFF for translation and convert the signed-off file back.

See https://github.com/AlissaSabre/lrx for some more details.

lrx depends on some third party software. In particular, it depends on:
* Mono.Options nuget package.

Their mandate legalese follow:

---

Xamarin Component for Mono.Options
The MIT License (MIT)
Copyright (c) .NET Foundation Contributors
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 without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20170421

---
3 changes: 3 additions & 0 deletions zip/zip.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Content Include="readme.txt" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>.\zip.exe</PostBuildEvent>
Expand Down

0 comments on commit f864136

Please sign in to comment.