aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/executor.c
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2017-04-19 19:11:50 +0300
committerZyX <kp-pav@yandex.ru>2017-04-19 19:11:50 +0300
commitc2f3e361c52ec4e7149ea1d8c6a1202e0873da8e (patch)
tree90d52c26cc21bd41affd517bac0a9b3b4fce6e34 /src/nvim/eval/executor.c
parent3351016dcde8f8d400c247baaca4a5575d94535d (diff)
downloadrneovim-c2f3e361c52ec4e7149ea1d8c6a1202e0873da8e.tar.gz
rneovim-c2f3e361c52ec4e7149ea1d8c6a1202e0873da8e.tar.bz2
rneovim-c2f3e361c52ec4e7149ea1d8c6a1202e0873da8e.zip
*: Add comment to all C files
Diffstat (limited to 'src/nvim/eval/executor.c')
-rw-r--r--src/nvim/eval/executor.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/eval/executor.c b/src/nvim/eval/executor.c
index ec6c86ac64..91bb61323f 100644
--- a/src/nvim/eval/executor.c
+++ b/src/nvim/eval/executor.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/eval/typval.h"
#include "nvim/eval/executor.h"
#include "nvim/eval.h"