diff --git a/LICENSE b/LICENSE index e72bfdd..c99d9f8 100644 --- a/LICENSE +++ b/LICENSE @@ -8,7 +8,7 @@ Preamble The GNU General Public License is a free, copyleft license for -software and other kinds of works. +software and other kinds of work. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, @@ -251,7 +251,7 @@ 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 + Corresponding Source is fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product @@ -512,7 +512,7 @@ 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 +covered work, and granted 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 @@ -671,4 +671,4 @@ into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read -. \ No newline at end of file +. diff --git a/tasks/core/demo.ts b/tasks/core/demo.ts index 299ce82..2dbdc54 100644 --- a/tasks/core/demo.ts +++ b/tasks/core/demo.ts @@ -306,7 +306,7 @@ task("demo", "Run demo for Uniswap Pairs and Factory").setAction( pairBalanceToken1.toString(), ); - // Fetch and log user balances before burn + // Fetch and log user balances before burning let userBalanceToken0 = await firstCurrency.getCurrencyBalanceOf(walletAddress); let userBalanceToken1 = @@ -325,7 +325,7 @@ task("demo", "Run demo for Uniswap Pairs and Factory").setAction( console.log("Total LP balance for user wallet:", userLpBalance.toString()); // Execute burn console.log("Executing burn..."); - // Send LP tokens to the user wallet + // Send LP tokens to the user's wallet const hash3 = await wallet.sendMessage({ // @ts-ignore to: pairAddress,