From 7d1ba8c1d13a7c383a5befa24e70ff746e2b3c42 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 7 Sep 2018 23:47:57 +0200 Subject: [PATCH] Extend copyright year --- include/stdex/common.h | 4 ++-- include/stdex/idrec.h | 2 +- src/stdafx.cpp | 2 +- src/stdafx.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/stdex/common.h b/include/stdex/common.h index 71883a3a0..c31ece8f1 100644 --- a/include/stdex/common.h +++ b/include/stdex/common.h @@ -1,5 +1,5 @@ /* - Copyright 2016-2017 Amebis + Copyright 2016-2018 Amebis This file is part of stdex. @@ -51,4 +51,4 @@ // Human readable product version and build year for UI // #define STDEX_VERSION_STR "1.0.1" -#define STDEX_BUILD_YEAR_STR "2017" +#define STDEX_BUILD_YEAR_STR "2018" diff --git a/include/stdex/idrec.h b/include/stdex/idrec.h index 52e2d893a..0bf5a318c 100644 --- a/include/stdex/idrec.h +++ b/include/stdex/idrec.h @@ -1,5 +1,5 @@ /* - Copyright 2016-2017 Amebis + Copyright 2016-2018 Amebis This file is part of stdex. diff --git a/src/stdafx.cpp b/src/stdafx.cpp index 25180a5c7..5b79e8e06 100644 --- a/src/stdafx.cpp +++ b/src/stdafx.cpp @@ -1,5 +1,5 @@ /* - Copyright 2016-2017 Amebis + Copyright 2016-2018 Amebis This file is part of stdex. diff --git a/src/stdafx.h b/src/stdafx.h index 75f09f4f8..973bac66c 100644 --- a/src/stdafx.h +++ b/src/stdafx.h @@ -1,5 +1,5 @@ /* - Copyright 2016-2017 Amebis + Copyright 2016-2018 Amebis This file is part of stdex.