diff --git a/libs/remix-ws-templates/src/templates/rln/templates/groth16_verifier.sol.ejs b/libs/remix-ws-templates/src/templates/rln/templates/groth16_verifier.sol.ejs index 692aedf612..54a6742bdc 100644 --- a/libs/remix-ws-templates/src/templates/rln/templates/groth16_verifier.sol.ejs +++ b/libs/remix-ws-templates/src/templates/rln/templates/groth16_verifier.sol.ejs @@ -4,7 +4,7 @@ This file is generated with [snarkJS](https://github.com/iden3/snarkjs). - snarkJS is a free software: you can redistribute it and/or modify it + snarkJS is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. @@ -162,4 +162,4 @@ contract Groth16Verifier { return(0, 0x20) } } - } \ No newline at end of file + }