回答編集履歴
1
前半を追記しました
answer
CHANGED
@@ -4,10 +4,23 @@
|
|
4
4
|
|
5
5
|
[Forks and Copies – Make WordPress Plugins](https://make.wordpress.org/plugins/2015/08/26/forks-and-copies/)
|
6
6
|
|
7
|
+
まず、フォークされたプラグインが数多くレビューされ、承認されているという事実があります。
|
8
|
+
|
9
|
+
> The tl;dr here is this: Please email us at plugins@wordpress.org if you find someone has slipped an uncredited fork or identical copy of another plugin into the repository.
|
10
|
+
> In general, we spot these before they ever get published. We rejected 10s of plugins a month for being identical copies. That said, we also approve double that for being legitimate forks.
|
11
|
+
|
12
|
+
以下、私訳。
|
13
|
+
|
14
|
+
> ここでの結論は以下のとおりです。もし誰かが他のプラグインのクレジットされていないフォークや同一のコピーをリポジトリに入れているのを見つけたら、 plugins@wordpress.org までメールを送ってください。
|
15
|
+
> 一般的に、これらのプラグインは公開される前に発見されます。同一のコピーであるという理由で、月に何十ものプラグインをリジェクトしています。しかし、正当なフォークであれば、その倍は承認しています。
|
16
|
+
|
17
|
+
「正当なフォークであれば、その倍は承認しています」というフレーズに自信を持っていただきたいところです。
|
18
|
+
そして、以下のように続きます。
|
19
|
+
|
7
20
|
> While the GPL and it’s compatible licenses allow for forking, we have an ‘above and beyond’ rule for hosting here, that means your plugin must be a substantial change of the original. We do not allow direct copies of other plugins to be re-listed under somebody else’s name, we allow changed forks.
|
8
21
|
> What does that mean? It’s very simple. You have to add new features, remove features, modernize, fix, clean up, or otherwise make a change to the plugin that differentiates it from the original. In rare cases, a simple clean-up will be accepted, but normally we try to get a hold of the original authors and have the fixes folded in to the original plugin. If you have a fork, we require you to retain all credit and/or copyright information.
|
9
22
|
|
10
|
-
以下、
|
23
|
+
以下、私訳。
|
11
24
|
|
12
25
|
> GPLやそれと互換性のあるライセンスではフォークを許可していますが、ここでのホスティングには「above and beyond」ルールがあり、あなたのプラグインはオリジナルを大幅に変更したものでなければなりません。つまり、あなたのプラグインはオリジナルを大幅に変更したものでなければなりません。私たちは、他のプラグインを直接コピーして誰かの名前で再掲載することは認めておらず、変更されたフォークは認めています。
|
13
26
|
> どういうことか、ですと?それはとても簡単です。新しい機能を追加したり、機能を削除したり、近代化したり、修正したり、クリーンアップしたり、その他オリジナルと差別化できるような変更をプラグインに加える必要があります。まれに、単純なクリーンアップも認められることがありますが、通常はオリジナルの作者に連絡を取り、修正をオリジナルのプラグインに折り込んでもらうようにしています。もしあなたがフォークを作成した場合、私たちはあなたがすべてのクレジットや著作権情報を残しておくことを要求します。
|