Skip to content

Commit

Permalink
update copyright
Browse files Browse the repository at this point in the history
Signed-off-by: Ruslan Bayandinov <wazsone@ya.ru>
  • Loading branch information
wazsone committed Feb 1, 2023
1 parent 69e4d96 commit 04f2e44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pkg/networkservice/common/excludedprefixes/client_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (c) 2021 Doc.ai and/or its affiliates.
//
// Copyright (c) 2022 Cisco and/or its affiliates.
// Copyright (c) 2022-2023 Cisco and/or its affiliates.
//
// SPDX-License-Identifier: Apache-2.0
//
Expand Down Expand Up @@ -142,8 +142,8 @@ func TestExcludedPrefixesClient_Close_PrefixesAreRemoved(t *testing.T) {
Connection: &networkservice.Connection{
Context: &networkservice.ConnectionContext{
IpContext: &networkservice.IPContext{
SrcIpAddrs: []string{"172.16.0.100/32"},
DstIpAddrs: []string{"172.16.0.103/32"},
SrcIpAddrs: []string{"a.16.0.100/32"},
DstIpAddrs: []string{"b.16.0.103/32"},
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/monitorconnection/authorize/server_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022 Cisco and/or its affiliates.
// Copyright (c) 2022-2023 Cisco and/or its affiliates.
//
// SPDX-License-Identifier: Apache-2.0
//
Expand Down

0 comments on commit 04f2e44

Please sign in to comment.