Skip to content

Commit fb74dc2

Browse files
authored
chore: Clean up comment in NetworkOps_test.cpp (#6066)
This change removes a copyright notice that was accidentally copied over from another file.
1 parent e4dccfd commit fb74dc2

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/scripts/rename/copyright.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ fi
7070
if ! grep -q 'Dev Null' src/test/app/tx/apply_test.cpp; then
7171
echo -e "// Copyright (c) 2020 Dev Null Productions\n\n$(cat src/test/app/tx/apply_test.cpp)" > src/test/app/tx/apply_test.cpp
7272
fi
73-
if ! grep -q 'Dev Null' src/test/app/NetworkOPs_test.cpp; then
74-
echo -e "// Copyright (c) 2020 Dev Null Productions\n\n$(cat src/test/app/NetworkOPs_test.cpp)" > src/test/app/NetworkOPs_test.cpp
75-
fi
7673
if ! grep -q 'Dev Null' src/test/rpc/ManifestRPC_test.cpp; then
7774
echo -e "// Copyright (c) 2020 Dev Null Productions\n\n$(cat src/test/rpc/ManifestRPC_test.cpp)" > src/test/rpc/ManifestRPC_test.cpp
7875
fi

src/test/app/NetworkOPs_test.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Copyright (c) 2020 Dev Null Productions
2-
31
#include <test/jtx.h>
42
#include <test/jtx/CaptureLogs.h>
53
#include <test/jtx/Env.h>

0 commit comments

Comments
 (0)