Skip to content

Commit

Permalink
Merge pull request #198 from aura-nw/add-license
Browse files Browse the repository at this point in the history
add apache 2 license to evm_util files
  • Loading branch information
kienvc authored Jun 29, 2024
2 parents 0571817 + 408d469 commit 6c95554
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 0 deletions.
17 changes: 17 additions & 0 deletions x/evmutil/keeper/grpc_query.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
// Derived from https://github.com/Kava-Labs/kava/blob/d500cd12362edd0c64e8065fbc595cd9399b08c2/x/evmutil/keeper/grpc_query.go
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
// Modifications:
// - Removed unused queries

package keeper

import (
Expand Down
17 changes: 17 additions & 0 deletions x/evmutil/keeper/invariants.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
// Derived from https://github.com/Kava-Labs/kava/blob/d500cd12362edd0c64e8065fbc595cd9399b08c2/x/evmutil/keeper/grpc_query.go
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
// Modifications:
// - Removed BackedCoinInvariant

package keeper

import (
Expand Down
18 changes: 18 additions & 0 deletions x/evmutil/keeper/keeper.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
// Derived from https://github.com/Kava-Labs/kava/blob/d500cd12362edd0c64e8065fbc595cd9399b08c2/x/evmutil/keeper/grpc_query.go
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
// Modifications:
// - Removed SetDeployedCosmosCoinContract
// - Remove GetDeployedCosmosCoinContract

package keeper

import (
Expand Down
17 changes: 17 additions & 0 deletions x/evmutil/keeper/migrations.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
// Derived from https://github.com/Kava-Labs/kava/blob/d500cd12362edd0c64e8065fbc595cd9399b08c2/x/evmutil/keeper/grpc_query.go
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
// Modifications:
// - Removed Migrate1to2

package keeper

// Migrator is a struct for handling in-place store migrations.
Expand Down
17 changes: 17 additions & 0 deletions x/evmutil/keeper/params.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
// Derived from https://github.com/Kava-Labs/kava/blob/d500cd12362edd0c64e8065fbc595cd9399b08c2/x/evmutil/keeper/grpc_query.go
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
// Modifications:
// - Removed all param queries

package keeper

import (
Expand Down

0 comments on commit 6c95554

Please sign in to comment.