Skip to content

Commit a1a7a96

Browse files
committed
Сopyright updated
1 parent 51d328f commit a1a7a96

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 2006-2008 (c) Viva64.com Team
22
# 2008-2020 (c) OOO "Program Verification Systems"
3-
# 2020-2022 (c) PVS-Studio LLC
3+
# 2020-2023 (c) PVS-Studio LLC
44
cmake_minimum_required(VERSION 3.10)
55
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.14)
66
set(CMAKE_CXX_STANDARD 17)

comments.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 2006-2008 (c) Viva64.com Team
22
// 2008-2020 (c) OOO "Program Verification Systems"
3-
// 2020-2022 (c) PVS-Studio LLC
3+
// 2020-2023 (c) PVS-Studio LLC
44

55
#include "comments.h"
66
#include <cassert>

comments.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 2006-2008 (c) Viva64.com Team
22
// 2008-2020 (c) OOO "Program Verification Systems"
3-
// 2020-2022 (c) PVS-Studio LLC
3+
// 2020-2023 (c) PVS-Studio LLC
44

55
#ifndef PVS_STUDIO_FREE_COMMENTS_COMMENTS_H
66
#define PVS_STUDIO_FREE_COMMENTS_COMMENTS_H

encoding.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 2006-2008 (c) Viva64.com Team
22
// 2008-2020 (c) OOO "Program Verification Systems"
3-
// 2020-2022 (c) PVS-Studio LLC
3+
// 2020-2023 (c) PVS-Studio LLC
44

55
#include "encoding.h"
66
#include <cstring>

encoding.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 2006-2008 (c) Viva64.com Team
22
// 2008-2020 (c) OOO "Program Verification Systems"
3-
// 2020-2022 (c) PVS-Studio LLC
3+
// 2020-2023 (c) PVS-Studio LLC
44

55
#ifndef PVS_STUDIO_FREE_COMMENTS_ENCODING_H
66
#define PVS_STUDIO_FREE_COMMENTS_ENCODING_H

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 2006-2008 (c) Viva64.com Team
22
// 2008-2020 (c) OOO "Program Verification Systems"
3-
// 2020-2022 (c) PVS-Studio LLC
3+
// 2020-2023 (c) PVS-Studio LLC
44

55
#include "comments.h"
66
#include "encoding.h"

0 commit comments

Comments
 (0)