Skip to content

Commit

Permalink
feat: Update license to GPLv3 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonny621 authored Jul 13, 2022
1 parent 6cf3dfa commit bd89f48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ npm install @newton-protocol/evt-lib
### Usage

```solidity
// SPDX-License-Identifier: GPL-3.0
// SPDX-License-Identifier: GPLv3
pragma solidity ^0.8.3;
import "@newton-protocol/evt-lib/evt-base/EVT.sol";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newton-protocol/evt-lib",
"version": "0.1.1",
"version": "0.1.2",
"description": "Library for EVT development",
"files": [
"**/*.sol"
Expand Down

0 comments on commit bd89f48

Please sign in to comment.