Skip to content

Commit 66c5a88

Browse files
committed
Merge remote-tracking branch 'refs/remotes/upstream/main' into fix-egoistic-funding
# Conflicts: # apps/payment/app_internal_test.go # apps/payment/randomizer.go # apps/payment/randomizer_internal_test.go # apps/payment/resolver_internal_test.go # backend/sim/channel/app.go # backend/sim/channel/asset.go # backend/sim/channel/backend.go # backend/sim/channel/channel_internal_test.go # backend/sim/channel/init.go # backend/sim/wallet/account.go # backend/sim/wallet/address.go # backend/sim/wallet/init.go # backend/sim/wallet/wallet.go # channel/actionmachine.go # channel/adjudicator.go # channel/allocation.go # channel/allocation_test.go # channel/app.go # channel/backend.go # channel/backendtest.go # channel/errors.go # channel/machine.go # channel/machine_test.go # channel/mock_app.go # channel/mock_app_internal_test.go # channel/multi/adjudicator.go # channel/multi/asset.go # channel/multi/funder.go # channel/multi/subscription.go # channel/params.go # channel/params_test.go # channel/persistence/keyvalue/cache.go # channel/persistence/keyvalue/persistedstate.go # channel/persistence/keyvalue/persister.go # channel/persistence/keyvalue/persistrestorer_internal_test.go # channel/persistence/keyvalue/restorer.go # channel/persistence/nonpersister.go # channel/persistence/persistence.go # channel/persistence/statemachine_test.go # channel/persistence/test/channel.go # channel/persistence/test/peerchans.go # channel/persistence/test/peerchans_internal_test.go # channel/persistence/test/persistrestorer.go # channel/persistence/test/persistrestorertest.go # channel/state.go # channel/statemachine.go # channel/test/app_randomizer.go # channel/test/backend.go # channel/test/mock_app_randomizer.go # channel/test/randomizer.go # channel/test/randomopts.go # channel/transaction_test.go # client/adjudicate.go # client/appchannel_test.go # client/channel.go # client/channelconn.go # client/chanregistry.go # client/client.go # client/client_internal_test.go # client/client_persistence_test.go # client/client_role_test.go # client/client_test.go # client/clientconn.go # client/failing_funding_test.go # client/payment_test.go # client/proposal.go # client/proposal_internal_test.go # client/proposalmsgs.go # client/restore.go # client/restore_internal_test.go # client/serialize.go # client/subchannel.go # client/subchannel_test.go # client/sync.go # client/syncmsgs.go # client/test/backend.go # client/test/channel.go # client/test/fund.go # client/test/handler.go # client/test/multiledger.go # client/test/multiledger_dispute.go # client/test/multiledger_happy.go # client/test/persistence.go # client/test/proposalmsgs.go # client/test/randomproposal.go # client/test/role.go # client/test/subchannel.go # client/test/subchannel_dispute.go # client/test/updatemsgs.go # client/test/virtualchannel.go # client/update.go # client/updateinterception.go # client/updatemsgs.go # client/virtual_channel.go # client/virtual_channel_settlement.go # client/virtual_channel_test.go # log/logrus/logrus_internal_test.go # wallet/address.go # wallet/address_test.go # wallet/backend.go # wallet/sig.go # wallet/test/randomizer.go # wallet/test/wallet.go # wallet/test/walletbench.go # watcher/local/adjudicatorpubsub.go # watcher/local/registry.go # watcher/local/statespubsub.go # watcher/local/watcher.go # watcher/local/watcher_test.go # watcher/watcher.go # wire/account.go # wire/address.go # wire/bus.go # wire/encode.go # wire/hybridbus.go # wire/hybridbus_test.go # wire/localbus.go # wire/localbus_test.go # wire/net/bus.go # wire/net/bus_test.go # wire/net/dialer.go # wire/net/endpoint.go # wire/net/endpoint_internal_test.go # wire/net/endpoint_registry.go # wire/net/endpoint_registry_external_test.go # wire/net/endpoint_registry_internal_test.go # wire/net/exchange_addr.go # wire/net/exchange_addr_internal_test.go # wire/net/simple/address.go # wire/net/simple/dialer.go # wire/net/simple/dialer_internal_test.go # wire/net/simple/simple_exchange_addr_test.go # wire/net/test/connhub.go # wire/net/test/connhub_internal_test.go # wire/net/test/dialer.go # wire/net/test/listenermap.go # wire/perunio/serializer/serializer.go # wire/perunio/test/serializertest.go # wire/protobuf/proposalmsgs.go # wire/protobuf/serializer.go # wire/protobuf/updatemsgs.go # wire/protobuf/wire.pb.go # wire/protobuf/wire.proto # wire/test/bustest.go # wire/test/msgstest.go # wire/test/randomizer.go
2 parents 8074925 + eddc25b commit 66c5a88

File tree

152 files changed

+242
-192
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+242
-192
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Checkout
5959
uses: actions/checkout@v2
6060

61-
- uses: actions/cache@v2
61+
- uses: actions/cache@v4
6262
with:
6363
path: |
6464
~/.cache/go-build
@@ -82,7 +82,7 @@ jobs:
8282
- name: Checkout
8383
uses: actions/checkout@v2
8484

85-
- uses: actions/cache@v2
85+
- uses: actions/cache@v4
8686
with:
8787
path: |
8888
~/.cache/go-build

CHANGELOG.md

Lines changed: 32 additions & 0 deletions

NOTICE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,6 @@ PolyCrypt GmbH
4949
Robert Bosch GmbH
5050
Manoranjith <ponraj.manoranjitha@in.bosch.com>
5151
Anagha Sukumaran <sukumaran.anaghak@in.bosch.com>
52+
53+
The Linux Foundation
54+
Ry Jones <ry@linux.com>

apps/payment/app_internal_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

apps/payment/randomizer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

apps/payment/randomizer_internal_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

apps/payment/resolver_internal_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

backend/sim/channel/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

backend/sim/channel/asset.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

backend/sim/channel/backend.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

backend/sim/channel/channel_internal_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

backend/sim/channel/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

backend/sim/wallet/account.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

backend/sim/wallet/address.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

backend/sim/wallet/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

backend/sim/wallet/wallet.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/actionmachine.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/adjudicator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/allocation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/allocation_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/backend.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/backendtest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/errors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/errors_internal_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/machine.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/machine_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/mock_app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/mock_app_internal_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/multi/adjudicator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/multi/asset.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/multi/funder.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -128,6 +128,5 @@ func fundLedgers(ctx context.Context, request channel.FundingReq, assetIDs []Led
128128
return err
129129
}
130130
}
131-
132131
return nil
133132
}

channel/multi/subscription.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/params.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/params_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/persistence/keyvalue/cache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/persistence/keyvalue/persistedstate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/persistence/keyvalue/persister.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/persistence/keyvalue/persistrestorer_internal_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/persistence/keyvalue/restorer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/persistence/nonpersister.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/persistence/persistence.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/persistence/statemachine_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/persistence/test/channel.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/persistence/test/peerchans.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/persistence/test/peerchans_internal_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/persistence/test/persistrestorer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/persistence/test/persistrestorertest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/state.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/statemachine.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/test/app_randomizer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/test/backend.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/test/mock_app_randomizer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/test/randomizer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

channel/test/randomopts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 - See NOTICE file for copyright holders.
1+
// Copyright 2025 - See NOTICE file for copyright holders.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)