Skip to content

Commit ec44575

Browse files
authored
Add CONTRIBUTING file (#75)
1 parent b047b2a commit ec44575

File tree

3 files changed

+22
-7
lines changed

3 files changed

+22
-7
lines changed

CONTRIBUTING.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
By submitting a pull request, you represent that you have the right to license
2+
your contribution to Kyle-Ye, and agree by submitting the patch
3+
that your contributions are licensed under the [Kyle-Ye Apple Platform Project License](./LICENSE.txt).

LICENSE.txt

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1-
The copyright of the binary files uploaded to the App Store belongs to Kyle-Ye.
1+
Copyright 2023, Kyle-Ye
2+
3+
Kyle-Ye Apple Platform Project License:
4+
5+
The copyright of the binary files uploaded to the App Store and any other binary-only distribution channel belong to Kyle-Ye.
26

37
You are permitted to use this source code, with or without modification, in source or binary form, on your devices however you see fit. You are not permitted to redistribute binaries of this source code, with or without modification. In other words, you cannot put this application or any application derived from it, on the Apple App Store, Cydia, or any other binary-only distribution channel.
48

9+
If the application has not been updated on the App Store for more than 2 years. All source code of Forumate will be relicensed under the MIT automatically.
10+
511
上传到 App Store 的二进制文件的版权归 Kyle-Ye 所有。
612

7-
你可以任意修改、使用该源代码,也可以用于商业目的。但不能将此应用或者修改的应用的二进制文件上传到 App Store 或者通过其它分发渠道(包括但不限于网站、网盘、聊天软件)分享二进制文件。
13+
你可以任意修改、使用该源代码,也可以用于商业目的。但不能将此应用或者修改的应用的二进制文件上传到 App Store 或者通过其它分发渠道(包括但不限于网站、网盘、聊天软件)分享二进制文件。
14+
15+
如果应用程序超过 2 年没有在 App Store 获得更新。Forumate 的所有源代码将自动在 MIT 协议下重新授权。

README.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,16 @@ For macOS users, you can download the Notarized macOS Catalyst binary on https:/
5555

5656
![iOS](Resources/iOS.png)
5757

58-
## License
58+
## The Project Inspiration
59+
60+
In 2021, considering the unsatisfactory experience of Swift Forums on iPhone, I posted a [topic](https://forums.swift.org/t/swift-forum-client/53484) asking for a Swift Forum's client recommendation.
5961

60-
The copyright of the binary files uploaded to the App Store belongs to Kyle-Ye.
62+
Someone recommended Fig to me. It was a great client and after I installed it I thought I shouldn't reinvent the wheel to build a same app and gave up the idea of making a new client.
6163

62-
You are permitted to use this source code, with or without modification, in source or binary form, on your devices however you see fit. You are not permitted to redistribute binaries of this source code, with or without modification. In other words, you cannot put this application or any application derived from it, on the Apple App Store, Cydia, or any other binary-only distribution channel.
64+
Unfortunately, Fig has not been updated for many years and even has been removed from the App Store. So I build Forumate from scratch in my spare time with SwiftUI and share the code under a custom license.
65+
66+
## License
6367

64-
上传到 App Store 的二进制文件的版权归 Kyle-Ye 所有。
68+
Kyle-Ye Apple Platform Project License
6569

66-
你可以任意修改、使用该源代码,也可以用于商业目的。但不能将此应用或者修改的应用的二进制文件上传到 App Store 或者通过其它分发渠道(包括但不限于网站、网盘、聊天软件)分享二进制文件。
70+
See License.txt for details.

0 commit comments

Comments
 (0)