Add PVS comment to new source files

This commit is contained in:
James McCoy 2020-11-10 10:01:05 -05:00
parent 088161a945
commit 31366c44c4
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +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/vim.h"
#include "nvim/extmark.h"
#include "nvim/decoration.h"

View File

@ -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 <stdio.h>