diff --git a/CONTRIBUTING b/CONTRIBUTING new file mode 100644 index 0000000..fbb7232 --- /dev/null +++ b/CONTRIBUTING @@ -0,0 +1,13 @@ +#### Contribution licensing ... + +Any contribution intentionally submitted for inclusion in the Amp project +shall be under the terms and conditions of the MIT License, without any +additional terms or conditions. Not withstanding the above, nothing herein +shall supersede or modify the terms of any separate license agreement you +may have executed with the Amp project (or its licensor Daniel Lowrey) +regarding such contributions. + +#### Before you PR ... + +Amp currently retains minimum compatibility with PHP 5.5. All source code +contributions must execute successfully in this environment. diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md deleted file mode 100644 index df15432..0000000 --- a/CONTRIBUTORS.md +++ /dev/null @@ -1,18 +0,0 @@ -#### Contribution licensing ... - -Unless you explicitly state otherwise, any contribution intentionally -submitted for inclusion in the Amp project shall be under the terms and -conditions of the MIT License, without any additional terms or conditions. -Notwithstanding the above, nothing herein shall supersede or modify the -terms of any separate license agreement you may have executed with the -Amp project (or its licensor Daniel Lowrey) regarding such contributions. - -#### Before you PR ... - -The Amp project strives to retain minimum compatibility with PHP 5.5. All -source code contributions must execute successfully in this environment. -Thank you in advance! - -#### Contributors - -- Daniel Lowrey