diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b43bbe7a8..535c5877e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,4 +10,4 @@ Things you need to know: ### Contributor License Agreement -When you contribute, you have to be aware that your contribution is covered by **[Apache License 2.0](./LICENSE)**, but might relicensed under few other software licenses mentioned in the **Contributor License Agreement**. In particular, you need to agree to the Contributor License Agreement. If you agree to its content, you simply have to click on the link posted by the CLA assistant as a comment to the pull request. Click it to check the CLA, then accept it on the following screen if you agree to it. The CLA assistant will save this decision for upcoming contributions and will notify you if there is any change to the CLA in the meantime. +When you contribute, you have to be aware that your contribution is covered by [GNU Affero General Public License version 3](./LICENSE), but might relicensed under few other software licenses mentioned in the **Contributor License Agreement**. In particular, you need to agree to the Contributor License Agreement. If you agree to its content, you simply have to click on the link posted by the CLA assistant as a comment to the pull request. Click it to check the CLA, then accept it on the following screen if you agree to it. The CLA assistant will save this decision for upcoming contributions and will notify you if there is any change to the CLA in the meantime. \ No newline at end of file diff --git a/FluenceCLA.md b/FluenceCLA.md new file mode 100644 index 000000000..1be4d4cbb --- /dev/null +++ b/FluenceCLA.md @@ -0,0 +1,107 @@ +Thank you for your interest in Fluence DAO projects. + +In order to clarify the intellectual property license +granted with Contributions from any person or entity, Fluence DAO +must have a Contributor License Agreement ("CLA") on file that has +been signed by each Contributor, indicating agreement to the license +terms below. This license is for your protection as a Contributor as +well as the protection of Fluence DAO and its users; it does not +change your rights to use your own Contributions for any other purpose. +This contribution license is based on the GNU Affero General Public License version 3. + +Please read this document carefully before signing and keep a copy +for your records. + +You accept and agree to the following terms and conditions for Your +present and future Contributions submitted to Fluence DAO. Except +for the license granted herein to Fluence DAO and recipients of +software distributed by Fluence DAO, 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 Fluence DAO. 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 Fluence DAO for inclusion + in, or documentation of, any of the products owned or managed by + Fluence DAO (the "Work"). For the purposes of this definition, + "submitted" means any form of electronic, verbal, or written + communication sent to Fluence DAO 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, Fluence DAO 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 Fluence DAO and to + recipients of software distributed by Fluence DAO 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 Fluence DAO and to + recipients of software distributed by Fluence DAO 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. 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 Fluence DAO, or that your employer has + executed a separate Corporate CLA with Fluence DAO. + +5. 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. 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. Should You wish to submit work that is not Your original creation, + You may submit it to Fluence DAO 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. You agree to notify Fluence DAO of any facts or circumstances of + which you become aware that would make these representations + inaccurate in any respect. diff --git a/LICENSE b/LICENSE index 5751d5c77..be3f7b28e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,13 +1,661 @@ -Copyright 2023 Fluence Labs + GNU AFFERO GENERAL PUBLIC LICENSE + Version 3, 19 November 2007 - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. - http://www.apache.org/licenses/LICENSE-2.0 + Preamble - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. \ No newline at end of file + The GNU Affero General Public License is a free, copyleft license for +software and other kinds of works, specifically designed to ensure +cooperation with the community in the case of network server software. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +our General Public Licenses are intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + Developers that use our General Public Licenses protect your rights +with two steps: (1) assert copyright on the software, and (2) offer +you this License which gives you legal permission to copy, distribute +and/or modify the software. + + A secondary benefit of defending all users' freedom is that +improvements made in alternate versions of the program, if they +receive widespread use, become available for other developers to +incorporate. Many developers of free software are heartened and +encouraged by the resulting cooperation. However, in the case of +software used on network servers, this result may fail to come about. +The GNU General Public License permits making a modified version and +letting the public access it on a server without ever releasing its +source code to the public. + + The GNU Affero General Public License is designed specifically to +ensure that, in such cases, the modified source code becomes available +to the community. It requires the operator of a network server to +provide the source code of the modified version running there to the +users of that server. Therefore, public use of a modified version, on +a publicly accessible server, gives the public access to the source +code of the modified version. + + An older license, called the Affero General Public License and +published by Affero, was designed to accomplish similar goals. This is +a different license, not a version of the Affero GPL, but Affero has +released a new version of the Affero GPL which permits relicensing under +this license. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU Affero General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Remote Network Interaction; Use with the GNU General Public License. + + Notwithstanding any other provision of this License, if you modify the +Program, your modified version must prominently offer all users +interacting with it remotely through a computer network (if your version +supports such interaction) an opportunity to receive the Corresponding +Source of your version by providing access to the Corresponding Source +from a network server at no charge, through some standard or customary +means of facilitating copying of software. This Corresponding Source +shall include the Corresponding Source for any work covered by version 3 +of the GNU General Public License that is incorporated pursuant to the +following paragraph. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the work with which it is combined will remain governed by version +3 of the GNU General Public License. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU Affero General Public License from time to time. Such new versions +will be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU Affero General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU Affero General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU Affero General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If your software can interact with users remotely through a computer +network, you should also make sure that it provides a way for users to +get its source. For example, if your program is a web application, its +interface could display a "Source" link that leads users to an archive +of the code. There are many ways you could offer source, and different +solutions will be better for different programs; see section 13 for the +specific requirements. + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU AGPL, see +. diff --git a/README.md b/README.md index 3452379f5..8ff207ae2 100644 --- a/README.md +++ b/README.md @@ -139,4 +139,4 @@ Any interested person is welcome to contribute to the project. Please, make sure ## License -All software code is copyright (c) Fluence Labs, Inc. under the [Apache-2.0](./LICENSE) license. +All software code is copyright (c) Fluence DAO under the [AGPLv3](./LICENSE) license. diff --git a/core/Cargo.toml b/core/Cargo.toml index 53a7e6ccf..975237f49 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -2,9 +2,9 @@ name = "marine-core" description = "Core of Marine, the Fluence Wasm Runtime" version = "0.31.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] repository = "https://github.com/fluencelabs/marine" -license = "Apache-2.0" +license = "AGPL-3.0-only" edition = "2021" [lib] diff --git a/core/src/config.rs b/core/src/config.rs index d3e730349..9e2a65bad 100644 --- a/core/src/config.rs +++ b/core/src/config.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use super::IValue; diff --git a/core/src/errors.rs b/core/src/errors.rs index 040733671..a966bd1b6 100644 --- a/core/src/errors.rs +++ b/core/src/errors.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::HostImportError; diff --git a/core/src/host_imports/errors.rs b/core/src/host_imports/errors.rs index 9ae93129c..27d90a278 100644 --- a/core/src/host_imports/errors.rs +++ b/core/src/host_imports/errors.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use super::WType; diff --git a/core/src/host_imports/imports.rs b/core/src/host_imports/imports.rs index 47896f36d..f702bf6b8 100644 --- a/core/src/host_imports/imports.rs +++ b/core/src/host_imports/imports.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use super::*; diff --git a/core/src/host_imports/lifting/li_helper.rs b/core/src/host_imports/lifting/li_helper.rs index cabb8248b..e7a8fdb8f 100644 --- a/core/src/host_imports/lifting/li_helper.rs +++ b/core/src/host_imports/lifting/li_helper.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::MRecordTypes; diff --git a/core/src/host_imports/lifting/lift_ivalues.rs b/core/src/host_imports/lifting/lift_ivalues.rs index d7cf4e24f..440c25853 100644 --- a/core/src/host_imports/lifting/lift_ivalues.rs +++ b/core/src/host_imports/lifting/lift_ivalues.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use super::WType; diff --git a/core/src/host_imports/lifting/mod.rs b/core/src/host_imports/lifting/mod.rs index 292ed1a86..96d1dda16 100644 --- a/core/src/host_imports/lifting/mod.rs +++ b/core/src/host_imports/lifting/mod.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ /// Contain functions intended to create (lift) IValues from raw WValues (Wasm types). diff --git a/core/src/host_imports/lowering/lo_helper.rs b/core/src/host_imports/lowering/lo_helper.rs index 06463adf3..f04e8d9a0 100644 --- a/core/src/host_imports/lowering/lo_helper.rs +++ b/core/src/host_imports/lowering/lo_helper.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use super::AllocateFunc; diff --git a/core/src/host_imports/lowering/lower_ivalues.rs b/core/src/host_imports/lowering/lower_ivalues.rs index 9b39764a6..c1a200223 100644 --- a/core/src/host_imports/lowering/lower_ivalues.rs +++ b/core/src/host_imports/lowering/lower_ivalues.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use super::WValue; diff --git a/core/src/host_imports/lowering/mod.rs b/core/src/host_imports/lowering/mod.rs index 9b84e6ee9..6d61d9147 100644 --- a/core/src/host_imports/lowering/mod.rs +++ b/core/src/host_imports/lowering/mod.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ /// Contain functions intended to put (lower) IValues to Wasm memory diff --git a/core/src/host_imports/mod.rs b/core/src/host_imports/mod.rs index 77c953a6f..10cb5abc3 100644 --- a/core/src/host_imports/mod.rs +++ b/core/src/host_imports/mod.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ mod errors; diff --git a/core/src/host_imports/utils.rs b/core/src/host_imports/utils.rs index b1df5e6c8..0ad6cdc37 100644 --- a/core/src/host_imports/utils.rs +++ b/core/src/host_imports/utils.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use super::WType; diff --git a/core/src/lib.rs b/core/src/lib.rs index 3eb80208f..931bb6f40 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ #![warn(rust_2018_idioms)] #![feature(get_mut_unchecked)] diff --git a/core/src/marine_core.rs b/core/src/marine_core.rs index b9dd790ec..4700e848a 100644 --- a/core/src/marine_core.rs +++ b/core/src/marine_core.rs @@ -1,17 +1,20 @@ /* - * Copyright 2022 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use super::generic::*; diff --git a/core/src/memory_statistic.rs b/core/src/memory_statistic.rs index 405c2a979..27d2acd3d 100644 --- a/core/src/memory_statistic.rs +++ b/core/src/memory_statistic.rs @@ -1,17 +1,20 @@ /* - * Copyright 2022 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine_wasm_backend_traits::MemoryAllocationStats; diff --git a/core/src/misc/errors.rs b/core/src/misc/errors.rs index ecc7611f9..e7c2721f7 100644 --- a/core/src/misc/errors.rs +++ b/core/src/misc/errors.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine_module_info_parser::ModuleInfoError; diff --git a/core/src/misc/mod.rs b/core/src/misc/mod.rs index b7fb62218..856101897 100644 --- a/core/src/misc/mod.rs +++ b/core/src/misc/mod.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ mod errors; diff --git a/core/src/misc/version_checker.rs b/core/src/misc/version_checker.rs index 047c3d604..11144ee09 100644 --- a/core/src/misc/version_checker.rs +++ b/core/src/misc/version_checker.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use super::PrepareResult; diff --git a/core/src/module/exports.rs b/core/src/module/exports.rs index 4ca995ff8..a689c95c5 100644 --- a/core/src/module/exports.rs +++ b/core/src/module/exports.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use super::IValue; diff --git a/core/src/module/marine_module.rs b/core/src/module/marine_module.rs index 2f5cb5bbb..628c9c5a1 100644 --- a/core/src/module/marine_module.rs +++ b/core/src/module/marine_module.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use super::wit_prelude::*; diff --git a/core/src/module/mod.rs b/core/src/module/mod.rs index 4abf1c2f2..80e34fffb 100644 --- a/core/src/module/mod.rs +++ b/core/src/module/mod.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ mod exports; diff --git a/core/src/module/type_converters.rs b/core/src/module/type_converters.rs index a45da1bde..c68deced4 100644 --- a/core/src/module/type_converters.rs +++ b/core/src/module/type_converters.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use super::IType; diff --git a/core/src/module/wit_function.rs b/core/src/module/wit_function.rs index 8ce2268df..153c5782a 100644 --- a/core/src/module/wit_function.rs +++ b/core/src/module/wit_function.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use super::marine_module::MModule; diff --git a/core/src/module/wit_instance.rs b/core/src/module/wit_instance.rs index 88d20c69f..30eefdcf3 100644 --- a/core/src/module/wit_instance.rs +++ b/core/src/module/wit_instance.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use super::wit_prelude::*; diff --git a/core/tests/greeting.rs b/core/tests/greeting.rs index cff855eaa..ed8c8c0bb 100644 --- a/core/tests/greeting.rs +++ b/core/tests/greeting.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine_core::MarineCore; diff --git a/core/tests/records.rs b/core/tests/records.rs index 59ef38723..853ee6f3c 100644 --- a/core/tests/records.rs +++ b/core/tests/records.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine_core::MarineCore; diff --git a/core/tests/redis_sqlite.rs b/core/tests/redis_sqlite.rs index 574fcafee..872c57174 100644 --- a/core/tests/redis_sqlite.rs +++ b/core/tests/redis_sqlite.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine_core::MarineCore; diff --git a/core/tests/wasm_tests/lilo_after_2gb/Cargo.toml b/core/tests/wasm_tests/lilo_after_2gb/Cargo.toml index 7df82d870..e4fd679fb 100644 --- a/core/tests/wasm_tests/lilo_after_2gb/Cargo.toml +++ b/core/tests/wasm_tests/lilo_after_2gb/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lilo-after-2gb-test" version = "0.1.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] edition = "2021" publish = false diff --git a/core/tests/wasm_tests/lilo_after_2gb/src/pure.rs b/core/tests/wasm_tests/lilo_after_2gb/src/pure.rs index 76eac2e8a..da5c8efbf 100644 --- a/core/tests/wasm_tests/lilo_after_2gb/src/pure.rs +++ b/core/tests/wasm_tests/lilo_after_2gb/src/pure.rs @@ -1,17 +1,20 @@ /* - * Copyright 2022 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ #![allow(improper_ctypes)] diff --git a/crates/fluence-app-service/Cargo.toml b/crates/fluence-app-service/Cargo.toml index ea36c5f7e..9c52374c2 100644 --- a/crates/fluence-app-service/Cargo.toml +++ b/crates/fluence-app-service/Cargo.toml @@ -2,9 +2,9 @@ name = "fluence-app-service" description = "Fluence Application Service" version = "0.36.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] repository = "https://github.com/fluencelabs/marine" -license = "Apache-2.0" +license = "AGPL-3.0-only" edition = "2021" [dependencies] diff --git a/crates/fluence-app-service/src/app_service_factory.rs b/crates/fluence-app-service/src/app_service_factory.rs index e58aefa95..2048f9357 100644 --- a/crates/fluence-app-service/src/app_service_factory.rs +++ b/crates/fluence-app-service/src/app_service_factory.rs @@ -1,17 +1,20 @@ /* - * Copyright 2024 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::generic::AppService; diff --git a/crates/fluence-app-service/src/config.rs b/crates/fluence-app-service/src/config.rs index 30a27f1eb..8e60e7fa6 100644 --- a/crates/fluence-app-service/src/config.rs +++ b/crates/fluence-app-service/src/config.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine::generic::MarineConfig; diff --git a/crates/fluence-app-service/src/errors.rs b/crates/fluence-app-service/src/errors.rs index e4cebcb9d..31a7bf1cf 100644 --- a/crates/fluence-app-service/src/errors.rs +++ b/crates/fluence-app-service/src/errors.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine_wasm_backend_traits::WasmBackendError; diff --git a/crates/fluence-app-service/src/lib.rs b/crates/fluence-app-service/src/lib.rs index 331781b3d..2105163b5 100644 --- a/crates/fluence-app-service/src/lib.rs +++ b/crates/fluence-app-service/src/lib.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ #![warn(rust_2018_idioms)] #![deny( diff --git a/crates/fluence-app-service/src/raw_toml_config.rs b/crates/fluence-app-service/src/raw_toml_config.rs index ffc666a09..a07f2dc35 100644 --- a/crates/fluence-app-service/src/raw_toml_config.rs +++ b/crates/fluence-app-service/src/raw_toml_config.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::Result; diff --git a/crates/fluence-app-service/src/service.rs b/crates/fluence-app-service/src/service.rs index 08a94e0ed..61551b29e 100644 --- a/crates/fluence-app-service/src/service.rs +++ b/crates/fluence-app-service/src/service.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::Result; diff --git a/crates/fluence-app-service/src/service_interface.rs b/crates/fluence-app-service/src/service_interface.rs index 18296025c..50a641546 100644 --- a/crates/fluence-app-service/src/service_interface.rs +++ b/crates/fluence-app-service/src/service_interface.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine::MarineModuleInterface; diff --git a/crates/it-generator/Cargo.toml b/crates/it-generator/Cargo.toml index ea1bd08be..095a02684 100644 --- a/crates/it-generator/Cargo.toml +++ b/crates/it-generator/Cargo.toml @@ -2,9 +2,9 @@ name = "marine-it-generator" description = "Fluence Marine interface types generator" version = "0.18.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] repository = "https://github.com/fluencelabs/marine" -license = "Apache-2.0" +license = "AGPL-3.0-only" edition = "2021" [lib] diff --git a/crates/it-generator/src/default_export_api_config.rs b/crates/it-generator/src/default_export_api_config.rs index a6e06b946..50b128444 100644 --- a/crates/it-generator/src/default_export_api_config.rs +++ b/crates/it-generator/src/default_export_api_config.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use wasmer_it::ast::Interfaces; diff --git a/crates/it-generator/src/errors.rs b/crates/it-generator/src/errors.rs index a68fd98f6..e249d490b 100644 --- a/crates/it-generator/src/errors.rs +++ b/crates/it-generator/src/errors.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use thiserror::Error as ThisError; diff --git a/crates/it-generator/src/instructions_generator.rs b/crates/it-generator/src/instructions_generator.rs index 4514f26d7..657916459 100644 --- a/crates/it-generator/src/instructions_generator.rs +++ b/crates/it-generator/src/instructions_generator.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ mod fn_instructions; diff --git a/crates/it-generator/src/instructions_generator/fn_instructions.rs b/crates/it-generator/src/instructions_generator/fn_instructions.rs index edc8e6bbc..54d111496 100644 --- a/crates/it-generator/src/instructions_generator/fn_instructions.rs +++ b/crates/it-generator/src/instructions_generator/fn_instructions.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ mod args_it_generator; diff --git a/crates/it-generator/src/instructions_generator/fn_instructions/args_it_generator.rs b/crates/it-generator/src/instructions_generator/fn_instructions/args_it_generator.rs index 82dd9a9fa..dff4a4c96 100644 --- a/crates/it-generator/src/instructions_generator/fn_instructions/args_it_generator.rs +++ b/crates/it-generator/src/instructions_generator/fn_instructions/args_it_generator.rs @@ -1,17 +1,20 @@ /* - * Copyright 2021 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use super::ITResolver; diff --git a/crates/it-generator/src/instructions_generator/fn_instructions/output_type_it_generator.rs b/crates/it-generator/src/instructions_generator/fn_instructions/output_type_it_generator.rs index db5b9612c..9e5dd4d7d 100644 --- a/crates/it-generator/src/instructions_generator/fn_instructions/output_type_it_generator.rs +++ b/crates/it-generator/src/instructions_generator/fn_instructions/output_type_it_generator.rs @@ -1,17 +1,20 @@ /* - * Copyright 2021 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use super::ITResolver; diff --git a/crates/it-generator/src/instructions_generator/foreign_mod_instructions.rs b/crates/it-generator/src/instructions_generator/foreign_mod_instructions.rs index 2be0526a1..8aa9fc175 100644 --- a/crates/it-generator/src/instructions_generator/foreign_mod_instructions.rs +++ b/crates/it-generator/src/instructions_generator/foreign_mod_instructions.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ mod args_it_generator; diff --git a/crates/it-generator/src/instructions_generator/foreign_mod_instructions/args_it_generator.rs b/crates/it-generator/src/instructions_generator/foreign_mod_instructions/args_it_generator.rs index 947068d91..7641aff32 100644 --- a/crates/it-generator/src/instructions_generator/foreign_mod_instructions/args_it_generator.rs +++ b/crates/it-generator/src/instructions_generator/foreign_mod_instructions/args_it_generator.rs @@ -1,17 +1,20 @@ /* - * Copyright 2021 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use super::ITResolver; diff --git a/crates/it-generator/src/instructions_generator/foreign_mod_instructions/output_type_it_generator.rs b/crates/it-generator/src/instructions_generator/foreign_mod_instructions/output_type_it_generator.rs index 0df232bec..5940e29d6 100644 --- a/crates/it-generator/src/instructions_generator/foreign_mod_instructions/output_type_it_generator.rs +++ b/crates/it-generator/src/instructions_generator/foreign_mod_instructions/output_type_it_generator.rs @@ -1,17 +1,20 @@ /* - * Copyright 2021 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use super::ITResolver; diff --git a/crates/it-generator/src/instructions_generator/record_instructions.rs b/crates/it-generator/src/instructions_generator/record_instructions.rs index 2ff40a62a..0706e0a01 100644 --- a/crates/it-generator/src/instructions_generator/record_instructions.rs +++ b/crates/it-generator/src/instructions_generator/record_instructions.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use super::ITGenerator; diff --git a/crates/it-generator/src/instructions_generator/tests.rs b/crates/it-generator/src/instructions_generator/tests.rs index 68b3f1191..639bef229 100644 --- a/crates/it-generator/src/instructions_generator/tests.rs +++ b/crates/it-generator/src/instructions_generator/tests.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use super::ITGenerator; diff --git a/crates/it-generator/src/instructions_generator/utils.rs b/crates/it-generator/src/instructions_generator/utils.rs index 5743039d3..e0c80e671 100644 --- a/crates/it-generator/src/instructions_generator/utils.rs +++ b/crates/it-generator/src/instructions_generator/utils.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use super::IType; diff --git a/crates/it-generator/src/interface_generator.rs b/crates/it-generator/src/interface_generator.rs index 5d855c596..53ae07098 100644 --- a/crates/it-generator/src/interface_generator.rs +++ b/crates/it-generator/src/interface_generator.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::default_export_api_config::*; diff --git a/crates/it-generator/src/lib.rs b/crates/it-generator/src/lib.rs index f3a422b89..1abaf11f7 100644 --- a/crates/it-generator/src/lib.rs +++ b/crates/it-generator/src/lib.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ #![warn(rust_2018_idioms)] diff --git a/crates/it-interfaces/Cargo.toml b/crates/it-interfaces/Cargo.toml index db5f171dc..7de105022 100644 --- a/crates/it-interfaces/Cargo.toml +++ b/crates/it-interfaces/Cargo.toml @@ -2,9 +2,9 @@ name = "marine-it-interfaces" description = "Fluence Marine interface types helper crate" version = "0.10.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] repository = "https://github.com/fluencelabs/marine" -license = "Apache-2.0" +license = "AGPL-3.0-only" edition = "2021" [lib] diff --git a/crates/it-interfaces/src/errors.rs b/crates/it-interfaces/src/errors.rs index 099a614dd..4d3631752 100644 --- a/crates/it-interfaces/src/errors.rs +++ b/crates/it-interfaces/src/errors.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use std::error::Error; diff --git a/crates/it-interfaces/src/lib.rs b/crates/it-interfaces/src/lib.rs index bdd09fd9f..17074aec3 100644 --- a/crates/it-interfaces/src/lib.rs +++ b/crates/it-interfaces/src/lib.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ #![warn(rust_2018_idioms)] #![deny( diff --git a/crates/it-interfaces/src/mit_interfaces.rs b/crates/it-interfaces/src/mit_interfaces.rs index 3ba6918a7..c3b4c3234 100644 --- a/crates/it-interfaces/src/mit_interfaces.rs +++ b/crates/it-interfaces/src/mit_interfaces.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use super::errors::MITInterfacesError; diff --git a/crates/it-json-serde/Cargo.toml b/crates/it-json-serde/Cargo.toml index b58ef70e9..5d6a76e58 100644 --- a/crates/it-json-serde/Cargo.toml +++ b/crates/it-json-serde/Cargo.toml @@ -2,9 +2,9 @@ name = "it-json-serde" description = "Fluence Marine interface-types serde tools" version = "0.6.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] repository = "https://github.com/fluencelabs/marine" -license = "Apache-2.0" +license = "AGPL-3.0-only" edition = "2021" [lib] diff --git a/crates/it-json-serde/src/errors.rs b/crates/it-json-serde/src/errors.rs index 01a435b41..4088db22b 100644 --- a/crates/it-json-serde/src/errors.rs +++ b/crates/it-json-serde/src/errors.rs @@ -1,17 +1,20 @@ /* - * Copyright 2022 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use thiserror::Error; diff --git a/crates/it-json-serde/src/ivalues_to_json.rs b/crates/it-json-serde/src/ivalues_to_json.rs index 32b689b74..36871c73d 100644 --- a/crates/it-json-serde/src/ivalues_to_json.rs +++ b/crates/it-json-serde/src/ivalues_to_json.rs @@ -1,17 +1,20 @@ /* - * Copyright 2022 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::IValue; diff --git a/crates/it-json-serde/src/json_to_ivalues.rs b/crates/it-json-serde/src/json_to_ivalues.rs index 31536cb78..182c35bcd 100644 --- a/crates/it-json-serde/src/json_to_ivalues.rs +++ b/crates/it-json-serde/src/json_to_ivalues.rs @@ -1,17 +1,20 @@ /* - * Copyright 2022 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::IValue; diff --git a/crates/it-json-serde/src/lib.rs b/crates/it-json-serde/src/lib.rs index f71b63ad4..67c17ea56 100644 --- a/crates/it-json-serde/src/lib.rs +++ b/crates/it-json-serde/src/lib.rs @@ -1,17 +1,20 @@ /* - * Copyright 2022 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ #![warn(rust_2018_idioms)] #![deny( diff --git a/crates/it-parser/Cargo.toml b/crates/it-parser/Cargo.toml index 7af1bf0cc..3b674d304 100644 --- a/crates/it-parser/Cargo.toml +++ b/crates/it-parser/Cargo.toml @@ -2,9 +2,9 @@ name = "marine-it-parser" description = "Fluence Marine interface types parser" version = "0.17.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] repository = "https://github.com/fluencelabs/marine" -license = "Apache-2.0" +license = "AGPL-3.0-only" edition = "2021" [lib] diff --git a/crates/it-parser/src/custom.rs b/crates/it-parser/src/custom.rs index 854459cf3..648e7f850 100644 --- a/crates/it-parser/src/custom.rs +++ b/crates/it-parser/src/custom.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use walrus::CustomSection; diff --git a/crates/it-parser/src/deleter.rs b/crates/it-parser/src/deleter.rs index 2a87f6c53..f313b8718 100644 --- a/crates/it-parser/src/deleter.rs +++ b/crates/it-parser/src/deleter.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use super::errors::ITParserError; diff --git a/crates/it-parser/src/embedder.rs b/crates/it-parser/src/embedder.rs index 8a871b660..73c3a061a 100644 --- a/crates/it-parser/src/embedder.rs +++ b/crates/it-parser/src/embedder.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use super::custom::ITCustomSection; diff --git a/crates/it-parser/src/errors.rs b/crates/it-parser/src/errors.rs index b98f9f4e6..ce2d765ad 100644 --- a/crates/it-parser/src/errors.rs +++ b/crates/it-parser/src/errors.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine_module_interface::interface::InterfaceError; diff --git a/crates/it-parser/src/extractor.rs b/crates/it-parser/src/extractor.rs index 7f4636cde..bd69c461e 100644 --- a/crates/it-parser/src/extractor.rs +++ b/crates/it-parser/src/extractor.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ mod it; diff --git a/crates/it-parser/src/extractor/it.rs b/crates/it-parser/src/extractor/it.rs index c59e114a6..8cc602bdc 100644 --- a/crates/it-parser/src/extractor/it.rs +++ b/crates/it-parser/src/extractor/it.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::custom::IT_SECTION_NAME; diff --git a/crates/it-parser/src/lib.rs b/crates/it-parser/src/lib.rs index 9f817d2c9..71c357e15 100644 --- a/crates/it-parser/src/lib.rs +++ b/crates/it-parser/src/lib.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ #![warn(rust_2018_idioms)] #![deny( diff --git a/crates/js-backend/Cargo.toml b/crates/js-backend/Cargo.toml index d0502cf12..1cf59965c 100644 --- a/crates/js-backend/Cargo.toml +++ b/crates/js-backend/Cargo.toml @@ -3,9 +3,9 @@ name = "marine-js-backend" version = "0.4.1" edition = "2021" description = "Fluence Marine Wasm backend interface implementation for JS environment" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] repository = "https://github.com/fluencelabs/marine" -license = "Apache-2.0" +license = "AGPL-3.0-only" [dependencies] marine-wasm-backend-traits = {path = "../wasm-backend-traits", version = "0.7.0" } diff --git a/crates/js-backend/src/caller.rs b/crates/js-backend/src/caller.rs index 312063fc8..3bdbf33aa 100644 --- a/crates/js-backend/src/caller.rs +++ b/crates/js-backend/src/caller.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::JsContext; diff --git a/crates/js-backend/src/function.rs b/crates/js-backend/src/function.rs index f9da9b496..7500bb924 100644 --- a/crates/js-backend/src/function.rs +++ b/crates/js-backend/src/function.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::JsInstance; diff --git a/crates/js-backend/src/imports.rs b/crates/js-backend/src/imports.rs index 6cbd9555e..dd81a501e 100644 --- a/crates/js-backend/src/imports.rs +++ b/crates/js-backend/src/imports.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::HostImportFunction; diff --git a/crates/js-backend/src/instance.rs b/crates/js-backend/src/instance.rs index 2fe2a47b6..5a5696e6f 100644 --- a/crates/js-backend/src/instance.rs +++ b/crates/js-backend/src/instance.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::JsMemory; diff --git a/crates/js-backend/src/js_conversions.rs b/crates/js-backend/src/js_conversions.rs index 26e2d7fe2..02d3523cd 100644 --- a/crates/js-backend/src/js_conversions.rs +++ b/crates/js-backend/src/js_conversions.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine_wasm_backend_traits::WType; diff --git a/crates/js-backend/src/lib.rs b/crates/js-backend/src/lib.rs index 208f62b14..baf5f324e 100644 --- a/crates/js-backend/src/lib.rs +++ b/crates/js-backend/src/lib.rs @@ -1,17 +1,20 @@ /* - * Copyright 2022 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ mod store; diff --git a/crates/js-backend/src/memory.rs b/crates/js-backend/src/memory.rs index 5e76e2ebb..02de7505b 100644 --- a/crates/js-backend/src/memory.rs +++ b/crates/js-backend/src/memory.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::JsWasmBackend; diff --git a/crates/js-backend/src/module.rs b/crates/js-backend/src/module.rs index a143975d2..5259f22ff 100644 --- a/crates/js-backend/src/module.rs +++ b/crates/js-backend/src/module.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::JsStore; diff --git a/crates/js-backend/src/module_info.rs b/crates/js-backend/src/module_info.rs index e2562a26c..aa4c6027c 100644 --- a/crates/js-backend/src/module_info.rs +++ b/crates/js-backend/src/module_info.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine_wasm_backend_traits::FuncSig; diff --git a/crates/js-backend/src/single_shot_async_executor.rs b/crates/js-backend/src/single_shot_async_executor.rs index 0de56e0d0..e5ec605dc 100644 --- a/crates/js-backend/src/single_shot_async_executor.rs +++ b/crates/js-backend/src/single_shot_async_executor.rs @@ -1,17 +1,20 @@ /* - * Copyright 2024 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine_wasm_backend_traits::WValue; diff --git a/crates/js-backend/src/store.rs b/crates/js-backend/src/store.rs index 44ce31582..4c907ebeb 100644 --- a/crates/js-backend/src/store.rs +++ b/crates/js-backend/src/store.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::function::StoredFunction; diff --git a/crates/js-backend/src/wasi/js_imports.rs b/crates/js-backend/src/wasi/js_imports.rs index bf91bf22a..0cbff6564 100644 --- a/crates/js-backend/src/wasi/js_imports.rs +++ b/crates/js-backend/src/wasi/js_imports.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use wasm_bindgen::prelude::*; diff --git a/crates/js-backend/src/wasi/mod.rs b/crates/js-backend/src/wasi/mod.rs index 92defd18e..605c8e103 100644 --- a/crates/js-backend/src/wasi/mod.rs +++ b/crates/js-backend/src/wasi/mod.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ pub(crate) mod js_imports; diff --git a/crates/min-it-version/Cargo.toml b/crates/min-it-version/Cargo.toml index 88ba68759..f4eaad392 100644 --- a/crates/min-it-version/Cargo.toml +++ b/crates/min-it-version/Cargo.toml @@ -2,9 +2,9 @@ name = "marine-min-it-version" version = "0.3.2" description = "Fluence Marine interface types minimum supported version checker" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] repository = "https://github.com/fluencelabs/marine" -license = "Apache-2.0" +license = "AGPL-3.0-only" edition = "2021" [lib] diff --git a/crates/min-it-version/src/lib.rs b/crates/min-it-version/src/lib.rs index e5dc15ef1..b6e5bf17a 100644 --- a/crates/min-it-version/src/lib.rs +++ b/crates/min-it-version/src/lib.rs @@ -1,17 +1,20 @@ /* - * Copyright 2022 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ #![warn(rust_2018_idioms)] #![deny( diff --git a/crates/module-info-parser/Cargo.toml b/crates/module-info-parser/Cargo.toml index a5683566e..95ec53c15 100644 --- a/crates/module-info-parser/Cargo.toml +++ b/crates/module-info-parser/Cargo.toml @@ -2,9 +2,9 @@ name = "marine-module-info-parser" description = "Fluence Marine Wasm module info (manifest and version) parser" version = "0.16.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] repository = "https://github.com/fluencelabs/marine" -license = "Apache-2.0" +license = "AGPL-3.0-only" edition = "2021" [lib] diff --git a/crates/module-info-parser/src/custom_section_extractor.rs b/crates/module-info-parser/src/custom_section_extractor.rs index 5ac6075ec..539c4dc13 100644 --- a/crates/module-info-parser/src/custom_section_extractor.rs +++ b/crates/module-info-parser/src/custom_section_extractor.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::ModuleInfoResult; diff --git a/crates/module-info-parser/src/effects.rs b/crates/module-info-parser/src/effects.rs index a6a03e4f7..3d0cb36f7 100644 --- a/crates/module-info-parser/src/effects.rs +++ b/crates/module-info-parser/src/effects.rs @@ -1,17 +1,20 @@ /* - * Copyright 2024 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::ModuleInfoResult; diff --git a/crates/module-info-parser/src/errors.rs b/crates/module-info-parser/src/errors.rs index 904c5615b..0f816c106 100644 --- a/crates/module-info-parser/src/errors.rs +++ b/crates/module-info-parser/src/errors.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::manifest::ManifestError; diff --git a/crates/module-info-parser/src/lib.rs b/crates/module-info-parser/src/lib.rs index fcb47626d..53d49e9c0 100644 --- a/crates/module-info-parser/src/lib.rs +++ b/crates/module-info-parser/src/lib.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ #![warn(rust_2018_idioms)] #![deny( diff --git a/crates/module-info-parser/src/manifest/errors.rs b/crates/module-info-parser/src/manifest/errors.rs index 6fdb507fb..f9db9b77e 100644 --- a/crates/module-info-parser/src/manifest/errors.rs +++ b/crates/module-info-parser/src/manifest/errors.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use semver::Error as SemVerError; diff --git a/crates/module-info-parser/src/manifest/manifest_extractor.rs b/crates/module-info-parser/src/manifest/manifest_extractor.rs index 97e96a02c..57088152a 100644 --- a/crates/module-info-parser/src/manifest/manifest_extractor.rs +++ b/crates/module-info-parser/src/manifest/manifest_extractor.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use super::ModuleManifest; diff --git a/crates/module-info-parser/src/manifest/mod.rs b/crates/module-info-parser/src/manifest/mod.rs index a9f7cf8e5..e817c115c 100644 --- a/crates/module-info-parser/src/manifest/mod.rs +++ b/crates/module-info-parser/src/manifest/mod.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ mod errors; diff --git a/crates/module-info-parser/src/manifest/module_manifest.rs b/crates/module-info-parser/src/manifest/module_manifest.rs index f225ad8df..a9517ef79 100644 --- a/crates/module-info-parser/src/manifest/module_manifest.rs +++ b/crates/module-info-parser/src/manifest/module_manifest.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ /// Describes manifest of a Wasm module in the Fluence network. diff --git a/crates/module-info-parser/src/manifest/tests.rs b/crates/module-info-parser/src/manifest/tests.rs index a793099e2..89c07020e 100644 --- a/crates/module-info-parser/src/manifest/tests.rs +++ b/crates/module-info-parser/src/manifest/tests.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use super::ManifestError; diff --git a/crates/module-info-parser/src/sdk_version/errors.rs b/crates/module-info-parser/src/sdk_version/errors.rs index 53e2ab5a7..fb8bfb513 100644 --- a/crates/module-info-parser/src/sdk_version/errors.rs +++ b/crates/module-info-parser/src/sdk_version/errors.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use semver::Error as SemVerError; diff --git a/crates/module-info-parser/src/sdk_version/mod.rs b/crates/module-info-parser/src/sdk_version/mod.rs index c0e668123..a8ec0ed56 100644 --- a/crates/module-info-parser/src/sdk_version/mod.rs +++ b/crates/module-info-parser/src/sdk_version/mod.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ mod errors; diff --git a/crates/module-info-parser/src/sdk_version/version_embedder.rs b/crates/module-info-parser/src/sdk_version/version_embedder.rs index 32be6fdf0..b7c9c4a4c 100644 --- a/crates/module-info-parser/src/sdk_version/version_embedder.rs +++ b/crates/module-info-parser/src/sdk_version/version_embedder.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::ModuleInfoResult; diff --git a/crates/module-info-parser/src/sdk_version/version_extractor.rs b/crates/module-info-parser/src/sdk_version/version_extractor.rs index 9677c47e1..b54aac5fe 100644 --- a/crates/module-info-parser/src/sdk_version/version_extractor.rs +++ b/crates/module-info-parser/src/sdk_version/version_extractor.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::ModuleInfoResult; diff --git a/crates/module-interface/Cargo.toml b/crates/module-interface/Cargo.toml index efdb41371..1de1abb71 100644 --- a/crates/module-interface/Cargo.toml +++ b/crates/module-interface/Cargo.toml @@ -2,9 +2,9 @@ name = "marine-module-interface" description = "Fluence Marine module interface" version = "0.9.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] repository = "https://github.com/fluencelabs/marine" -license = "Apache-2.0" +license = "AGPL-3.0-only" edition = "2021" [lib] diff --git a/crates/module-interface/src/interface/errors.rs b/crates/module-interface/src/interface/errors.rs index 5d698997c..1b84cf60d 100644 --- a/crates/module-interface/src/interface/errors.rs +++ b/crates/module-interface/src/interface/errors.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::it_interface::ITInterfaceError; diff --git a/crates/module-interface/src/interface/interface_transformer.rs b/crates/module-interface/src/interface/interface_transformer.rs index 857332d7f..d1362a573 100644 --- a/crates/module-interface/src/interface/interface_transformer.rs +++ b/crates/module-interface/src/interface/interface_transformer.rs @@ -1,17 +1,20 @@ /* - * Copyright 2021 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use super::ModuleInterface; diff --git a/crates/module-interface/src/interface/itype_to_text.rs b/crates/module-interface/src/interface/itype_to_text.rs index 3083e5f52..c2ffaa5bc 100644 --- a/crates/module-interface/src/interface/itype_to_text.rs +++ b/crates/module-interface/src/interface/itype_to_text.rs @@ -1,17 +1,20 @@ /* - * Copyright 2021 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::it_interface::IRecordTypes; diff --git a/crates/module-interface/src/interface/mod.rs b/crates/module-interface/src/interface/mod.rs index a502f93ff..1e9b0bae3 100644 --- a/crates/module-interface/src/interface/mod.rs +++ b/crates/module-interface/src/interface/mod.rs @@ -1,17 +1,20 @@ /* - * Copyright 2021 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ mod errors; diff --git a/crates/module-interface/src/interface/module_interface.rs b/crates/module-interface/src/interface/module_interface.rs index 9eea7f516..0e037f478 100644 --- a/crates/module-interface/src/interface/module_interface.rs +++ b/crates/module-interface/src/interface/module_interface.rs @@ -1,17 +1,20 @@ /* - * Copyright 2021 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use serde::Serialize; diff --git a/crates/module-interface/src/interface/records_transformer.rs b/crates/module-interface/src/interface/records_transformer.rs index 9241dcce9..fa5edcedc 100644 --- a/crates/module-interface/src/interface/records_transformer.rs +++ b/crates/module-interface/src/interface/records_transformer.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use super::RecordType; diff --git a/crates/module-interface/src/it_interface/errors.rs b/crates/module-interface/src/it_interface/errors.rs index d19f9d300..91aa6ae69 100644 --- a/crates/module-interface/src/it_interface/errors.rs +++ b/crates/module-interface/src/it_interface/errors.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine_it_interfaces::MITInterfacesError; diff --git a/crates/module-interface/src/it_interface/export_it_functions.rs b/crates/module-interface/src/it_interface/export_it_functions.rs index b4462bc06..7acc6c289 100644 --- a/crates/module-interface/src/it_interface/export_it_functions.rs +++ b/crates/module-interface/src/it_interface/export_it_functions.rs @@ -1,17 +1,20 @@ /* - * Copyright 2021 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use super::IFunctionSignature; diff --git a/crates/module-interface/src/it_interface/export_it_records.rs b/crates/module-interface/src/it_interface/export_it_records.rs index af8660c48..0aa55ef6c 100644 --- a/crates/module-interface/src/it_interface/export_it_records.rs +++ b/crates/module-interface/src/it_interface/export_it_records.rs @@ -1,17 +1,20 @@ /* - * Copyright 2021 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use super::IRecordTypes; diff --git a/crates/module-interface/src/it_interface/it_module_interface.rs b/crates/module-interface/src/it_interface/it_module_interface.rs index 08e08ee20..ea01c1a7d 100644 --- a/crates/module-interface/src/it_interface/it_module_interface.rs +++ b/crates/module-interface/src/it_interface/it_module_interface.rs @@ -1,17 +1,20 @@ /* - * Copyright 2021 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use wasmer_it::IType; diff --git a/crates/module-interface/src/it_interface/mod.rs b/crates/module-interface/src/it_interface/mod.rs index b9b74e7ed..a312ea0ec 100644 --- a/crates/module-interface/src/it_interface/mod.rs +++ b/crates/module-interface/src/it_interface/mod.rs @@ -1,17 +1,20 @@ /* - * Copyright 2021 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ mod errors; diff --git a/crates/module-interface/src/lib.rs b/crates/module-interface/src/lib.rs index 2a9d1b14a..32a30e30a 100644 --- a/crates/module-interface/src/lib.rs +++ b/crates/module-interface/src/lib.rs @@ -1,17 +1,20 @@ /* - * Copyright 2021 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ #![warn(rust_2018_idioms)] diff --git a/crates/utils/Cargo.toml b/crates/utils/Cargo.toml index 22b775e04..0ad373421 100644 --- a/crates/utils/Cargo.toml +++ b/crates/utils/Cargo.toml @@ -2,9 +2,9 @@ name = "marine-utils" description = "Fluence Marine utils crate" version = "0.5.1" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] repository = "https://github.com/fluencelabs/marine" -license = "Apache-2.0" +license = "AGPL-3.0-only" edition = "2021" [lib] diff --git a/crates/utils/src/lib.rs b/crates/utils/src/lib.rs index d0451cd0b..57a4c845d 100644 --- a/crates/utils/src/lib.rs +++ b/crates/utils/src/lib.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ #![warn(rust_2018_idioms)] diff --git a/crates/utils/src/wasm_mem_pages_conversion.rs b/crates/utils/src/wasm_mem_pages_conversion.rs index 04bc7e8e6..76c75f800 100644 --- a/crates/utils/src/wasm_mem_pages_conversion.rs +++ b/crates/utils/src/wasm_mem_pages_conversion.rs @@ -1,17 +1,20 @@ /* - * Copyright 2021 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ pub const WASM_PAGE_SIZE: u32 = 65356; diff --git a/crates/wasm-backend-traits/Cargo.toml b/crates/wasm-backend-traits/Cargo.toml index add8f7d95..6e03b7cdf 100644 --- a/crates/wasm-backend-traits/Cargo.toml +++ b/crates/wasm-backend-traits/Cargo.toml @@ -2,9 +2,9 @@ name = "marine-wasm-backend-traits" description = "Fluence Marine generic Wasm backend interface" version = "0.7.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] repository = "https://github.com/fluencelabs/marine" -license = "Apache-2.0" +license = "AGPL-3.0-only" edition = "2021" [dependencies] diff --git a/crates/wasm-backend-traits/src/caller.rs b/crates/wasm-backend-traits/src/caller.rs index 1645cce02..a3fed496b 100644 --- a/crates/wasm-backend-traits/src/caller.rs +++ b/crates/wasm-backend-traits/src/caller.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::AsContextMut; diff --git a/crates/wasm-backend-traits/src/errors.rs b/crates/wasm-backend-traits/src/errors.rs index dd8c78e4f..cc3f55b16 100644 --- a/crates/wasm-backend-traits/src/errors.rs +++ b/crates/wasm-backend-traits/src/errors.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::WType; diff --git a/crates/wasm-backend-traits/src/exports.rs b/crates/wasm-backend-traits/src/exports.rs index 728f723c7..b59acd396 100644 --- a/crates/wasm-backend-traits/src/exports.rs +++ b/crates/wasm-backend-traits/src/exports.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ pub static STANDARD_MEMORY_EXPORT_NAME: &str = "memory"; diff --git a/crates/wasm-backend-traits/src/function.rs b/crates/wasm-backend-traits/src/function.rs index 2257d0922..1a9c300c1 100644 --- a/crates/wasm-backend-traits/src/function.rs +++ b/crates/wasm-backend-traits/src/function.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::AsContextMut; diff --git a/crates/wasm-backend-traits/src/imports.rs b/crates/wasm-backend-traits/src/imports.rs index 8f911b450..fe0711942 100644 --- a/crates/wasm-backend-traits/src/imports.rs +++ b/crates/wasm-backend-traits/src/imports.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::errors::*; diff --git a/crates/wasm-backend-traits/src/instance.rs b/crates/wasm-backend-traits/src/instance.rs index 90defee31..cd4e2c509 100644 --- a/crates/wasm-backend-traits/src/instance.rs +++ b/crates/wasm-backend-traits/src/instance.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::AsContextMut; diff --git a/crates/wasm-backend-traits/src/lib.rs b/crates/wasm-backend-traits/src/lib.rs index 7992f74e7..afc9f5650 100644 --- a/crates/wasm-backend-traits/src/lib.rs +++ b/crates/wasm-backend-traits/src/lib.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ pub mod errors; diff --git a/crates/wasm-backend-traits/src/macros.rs b/crates/wasm-backend-traits/src/macros.rs index bc68f3768..89b681fd5 100644 --- a/crates/wasm-backend-traits/src/macros.rs +++ b/crates/wasm-backend-traits/src/macros.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ /// Copypasted from Wasmtime. diff --git a/crates/wasm-backend-traits/src/module.rs b/crates/wasm-backend-traits/src/module.rs index c0c3a661b..d5ebdc13c 100644 --- a/crates/wasm-backend-traits/src/module.rs +++ b/crates/wasm-backend-traits/src/module.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::ModuleCreationResult; diff --git a/crates/wasm-backend-traits/src/store.rs b/crates/wasm-backend-traits/src/store.rs index 8526f9b98..11d3d0a00 100644 --- a/crates/wasm-backend-traits/src/store.rs +++ b/crates/wasm-backend-traits/src/store.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::WasmBackend; diff --git a/crates/wasm-backend-traits/src/wasi.rs b/crates/wasm-backend-traits/src/wasi.rs index b9921c6c6..31f689d3f 100644 --- a/crates/wasm-backend-traits/src/wasi.rs +++ b/crates/wasm-backend-traits/src/wasi.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::WasiError; diff --git a/crates/wasm-backend-traits/src/wtype.rs b/crates/wasm-backend-traits/src/wtype.rs index c17addede..67f11ce7f 100644 --- a/crates/wasm-backend-traits/src/wtype.rs +++ b/crates/wasm-backend-traits/src/wtype.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ #[derive(Debug, Clone, PartialEq)] diff --git a/crates/wasmtime-backend/Cargo.toml b/crates/wasmtime-backend/Cargo.toml index 3a761e11b..dc1db9328 100644 --- a/crates/wasmtime-backend/Cargo.toml +++ b/crates/wasmtime-backend/Cargo.toml @@ -3,9 +3,9 @@ name = "marine-wasmtime-backend" description = "Fluence Marine Wasm backend interface implementation for Wasmtime" version = "0.7.0" edition = "2021" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] repository = "https://github.com/fluencelabs/marine" -license = "Apache-2.0" +license = "AGPL-3.0-only" [dependencies] marine-wasm-backend-traits = {path = "../wasm-backend-traits", version = "0.7.0" } diff --git a/crates/wasmtime-backend/src/caller.rs b/crates/wasmtime-backend/src/caller.rs index 4cd77af5d..425a190c7 100644 --- a/crates/wasmtime-backend/src/caller.rs +++ b/crates/wasmtime-backend/src/caller.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::StoreState; diff --git a/crates/wasmtime-backend/src/function.rs b/crates/wasmtime-backend/src/function.rs index 71eec993d..ee39f61da 100644 --- a/crates/wasmtime-backend/src/function.rs +++ b/crates/wasmtime-backend/src/function.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::WasmtimeWasmBackend; diff --git a/crates/wasmtime-backend/src/imports.rs b/crates/wasmtime-backend/src/imports.rs index 0af395319..724be74f1 100644 --- a/crates/wasmtime-backend/src/imports.rs +++ b/crates/wasmtime-backend/src/imports.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::StoreState; diff --git a/crates/wasmtime-backend/src/instance.rs b/crates/wasmtime-backend/src/instance.rs index deb73903c..725789b6c 100644 --- a/crates/wasmtime-backend/src/instance.rs +++ b/crates/wasmtime-backend/src/instance.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::WasmtimeContextMut; diff --git a/crates/wasmtime-backend/src/lib.rs b/crates/wasmtime-backend/src/lib.rs index 513c1c0cb..2b7733915 100644 --- a/crates/wasmtime-backend/src/lib.rs +++ b/crates/wasmtime-backend/src/lib.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ mod caller; diff --git a/crates/wasmtime-backend/src/memory.rs b/crates/wasmtime-backend/src/memory.rs index afe663385..12347d261 100644 --- a/crates/wasmtime-backend/src/memory.rs +++ b/crates/wasmtime-backend/src/memory.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::WasmtimeContextMut; diff --git a/crates/wasmtime-backend/src/module.rs b/crates/wasmtime-backend/src/module.rs index ab028d39b..58875e3e5 100644 --- a/crates/wasmtime-backend/src/module.rs +++ b/crates/wasmtime-backend/src/module.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::WasmtimeImports; diff --git a/crates/wasmtime-backend/src/store.rs b/crates/wasmtime-backend/src/store.rs index 3cd82c8e9..00a0462a8 100644 --- a/crates/wasmtime-backend/src/store.rs +++ b/crates/wasmtime-backend/src/store.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::StoreState; diff --git a/crates/wasmtime-backend/src/utils.rs b/crates/wasmtime-backend/src/utils.rs index 9030c0f3f..3c09cab5f 100644 --- a/crates/wasmtime-backend/src/utils.rs +++ b/crates/wasmtime-backend/src/utils.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine_wasm_backend_traits::prelude::*; diff --git a/crates/wasmtime-backend/src/wasi.rs b/crates/wasmtime-backend/src/wasi.rs index 209afdbc5..092407923 100644 --- a/crates/wasmtime-backend/src/wasi.rs +++ b/crates/wasmtime-backend/src/wasi.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::StoreState; diff --git a/examples/call_parameters/Cargo.toml b/examples/call_parameters/Cargo.toml index 4e5610894..f813a1940 100644 --- a/examples/call_parameters/Cargo.toml +++ b/examples/call_parameters/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "call_parameters" version = "0.1.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] edition = "2021" publish = false diff --git a/examples/call_parameters/src/main.rs b/examples/call_parameters/src/main.rs index b152bc987..9115eabed 100644 --- a/examples/call_parameters/src/main.rs +++ b/examples/call_parameters/src/main.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine_rs_sdk::CallParameters; diff --git a/examples/failing/Cargo.toml b/examples/failing/Cargo.toml index 8a4108cc6..148791ed9 100644 --- a/examples/failing/Cargo.toml +++ b/examples/failing/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "wasm-failing" version = "0.1.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] description = "The failing module for the Fluence network" edition = "2021" publish = false diff --git a/examples/failing/src/main.rs b/examples/failing/src/main.rs index 7ca8925d6..4fdf18c2e 100644 --- a/examples/failing/src/main.rs +++ b/examples/failing/src/main.rs @@ -1,17 +1,20 @@ /* - * Copyright 2022 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine_rs_sdk::marine; diff --git a/examples/greeting/Cargo.toml b/examples/greeting/Cargo.toml index 4efdbedb5..a9922a68e 100644 --- a/examples/greeting/Cargo.toml +++ b/examples/greeting/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "wasm-greeting" version = "0.1.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] description = "The greeting module for the Fluence network" edition = "2021" publish = false diff --git a/examples/greeting/src/main.rs b/examples/greeting/src/main.rs index 5913ba998..982d7a915 100644 --- a/examples/greeting/src/main.rs +++ b/examples/greeting/src/main.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine_rs_sdk::marine; diff --git a/examples/greeting_record/Cargo.toml b/examples/greeting_record/Cargo.toml index e735cde42..7dd2ce973 100644 --- a/examples/greeting_record/Cargo.toml +++ b/examples/greeting_record/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "wasm-greeting-record" version = "0.1.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] description = "The greeting module with records for the Fluence network" edition = "2021" publish = false diff --git a/examples/greeting_record/src/main.rs b/examples/greeting_record/src/main.rs index 62d5bda5f..6f022bcb4 100644 --- a/examples/greeting_record/src/main.rs +++ b/examples/greeting_record/src/main.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine_rs_sdk::marine; diff --git a/examples/ipfs-node/effector/Cargo.toml b/examples/ipfs-node/effector/Cargo.toml index e1a856225..d0df29901 100644 --- a/examples/ipfs-node/effector/Cargo.toml +++ b/examples/ipfs-node/effector/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ipfs-effector" version = "0.1.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] edition = "2021" publish = false diff --git a/examples/ipfs-node/effector/src/main.rs b/examples/ipfs-node/effector/src/main.rs index 4a81c660c..a4409b82b 100644 --- a/examples/ipfs-node/effector/src/main.rs +++ b/examples/ipfs-node/effector/src/main.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ #![allow(improper_ctypes)] diff --git a/examples/ipfs-node/effector/src/path.rs b/examples/ipfs-node/effector/src/path.rs index 4f7d0d5ea..73f00bda4 100644 --- a/examples/ipfs-node/effector/src/path.rs +++ b/examples/ipfs-node/effector/src/path.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ pub(super) fn to_full_path(cmd: S) -> String diff --git a/examples/ipfs-node/pure/Cargo.toml b/examples/ipfs-node/pure/Cargo.toml index 704eb936c..66f170337 100644 --- a/examples/ipfs-node/pure/Cargo.toml +++ b/examples/ipfs-node/pure/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ipfs-pure" version = "0.1.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] edition = "2021" publish = false diff --git a/examples/ipfs-node/pure/src/main.rs b/examples/ipfs-node/pure/src/main.rs index 221f695b2..dbec70359 100644 --- a/examples/ipfs-node/pure/src/main.rs +++ b/examples/ipfs-node/pure/src/main.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ #![allow(improper_ctypes)] diff --git a/examples/motivational-example/donkey/Cargo.toml b/examples/motivational-example/donkey/Cargo.toml index d829033c7..86dfd6ed7 100644 --- a/examples/motivational-example/donkey/Cargo.toml +++ b/examples/motivational-example/donkey/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "donkey" version = "0.1.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] edition = "2021" publish = false diff --git a/examples/motivational-example/donkey/src/main.rs b/examples/motivational-example/donkey/src/main.rs index f2729a307..d254922b8 100644 --- a/examples/motivational-example/donkey/src/main.rs +++ b/examples/motivational-example/donkey/src/main.rs @@ -1,17 +1,20 @@ /* - * Copyright 2022 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ #![allow(improper_ctypes)] diff --git a/examples/motivational-example/shrek/Cargo.toml b/examples/motivational-example/shrek/Cargo.toml index a6d4c01c8..e05e9db55 100644 --- a/examples/motivational-example/shrek/Cargo.toml +++ b/examples/motivational-example/shrek/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "shrek" version = "0.1.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] edition = "2021" publish = false diff --git a/examples/motivational-example/shrek/src/main.rs b/examples/motivational-example/shrek/src/main.rs index f6526d064..27a0d9173 100644 --- a/examples/motivational-example/shrek/src/main.rs +++ b/examples/motivational-example/shrek/src/main.rs @@ -1,17 +1,20 @@ /* - * Copyright 2022 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ #![allow(improper_ctypes)] diff --git a/examples/records/effector/Cargo.toml b/examples/records/effector/Cargo.toml index a4e842dda..7f28f456c 100644 --- a/examples/records/effector/Cargo.toml +++ b/examples/records/effector/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "record-effector" version = "0.1.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] edition = "2021" publish = false diff --git a/examples/records/effector/src/main.rs b/examples/records/effector/src/main.rs index 380974104..666138f22 100644 --- a/examples/records/effector/src/main.rs +++ b/examples/records/effector/src/main.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine_rs_sdk::marine; diff --git a/examples/records/pure/Cargo.toml b/examples/records/pure/Cargo.toml index e77b82444..986ac9694 100644 --- a/examples/records/pure/Cargo.toml +++ b/examples/records/pure/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "record-pure" version = "0.1.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] edition = "2021" publish = false diff --git a/examples/records/pure/src/main.rs b/examples/records/pure/src/main.rs index 2f1bc0a52..08b837598 100644 --- a/examples/records/pure/src/main.rs +++ b/examples/records/pure/src/main.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ #![allow(improper_ctypes)] diff --git a/examples/records/test-record/Cargo.toml b/examples/records/test-record/Cargo.toml index 8505b6672..9b7499847 100644 --- a/examples/records/test-record/Cargo.toml +++ b/examples/records/test-record/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "test-record" version = "0.1.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] edition = "2021" publish = false diff --git a/examples/records/test-record/src/test_record.rs b/examples/records/test-record/src/test_record.rs index e04348a43..e6a5df1f5 100644 --- a/examples/records/test-record/src/test_record.rs +++ b/examples/records/test-record/src/test_record.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine_rs_sdk::marine; diff --git a/examples/sqlite/Cargo.toml b/examples/sqlite/Cargo.toml index 2fd48100a..f9644f92e 100644 --- a/examples/sqlite/Cargo.toml +++ b/examples/sqlite/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "wasm-sqlite-test" version = "0.1.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] edition = "2021" publish = false diff --git a/examples/sqlite/src/main.rs b/examples/sqlite/src/main.rs index f01d0b539..a9649a5d9 100644 --- a/examples/sqlite/src/main.rs +++ b/examples/sqlite/src/main.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine_rs_sdk::marine; diff --git a/examples/url-downloader/curl_adapter/Cargo.toml b/examples/url-downloader/curl_adapter/Cargo.toml index 570b72f1b..7255d5a26 100644 --- a/examples/url-downloader/curl_adapter/Cargo.toml +++ b/examples/url-downloader/curl_adapter/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "curl_adapter" version = "0.1.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] edition = "2021" publish = false diff --git a/examples/url-downloader/curl_adapter/src/main.rs b/examples/url-downloader/curl_adapter/src/main.rs index 6c7bf5b00..923ded15e 100644 --- a/examples/url-downloader/curl_adapter/src/main.rs +++ b/examples/url-downloader/curl_adapter/src/main.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ #![allow(improper_ctypes)] diff --git a/examples/url-downloader/facade/Cargo.toml b/examples/url-downloader/facade/Cargo.toml index 75bf37793..394b96d97 100644 --- a/examples/url-downloader/facade/Cargo.toml +++ b/examples/url-downloader/facade/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "facade" version = "0.1.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] edition = "2021" publish = false diff --git a/examples/url-downloader/facade/src/main.rs b/examples/url-downloader/facade/src/main.rs index 578cff2c2..ad6a94b98 100644 --- a/examples/url-downloader/facade/src/main.rs +++ b/examples/url-downloader/facade/src/main.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ #![allow(improper_ctypes)] diff --git a/examples/url-downloader/local_storage/Cargo.toml b/examples/url-downloader/local_storage/Cargo.toml index 66e7879c0..975e4f3a9 100644 --- a/examples/url-downloader/local_storage/Cargo.toml +++ b/examples/url-downloader/local_storage/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "local_storage" version = "0.1.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] edition = "2021" publish = false diff --git a/examples/url-downloader/local_storage/src/main.rs b/examples/url-downloader/local_storage/src/main.rs index 34fba98fc..9e69d361b 100644 --- a/examples/url-downloader/local_storage/src/main.rs +++ b/examples/url-downloader/local_storage/src/main.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine_rs_sdk::marine; diff --git a/marine-js/marine-js.js b/marine-js/marine-js.js index 1e8d9b660..ca73f1c6c 100644 --- a/marine-js/marine-js.js +++ b/marine-js/marine-js.js @@ -1,17 +1,20 @@ /* - * Copyright 2022 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ // Internal API if marine-web. Only these functions are used for interacting with WebAssembly.Instance diff --git a/marine-js/npm-package/package-lock.json b/marine-js/npm-package/package-lock.json index f83fafc70..fab8e32d1 100644 --- a/marine-js/npm-package/package-lock.json +++ b/marine-js/npm-package/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "@fluencelabs/marine-js", "version": "0.14.0", - "license": "Apache 2.0", + "license": "AGPL-3.0-only", "dependencies": { "@wasmer/wasi": "0.12.0", "@wasmer/wasmfs": "0.12.0", diff --git a/marine-js/npm-package/package.json b/marine-js/npm-package/package.json index e837031b9..672b22f90 100644 --- a/marine-js/npm-package/package.json +++ b/marine-js/npm-package/package.json @@ -46,8 +46,8 @@ }, "type": "module", "repository": "https://github.com/fluencelabs/marine", - "author": "Fluence Labs", - "license": "Apache 2.0", + "author": "Fluence DAO, Clouldless Labs", + "license": "AGPL-3.0-only", "files": [ "dist/*", "!lib/__test__/*" diff --git a/marine-js/npm-package/src/MarineService.ts b/marine-js/npm-package/src/MarineService.ts index 525538954..3d635c8e4 100644 --- a/marine-js/npm-package/src/MarineService.ts +++ b/marine-js/npm-package/src/MarineService.ts @@ -1,17 +1,20 @@ /* - * Copyright 2022 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ import { init } from './marine_js.js'; diff --git a/marine-js/npm-package/src/config.ts b/marine-js/npm-package/src/config.ts index d95bfbe2d..1762315ea 100644 --- a/marine-js/npm-package/src/config.ts +++ b/marine-js/npm-package/src/config.ts @@ -1,17 +1,20 @@ /* - * Copyright 2022 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ import { WASIArgs, WASIEnv } from '@wasmer/wasi'; diff --git a/marine-js/npm-package/src/types.ts b/marine-js/npm-package/src/types.ts index e59285d2f..e79085971 100644 --- a/marine-js/npm-package/src/types.ts +++ b/marine-js/npm-package/src/types.ts @@ -1,17 +1,20 @@ /* - * Copyright 2022 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ export type JSONValue = string | number | boolean | { [x: string]: JSONValue } | Array; diff --git a/marine-js/src/api.rs b/marine-js/src/api.rs index 35b142618..cdc324cea 100644 --- a/marine-js/src/api.rs +++ b/marine-js/src/api.rs @@ -1,17 +1,20 @@ /* - * Copyright 2022 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::global_state::MARINE; diff --git a/marine-js/src/global_state.rs b/marine-js/src/global_state.rs index 50700b84d..c9fef505a 100644 --- a/marine-js/src/global_state.rs +++ b/marine-js/src/global_state.rs @@ -1,17 +1,20 @@ /* - * Copyright 2022 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine_js_backend::JsWasmBackend; diff --git a/marine-js/src/lib.rs b/marine-js/src/lib.rs index bde52f7ef..3950db2ac 100644 --- a/marine-js/src/lib.rs +++ b/marine-js/src/lib.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ mod api; diff --git a/marine-js/src/logger.rs b/marine-js/src/logger.rs index 6845d3de3..263a19950 100644 --- a/marine-js/src/logger.rs +++ b/marine-js/src/logger.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use log::LevelFilter; diff --git a/marine/Cargo.toml b/marine/Cargo.toml index fffad6e49..7be906d67 100644 --- a/marine/Cargo.toml +++ b/marine/Cargo.toml @@ -2,9 +2,9 @@ name = "marine-runtime" description = "The Fluence Wasm Runtime" version = "0.37.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] repository = "https://github.com/fluencelabs/marine" -license = "Apache-2.0" +license = "AGPL-3.0-only" edition = "2021" [lib] diff --git a/marine/src/config/marine_config.rs b/marine/src/config/marine_config.rs index 8b93e91ec..13035dd74 100644 --- a/marine/src/config/marine_config.rs +++ b/marine/src/config/marine_config.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine_wasm_backend_traits::WasmBackend; diff --git a/marine/src/config/mod.rs b/marine/src/config/mod.rs index 8447ddffd..f66c57f64 100644 --- a/marine/src/config/mod.rs +++ b/marine/src/config/mod.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ mod raw_marine_config; diff --git a/marine/src/config/path_utils.rs b/marine/src/config/path_utils.rs index b64fde3f8..142fe9b42 100644 --- a/marine/src/config/path_utils.rs +++ b/marine/src/config/path_utils.rs @@ -1,17 +1,20 @@ /* - * Copyright 2022 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::MarineError; diff --git a/marine/src/config/raw_marine_config.rs b/marine/src/config/raw_marine_config.rs index 5fa7cbbf1..26e144206 100644 --- a/marine/src/config/raw_marine_config.rs +++ b/marine/src/config/raw_marine_config.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::MarineError; diff --git a/marine/src/config/to_marine_config.rs b/marine/src/config/to_marine_config.rs index 0ab1a9a4d..03b2e5813 100644 --- a/marine/src/config/to_marine_config.rs +++ b/marine/src/config/to_marine_config.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::MarineWASIConfig; diff --git a/marine/src/errors.rs b/marine/src/errors.rs index 7e3626f4f..add39e95e 100644 --- a/marine/src/errors.rs +++ b/marine/src/errors.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine_core::MError; diff --git a/marine/src/host_imports/call_parameters.rs b/marine/src/host_imports/call_parameters.rs index 0ca3a8cc2..15ccef61c 100644 --- a/marine/src/host_imports/call_parameters.rs +++ b/marine/src/host_imports/call_parameters.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::SecurityTetraplet; diff --git a/marine/src/host_imports/logger/log_utf8_string_impl.rs b/marine/src/host_imports/logger/log_utf8_string_impl.rs index c3a3f122e..3ba034b92 100644 --- a/marine/src/host_imports/logger/log_utf8_string_impl.rs +++ b/marine/src/host_imports/logger/log_utf8_string_impl.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine_wasm_backend_traits::AsContextMut; diff --git a/marine/src/host_imports/logger/logger_filter.rs b/marine/src/host_imports/logger/logger_filter.rs index 8a96a577c..1b02f02ab 100644 --- a/marine/src/host_imports/logger/logger_filter.rs +++ b/marine/src/host_imports/logger/logger_filter.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use log::LevelFilter; diff --git a/marine/src/host_imports/logger/mod.rs b/marine/src/host_imports/logger/mod.rs index f80ba00b4..ca539e0bc 100644 --- a/marine/src/host_imports/logger/mod.rs +++ b/marine/src/host_imports/logger/mod.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ mod logger_filter; diff --git a/marine/src/host_imports/mod.rs b/marine/src/host_imports/mod.rs index e3cd9693c..ff13510c2 100644 --- a/marine/src/host_imports/mod.rs +++ b/marine/src/host_imports/mod.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ pub(crate) mod logger; diff --git a/marine/src/host_imports/mounted_binaries.rs b/marine/src/host_imports/mounted_binaries.rs index 2a0956e4d..51891c8a9 100644 --- a/marine/src/host_imports/mounted_binaries.rs +++ b/marine/src/host_imports/mounted_binaries.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine_wasm_backend_traits::WasmBackend; diff --git a/marine/src/lib.rs b/marine/src/lib.rs index 3669255e6..3fe90bc4f 100644 --- a/marine/src/lib.rs +++ b/marine/src/lib.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ #![warn(rust_2018_idioms)] #![deny( diff --git a/marine/src/marine.rs b/marine/src/marine.rs index 721c5ee57..c43a4a25a 100644 --- a/marine/src/marine.rs +++ b/marine/src/marine.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::config::MarineConfig; diff --git a/marine/src/marine_interface.rs b/marine/src/marine_interface.rs index c0f37696b..1372704c6 100644 --- a/marine/src/marine_interface.rs +++ b/marine/src/marine_interface.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use super::IRecordType; diff --git a/marine/src/module_loading/mod.rs b/marine/src/module_loading/mod.rs index 5754369f9..8e1d94075 100644 --- a/marine/src/module_loading/mod.rs +++ b/marine/src/module_loading/mod.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::MarineError; diff --git a/marine/tests/arguments_passing.rs b/marine/tests/arguments_passing.rs index 956562be7..7df337329 100644 --- a/marine/tests/arguments_passing.rs +++ b/marine/tests/arguments_passing.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ mod utils; diff --git a/marine/tests/arrays_passing.rs b/marine/tests/arrays_passing.rs index ef7d1afb4..b75a236b6 100644 --- a/marine/tests/arrays_passing.rs +++ b/marine/tests/arrays_passing.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ mod utils; diff --git a/marine/tests/call_parameters.rs b/marine/tests/call_parameters.rs index 1f8239494..9480dcb2c 100644 --- a/marine/tests/call_parameters.rs +++ b/marine/tests/call_parameters.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine::Marine; diff --git a/marine/tests/config.rs b/marine/tests/config.rs index 1d9d8deea..a6b23fa98 100644 --- a/marine/tests/config.rs +++ b/marine/tests/config.rs @@ -1,17 +1,20 @@ /* - * Copyright 2022 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ extern crate core; diff --git a/marine/tests/greeting.rs b/marine/tests/greeting.rs index a56f58732..eee566439 100644 --- a/marine/tests/greeting.rs +++ b/marine/tests/greeting.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine::Marine; diff --git a/marine/tests/memory_limiting.rs b/marine/tests/memory_limiting.rs index dcb1b1c64..2619fa78b 100644 --- a/marine/tests/memory_limiting.rs +++ b/marine/tests/memory_limiting.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ mod utils; diff --git a/marine/tests/records.rs b/marine/tests/records.rs index 46441f9ab..2dd898660 100644 --- a/marine/tests/records.rs +++ b/marine/tests/records.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine::Marine; diff --git a/marine/tests/utils.rs b/marine/tests/utils.rs index 97ba554a9..6a5e1c276 100644 --- a/marine/tests/utils.rs +++ b/marine/tests/utils.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ #[macro_export] diff --git a/marine/tests/wasm_tests/arguments_passing/Cargo.toml b/marine/tests/wasm_tests/arguments_passing/Cargo.toml index 3c5526a83..1c3e86c90 100644 --- a/marine/tests/wasm_tests/arguments_passing/Cargo.toml +++ b/marine/tests/wasm_tests/arguments_passing/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "arguments-passing-test" version = "0.1.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] edition = "2021" publish = false diff --git a/marine/tests/wasm_tests/arguments_passing/src/effector.rs b/marine/tests/wasm_tests/arguments_passing/src/effector.rs index 2f5d469b9..923fd4b50 100644 --- a/marine/tests/wasm_tests/arguments_passing/src/effector.rs +++ b/marine/tests/wasm_tests/arguments_passing/src/effector.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ #![allow(clippy::all)] diff --git a/marine/tests/wasm_tests/arguments_passing/src/pure.rs b/marine/tests/wasm_tests/arguments_passing/src/pure.rs index 7aad89697..dd84b65b5 100644 --- a/marine/tests/wasm_tests/arguments_passing/src/pure.rs +++ b/marine/tests/wasm_tests/arguments_passing/src/pure.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ #![allow(improper_ctypes)] diff --git a/marine/tests/wasm_tests/arrays_passing/Cargo.toml b/marine/tests/wasm_tests/arrays_passing/Cargo.toml index 6396ea394..4cc26f38f 100644 --- a/marine/tests/wasm_tests/arrays_passing/Cargo.toml +++ b/marine/tests/wasm_tests/arrays_passing/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "arrays-passing-test" version = "0.1.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] edition = "2021" publish = false diff --git a/marine/tests/wasm_tests/arrays_passing/src/effector.rs b/marine/tests/wasm_tests/arrays_passing/src/effector.rs index ad83ffa6c..17ea3cae3 100644 --- a/marine/tests/wasm_tests/arrays_passing/src/effector.rs +++ b/marine/tests/wasm_tests/arrays_passing/src/effector.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ #![allow(clippy::all)] diff --git a/marine/tests/wasm_tests/arrays_passing/src/pure.rs b/marine/tests/wasm_tests/arrays_passing/src/pure.rs index 12c897832..7b6c7e769 100644 --- a/marine/tests/wasm_tests/arrays_passing/src/pure.rs +++ b/marine/tests/wasm_tests/arrays_passing/src/pure.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ #![allow(improper_ctypes)] diff --git a/marine/tests/wasm_tests/call_parameters_v0/Cargo.toml b/marine/tests/wasm_tests/call_parameters_v0/Cargo.toml index 16a1a1272..9b682df9f 100644 --- a/marine/tests/wasm_tests/call_parameters_v0/Cargo.toml +++ b/marine/tests/wasm_tests/call_parameters_v0/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "call-parameters-v0-test" version = "0.1.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] edition = "2021" publish = false diff --git a/marine/tests/wasm_tests/call_parameters_v0/src/main.rs b/marine/tests/wasm_tests/call_parameters_v0/src/main.rs index 0b810969e..9e9eac30f 100644 --- a/marine/tests/wasm_tests/call_parameters_v0/src/main.rs +++ b/marine/tests/wasm_tests/call_parameters_v0/src/main.rs @@ -1,17 +1,20 @@ /* - * Copyright 2024 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine_rs_sdk::marine; diff --git a/marine/tests/wasm_tests/call_parameters_v1/Cargo.toml b/marine/tests/wasm_tests/call_parameters_v1/Cargo.toml index 7194970ad..3cc8b74f8 100644 --- a/marine/tests/wasm_tests/call_parameters_v1/Cargo.toml +++ b/marine/tests/wasm_tests/call_parameters_v1/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "call-parameters-v1-test" version = "0.1.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] edition = "2021" publish = false diff --git a/marine/tests/wasm_tests/call_parameters_v1/src/main.rs b/marine/tests/wasm_tests/call_parameters_v1/src/main.rs index 0b810969e..9e9eac30f 100644 --- a/marine/tests/wasm_tests/call_parameters_v1/src/main.rs +++ b/marine/tests/wasm_tests/call_parameters_v1/src/main.rs @@ -1,17 +1,20 @@ /* - * Copyright 2024 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine_rs_sdk::marine; diff --git a/marine/tests/wasm_tests/call_parameters_v2/Cargo.toml b/marine/tests/wasm_tests/call_parameters_v2/Cargo.toml index ce35c189a..82668ff3e 100644 --- a/marine/tests/wasm_tests/call_parameters_v2/Cargo.toml +++ b/marine/tests/wasm_tests/call_parameters_v2/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "call-parameters-v2-test" version = "0.1.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] edition = "2021" publish = false diff --git a/marine/tests/wasm_tests/call_parameters_v2/src/main.rs b/marine/tests/wasm_tests/call_parameters_v2/src/main.rs index 0b810969e..9e9eac30f 100644 --- a/marine/tests/wasm_tests/call_parameters_v2/src/main.rs +++ b/marine/tests/wasm_tests/call_parameters_v2/src/main.rs @@ -1,17 +1,20 @@ /* - * Copyright 2024 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine_rs_sdk::marine; diff --git a/marine/tests/wasm_tests/call_parameters_v3/Cargo.toml b/marine/tests/wasm_tests/call_parameters_v3/Cargo.toml index 9321b5269..1041188f8 100644 --- a/marine/tests/wasm_tests/call_parameters_v3/Cargo.toml +++ b/marine/tests/wasm_tests/call_parameters_v3/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "call-parameters-v3-test" version = "0.1.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] edition = "2021" publish = false diff --git a/marine/tests/wasm_tests/call_parameters_v3/src/main.rs b/marine/tests/wasm_tests/call_parameters_v3/src/main.rs index 0b810969e..9e9eac30f 100644 --- a/marine/tests/wasm_tests/call_parameters_v3/src/main.rs +++ b/marine/tests/wasm_tests/call_parameters_v3/src/main.rs @@ -1,17 +1,20 @@ /* - * Copyright 2024 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine_rs_sdk::marine; diff --git a/marine/tests/wasm_tests/memory_limiting/Cargo.toml b/marine/tests/wasm_tests/memory_limiting/Cargo.toml index 78af5c306..03a915394 100644 --- a/marine/tests/wasm_tests/memory_limiting/Cargo.toml +++ b/marine/tests/wasm_tests/memory_limiting/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "memory-limiting-test" version = "0.1.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] edition = "2021" publish = false diff --git a/marine/tests/wasm_tests/memory_limiting/src/effector.rs b/marine/tests/wasm_tests/memory_limiting/src/effector.rs index 10ec30e29..0c118a7a4 100644 --- a/marine/tests/wasm_tests/memory_limiting/src/effector.rs +++ b/marine/tests/wasm_tests/memory_limiting/src/effector.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ #![allow(improper_ctypes)] diff --git a/marine/tests/wasm_tests/memory_limiting/src/pure.rs b/marine/tests/wasm_tests/memory_limiting/src/pure.rs index 50b543075..58af4dd00 100644 --- a/marine/tests/wasm_tests/memory_limiting/src/pure.rs +++ b/marine/tests/wasm_tests/memory_limiting/src/pure.rs @@ -1,17 +1,20 @@ /* - * Copyright 2023 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ #![allow(improper_ctypes)] diff --git a/marine/tests/wasm_tests/records_passing/Cargo.toml b/marine/tests/wasm_tests/records_passing/Cargo.toml index 519033907..62ae282b0 100644 --- a/marine/tests/wasm_tests/records_passing/Cargo.toml +++ b/marine/tests/wasm_tests/records_passing/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "records-passing-test" version = "0.1.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] edition = "2021" publish = false diff --git a/marine/tests/wasm_tests/records_passing/src/effector.rs b/marine/tests/wasm_tests/records_passing/src/effector.rs index 6f38f82db..406c8cb30 100644 --- a/marine/tests/wasm_tests/records_passing/src/effector.rs +++ b/marine/tests/wasm_tests/records_passing/src/effector.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ #![allow(clippy::all)] diff --git a/marine/tests/wasm_tests/records_passing/src/pure.rs b/marine/tests/wasm_tests/records_passing/src/pure.rs index 83c4df10f..e75242a1b 100644 --- a/marine/tests/wasm_tests/records_passing/src/pure.rs +++ b/marine/tests/wasm_tests/records_passing/src/pure.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ #![allow(improper_ctypes)] diff --git a/marine/tests/wasm_tests/wasi/Cargo.toml b/marine/tests/wasm_tests/wasi/Cargo.toml index bc4ca5c88..bfd53f85d 100644 --- a/marine/tests/wasm_tests/wasi/Cargo.toml +++ b/marine/tests/wasm_tests/wasi/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "wasi-test" version = "0.1.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] edition = "2021" publish = false diff --git a/marine/tests/wasm_tests/wasi/src/effector.rs b/marine/tests/wasm_tests/wasi/src/effector.rs index 58a12ce5e..528d5c77f 100644 --- a/marine/tests/wasm_tests/wasi/src/effector.rs +++ b/marine/tests/wasm_tests/wasi/src/effector.rs @@ -1,17 +1,20 @@ /* - * Copyright 2022 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ #![allow(clippy::all)] diff --git a/tools/cli/Cargo.toml b/tools/cli/Cargo.toml index 7a8d69788..6347ea2e5 100644 --- a/tools/cli/Cargo.toml +++ b/tools/cli/Cargo.toml @@ -2,9 +2,9 @@ name = "marine" description = "Fluence Marine command line tool" version = "0.20.1" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] repository = "https://github.com/fluencelabs/marine" -license = "Apache-2.0" +license = "AGPL-3.0-only" edition = "2021" [[bin]] diff --git a/tools/cli/src/args.rs b/tools/cli/src/args.rs index a1bc74efa..2fd0ff33a 100644 --- a/tools/cli/src/args.rs +++ b/tools/cli/src/args.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use clap::App; diff --git a/tools/cli/src/build.rs b/tools/cli/src/build.rs index cb5a7fd14..574bcb9f2 100644 --- a/tools/cli/src/build.rs +++ b/tools/cli/src/build.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::CLIResult; diff --git a/tools/cli/src/errors.rs b/tools/cli/src/errors.rs index 208705cc7..ab424fa63 100644 --- a/tools/cli/src/errors.rs +++ b/tools/cli/src/errors.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::cargo_manifest::ManifestError; diff --git a/tools/cli/src/generate.rs b/tools/cli/src/generate.rs index a1707698a..927db83e1 100644 --- a/tools/cli/src/generate.rs +++ b/tools/cli/src/generate.rs @@ -1,17 +1,20 @@ /* - * Copyright 2022 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use std::process::Command; diff --git a/tools/cli/src/main.rs b/tools/cli/src/main.rs index cdca99ccd..5f29e8518 100644 --- a/tools/cli/src/main.rs +++ b/tools/cli/src/main.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ #![warn(rust_2018_idioms)] diff --git a/tools/cli/src/utils.rs b/tools/cli/src/utils.rs index cdd922664..30580ae58 100644 --- a/tools/cli/src/utils.rs +++ b/tools/cli/src/utils.rs @@ -1,17 +1,20 @@ /* - * Copyright 2022 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use std::fmt::Formatter; diff --git a/tools/repl/Cargo.toml b/tools/repl/Cargo.toml index 76df151ad..ead3f8adf 100644 --- a/tools/repl/Cargo.toml +++ b/tools/repl/Cargo.toml @@ -2,9 +2,9 @@ name = "mrepl" description = "Fluence Marine REPL intended for testing purposes" version = "0.31.0" -authors = ["Fluence Labs"] +authors = ["Fluence DAO, Clouldless Labs"] repository = "https://github.com/fluencelabs/marine" -license = "Apache-2.0" +license = "AGPL-3.0-only" edition = "2021" [[bin]] diff --git a/tools/repl/src/editor.rs b/tools/repl/src/editor.rs index 6d4366bef..16195689e 100644 --- a/tools/repl/src/editor.rs +++ b/tools/repl/src/editor.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use crate::ReplResult; diff --git a/tools/repl/src/logger.rs b/tools/repl/src/logger.rs index 391dfc0fd..98aea43a0 100644 --- a/tools/repl/src/logger.rs +++ b/tools/repl/src/logger.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine_rs_sdk_main::WASM_LOG_ENV_NAME; diff --git a/tools/repl/src/main.rs b/tools/repl/src/main.rs index 522b0e0ec..7bd8508b3 100644 --- a/tools/repl/src/main.rs +++ b/tools/repl/src/main.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ #![deny( diff --git a/tools/repl/src/repl.rs b/tools/repl/src/repl.rs index fb533cfa7..200a82aaf 100644 --- a/tools/repl/src/repl.rs +++ b/tools/repl/src/repl.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ mod print_state; diff --git a/tools/repl/src/repl/print_state.rs b/tools/repl/src/repl/print_state.rs index 67e11747f..4e92e6217 100644 --- a/tools/repl/src/repl/print_state.rs +++ b/tools/repl/src/repl/print_state.rs @@ -1,17 +1,20 @@ /* - * Copyright 2020 Fluence Labs Limited + * Marine WebAssembly runtime * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2024 Fluence DAO * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation version 3 of the + * License. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ use marine_wasm_backend_traits::WasiState;