From 4cf7077ee285ec6d5ef7b06f565e9906c78a9e0b Mon Sep 17 00:00:00 2001 From: Jerzy Jamroz Date: Thu, 13 Feb 2025 09:22:23 +0100 Subject: [PATCH] fix: Copyright update. --- modules/libcom/src/iocsh/atInit.c | 2 +- modules/libcom/src/iocsh/atInit.h | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/modules/libcom/src/iocsh/atInit.c b/modules/libcom/src/iocsh/atInit.c index ef25a27d6..114084ac2 100644 --- a/modules/libcom/src/iocsh/atInit.c +++ b/modules/libcom/src/iocsh/atInit.c @@ -1,5 +1,5 @@ /*************************************************************************\ -* Copyright (C) 2020 Dirk Zimoch +* Copyright (C) 2016-2020 Dirk Zimoch * Copyright (C) 2020-2025 European Spallation Source, ERIC * SPDX-License-Identifier: EPICS * EPICS BASE is distributed subject to a Software License Agreement found diff --git a/modules/libcom/src/iocsh/atInit.h b/modules/libcom/src/iocsh/atInit.h index 710b8f08a..fb247d601 100644 --- a/modules/libcom/src/iocsh/atInit.h +++ b/modules/libcom/src/iocsh/atInit.h @@ -1,3 +1,11 @@ +/*************************************************************************\ +* Copyright (C) 2016-2020 Dirk Zimoch +* Copyright (C) 2020-2025 European Spallation Source, ERIC +* SPDX-License-Identifier: EPICS +* EPICS BASE is distributed subject to a Software License Agreement found +* in file LICENSE that is included with this distribution. +\*************************************************************************/ + #ifndef INC_atInit_H #define INC_atInit_H