From 6bf26782a019297edd89b5c9a8d65607bcfbedda Mon Sep 17 00:00:00 2001 From: Brendan Chandler Date: Tue, 9 Feb 2021 14:25:55 -0600 Subject: [PATCH] Fix license comment in epicsNtp.c and .h --- modules/libcom/RTEMS/epicsNtp.c | 3 +-- modules/libcom/RTEMS/epicsNtp.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/libcom/RTEMS/epicsNtp.c b/modules/libcom/RTEMS/epicsNtp.c index 9dcd6cd69..760d62610 100644 --- a/modules/libcom/RTEMS/epicsNtp.c +++ b/modules/libcom/RTEMS/epicsNtp.c @@ -1,8 +1,7 @@ /*************************************************************************\ * (C) 2014 David Lettier. * http://www.lettier.com/ -* EPICS BASE is distributed subject to a Software License Agreement found -* in file LICENSE that is included with this distribution. +* SPDX-License-Identifier: BSD-3-Clause \*************************************************************************/ #include diff --git a/modules/libcom/RTEMS/epicsNtp.h b/modules/libcom/RTEMS/epicsNtp.h index dfff00a6b..062970f30 100644 --- a/modules/libcom/RTEMS/epicsNtp.h +++ b/modules/libcom/RTEMS/epicsNtp.h @@ -1,8 +1,7 @@ /*************************************************************************\ * (C) 2014 David Lettier. * http://www.lettier.com/ -* EPICS BASE is distributed subject to a Software License Agreement found -* in file LICENSE that is included with this distribution. +* SPDX-License-Identifier: BSD-3-Clause \*************************************************************************/ #ifndef EPICSNTP_H #define EPICSNTP_H