Pre Merge pull request !72 from ShikiSuen/dev/License
This commit is contained in:
commit
db8a2d7ae6
4
AUTHORS
4
AUTHORS
|
@ -20,7 +20,9 @@ $ Contributors and volunteers of the upstream repo, having no responsibility in
|
||||||
- Notifier window and Tooltip UI.
|
- Notifier window and Tooltip UI.
|
||||||
- NSStringUtils and FSEventStreamHelper.
|
- NSStringUtils and FSEventStreamHelper.
|
||||||
- App-style installer (only preserved for developer purposes).
|
- App-style installer (only preserved for developer purposes).
|
||||||
- etc.
|
- InputSource Helper.
|
||||||
|
- mgrPrefs (userdefaults manager).
|
||||||
|
- apiUpdate.
|
||||||
- Mengjuei Hsieh:
|
- Mengjuei Hsieh:
|
||||||
- McBopomofo for macOS 1.x main developer and architect.
|
- McBopomofo for macOS 1.x main developer and architect.
|
||||||
- The original C++ version of the User Override Module.
|
- The original C++ version of the User Override Module.
|
||||||
|
|
|
@ -0,0 +1,25 @@
|
||||||
|
The vChewing Input Method is derived from OpenVanilla McBopomofo project under:
|
||||||
|
|
||||||
|
SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
|
The vChewing Input Method is provided under:
|
||||||
|
|
||||||
|
SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
|
with one extra requirements (turning it into MIT-NTL license):
|
||||||
|
|
||||||
|
No trademark license is granted to use the trade names, trademarks,
|
||||||
|
service marks, or product names of Contributor, except as required
|
||||||
|
to fulfill notice requirements above.
|
||||||
|
|
||||||
|
Being under the terms of the MIT-NTL License only, according with:
|
||||||
|
|
||||||
|
./LICENSES.txt
|
||||||
|
|
||||||
|
Please see:
|
||||||
|
|
||||||
|
./AUTHORS
|
||||||
|
|
||||||
|
for more details.
|
||||||
|
|
||||||
|
All contributions to the vChewing Input Method are subject to ./AUTHORS file.
|
|
@ -0,0 +1,25 @@
|
||||||
|
The vChewing Input Method is derived from OpenVanilla McBopomofo project under:
|
||||||
|
|
||||||
|
SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
|
The vChewing Input Method is provided under:
|
||||||
|
|
||||||
|
SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
|
with one extra requirements (turning it into MIT-NTL license):
|
||||||
|
|
||||||
|
No trademark license is granted to use the trade names, trademarks,
|
||||||
|
service marks, or product names of Contributor, except as required
|
||||||
|
to fulfill notice requirements above.
|
||||||
|
|
||||||
|
Being under the terms of the MIT-NTL License only, according with:
|
||||||
|
|
||||||
|
./LICENSES.txt
|
||||||
|
|
||||||
|
Please see:
|
||||||
|
|
||||||
|
./AUTHORS
|
||||||
|
|
||||||
|
for more details.
|
||||||
|
|
||||||
|
All contributions to the vChewing Input Method are subject to ./AUTHORS file.
|
Loading…
Reference in New Issue