Skip to content

Commit

Permalink
LICENSE: rename Apache license file
Browse files Browse the repository at this point in the history
Otherwise pkg.go.dev refuses to show anything, see https://pkg.go.dev/license-policy

Signed-off-by: Roman Khimov <roman@nspcc.ru>
  • Loading branch information
roman-khimov committed Jun 14, 2024
1 parent d50c8e0 commit c282141
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ This repository provides several different components that use different
licenses. Contracts, tests and commands use GPLv3 (see [LICENSE.GPLv3.md](LICENSE.GPLv3.md)),
while RPC bindings (95% of which are autogenerated code) and other
code intended to be used as a library to integrate with these contracts
is distributed under Apache 2.0 license (see [LICENSE.Apache2](LICENSE.Apache2)).
is distributed under Apache 2.0 license (see [LICENSE-APACHE](LICENSE-APACHE)).

Specifically, GPLv3 is used by code in these folders:
* cmd
Expand All @@ -13,4 +13,4 @@ Specifically, GPLv3 is used by code in these folders:

Apache 2.0 is used in:
* rpc
* deploy
* deploy

0 comments on commit c282141

Please sign in to comment.