update copyright to 2023

This commit is contained in:
Christian Giese
2023-01-13 16:01:38 +00:00
parent 3f8fd148cf
commit 10ef1f9679
146 changed files with 147 additions and 147 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
* Hannes Gredler, July 2020
* Christian Giese, October 2020
*
* Copyright (C) 2020-2022, RtBrick, Inc.
* Copyright (C) 2020-2023, RtBrick, Inc.
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __COMMON_H__
+1 -1
View File
@@ -4,7 +4,7 @@
* Hannes Gredler, July 2020
* Christian Giese, October 2020
*
* Copyright (C) 2020-2022, RtBrick, Inc.
* Copyright (C) 2020-2023, RtBrick, Inc.
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __COMMON_INCLUDE_H__
+2 -2
View File
@@ -12,7 +12,7 @@
#define GIT_REF ""
#define GIT_SHA ""
#define COMPILER_ID ""
#define COMPILER_VERSION ""
#define COMPILER_ID "GNU"
#define COMPILER_VERSION "7.5.0"
#endif
+1 -1
View File
@@ -4,7 +4,7 @@
* Hannes Gredler, July 2020
* Christian Giese, October 2020
*
* Copyright (C) 2020-2022, RtBrick, Inc.
* Copyright (C) 2020-2023, RtBrick, Inc.
* SPDX-License-Identifier: BSD-3-Clause
*/
#include "logging.h"
+1 -1
View File
@@ -4,7 +4,7 @@
* Hannes Gredler, July 2020
* Christian Giese, October 2020
*
* Copyright (C) 2020-2022, RtBrick, Inc.
* Copyright (C) 2020-2023, RtBrick, Inc.
* SPDX-License-Identifier: BSD-3-Clause
*/
+1 -1
View File
@@ -3,7 +3,7 @@
*
* Hannes Gredler, July 2020
*
* Copyright (C) 2020-2022, RtBrick, Inc.
* Copyright (C) 2020-2023, RtBrick, Inc.
* SPDX-License-Identifier: BSD-3-Clause
*/
#include "timer.h"
+1 -1
View File
@@ -3,7 +3,7 @@
*
* Hannes Gredler, July 2020
*
* Copyright (C) 2020-2022, RtBrick, Inc.
* Copyright (C) 2020-2023, RtBrick, Inc.
* SPDX-License-Identifier: BSD-3-Clause
*/
+1 -1
View File
@@ -4,7 +4,7 @@
* Hannes Gredler, July 2020
* Christian Giese, October 2020
*
* Copyright (C) 2020-2022, RtBrick, Inc.
* Copyright (C) 2020-2023, RtBrick, Inc.
* SPDX-License-Identifier: BSD-3-Clause
*/
#include "utils.h"
+1 -1
View File
@@ -4,7 +4,7 @@
* Hannes Gredler, July 2020
* Christian Giese, October 2020
*
* Copyright (C) 2020-2022, RtBrick, Inc.
* Copyright (C) 2020-2023, RtBrick, Inc.
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __COMMON_UTILS_H__