Revert "Remove leftover licenses from simple skin"

This reverts commit 2c0aea55dd6f95f910bbb45d1e4ad24019281f1b.
This commit is contained in:
1F616EMO 2024-07-11 18:40:28 +08:00
parent 2c0aea55dd
commit cff9308b8d
No known key found for this signature in database
GPG Key ID: EF52EFA8E05859B2
2 changed files with 25 additions and 0 deletions

23
LICENSE.simple_skins Normal file
View File

@ -0,0 +1,23 @@
Side notes: LICENSE.simple_skins is not the license file applying to the main scripts. It only applies to a small proportion of um_translate_common/{generate.py,init.lua}. See their comments for more details.
The MIT License (MIT)
Copyright (c) 2016 TenPlus1
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.

View File

@ -38,3 +38,5 @@ This library is free software; you can redistribute it and/or modify it under th
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Side notes: `LICENSE.simple_skins` is not the license file applying to the main scripts. It only applies to a small proportion of `um_translate_common/{generate.py,init.lua}`. See their comments for more details.