Skip to content

Commit

Permalink
Update license
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrun5 committed Oct 19, 2023
1 parent 1594a8a commit b8d3243
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/license.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# The Licensed Work is (c) 2023 Sygma
# SPDX-License-Identifier: LGPL-3.0-only


on: [pull_request]
name: License check
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ all: help
license:
@echo " > \033[32mAdding license headers...\033[0m "
GO111MODULE=off go get -u github.com/google/addlicense
addlicense -v -c "Sygma" -f ./scripts/header.txt -y 2021 -ignore ".idea/**" .
addlicense -v -c "Sygma" -f ./scripts/header.txt -y 2023 -ignore ".idea/**" .

coverage:
go tool cover -func cover.out | grep total | awk '{print $3}'
Expand Down
3 changes: 3 additions & 0 deletions chains/evm/config/config.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// The Licensed Work is (c) 2023 Sygma
// SPDX-License-Identifier: LGPL-3.0-only

package config

import (
Expand Down
3 changes: 3 additions & 0 deletions chains/evm/config/config_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// The Licensed Work is (c) 2023 Sygma
// SPDX-License-Identifier: LGPL-3.0-only

package config_test

import (
Expand Down
3 changes: 3 additions & 0 deletions config/config.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// The Licensed Work is (c) 2023 Sygma
// SPDX-License-Identifier: LGPL-3.0-only

package config

import "github.com/kelseyhightower/envconfig"
Expand Down
3 changes: 3 additions & 0 deletions config/config_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// The Licensed Work is (c) 2023 Sygma
// SPDX-License-Identifier: LGPL-3.0-only

package config_test

import (
Expand Down
3 changes: 3 additions & 0 deletions config/network.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// The Licensed Work is (c) 2023 Sygma
// SPDX-License-Identifier: LGPL-3.0-only

package config

type BaseNetworkConfig struct {
Expand Down

0 comments on commit b8d3243

Please sign in to comment.