diff options
author | ZyX <kp-pav@yandex.ru> | 2017-04-19 19:11:50 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-04-19 19:11:50 +0300 |
commit | c2f3e361c52ec4e7149ea1d8c6a1202e0873da8e (patch) | |
tree | 90d52c26cc21bd41affd517bac0a9b3b4fce6e34 /test | |
parent | 3351016dcde8f8d400c247baaca4a5575d94535d (diff) | |
download | rneovim-c2f3e361c52ec4e7149ea1d8c6a1202e0873da8e.tar.gz rneovim-c2f3e361c52ec4e7149ea1d8c6a1202e0873da8e.tar.bz2 rneovim-c2f3e361c52ec4e7149ea1d8c6a1202e0873da8e.zip |
*: Add comment to all C files
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/fixtures/printargs-test.c | 3 | ||||
-rw-r--r-- | test/functional/fixtures/shell-test.c | 3 | ||||
-rw-r--r-- | test/functional/fixtures/tty-test.c | 3 | ||||
-rw-r--r-- | test/unit/fixtures/multiqueue.c | 3 | ||||
-rw-r--r-- | test/unit/fixtures/rbuffer.c | 3 |
5 files changed, 15 insertions, 0 deletions
diff --git a/test/functional/fixtures/printargs-test.c b/test/functional/fixtures/printargs-test.c index 2c25cf8447..be54605817 100644 --- a/test/functional/fixtures/printargs-test.c +++ b/test/functional/fixtures/printargs-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 + #include <stdio.h> int main(int argc, char **argv) diff --git a/test/functional/fixtures/shell-test.c b/test/functional/fixtures/shell-test.c index 3f3976ece5..8dbec2aaee 100644 --- a/test/functional/fixtures/shell-test.c +++ b/test/functional/fixtures/shell-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 + #include <stdio.h> #include <string.h> #include <stdint.h> diff --git a/test/functional/fixtures/tty-test.c b/test/functional/fixtures/tty-test.c index 778e7f3cd3..3406b3a202 100644 --- a/test/functional/fixtures/tty-test.c +++ b/test/functional/fixtures/tty-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 + #include <stdbool.h> #include <stdio.h> #include <stdlib.h> diff --git a/test/unit/fixtures/multiqueue.c b/test/unit/fixtures/multiqueue.c index da63e55919..a8dca0a844 100644 --- a/test/unit/fixtures/multiqueue.c +++ b/test/unit/fixtures/multiqueue.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 + #include <string.h> #include <stdlib.h> #include "nvim/event/multiqueue.h" diff --git a/test/unit/fixtures/rbuffer.c b/test/unit/fixtures/rbuffer.c index d587d6b054..3f4062fa18 100644 --- a/test/unit/fixtures/rbuffer.c +++ b/test/unit/fixtures/rbuffer.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 + #include "nvim/rbuffer.h" #include "rbuffer.h" |