Skip to content

Commit

Permalink
Removed default license of electron (not worried about that)
Browse files Browse the repository at this point in the history
Included SK's swbf-unmunge MIT license in unmunge/license.txt
Wrote a note about inclusion of SK's software
  • Loading branch information
RepComm committed Apr 8, 2018
1 parent 48ec26b commit c0913c7
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 39 deletions.
39 changes: 0 additions & 39 deletions LICENSE.md

This file was deleted.

6 changes: 6 additions & 0 deletions unmunge/GUIAuthorNote.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
swbf-unmunge is by Hayden Kearns,
the license for his software is included as 'license.txt'

My tool is only a gui to his tool, and does not provide any
functionality to decompile process. This gui is for ease
of use only.
21 changes: 21 additions & 0 deletions unmunge/license.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2017 Hayden Kearns

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.

1 comment on commit c0913c7

@RepComm
Copy link
Owner

@RepComm RepComm commented on c0913c7 Apr 7, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes #1

Please sign in to comment.