From 31366c44c45e7ffd402a350b34a841340de9fe5f Mon Sep 17 00:00:00 2001 From: James McCoy Date: Tue, 10 Nov 2020 10:01:05 -0500 Subject: Add PVS comment to new source files --- test/functional/fixtures/streams-test.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/functional') diff --git a/test/functional/fixtures/streams-test.c b/test/functional/fixtures/streams-test.c index 56d475d7dc..eec447153c 100644 --- a/test/functional/fixtures/streams-test.c +++ b/test/functional/fixtures/streams-test.c @@ -1,3 +1,6 @@ +// This is an open source non-commercial project. Dear PVS-Studio, please check +// it. PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com + /// Helper program to exit and keep stdout open (like "xclip -i -loops 1"). #include -- cgit