Skip to content

Commit

Permalink
add missing licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteHerrmann committed Aug 12, 2024
1 parent e17b875 commit feab437
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 2 deletions.
6 changes: 5 additions & 1 deletion cmd/config/chain_id.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
// Copyright Tharsis Labs Ltd.(Evmos)
// SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE)

package config

import (
"path/filepath"

"github.com/cosmos/cosmos-sdk/client/config"
"github.com/spf13/viper"
"path/filepath"
)

// GetChainIDFromHome returns the chain ID from the client configuration
Expand Down
3 changes: 3 additions & 0 deletions example_chain/app.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright Tharsis Labs Ltd.(Evmos)
// SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE)

package example_chain

import (
Expand Down
3 changes: 3 additions & 0 deletions example_chain/export.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright Tharsis Labs Ltd.(Evmos)
// SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE)

package example_chain

import (
Expand Down
3 changes: 3 additions & 0 deletions example_chain/genesis.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright Tharsis Labs Ltd.(Evmos)
// SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE)

package example_chain

import (
Expand Down
3 changes: 3 additions & 0 deletions example_chain/osd/cmd/root.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright Tharsis Labs Ltd.(Evmos)
// SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE)

package cmd

import (
Expand Down
3 changes: 3 additions & 0 deletions example_chain/osd/cmd/testnet.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright Tharsis Labs Ltd.(Evmos)
// SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE)

package cmd

// DONTCOVER
Expand Down
3 changes: 3 additions & 0 deletions example_chain/osd/config/config.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright Tharsis Labs Ltd.(Evmos)
// SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE)

package config

import (
Expand Down
3 changes: 3 additions & 0 deletions example_chain/osd/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright Tharsis Labs Ltd.(Evmos)
// SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE)

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions example_chain/test_helpers.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright Tharsis Labs Ltd.(Evmos)
// SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE)

package example_chain

import (
Expand Down
3 changes: 3 additions & 0 deletions example_chain/upgrades.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright Tharsis Labs Ltd.(Evmos)
// SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE)

package example_chain

func (app ExampleChain) RegisterUpgradeHandlers() {
Expand Down
2 changes: 1 addition & 1 deletion testutil/tx/cosmos.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright Tharsis Labs Ltd.(ExampleChain)
// Copyright Tharsis Labs Ltd.(Evmos)
// SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE)

package tx
Expand Down

0 comments on commit feab437

Please sign in to comment.