Skip to content

Commit

Permalink
Fix license
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilsan committed Feb 18, 2022
1 parent 438a399 commit feaa267
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/wasm-builder/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "gear-wasm-builder"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
description = "Utility for building Gear programs"
include = ["src/**/*", "Cargo.toml", "README.md"]
repository = "https://github.com/gear-tech/gear"
Expand Down
2 changes: 1 addition & 1 deletion utils/wasm-builder/README.md
Expand Up @@ -63,4 +63,4 @@ fn debug_wasm() {

## License

Source code is licensed under GPL v3.0 with a classpath linking exception.
Source code is licensed under `GPL-3.0-or-later WITH Classpath-exception-2.0`.

0 comments on commit feaa267

Please sign in to comment.