Skip to content

Commit 0c80b48

Browse files
committed
chore: update (c) year
1 parent ff371bd commit 0c80b48

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

pkg/metrics/collectors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 The Swarm Authors. All rights reserved.
1+
// Copyright 2026 The Swarm Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

pkg/metrics/exporter/exporter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 The Swarm Authors. All rights reserved.
1+
// Copyright 2026 The Swarm Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

pkg/metrics/exporter/noop.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 The Swarm Authors. All rights reserved.
1+
// Copyright 2026 The Swarm Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

pkg/metrics/exporter/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 The Swarm Authors. All rights reserved.
1+
// Copyright 2026 The Swarm Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

pkg/metrics/metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 The Swarm Authors. All rights reserved.
1+
// Copyright 2026 The Swarm Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

pkg/metrics/metrics_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 The Swarm Authors. All rights reserved.
1+
// Copyright 2026 The Swarm Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

pkg/metrics/noop.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//go:build nometrics
22

3-
// Copyright 2020 The Swarm Authors. All rights reserved.
3+
// Copyright 2026 The Swarm Authors. All rights reserved.
44
// Use of this source code is governed by a BSD-style
55
// license that can be found in the LICENSE file.
66

pkg/metrics/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 The Swarm Authors. All rights reserved.
1+
// Copyright 2026 The Swarm Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

pkg/p2p/libp2p/libp2p.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ func New(ctx context.Context, signer beecrypto.Signer, networkID uint64, overlay
408408
}
409409
}
410410
// Support same non default security and transport options as
411-
// original host.
411+
// the original host.
412412
dialer, err := o.hostFactory(append(transports, security)...)
413413
if err != nil {
414414
return nil, err

0 commit comments

Comments
 (0)