From 7ebdf4e4f2c4d5734c0127de645010337141cc28 Mon Sep 17 00:00:00 2001 From: Daiyuu Nobori Date: Thu, 26 Apr 2018 14:29:11 +0900 Subject: [PATCH 1/3] Add a sentence: "preliminary declaration for future change to non-GPL licenses" on the pull requests. This will help the community to decide to switch to Apache-like License in the future. --- .github/PULL_REQUEST_TEMPLATE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 14a862fa..dbca312f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,3 +12,8 @@ You have two options which are described on the above policy. Could you please choose either option 1 or 2, and specify it clearly on the reply? - + +PRELIMINARY DECLARATION FOR FUTURE CHANGE TO NON-GPL LICENSES + +I hereby agree in advance that my codes will be licensed automatically under the Apache License or similar BSD/MIT-like open source licenses in the case if the SoftEther VPN Project will adopt to such a non-GPL license in future. + From ec1dee356a692134924f606c8465ca2ba45ea819 Mon Sep 17 00:00:00 2001 From: Daiyuu Nobori Date: Thu, 26 Apr 2018 23:56:44 +0900 Subject: [PATCH 2/3] fixed --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index dbca312f..40ab2a82 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -13,7 +13,7 @@ Could you please choose either option 1 or 2, and specify it clearly on the repl - -PRELIMINARY DECLARATION FOR FUTURE CHANGE TO NON-GPL LICENSES +PRELIMINARY DECLARATION FOR FUTURE SWITCH TO A NON-GPL LICENSE I hereby agree in advance that my codes will be licensed automatically under the Apache License or similar BSD/MIT-like open source licenses in the case if the SoftEther VPN Project will adopt to such a non-GPL license in future. From 32b163cc4ea6d5dbf8fdc02076ee7274572f6103 Mon Sep 17 00:00:00 2001 From: Daiyuu Nobori Date: Thu, 26 Apr 2018 23:58:12 +0900 Subject: [PATCH 3/3] fixed2 --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 40ab2a82..8343bc06 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -15,5 +15,5 @@ Could you please choose either option 1 or 2, and specify it clearly on the repl PRELIMINARY DECLARATION FOR FUTURE SWITCH TO A NON-GPL LICENSE -I hereby agree in advance that my codes will be licensed automatically under the Apache License or similar BSD/MIT-like open source licenses in the case if the SoftEther VPN Project will adopt to such a non-GPL license in future. +I hereby agree in advance that my work will be licensed automatically under the Apache License or a similar BSD/MIT-like open-source license in case the SoftEther VPN Project adopts such a license in future.