Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion record/consts.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2019-2024, Ava Labs, Inc. All rights reserved.
// Copyright (C) 2019-2025, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.

package record
Expand Down
2 changes: 1 addition & 1 deletion replication.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2019-2024, Ava Labs, Inc. All rights reserved.
// Copyright (C) 2019-2025, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.

package simplex
Expand Down
2 changes: 1 addition & 1 deletion replication_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2019-2024, Ava Labs, Inc. All rights reserved.
// Copyright (C) 2019-2025, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.

package simplex_test
Expand Down
3 changes: 3 additions & 0 deletions testutil/block.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (C) 2019-2025, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.

package testutil

import (
Expand Down
3 changes: 3 additions & 0 deletions testutil/block_builder.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (C) 2019-2025, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.

package testutil

import (
Expand Down
3 changes: 3 additions & 0 deletions testutil/comm.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (C) 2019-2025, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.

package testutil

import (
Expand Down
2 changes: 1 addition & 1 deletion testutil/logger.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2019-2024, Ava Labs, Inc. All rights reserved.
// Copyright (C) 2019-2025, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.

package testutil
Expand Down
5 changes: 3 additions & 2 deletions testutil/logger_test.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
// Copyright (C) 2019-2024, Ava Labs, Inc. All rights reserved.
// Copyright (C) 2019-2025, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.

package testutil

import (
"testing"

"github.com/stretchr/testify/require"
"go.uber.org/zap/zapcore"
"testing"
)

func TestSilence(t *testing.T) {
Expand Down
3 changes: 3 additions & 0 deletions testutil/network.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (C) 2019-2025, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.

package testutil

import (
Expand Down
3 changes: 3 additions & 0 deletions testutil/node.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (C) 2019-2025, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.

package testutil

import (
Expand Down
3 changes: 3 additions & 0 deletions testutil/storage.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (C) 2019-2025, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.

package testutil

import (
Expand Down
3 changes: 3 additions & 0 deletions testutil/util.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (C) 2019-2025, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.

package testutil

import (
Expand Down
3 changes: 3 additions & 0 deletions testutil/wal.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (C) 2019-2025, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.

package testutil

import (
Expand Down
5 changes: 3 additions & 2 deletions wal/memwal.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
// Copyright (C) 2019-2024, Ava Labs, Inc. All rights reserved.
// Copyright (C) 2019-2025, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.

package wal

import (
"bytes"
"fmt"
"github.com/stretchr/testify/require"
"testing"

"github.com/stretchr/testify/require"
)

type InMemWAL struct {
Expand Down
2 changes: 1 addition & 1 deletion wal/memwal_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2019-2024, Ava Labs, Inc. All rights reserved.
// Copyright (C) 2019-2025, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.

package wal
Expand Down
2 changes: 1 addition & 1 deletion wal/record.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2019-2024, Ava Labs, Inc. All rights reserved.
// Copyright (C) 2019-2025, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.

package wal
Expand Down
2 changes: 1 addition & 1 deletion wal/record_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2019-2024, Ava Labs, Inc. All rights reserved.
// Copyright (C) 2019-2025, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.

package wal
Expand Down
2 changes: 1 addition & 1 deletion wal/wal.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2019-2024, Ava Labs, Inc. All rights reserved.
// Copyright (C) 2019-2025, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.

package wal
Expand Down
2 changes: 1 addition & 1 deletion wal/wal_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2019-2024, Ava Labs, Inc. All rights reserved.
// Copyright (C) 2019-2025, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.

package wal
Expand Down
Loading