From 3134ef3d9fab0a7283e442a2264e69564ada7a67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dundar=20G=C3=B6c?= Date: Fri, 1 Oct 2021 21:08:53 +0200 Subject: [PATCH] refactor: remove PVS comment on top of files The xdiff directory is excluded from the PVS report so the comment isn't required. --- src/xdiff/xdiffi.c | 3 --- src/xdiff/xemit.c | 3 --- src/xdiff/xhistogram.c | 3 --- src/xdiff/xpatience.c | 3 --- src/xdiff/xprepare.c | 3 --- src/xdiff/xutils.c | 3 --- 6 files changed, 18 deletions(-) diff --git a/src/xdiff/xdiffi.c b/src/xdiff/xdiffi.c index f35ac5d0b0..cfcbb5d982 100644 --- a/src/xdiff/xdiffi.c +++ b/src/xdiff/xdiffi.c @@ -1,6 +1,3 @@ -// 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 - /* * LibXDiff by Davide Libenzi ( File Differential Library ) * Copyright (C) 2003 Davide Libenzi diff --git a/src/xdiff/xemit.c b/src/xdiff/xemit.c index 23c6e2d993..b578e7a9d5 100644 --- a/src/xdiff/xemit.c +++ b/src/xdiff/xemit.c @@ -1,6 +1,3 @@ -// 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 - /* * LibXDiff by Davide Libenzi ( File Differential Library ) * Copyright (C) 2003 Davide Libenzi diff --git a/src/xdiff/xhistogram.c b/src/xdiff/xhistogram.c index 3c84f35626..8598a8550d 100644 --- a/src/xdiff/xhistogram.c +++ b/src/xdiff/xhistogram.c @@ -1,6 +1,3 @@ -// 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 - /* * Copyright (C) 2010, Google Inc. * and other copyright owners as documented in JGit's IP log. diff --git a/src/xdiff/xpatience.c b/src/xdiff/xpatience.c index 5f547ca5c0..f78c897ad8 100644 --- a/src/xdiff/xpatience.c +++ b/src/xdiff/xpatience.c @@ -1,6 +1,3 @@ -// 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 - /* * LibXDiff by Davide Libenzi ( File Differential Library ) * Copyright (C) 2003-2016 Davide Libenzi, Johannes E. Schindelin diff --git a/src/xdiff/xprepare.c b/src/xdiff/xprepare.c index f13822e4fa..abeb8fb84e 100644 --- a/src/xdiff/xprepare.c +++ b/src/xdiff/xprepare.c @@ -1,6 +1,3 @@ -// 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 - /* * LibXDiff by Davide Libenzi ( File Differential Library ) * Copyright (C) 2003 Davide Libenzi diff --git a/src/xdiff/xutils.c b/src/xdiff/xutils.c index 65aa50497d..f13a854536 100644 --- a/src/xdiff/xutils.c +++ b/src/xdiff/xutils.c @@ -1,6 +1,3 @@ -// 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 - /* * LibXDiff by Davide Libenzi ( File Differential Library ) * Copyright (C) 2003 Davide Libenzi