jfmherokiller / ResaverResaved

a kind of wip thing of converting Resaver to kotlin (the thought process is possibly a version on the web)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

/*
 * Copyright 2016 Mark Fairchild.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
 
The applications executable Jar files. If you have Java installed, all you should need to do is double-click "Restringer.jar" or "Resaver.jar" to run the tools.

* Restringer and Resaver is distributed under the Apache 2.0 license.
  http://www.nexusmods.com/skyrim/mods/76776/?
  http://www.apache.org/licenses/LICENSE-2.0

* The "gson" library is available under the Apache 2.0 license.
  https://github.com/google/gson

* The "ini4j" library is available under the Apache 2.0 license.
  http://ini4j.sourceforge.net/index.html

* The "Apache Commons Compress" library is available under the Apache 2.0 license.
  http://commons.apache.org/proper/commons-compress/
  
* The "XZ" library is public domain.
  http://tukaani.org/xz/java.html
  
* The JUniversalCharDet-1.0.3 library is available under the Mozilla 1.1 license.
  https://code.google.com/archive/p/juniversalchardet/
  https://www.mozilla.org/en-US/MPL/
  
* Launch4j is licensed under the BSD 3-Clause license, and the attached code is licensed under the MIT license.
  http://launch4j.sourceforge.net/index.html
  http://opensource.org/licenses/BSD-3-Clause
  http://opensource.org/licenses/mit-license.html

* The String.png icon was taken from Wikimedia Commons on 2016/05/03. It was created by Nando Quitana and distributed under the Creative Commons Attribution-Share Alike 2.0 Generic license (CC-BY-SA-2.0).
  https://commons.wikimedia.org/wiki/File:San_blas_kordoiak_001.jpg

* The Disk.png icon was taken from Wikimedia Commons on 2016/06/08. It is public domain.
  https://commons.wikimedia.org/wiki/File:Winchester-Festplatte.jpg

About

a kind of wip thing of converting Resaver to kotlin (the thought process is possibly a version on the web)

License:Apache License 2.0


Languages

Language:Kotlin 100.0%Language:Batchfile 0.0%