Skip to content

Commit

Permalink
Add license tags
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Nov 16, 2021
1 parent dc359bc commit 770c588
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/httpserver/address.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2021 ChainSafe Systems (ON)
// SPDX-License-Identifier: LGPL-3.0-only

package httpserver

// GetAddress obtains the address the HTTP server is listening on.
Expand Down
3 changes: 3 additions & 0 deletions internal/httpserver/logger.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2021 ChainSafe Systems (ON)
// SPDX-License-Identifier: LGPL-3.0-only

package httpserver

// Logger is the logger interface accepted by the
Expand Down
3 changes: 3 additions & 0 deletions internal/httpserver/matchers_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2021 ChainSafe Systems (ON)
// SPDX-License-Identifier: LGPL-3.0-only

package httpserver

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/httpserver/run.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2021 ChainSafe Systems (ON)
// SPDX-License-Identifier: LGPL-3.0-only

package httpserver

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/httpserver/run_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2021 ChainSafe Systems (ON)
// SPDX-License-Identifier: LGPL-3.0-only

package httpserver

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/httpserver/server.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2021 ChainSafe Systems (ON)
// SPDX-License-Identifier: LGPL-3.0-only

// Package httpserver implements an HTTP server.
package httpserver

Expand Down
3 changes: 3 additions & 0 deletions internal/httpserver/server_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2021 ChainSafe Systems (ON)
// SPDX-License-Identifier: LGPL-3.0-only

package httpserver

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/pprof/matchers_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2021 ChainSafe Systems (ON)
// SPDX-License-Identifier: LGPL-3.0-only

package pprof

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/pprof/server.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2021 ChainSafe Systems (ON)
// SPDX-License-Identifier: LGPL-3.0-only

package pprof

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/pprof/server_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2021 ChainSafe Systems (ON)
// SPDX-License-Identifier: LGPL-3.0-only

package pprof

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/pprof/service.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2021 ChainSafe Systems (ON)
// SPDX-License-Identifier: LGPL-3.0-only

package pprof

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/pprof/service_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2021 ChainSafe Systems (ON)
// SPDX-License-Identifier: LGPL-3.0-only

package pprof

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/pprof/settings.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2021 ChainSafe Systems (ON)
// SPDX-License-Identifier: LGPL-3.0-only

package pprof

import "fmt"
Expand Down

0 comments on commit 770c588

Please sign in to comment.