diff --git a/README.md b/README.md index 52f7137..33c54d6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,17 @@ # OSA for OStim -What's different? - -- Added support to Chinese, Japanese, Korean, among other languages. -- Removed many unused options from the menu. +What's different?
+- Removed many unused and non-functional options from the menus. - Removed many unused files. - Disabled animated redressing. +- Added support to Chinese, Japanese, Korean, among other languages. - Overall, a better OSA for the purpose of using OStim! + +# How was this done? +Most changes were made by editing OSA.swf with JPEXS Free Flash Decompiler.
+https://github.com/jindrapetrik/jpexs-decompiler + +# License? +OSA and the source code for OSA.swf were published by Ceo on GitHub 4 years ago. He didn't disclose a license, but GitHub has its Terms of Service:
+https://docs.github.com/en/site-policy/github-terms/github-terms-of-service#5-license-grant-to-other-users
+"If you set your pages and repositories to be viewed publicly, you grant each User of GitHub a nonexclusive, worldwide license to use, display, and perform Your Content through the GitHub Service and to reproduce Your Content solely on GitHub as permitted through GitHub's functionality (for example, through forking)."
+Therefore, we can fork and make new Releases on GitHub.