From 18444f49db5b2f3e0f8bf391b8cfe2cfb14db84a Mon Sep 17 00:00:00 2001 From: BlobMaster41 <96896824+BlobMaster41@users.noreply.github.com> Date: Tue, 13 Aug 2024 22:38:19 -0400 Subject: [PATCH] Contributing --- CONTRIBUTING.md | 51 +++++++++++++++++++++++++++++++++++ contributors/BlobMaster41.txt | 3 +++ release-notes.md | 4 +-- 3 files changed, 56 insertions(+), 2 deletions(-) create mode 100644 CONTRIBUTING.md create mode 100644 contributors/BlobMaster41.txt diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..e4d5dd34 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,51 @@ +# Contributing to OP_NET + +Thank you for contributing to OP_NET managed by OP_NET Space K.K. (“OP_NET”). + +In order to clarify the intellectual property license granted with Contributions from any person or entity, OP_NET must have a statement on file from each Contributor indicating their agreement to the Contributor License Agreement (“Agreement”). This license is for your protection as a Contributor as well as the protection of OP_NET and its other contributors and users; it does not change your rights to use your own Contributions for any other purpose. + +When submitting a pull request for the first time, please create a file with a name like `/contributors/{github_username}.txt`, and in the content of that file indicate your agreement to the Contributor License Agreement terms below. An example of what that file should contain can be seen in wiz's agreement file. (This method of CLA "signing" is borrowed from Medium's open source project.) + +Also, please GPG-sign all your commits (`git config commit.gpgsign true`). + +# Contributor License Agreement + +Last Updated: January 25, 2022 + +By accepting this Agreement, You agree to the following terms and conditions for Your present and future Contributions submitted to OP_NET. Except for the license granted herein to OP_NET and recipients of software distributed by OP_NET, You reserve all right, title, and interest in and to Your Contributions. + +### 1. Definitions + +“You” (or “Your”) shall mean the copyright owner or legal entity authorized by the copyright owner that is making this Agreement with OP_NET. For legal entities, the entity making a Contribution and all other entities that control, are controlled by, or are under common control with that entity are considered to be a single Contributor. For the purposes of this definition, “control” means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + +“Contribution” shall mean any original work of authorship, including any modifications or additions to an existing work, that is intentionally submitted by You to OP_NET for inclusion in, or documentation of, any of the products owned or managed by OP_NET (“Work”). For the purposes of this definition, “submitted” means any form of electronic, verbal, or written communication sent to OP_NET or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, OP_NET for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by You as “Not a Contribution.” + +### 2. Grant of Copyright License + +Subject to the terms and conditions of this Agreement, You hereby grant to OP_NET and to recipients of software distributed by OP_NET a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, and distribute Your Contributions and such derivative works. + +### 3. Grant of Patent License + +Subject to the terms and conditions of this Agreement, You hereby grant to OP_NET and to recipients of software distributed by OP_NET a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by You that are necessarily infringed by Your Contribution(s) alone or by combination of Your Contribution(s) with the Work to which such Contribution(s) was submitted. If any entity institutes patent litigation against You or any other entity (including a cross-claim or counterclaim in a lawsuit) alleging that your Contribution, or the Work to which you have contributed, constitutes direct or contributory patent infringement, then any patent licenses granted to that entity under this Agreement for that Contribution or Work shall terminate as of the date such litigation is filed. + +### 4. Authority + +You represent that you are legally entitled to grant the above license. If your employer(s) has rights to intellectual property that you create that includes your Contributions, you represent that you have received permission to make Contributions on behalf of that employer, that your employer has waived such rights for your Contributions to OP_NET, or that your employer has executed a separate Corporate Contributor License Agreement with OP_NET. + +### 5. Originality + +You represent that each of Your Contributions is Your original creation (see section 7 for submissions on behalf of others). You represent that Your Contribution submissions include complete details of any third-party license or other restriction (including, but not limited to, related patents and trademarks) of which you are personally aware, and which are associated with any part of Your Contributions. + +### 6. Support + +You are not expected to provide support for Your Contributions, except to the extent You desire to provide support. You may provide support for free, for a fee, or not at all. Unless required by applicable law or agreed to in writing, You provide Your Contributions on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON- INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. + +### 7. Third Party Contributions + +Should You wish to submit work that is not Your original creation, You may submit it to OP_NET separately from any Contribution, identifying the complete details of its source and of any license or other restriction (including, but not limited to, related patents, trademarks, and license agreements) of which you are personally aware, and conspicuously marking the work as “Submitted on behalf of a third-party: [named here]”. + +### 8. Notifications + +You agree to notify OP_NET of any facts or circumstances of which you become aware that would make these representations inaccurate in any respect. + +EOF diff --git a/contributors/BlobMaster41.txt b/contributors/BlobMaster41.txt new file mode 100644 index 00000000..70883839 --- /dev/null +++ b/contributors/BlobMaster41.txt @@ -0,0 +1,3 @@ +I hereby accept the terms of the Contributor License Agreement in the CONTRIBUTING.md file of the btc-vision/opwallet git repository as of August 13, 2024. + +Signed: BlobMaster41 2024-13-2024 diff --git a/release-notes.md b/release-notes.md index 75f3e746..4e16743a 100644 --- a/release-notes.md +++ b/release-notes.md @@ -213,7 +213,7 @@ updates: - Disable RBF to prevent accidental triggering - Display the output value of inscription by default - Display balance details when hovering over the balance -- Use mempool.space to display transaction history +- Use mempool.space/opscan.org to display transaction history - Add a prompt to wait for BRC20 updates after inscribing a TRANSFER ## v1.1.19 @@ -247,7 +247,7 @@ updates: - Support BIP322 - Sign multiple PSBT in one time - Adjust - - Use mempool.space data as fee options + - Use mempool.space/opscan.org data as fee options - Show 100 inscriptions per page - Fix - Fix display error of pagination