Skip to content

Commit dbf7401

Browse files
authored
chore: change to MIT license (#149)
1 parent 0b4ade5 commit dbf7401

File tree

4 files changed

+3
-59
lines changed

4 files changed

+3
-59
lines changed

.github/workflows/cla.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resolver = "2"
1212
[workspace.package]
1313
authors = ["OpenZeppelin"]
1414
edition = "2024"
15-
license = "AGPL-3.0-only"
15+
license = "MIT"
1616
repository = "https://github.com/OpenZeppelin/Event-Scanner"
1717
version = "0.4.0-alpha"
1818

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Event Scanner
22

3+
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://opensource.org/licenses/MIT)
34
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/OpenZeppelin/Event-Scanner/badge)](https://api.securityscorecards.dev/projects/github.com/OpenZeppelin/Event-Scanner)
45

56
> ⚠️ **WARNING: ACTIVE DEVELOPMENT** ⚠️

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ for more information on how to submit a vulnerability using GitHub's interface.
2929

3030
## Legal
3131

32-
OpenZeppelin Event Scanner is made available under the GNU AGPL 3.0 License, which disclaims all warranties in relation to the project and which limits the liability of those that contribute and maintain the project, including OpenZeppelin. Your use of the project is also governed by the terms found at www.openzeppelin.com/tos (the "Terms"). As set out in the Terms, you are solely responsible for any use of OpenZeppelin Event Scanner and you assume all risks associated with any such use. This Security Policy in no way evidences or represents an on-going duty by any contributor, including OpenZeppelin, to correct any flaws or alert you to all or any of the potential risks of utilizing the project.
32+
OpenZeppelin Event Scanner is made available under the MIT License, which disclaims all warranties in relation to the project and which limits the liability of those that contribute and maintain the project, including OpenZeppelin. Your use of the project is also governed by the terms found at www.openzeppelin.com/tos (the "Terms"). As set out in the Terms, you are solely responsible for any use of OpenZeppelin Event Scanner and you assume all risks associated with any such use. This Security Policy in no way evidences or represents an on-going duty by any contributor, including OpenZeppelin, to correct any flaws or alert you to all or any of the potential risks of utilizing the project.
3333

0 commit comments

Comments
 (0)