Skip to content

Commit b8238b6

Browse files
committed
Add copyright notices
1 parent fd0b54d commit b8238b6

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Mocks are auto-generated using [mockgen](https://pkg.go.dev/go.uber.org/mock/moc
5050
* if the file `mocks_generate_test.go` does not exist in the package where the interface is located, create it with content (adapt as needed):
5151

5252
```go
53-
// Copyright (C) 2019-2025, Ava Labs, Inc. All rights reserved.
53+
// Copyright (C) 2025-2025, Ava Labs, Inc. All rights reserved.
5454
// See the file LICENSE for licensing terms.
5555
5656
package mypackage
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (C) 2025, Ava Labs, Inc. All rights reserved.
2+
// See the file LICENSE for licensing terms.
3+
14
package contract
25

36
//go:generate go run go.uber.org/mock/mockgen -package=$GOPACKAGE -destination=mocks.go . BlockContext,AccessibleState,StateDB
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (C) 2025, Ava Labs, Inc. All rights reserved.
2+
// See the file LICENSE for licensing terms.
3+
14
package precompileconfig
25

36
//go:generate go run go.uber.org/mock/mockgen -package=$GOPACKAGE -destination=mocks.go . Predicater,Config,ChainConfig,Accepter
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (C) 2025, Ava Labs, Inc. All rights reserved.
2+
// See the file LICENSE for licensing terms.
3+
14
package aggregator
25

36
//go:generate go run go.uber.org/mock/mockgen -package=$GOPACKAGE -source=signature_getter.go -destination=mock_signature_getter.go

0 commit comments

Comments
 (0)