From c304b7db53522ec3ebddf9096071bc36074de99f Mon Sep 17 00:00:00 2001 From: Jure Varlec Date: Thu, 13 Jun 2024 14:27:23 -0400 Subject: [PATCH] Add SPDX license tags to templates Copyright information was gathered using `git log` with per-line history tracking, which allows following the history of a file through renames. --- modules/ca/src/template/top/caClientApp/Makefile | 4 ++++ modules/ca/src/template/top/caClientApp/caExample.c | 4 ++++ modules/ca/src/template/top/caClientApp/caMonitor.c | 4 ++++ modules/ca/src/template/top/caPerlApp/Makefile | 4 ++++ modules/ca/src/template/top/caPerlApp/caget.pl | 4 ++++ modules/ca/src/template/top/caPerlApp/cainfo.pl | 4 ++++ modules/ca/src/template/top/caPerlApp/camonitor.pl | 4 ++++ modules/ca/src/template/top/caPerlApp/caput.pl | 4 ++++ modules/database/src/template/top/Makefile | 4 ++++ .../database/src/template/top/exampleApp/Db/Makefile | 4 ++++ .../template/top/exampleApp/Db/_APPNAME_Version.db | 4 ++++ .../database/src/template/top/exampleApp/Db/circle.db | 4 ++++ .../src/template/top/exampleApp/Db/dbExample1.db | 4 ++++ .../src/template/top/exampleApp/Db/dbExample2.db | 4 ++++ .../src/template/top/exampleApp/Db/dbSubExample.db | 4 ++++ .../src/template/top/exampleApp/Db/user.substitutions | 4 ++++ modules/database/src/template/top/exampleApp/Makefile | 4 ++++ .../database/src/template/top/exampleApp/src/Makefile | 4 ++++ .../src/template/top/exampleApp/src/_APPNAME_Hello.c | 4 ++++ .../template/top/exampleApp/src/_APPNAME_Hello.dbd | 4 ++++ .../src/template/top/exampleApp/src/_APPNAME_Main.cpp | 4 ++++ .../src/template/top/exampleApp/src/dbSubExample.c | 4 ++++ .../src/template/top/exampleApp/src/dbSubExample.dbd | 4 ++++ .../src/template/top/exampleApp/src/devXxxSoft.c | 4 ++++ .../template/top/exampleApp/src/dev_APPNAME_Version.c | 4 ++++ .../top/exampleApp/src/dev_APPNAME_Version.dbd | 4 ++++ .../src/template/top/exampleApp/src/initTrace.c | 4 ++++ .../src/template/top/exampleApp/src/initTrace.dbd | 4 ++++ .../src/template/top/exampleApp/src/sncExample.dbd | 4 ++++ .../src/template/top/exampleApp/src/sncExample.stt | 4 ++++ .../src/template/top/exampleApp/src/sncProgram.st | 4 ++++ .../src/template/top/exampleApp/src/xxxRecord.c | 4 ++++ .../src/template/top/exampleApp/src/xxxRecord.dbd | 4 ++++ .../src/template/top/exampleApp/src/xxxSupport.dbd | 4 ++++ .../database/src/template/top/exampleBoot/Makefile | 4 ++++ .../src/template/top/exampleBoot/ioc/Makefile@Common | 4 ++++ .../src/template/top/exampleBoot/ioc/Makefile@cygwin | 4 ++++ .../src/template/top/exampleBoot/ioc/Makefile@vxWorks | 4 ++++ .../src/template/top/exampleBoot/ioc/Makefile@win32 | 4 ++++ .../src/template/top/exampleBoot/ioc/Makefile@windows | 4 ++++ .../src/template/top/exampleBoot/ioc/README@Common | 6 ++++++ .../src/template/top/exampleBoot/ioc/README@RTEMS | 6 ++++++ .../src/template/top/exampleBoot/ioc/README@vxWorks | 3 +++ .../src/template/top/exampleBoot/ioc/st.cmd@Common | 4 ++++ .../src/template/top/exampleBoot/ioc/st.cmd@RTEMS | 4 ++++ .../src/template/top/exampleBoot/ioc/st.cmd@vxWorks | 4 ++++ .../src/template/top/exampleBoot/nfsCommands@RTEMS | 4 ++++ .../src/template/top/exampleBoot/nfsCommands@vxWorks | 4 ++++ modules/database/src/template/top/iocApp/Db/Makefile | 4 ++++ modules/database/src/template/top/iocApp/Makefile | 4 ++++ modules/database/src/template/top/iocApp/src/Makefile | 4 ++++ .../src/template/top/iocApp/src/_APPNAME_Main.cpp | 4 ++++ modules/database/src/template/top/iocBoot/Makefile | 4 ++++ .../src/template/top/iocBoot/ioc/Makefile@Common | 4 ++++ .../src/template/top/iocBoot/ioc/Makefile@cygwin | 4 ++++ .../src/template/top/iocBoot/ioc/Makefile@vxWorks | 4 ++++ .../src/template/top/iocBoot/ioc/Makefile@win32 | 4 ++++ .../src/template/top/iocBoot/ioc/Makefile@windows | 4 ++++ .../src/template/top/iocBoot/ioc/st.cmd@Common | 4 ++++ .../src/template/top/iocBoot/ioc/st.cmd@Cross | 4 ++++ .../src/template/top/iocBoot/ioc/st.cmd@RTEMS | 4 ++++ .../src/template/top/iocBoot/ioc/st.cmd@vxWorks | 4 ++++ .../src/template/top/iocBoot/nfsCommands@RTEMS | 4 ++++ .../src/template/top/iocBoot/nfsCommands@vxWorks | 4 ++++ .../database/src/template/top/supportApp/Db/Makefile | 4 ++++ modules/database/src/template/top/supportApp/Makefile | 4 ++++ .../database/src/template/top/supportApp/src/Makefile | 4 ++++ .../src/template/top/supportApp/src/_APPNAME_.dbd | 4 ++++ src/template/base/Makefile | 4 ++++ src/template/base/makeBaseApp.pl | 4 ++++ src/template/base/top/.gitignore | 4 ++++ src/template/base/top/Makefile | 4 ++++ src/template/base/top/configure/CONFIG | 4 ++++ src/template/base/top/configure/CONFIG_SITE | 4 ++++ src/template/base/top/configure/Makefile | 4 ++++ src/template/base/top/configure/RELEASE | 4 ++++ src/template/base/top/configure/RULES | 4 ++++ src/template/base/top/configure/RULES.ioc | 4 ++++ src/template/base/top/configure/RULES_DIRS | 4 ++++ src/template/base/top/configure/RULES_TOP | 4 ++++ src/template/ext/Makefile | 4 ++++ src/template/ext/makeBaseExt.pl | 4 ++++ src/template/ext/top/.gitignore | 4 ++++ src/template/ext/top/Makefile | 4 ++++ src/template/ext/top/README | 6 ++++++ src/template/ext/top/configure/CONFIG | 4 ++++ src/template/ext/top/configure/CONFIG_SITE | 4 ++++ src/template/ext/top/configure/Makefile | 4 ++++ src/template/ext/top/configure/RELEASE | 4 ++++ src/template/ext/top/configure/RULES | 4 ++++ src/template/ext/top/configure/RULES_DIRS | 4 ++++ src/template/ext/top/configure/RULES_IDL | 4 ++++ src/template/ext/top/configure/RULES_JAVA | 11 +++-------- src/template/ext/top/configure/RULES_TOP | 4 ++++ .../os/CONFIG_SITE.darwin-aarch64.darwin-aarch64 | 4 ++++ .../configure/os/CONFIG_SITE.darwin-x86.darwin-x86 | 4 ++++ .../os/CONFIG_SITE.freebsd-x86_64.freebsd-x86_64 | 4 ++++ .../os/CONFIG_SITE.linux-aarch64.linux-aarch64 | 4 ++++ .../top/configure/os/CONFIG_SITE.linux-ppc.linux-ppc | 4 ++++ .../os/CONFIG_SITE.linux-x86-debug.linux-x86-debug | 4 ++++ .../top/configure/os/CONFIG_SITE.linux-x86.linux-x86 | 4 ++++ .../CONFIG_SITE.linux-x86_64-debug.linux-x86_64-debug | 4 ++++ .../os/CONFIG_SITE.linux-x86_64.linux-x86_64 | 4 ++++ .../os/CONFIG_SITE.win32-x86-debug.win32-x86-debug | 4 ++++ .../top/configure/os/CONFIG_SITE.win32-x86.win32-x86 | 4 ++++ .../configure/os/CONFIG_SITE.windows-x64.windows-x64 | 4 ++++ src/template/ext/top/exampleExt/Makefile | 4 ++++ src/template/ext/top/exampleExt/RELEASE_NOTES.HTM | 6 ++++++ src/template/ext/top/exampleExt/caExample.c | 4 ++++ src/template/ext/top/simpleExt/Makefile | 4 ++++ src/template/ext/top/src/Makefile | 4 ++++ 111 files changed, 450 insertions(+), 8 deletions(-) diff --git a/modules/ca/src/template/top/caClientApp/Makefile b/modules/ca/src/template/top/caClientApp/Makefile index 47011375c..98c52fd03 100644 --- a/modules/ca/src/template/top/caClientApp/Makefile +++ b/modules/ca/src/template/top/caClientApp/Makefile @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2003 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + TOP=.. include $(TOP)/configure/CONFIG diff --git a/modules/ca/src/template/top/caClientApp/caExample.c b/modules/ca/src/template/top/caClientApp/caExample.c index 5ab230827..4a201dfbd 100644 --- a/modules/ca/src/template/top/caClientApp/caExample.c +++ b/modules/ca/src/template/top/caClientApp/caExample.c @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 1998 Argonne National Laboratory +// +// SPDX-License-Identifier: EPICS + /*caExample.c*/ #include #include diff --git a/modules/ca/src/template/top/caClientApp/caMonitor.c b/modules/ca/src/template/top/caClientApp/caMonitor.c index 5adc90e7f..4c12f968a 100644 --- a/modules/ca/src/template/top/caClientApp/caMonitor.c +++ b/modules/ca/src/template/top/caClientApp/caMonitor.c @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2000 Argonne National Laboratory +// +// SPDX-License-Identifier: EPICS + /*caMonitor.c*/ /* This example accepts the name of a file containing a list of pvs to monitor. diff --git a/modules/ca/src/template/top/caPerlApp/Makefile b/modules/ca/src/template/top/caPerlApp/Makefile index 34439cbfd..5932f000e 100644 --- a/modules/ca/src/template/top/caPerlApp/Makefile +++ b/modules/ca/src/template/top/caPerlApp/Makefile @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + TOP=.. include $(TOP)/configure/CONFIG diff --git a/modules/ca/src/template/top/caPerlApp/caget.pl b/modules/ca/src/template/top/caPerlApp/caget.pl index 0d9af37a1..2538628fb 100644 --- a/modules/ca/src/template/top/caPerlApp/caget.pl +++ b/modules/ca/src/template/top/caPerlApp/caget.pl @@ -1,5 +1,9 @@ #!/usr/bin/env perl +# SPDX-FileCopyrightText: 2008 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + use strict; # This construct sets @INC to search lib/perl of all RELEASE entries diff --git a/modules/ca/src/template/top/caPerlApp/cainfo.pl b/modules/ca/src/template/top/caPerlApp/cainfo.pl index 3e38e8baf..71550c364 100644 --- a/modules/ca/src/template/top/caPerlApp/cainfo.pl +++ b/modules/ca/src/template/top/caPerlApp/cainfo.pl @@ -1,5 +1,9 @@ #!/usr/bin/env perl +# SPDX-FileCopyrightText: 2008 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + use strict; # This construct sets @INC to search lib/perl of all RELEASE entries diff --git a/modules/ca/src/template/top/caPerlApp/camonitor.pl b/modules/ca/src/template/top/caPerlApp/camonitor.pl index 3a61f2d6c..483be29a2 100644 --- a/modules/ca/src/template/top/caPerlApp/camonitor.pl +++ b/modules/ca/src/template/top/caPerlApp/camonitor.pl @@ -1,5 +1,9 @@ #!/usr/bin/env perl +# SPDX-FileCopyrightText: 2008 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + use strict; # This construct sets @INC to search lib/perl of all RELEASE entries diff --git a/modules/ca/src/template/top/caPerlApp/caput.pl b/modules/ca/src/template/top/caPerlApp/caput.pl index 64ff9cbda..4df1c6de2 100644 --- a/modules/ca/src/template/top/caPerlApp/caput.pl +++ b/modules/ca/src/template/top/caPerlApp/caput.pl @@ -1,5 +1,9 @@ #!/usr/bin/env perl +# SPDX-FileCopyrightText: 2008 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + use strict; # This construct sets @INC to search lib/perl of all RELEASE entries diff --git a/modules/database/src/template/top/Makefile b/modules/database/src/template/top/Makefile index 19c9068d1..d78acc549 100644 --- a/modules/database/src/template/top/Makefile +++ b/modules/database/src/template/top/Makefile @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 1997 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # Makefile at top of application tree TOP = . include $(TOP)/configure/CONFIG diff --git a/modules/database/src/template/top/exampleApp/Db/Makefile b/modules/database/src/template/top/exampleApp/Db/Makefile index 978810d20..98fddb065 100644 --- a/modules/database/src/template/top/exampleApp/Db/Makefile +++ b/modules/database/src/template/top/exampleApp/Db/Makefile @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 1998 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + TOP=../.. include $(TOP)/configure/CONFIG #---------------------------------------- diff --git a/modules/database/src/template/top/exampleApp/Db/_APPNAME_Version.db b/modules/database/src/template/top/exampleApp/Db/_APPNAME_Version.db index 1b03f08ba..e7e473763 100644 --- a/modules/database/src/template/top/exampleApp/Db/_APPNAME_Version.db +++ b/modules/database/src/template/top/exampleApp/Db/_APPNAME_Version.db @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2015 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + record(lsi, "$(user):_APPNAME_:version") { field(DTYP, "_APPNAME_ version") field(DESC, "Version string") diff --git a/modules/database/src/template/top/exampleApp/Db/circle.db b/modules/database/src/template/top/exampleApp/Db/circle.db index 5e792c81b..7dff016ad 100644 --- a/modules/database/src/template/top/exampleApp/Db/circle.db +++ b/modules/database/src/template/top/exampleApp/Db/circle.db @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017 ITER Organization +# +# SPDX-License-Identifier: EPICS + record(ao, "$(user):circle:step") { field(VAL , "1.0") field(DRVL, "0.0") diff --git a/modules/database/src/template/top/exampleApp/Db/dbExample1.db b/modules/database/src/template/top/exampleApp/Db/dbExample1.db index 4f16adac9..4b6ac1ede 100644 --- a/modules/database/src/template/top/exampleApp/Db/dbExample1.db +++ b/modules/database/src/template/top/exampleApp/Db/dbExample1.db @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 1998 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + record(ai, "$(user):aiExample") { field(DESC, "Analog input") diff --git a/modules/database/src/template/top/exampleApp/Db/dbExample2.db b/modules/database/src/template/top/exampleApp/Db/dbExample2.db index f4cf061fa..969c2d582 100644 --- a/modules/database/src/template/top/exampleApp/Db/dbExample2.db +++ b/modules/database/src/template/top/exampleApp/Db/dbExample2.db @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 1998 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + record(calc, "$(user):calcExample$(no)") { alias("$(user):calc$(no)") diff --git a/modules/database/src/template/top/exampleApp/Db/dbSubExample.db b/modules/database/src/template/top/exampleApp/Db/dbSubExample.db index cf94d09e6..5ed037b2a 100644 --- a/modules/database/src/template/top/exampleApp/Db/dbSubExample.db +++ b/modules/database/src/template/top/exampleApp/Db/dbSubExample.db @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2002 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + record(sub,"$(user):subExample") { field(INAM,"mySubInit") diff --git a/modules/database/src/template/top/exampleApp/Db/user.substitutions b/modules/database/src/template/top/exampleApp/Db/user.substitutions index f9a20e84b..c5f336023 100644 --- a/modules/database/src/template/top/exampleApp/Db/user.substitutions +++ b/modules/database/src/template/top/exampleApp/Db/user.substitutions @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2006 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # Example substitutions file file "db/circle.db" { diff --git a/modules/database/src/template/top/exampleApp/Makefile b/modules/database/src/template/top/exampleApp/Makefile index 60ab8ae88..8315101cf 100644 --- a/modules/database/src/template/top/exampleApp/Makefile +++ b/modules/database/src/template/top/exampleApp/Makefile @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 1997 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # Makefile at top of application tree TOP = .. include $(TOP)/configure/CONFIG diff --git a/modules/database/src/template/top/exampleApp/src/Makefile b/modules/database/src/template/top/exampleApp/src/Makefile index 776a02750..07504feac 100644 --- a/modules/database/src/template/top/exampleApp/src/Makefile +++ b/modules/database/src/template/top/exampleApp/src/Makefile @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 1998 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + TOP=../.. include $(TOP)/configure/CONFIG diff --git a/modules/database/src/template/top/exampleApp/src/_APPNAME_Hello.c b/modules/database/src/template/top/exampleApp/src/_APPNAME_Hello.c index 1cb7762e2..03627844f 100644 --- a/modules/database/src/template/top/exampleApp/src/_APPNAME_Hello.c +++ b/modules/database/src/template/top/exampleApp/src/_APPNAME_Hello.c @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2005 Argonne National Laboratory +// +// SPDX-License-Identifier: EPICS + /* Example showing how to register a new command with iocsh */ #include diff --git a/modules/database/src/template/top/exampleApp/src/_APPNAME_Hello.dbd b/modules/database/src/template/top/exampleApp/src/_APPNAME_Hello.dbd index 64eb0389a..8a294e248 100644 --- a/modules/database/src/template/top/exampleApp/src/_APPNAME_Hello.dbd +++ b/modules/database/src/template/top/exampleApp/src/_APPNAME_Hello.dbd @@ -1 +1,5 @@ +# SPDX-FileCopyrightText: 2005 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + registrar(helloRegister) diff --git a/modules/database/src/template/top/exampleApp/src/_APPNAME_Main.cpp b/modules/database/src/template/top/exampleApp/src/_APPNAME_Main.cpp index fe4f105ed..d0b8c5725 100644 --- a/modules/database/src/template/top/exampleApp/src/_APPNAME_Main.cpp +++ b/modules/database/src/template/top/exampleApp/src/_APPNAME_Main.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2000 Argonne National Laboratory +// +// SPDX-License-Identifier: EPICS + /* _APPNAME_Main.cpp */ /* Author: Marty Kraimer Date: 17MAR2000 */ diff --git a/modules/database/src/template/top/exampleApp/src/dbSubExample.c b/modules/database/src/template/top/exampleApp/src/dbSubExample.c index 1cc748b12..0b6c1ae85 100644 --- a/modules/database/src/template/top/exampleApp/src/dbSubExample.c +++ b/modules/database/src/template/top/exampleApp/src/dbSubExample.c @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2002 Argonne National Laboratory +// +// SPDX-License-Identifier: EPICS + #include #include diff --git a/modules/database/src/template/top/exampleApp/src/dbSubExample.dbd b/modules/database/src/template/top/exampleApp/src/dbSubExample.dbd index 5f6e40ac7..88ae19931 100644 --- a/modules/database/src/template/top/exampleApp/src/dbSubExample.dbd +++ b/modules/database/src/template/top/exampleApp/src/dbSubExample.dbd @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2004 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + variable(mySubDebug) function(mySubInit) function(mySubProcess) diff --git a/modules/database/src/template/top/exampleApp/src/devXxxSoft.c b/modules/database/src/template/top/exampleApp/src/devXxxSoft.c index add7d5202..6ab77465f 100644 --- a/modules/database/src/template/top/exampleApp/src/devXxxSoft.c +++ b/modules/database/src/template/top/exampleApp/src/devXxxSoft.c @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 1998 Argonne National Laboratory +// +// SPDX-License-Identifier: EPICS + /* devXxxSoft.c */ /* Example device support module */ diff --git a/modules/database/src/template/top/exampleApp/src/dev_APPNAME_Version.c b/modules/database/src/template/top/exampleApp/src/dev_APPNAME_Version.c index 9d482af25..ba860c0dc 100644 --- a/modules/database/src/template/top/exampleApp/src/dev_APPNAME_Version.c +++ b/modules/database/src/template/top/exampleApp/src/dev_APPNAME_Version.c @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2015 Argonne National Laboratory +// +// SPDX-License-Identifier: EPICS + /* dev_APPNAME_Version.c */ /* Example device support for the lsi (long string input) record * providing the module version string as the value diff --git a/modules/database/src/template/top/exampleApp/src/dev_APPNAME_Version.dbd b/modules/database/src/template/top/exampleApp/src/dev_APPNAME_Version.dbd index 67295f3f0..ec978d768 100644 --- a/modules/database/src/template/top/exampleApp/src/dev_APPNAME_Version.dbd +++ b/modules/database/src/template/top/exampleApp/src/dev_APPNAME_Version.dbd @@ -1 +1,5 @@ +# SPDX-FileCopyrightText: 2015 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + device(lsi,INST_IO,dev_CSAFEAPPNAME_Version,"_APPNAME_ version") diff --git a/modules/database/src/template/top/exampleApp/src/initTrace.c b/modules/database/src/template/top/exampleApp/src/initTrace.c index 64bc9cff7..a52d59647 100644 --- a/modules/database/src/template/top/exampleApp/src/initTrace.c +++ b/modules/database/src/template/top/exampleApp/src/initTrace.c @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2008 Argonne National Laboratory +// +// SPDX-License-Identifier: EPICS + /* initTrace.c */ /* diff --git a/modules/database/src/template/top/exampleApp/src/initTrace.dbd b/modules/database/src/template/top/exampleApp/src/initTrace.dbd index 8083c0a50..682d92c19 100644 --- a/modules/database/src/template/top/exampleApp/src/initTrace.dbd +++ b/modules/database/src/template/top/exampleApp/src/initTrace.dbd @@ -1 +1,5 @@ +# SPDX-FileCopyrightText: 2008 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + registrar(initTraceRegister) diff --git a/modules/database/src/template/top/exampleApp/src/sncExample.dbd b/modules/database/src/template/top/exampleApp/src/sncExample.dbd index 80722a807..69f61a440 100644 --- a/modules/database/src/template/top/exampleApp/src/sncExample.dbd +++ b/modules/database/src/template/top/exampleApp/src/sncExample.dbd @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2004 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # The name below is derived from the name of the SNL program # inside the source file, not from its filename. Here the # program is called sncExample, but is compiled in both the diff --git a/modules/database/src/template/top/exampleApp/src/sncExample.stt b/modules/database/src/template/top/exampleApp/src/sncExample.stt index 5237618db..e5521d9cf 100644 --- a/modules/database/src/template/top/exampleApp/src/sncExample.stt +++ b/modules/database/src/template/top/exampleApp/src/sncExample.stt @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 1998 Argonne National Laboratory +// +// SPDX-License-Identifier: EPICS + program sncExample double v; assign v to "{user}:aiExample"; diff --git a/modules/database/src/template/top/exampleApp/src/sncProgram.st b/modules/database/src/template/top/exampleApp/src/sncProgram.st index 1ba29893e..d7cfb4c7d 100644 --- a/modules/database/src/template/top/exampleApp/src/sncProgram.st +++ b/modules/database/src/template/top/exampleApp/src/sncProgram.st @@ -1 +1,5 @@ +// SPDX-FileCopyrightText: 2004 Argonne National Laboratory +// +// SPDX-License-Identifier: EPICS + #include "../sncExample.stt" diff --git a/modules/database/src/template/top/exampleApp/src/xxxRecord.c b/modules/database/src/template/top/exampleApp/src/xxxRecord.c index 418ed2ba9..892a98092 100644 --- a/modules/database/src/template/top/exampleApp/src/xxxRecord.c +++ b/modules/database/src/template/top/exampleApp/src/xxxRecord.c @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 1998 Argonne National Laboratory +// +// SPDX-License-Identifier: EPICS + /* xxxRecord.c */ /* Example record support module */ diff --git a/modules/database/src/template/top/exampleApp/src/xxxRecord.dbd b/modules/database/src/template/top/exampleApp/src/xxxRecord.dbd index 12c1d6202..af9e01050 100644 --- a/modules/database/src/template/top/exampleApp/src/xxxRecord.dbd +++ b/modules/database/src/template/top/exampleApp/src/xxxRecord.dbd @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 1998 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + recordtype(xxx) { include "dbCommon.dbd" field(VAL,DBF_DOUBLE) { diff --git a/modules/database/src/template/top/exampleApp/src/xxxSupport.dbd b/modules/database/src/template/top/exampleApp/src/xxxSupport.dbd index 64f2e3842..dea0eebbf 100644 --- a/modules/database/src/template/top/exampleApp/src/xxxSupport.dbd +++ b/modules/database/src/template/top/exampleApp/src/xxxSupport.dbd @@ -1,2 +1,6 @@ +# SPDX-FileCopyrightText: 2003 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + include "xxxRecord.dbd" device(xxx,CONSTANT,devXxxSoft,"Soft Channel") diff --git a/modules/database/src/template/top/exampleBoot/Makefile b/modules/database/src/template/top/exampleBoot/Makefile index 91e47d0b5..e7ec38ae6 100644 --- a/modules/database/src/template/top/exampleBoot/Makefile +++ b/modules/database/src/template/top/exampleBoot/Makefile @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 1997 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + TOP = .. include $(TOP)/configure/CONFIG DIRS += $(wildcard *ioc*) diff --git a/modules/database/src/template/top/exampleBoot/ioc/Makefile@Common b/modules/database/src/template/top/exampleBoot/ioc/Makefile@Common index e1b9aa4ab..7734a4df3 100644 --- a/modules/database/src/template/top/exampleBoot/ioc/Makefile@Common +++ b/modules/database/src/template/top/exampleBoot/ioc/Makefile@Common @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 1998 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + TOP = ../.. include $(TOP)/configure/CONFIG ARCH = $(EPICS_HOST_ARCH) diff --git a/modules/database/src/template/top/exampleBoot/ioc/Makefile@cygwin b/modules/database/src/template/top/exampleBoot/ioc/Makefile@cygwin index 77c3215d7..5853a35da 100644 --- a/modules/database/src/template/top/exampleBoot/ioc/Makefile@cygwin +++ b/modules/database/src/template/top/exampleBoot/ioc/Makefile@cygwin @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2014 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + TOP = ../.. include $(TOP)/configure/CONFIG ARCH = _ARCH_ diff --git a/modules/database/src/template/top/exampleBoot/ioc/Makefile@vxWorks b/modules/database/src/template/top/exampleBoot/ioc/Makefile@vxWorks index 12ff7f494..8861917d6 100644 --- a/modules/database/src/template/top/exampleBoot/ioc/Makefile@vxWorks +++ b/modules/database/src/template/top/exampleBoot/ioc/Makefile@vxWorks @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 1998 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + TOP = ../.. include $(TOP)/configure/CONFIG ARCH = _ARCH_ diff --git a/modules/database/src/template/top/exampleBoot/ioc/Makefile@win32 b/modules/database/src/template/top/exampleBoot/ioc/Makefile@win32 index 59b32d734..0db9a2739 100644 --- a/modules/database/src/template/top/exampleBoot/ioc/Makefile@win32 +++ b/modules/database/src/template/top/exampleBoot/ioc/Makefile@win32 @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2008 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + TOP = ../.. include $(TOP)/configure/CONFIG ARCH = _ARCH_ diff --git a/modules/database/src/template/top/exampleBoot/ioc/Makefile@windows b/modules/database/src/template/top/exampleBoot/ioc/Makefile@windows index 59b32d734..0f4cbe813 100644 --- a/modules/database/src/template/top/exampleBoot/ioc/Makefile@windows +++ b/modules/database/src/template/top/exampleBoot/ioc/Makefile@windows @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2014 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + TOP = ../.. include $(TOP)/configure/CONFIG ARCH = _ARCH_ diff --git a/modules/database/src/template/top/exampleBoot/ioc/README@Common b/modules/database/src/template/top/exampleBoot/ioc/README@Common index 572570df5..37ac09f42 100644 --- a/modules/database/src/template/top/exampleBoot/ioc/README@Common +++ b/modules/database/src/template/top/exampleBoot/ioc/README@Common @@ -7,3 +7,9 @@ and check the executable name on the first line of the st.cmd file You may need to change the name of the .dbd file given in the st.cmd's dbLoadDatabase() command before starting the ioc. + + +SPDX-FileCopyrightText: 2001 Argonne National Laboratory + +SPDX-License-Identifier: EPICS + diff --git a/modules/database/src/template/top/exampleBoot/ioc/README@RTEMS b/modules/database/src/template/top/exampleBoot/ioc/README@RTEMS index b040e848c..b2f74626f 100644 --- a/modules/database/src/template/top/exampleBoot/ioc/README@RTEMS +++ b/modules/database/src/template/top/exampleBoot/ioc/README@RTEMS @@ -4,3 +4,9 @@ contents to Then load the executable into the IOC (floppy disk, network boot, debugger, etc.) and start it. + + +SPDX-FileCopyrightText: 2001 Lawrence Berkeley National Laboratory + +SPDX-License-Identifier: EPICS + diff --git a/modules/database/src/template/top/exampleBoot/ioc/README@vxWorks b/modules/database/src/template/top/exampleBoot/ioc/README@vxWorks index e69de29bb..a286f7712 100644 --- a/modules/database/src/template/top/exampleBoot/ioc/README@vxWorks +++ b/modules/database/src/template/top/exampleBoot/ioc/README@vxWorks @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2001 Argonne National Laboratory + +SPDX-License-Identifier: EPICS diff --git a/modules/database/src/template/top/exampleBoot/ioc/st.cmd@Common b/modules/database/src/template/top/exampleBoot/ioc/st.cmd@Common index 81753860d..54a6084ea 100644 --- a/modules/database/src/template/top/exampleBoot/ioc/st.cmd@Common +++ b/modules/database/src/template/top/exampleBoot/ioc/st.cmd@Common @@ -1,5 +1,9 @@ #!../../bin/_ARCH_/_APPNAME_ +#- SPDX-FileCopyrightText: 2000 Argonne National Laboratory +#- +#- SPDX-License-Identifier: EPICS + #- You may have to change _APPNAME_ to something else #- everywhere it appears in this file diff --git a/modules/database/src/template/top/exampleBoot/ioc/st.cmd@RTEMS b/modules/database/src/template/top/exampleBoot/ioc/st.cmd@RTEMS index 54f2a74e7..c1e964e7e 100644 --- a/modules/database/src/template/top/exampleBoot/ioc/st.cmd@RTEMS +++ b/modules/database/src/template/top/exampleBoot/ioc/st.cmd@RTEMS @@ -1,3 +1,7 @@ +#- SPDX-FileCopyrightText: 2001 Argonne National Laboratory +#- +#- SPDX-License-Identifier: EPICS + #- Example RTEMS startup script #- You may have to change _APPNAME_ to something else diff --git a/modules/database/src/template/top/exampleBoot/ioc/st.cmd@vxWorks b/modules/database/src/template/top/exampleBoot/ioc/st.cmd@vxWorks index 1f390a862..33a06b5ee 100644 --- a/modules/database/src/template/top/exampleBoot/ioc/st.cmd@vxWorks +++ b/modules/database/src/template/top/exampleBoot/ioc/st.cmd@vxWorks @@ -1,3 +1,7 @@ +#- SPDX-FileCopyrightText: 1998 Argonne National Laboratory +#- +#- SPDX-License-Identifier: EPICS + #- Example vxWorks startup file #- The following is needed if your board support package doesn't at boot time diff --git a/modules/database/src/template/top/exampleBoot/nfsCommands@RTEMS b/modules/database/src/template/top/exampleBoot/nfsCommands@RTEMS index 18ae461fa..a3040d384 100644 --- a/modules/database/src/template/top/exampleBoot/nfsCommands@RTEMS +++ b/modules/database/src/template/top/exampleBoot/nfsCommands@RTEMS @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2005 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + #- Instructions for creating and using a real nfsCommands file #- #- in order to use nfs do the following: diff --git a/modules/database/src/template/top/exampleBoot/nfsCommands@vxWorks b/modules/database/src/template/top/exampleBoot/nfsCommands@vxWorks index eb302c569..a775f2b31 100644 --- a/modules/database/src/template/top/exampleBoot/nfsCommands@vxWorks +++ b/modules/database/src/template/top/exampleBoot/nfsCommands@vxWorks @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 1997 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + #- Instructions for creating and using a real nfsCommands file #- #- in order to use nfs do the following: diff --git a/modules/database/src/template/top/iocApp/Db/Makefile b/modules/database/src/template/top/iocApp/Db/Makefile index 8eb97279d..495627f58 100644 --- a/modules/database/src/template/top/iocApp/Db/Makefile +++ b/modules/database/src/template/top/iocApp/Db/Makefile @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 1998 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + TOP=../.. include $(TOP)/configure/CONFIG #---------------------------------------- diff --git a/modules/database/src/template/top/iocApp/Makefile b/modules/database/src/template/top/iocApp/Makefile index 60ab8ae88..8315101cf 100644 --- a/modules/database/src/template/top/iocApp/Makefile +++ b/modules/database/src/template/top/iocApp/Makefile @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 1997 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # Makefile at top of application tree TOP = .. include $(TOP)/configure/CONFIG diff --git a/modules/database/src/template/top/iocApp/src/Makefile b/modules/database/src/template/top/iocApp/src/Makefile index de6b93a5b..535de549b 100644 --- a/modules/database/src/template/top/iocApp/src/Makefile +++ b/modules/database/src/template/top/iocApp/src/Makefile @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2003 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + TOP=../.. include $(TOP)/configure/CONFIG diff --git a/modules/database/src/template/top/iocApp/src/_APPNAME_Main.cpp b/modules/database/src/template/top/iocApp/src/_APPNAME_Main.cpp index fe4f105ed..d0b8c5725 100644 --- a/modules/database/src/template/top/iocApp/src/_APPNAME_Main.cpp +++ b/modules/database/src/template/top/iocApp/src/_APPNAME_Main.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2000 Argonne National Laboratory +// +// SPDX-License-Identifier: EPICS + /* _APPNAME_Main.cpp */ /* Author: Marty Kraimer Date: 17MAR2000 */ diff --git a/modules/database/src/template/top/iocBoot/Makefile b/modules/database/src/template/top/iocBoot/Makefile index 91e47d0b5..e7ec38ae6 100644 --- a/modules/database/src/template/top/iocBoot/Makefile +++ b/modules/database/src/template/top/iocBoot/Makefile @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 1997 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + TOP = .. include $(TOP)/configure/CONFIG DIRS += $(wildcard *ioc*) diff --git a/modules/database/src/template/top/iocBoot/ioc/Makefile@Common b/modules/database/src/template/top/iocBoot/ioc/Makefile@Common index e1b9aa4ab..7734a4df3 100644 --- a/modules/database/src/template/top/iocBoot/ioc/Makefile@Common +++ b/modules/database/src/template/top/iocBoot/ioc/Makefile@Common @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 1998 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + TOP = ../.. include $(TOP)/configure/CONFIG ARCH = $(EPICS_HOST_ARCH) diff --git a/modules/database/src/template/top/iocBoot/ioc/Makefile@cygwin b/modules/database/src/template/top/iocBoot/ioc/Makefile@cygwin index 77c3215d7..5853a35da 100644 --- a/modules/database/src/template/top/iocBoot/ioc/Makefile@cygwin +++ b/modules/database/src/template/top/iocBoot/ioc/Makefile@cygwin @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2014 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + TOP = ../.. include $(TOP)/configure/CONFIG ARCH = _ARCH_ diff --git a/modules/database/src/template/top/iocBoot/ioc/Makefile@vxWorks b/modules/database/src/template/top/iocBoot/ioc/Makefile@vxWorks index 12ff7f494..8861917d6 100644 --- a/modules/database/src/template/top/iocBoot/ioc/Makefile@vxWorks +++ b/modules/database/src/template/top/iocBoot/ioc/Makefile@vxWorks @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 1998 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + TOP = ../.. include $(TOP)/configure/CONFIG ARCH = _ARCH_ diff --git a/modules/database/src/template/top/iocBoot/ioc/Makefile@win32 b/modules/database/src/template/top/iocBoot/ioc/Makefile@win32 index 59b32d734..0db9a2739 100644 --- a/modules/database/src/template/top/iocBoot/ioc/Makefile@win32 +++ b/modules/database/src/template/top/iocBoot/ioc/Makefile@win32 @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2008 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + TOP = ../.. include $(TOP)/configure/CONFIG ARCH = _ARCH_ diff --git a/modules/database/src/template/top/iocBoot/ioc/Makefile@windows b/modules/database/src/template/top/iocBoot/ioc/Makefile@windows index 59b32d734..0f4cbe813 100644 --- a/modules/database/src/template/top/iocBoot/ioc/Makefile@windows +++ b/modules/database/src/template/top/iocBoot/ioc/Makefile@windows @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2014 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + TOP = ../.. include $(TOP)/configure/CONFIG ARCH = _ARCH_ diff --git a/modules/database/src/template/top/iocBoot/ioc/st.cmd@Common b/modules/database/src/template/top/iocBoot/ioc/st.cmd@Common index 695b05a14..d26eec8ad 100644 --- a/modules/database/src/template/top/iocBoot/ioc/st.cmd@Common +++ b/modules/database/src/template/top/iocBoot/ioc/st.cmd@Common @@ -1,5 +1,9 @@ #!../../bin/_ARCH_/_APPNAME_ +#- SPDX-FileCopyrightText: 2003 Argonne National Laboratory +#- +#- SPDX-License-Identifier: EPICS + #- You may have to change _APPNAME_ to something else #- everywhere it appears in this file diff --git a/modules/database/src/template/top/iocBoot/ioc/st.cmd@Cross b/modules/database/src/template/top/iocBoot/ioc/st.cmd@Cross index 8303f99f5..996a7bfe6 100644 --- a/modules/database/src/template/top/iocBoot/ioc/st.cmd@Cross +++ b/modules/database/src/template/top/iocBoot/ioc/st.cmd@Cross @@ -1,5 +1,9 @@ #!../../bin/_ARCH_/_APPNAME_ +#- SPDX-FileCopyrightText: 2005 Argonne National Laboratory +#- +#- SPDX-License-Identifier: EPICS + #- You may have to change _APPNAME_ to something else #- everywhere it appears in this file diff --git a/modules/database/src/template/top/iocBoot/ioc/st.cmd@RTEMS b/modules/database/src/template/top/iocBoot/ioc/st.cmd@RTEMS index a7d08fbcf..087dead65 100644 --- a/modules/database/src/template/top/iocBoot/ioc/st.cmd@RTEMS +++ b/modules/database/src/template/top/iocBoot/ioc/st.cmd@RTEMS @@ -1,3 +1,7 @@ +#- SPDX-FileCopyrightText: 2001 Argonne National Laboratory +#- +#- SPDX-License-Identifier: EPICS + #- Example RTEMS startup script #- You may have to change _APPNAME_ to something else diff --git a/modules/database/src/template/top/iocBoot/ioc/st.cmd@vxWorks b/modules/database/src/template/top/iocBoot/ioc/st.cmd@vxWorks index 43287d68b..4a91f0436 100644 --- a/modules/database/src/template/top/iocBoot/ioc/st.cmd@vxWorks +++ b/modules/database/src/template/top/iocBoot/ioc/st.cmd@vxWorks @@ -1,3 +1,7 @@ +#- SPDX-FileCopyrightText: 1998 Argonne National Laboratory +#- +#- SPDX-License-Identifier: EPICS + #- Example vxWorks startup file #- The following is needed if your board support package doesn't at boot time diff --git a/modules/database/src/template/top/iocBoot/nfsCommands@RTEMS b/modules/database/src/template/top/iocBoot/nfsCommands@RTEMS index dd8811319..492165eae 100644 --- a/modules/database/src/template/top/iocBoot/nfsCommands@RTEMS +++ b/modules/database/src/template/top/iocBoot/nfsCommands@RTEMS @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2005 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + #- Instructions for creating and using a real nfsCommands file #- #- in order to use nfs do the following: diff --git a/modules/database/src/template/top/iocBoot/nfsCommands@vxWorks b/modules/database/src/template/top/iocBoot/nfsCommands@vxWorks index dd8811319..46560bfd9 100644 --- a/modules/database/src/template/top/iocBoot/nfsCommands@vxWorks +++ b/modules/database/src/template/top/iocBoot/nfsCommands@vxWorks @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 1997 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + #- Instructions for creating and using a real nfsCommands file #- #- in order to use nfs do the following: diff --git a/modules/database/src/template/top/supportApp/Db/Makefile b/modules/database/src/template/top/supportApp/Db/Makefile index 8eb97279d..495627f58 100644 --- a/modules/database/src/template/top/supportApp/Db/Makefile +++ b/modules/database/src/template/top/supportApp/Db/Makefile @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 1998 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + TOP=../.. include $(TOP)/configure/CONFIG #---------------------------------------- diff --git a/modules/database/src/template/top/supportApp/Makefile b/modules/database/src/template/top/supportApp/Makefile index 60ab8ae88..8315101cf 100644 --- a/modules/database/src/template/top/supportApp/Makefile +++ b/modules/database/src/template/top/supportApp/Makefile @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 1997 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # Makefile at top of application tree TOP = .. include $(TOP)/configure/CONFIG diff --git a/modules/database/src/template/top/supportApp/src/Makefile b/modules/database/src/template/top/supportApp/src/Makefile index 941d94f8b..ccd3b57a6 100644 --- a/modules/database/src/template/top/supportApp/src/Makefile +++ b/modules/database/src/template/top/supportApp/src/Makefile @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2003 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + TOP=../.. include $(TOP)/configure/CONFIG diff --git a/modules/database/src/template/top/supportApp/src/_APPNAME_.dbd b/modules/database/src/template/top/supportApp/src/_APPNAME_.dbd index e70223b19..6e1d95722 100644 --- a/modules/database/src/template/top/supportApp/src/_APPNAME_.dbd +++ b/modules/database/src/template/top/supportApp/src/_APPNAME_.dbd @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2003 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # provide definitions such as #include "xxxRecord.dbd" #device(xxx,CONSTANT,devXxxSoft,"SoftChannel") diff --git a/src/template/base/Makefile b/src/template/base/Makefile index f1ebe9e41..cd7a1cdb2 100644 --- a/src/template/base/Makefile +++ b/src/template/base/Makefile @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 1997 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + TOP=../../.. include $(TOP)/configure/CONFIG diff --git a/src/template/base/makeBaseApp.pl b/src/template/base/makeBaseApp.pl index 4512e0107..7cc9a302e 100644 --- a/src/template/base/makeBaseApp.pl +++ b/src/template/base/makeBaseApp.pl @@ -1,5 +1,9 @@ #!/usr/bin/env perl +# SPDX-FileCopyrightText: 1997 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # Authors: Ralph Lange, Marty Kraimer, Andrew Johnson and Janet Anderson use FindBin qw($RealBin); diff --git a/src/template/base/top/.gitignore b/src/template/base/top/.gitignore index 8b27edce1..a3960f2d2 100644 --- a/src/template/base/top/.gitignore +++ b/src/template/base/top/.gitignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # Install directories /bin/ /cfg/ diff --git a/src/template/base/top/Makefile b/src/template/base/top/Makefile index 19c9068d1..d78acc549 100644 --- a/src/template/base/top/Makefile +++ b/src/template/base/top/Makefile @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 1997 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # Makefile at top of application tree TOP = . include $(TOP)/configure/CONFIG diff --git a/src/template/base/top/configure/CONFIG b/src/template/base/top/configure/CONFIG index 34ace5775..752b62740 100644 --- a/src/template/base/top/configure/CONFIG +++ b/src/template/base/top/configure/CONFIG @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 1997 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # CONFIG - Load build configuration data # # Do not make changes to this file! diff --git a/src/template/base/top/configure/CONFIG_SITE b/src/template/base/top/configure/CONFIG_SITE index 212485ebe..76326286f 100644 --- a/src/template/base/top/configure/CONFIG_SITE +++ b/src/template/base/top/configure/CONFIG_SITE @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2006 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # CONFIG_SITE # Make any application-specific changes to the EPICS build diff --git a/src/template/base/top/configure/Makefile b/src/template/base/top/configure/Makefile index 925430940..e004cd71b 100644 --- a/src/template/base/top/configure/Makefile +++ b/src/template/base/top/configure/Makefile @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 1999 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + TOP=.. include $(TOP)/configure/CONFIG diff --git a/src/template/base/top/configure/RELEASE b/src/template/base/top/configure/RELEASE index a44ff608c..64a5811de 100644 --- a/src/template/base/top/configure/RELEASE +++ b/src/template/base/top/configure/RELEASE @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 1997 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # RELEASE - Location of external support modules # # IF YOU CHANGE ANY PATHS in this file or make API changes to diff --git a/src/template/base/top/configure/RULES b/src/template/base/top/configure/RULES index 6d56e14e8..8041da67c 100644 --- a/src/template/base/top/configure/RULES +++ b/src/template/base/top/configure/RULES @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2000 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # RULES include $(CONFIG)/RULES diff --git a/src/template/base/top/configure/RULES.ioc b/src/template/base/top/configure/RULES.ioc index 901987c6c..1b271be95 100644 --- a/src/template/base/top/configure/RULES.ioc +++ b/src/template/base/top/configure/RULES.ioc @@ -1,2 +1,6 @@ +# SPDX-FileCopyrightText: 1999 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + #RULES.ioc include $(CONFIG)/RULES.ioc diff --git a/src/template/base/top/configure/RULES_DIRS b/src/template/base/top/configure/RULES_DIRS index 3ba269dcc..2ad98ddb6 100644 --- a/src/template/base/top/configure/RULES_DIRS +++ b/src/template/base/top/configure/RULES_DIRS @@ -1,2 +1,6 @@ +# SPDX-FileCopyrightText: 1999 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + #RULES_DIRS include $(CONFIG)/RULES_DIRS diff --git a/src/template/base/top/configure/RULES_TOP b/src/template/base/top/configure/RULES_TOP index d09d668d5..3087a853a 100644 --- a/src/template/base/top/configure/RULES_TOP +++ b/src/template/base/top/configure/RULES_TOP @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 1997 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + #RULES_TOP include $(CONFIG)/RULES_TOP diff --git a/src/template/ext/Makefile b/src/template/ext/Makefile index 768062b13..5d4c09b33 100644 --- a/src/template/ext/Makefile +++ b/src/template/ext/Makefile @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2000 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + TOP=../../.. include $(TOP)/configure/CONFIG diff --git a/src/template/ext/makeBaseExt.pl b/src/template/ext/makeBaseExt.pl index a3bf895d8..a097c153a 100644 --- a/src/template/ext/makeBaseExt.pl +++ b/src/template/ext/makeBaseExt.pl @@ -1,5 +1,9 @@ #!/usr/bin/env perl +# SPDX-FileCopyrightText: 2000 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # Authors: Ralph Lange, Marty Kraimer, Andrew Johnson and Janet Anderson use Cwd; diff --git a/src/template/ext/top/.gitignore b/src/template/ext/top/.gitignore index 06106f4fe..51edcf53e 100644 --- a/src/template/ext/top/.gitignore +++ b/src/template/ext/top/.gitignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # Install directories /bin/ /cfg/ diff --git a/src/template/ext/top/Makefile b/src/template/ext/top/Makefile index 91e678167..3d5365923 100644 --- a/src/template/ext/top/Makefile +++ b/src/template/ext/top/Makefile @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2000 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # Makefile at the top of an extensions tree TOP = . diff --git a/src/template/ext/top/README b/src/template/ext/top/README index c0e91eb9c..2c7a235f0 100644 --- a/src/template/ext/top/README +++ b/src/template/ext/top/README @@ -3,3 +3,9 @@ Notes: Each time you add a new extension in the src directory you must add the extension directory name to src/Makefile. + +SPDX-FileCopyrightText: 2000 Argonne National laboratory + +SPDX-License-Identifier: EPICS + + diff --git a/src/template/ext/top/configure/CONFIG b/src/template/ext/top/configure/CONFIG index 0c239bf18..f3fcc3c13 100644 --- a/src/template/ext/top/configure/CONFIG +++ b/src/template/ext/top/configure/CONFIG @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2000 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # CONFIG - Load build configuration data # # Do not make changes to this file! diff --git a/src/template/ext/top/configure/CONFIG_SITE b/src/template/ext/top/configure/CONFIG_SITE index 4ef88cedf..7aa4fb770 100644 --- a/src/template/ext/top/configure/CONFIG_SITE +++ b/src/template/ext/top/configure/CONFIG_SITE @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2006 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # CONFIG_SITE # # Make any extensions-specific changes to the EPICS build diff --git a/src/template/ext/top/configure/Makefile b/src/template/ext/top/configure/Makefile index 6e6609842..7ecbe1be3 100644 --- a/src/template/ext/top/configure/Makefile +++ b/src/template/ext/top/configure/Makefile @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2000 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # Makefile in extensions/configure directory TOP=.. diff --git a/src/template/ext/top/configure/RELEASE b/src/template/ext/top/configure/RELEASE index 2a7ad2714..26ce656cd 100644 --- a/src/template/ext/top/configure/RELEASE +++ b/src/template/ext/top/configure/RELEASE @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2000 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # RELEASE Locations of external modules # # NOTE: The build does not check dependancies on files diff --git a/src/template/ext/top/configure/RULES b/src/template/ext/top/configure/RULES index f58520704..5cc414f2c 100644 --- a/src/template/ext/top/configure/RULES +++ b/src/template/ext/top/configure/RULES @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2000 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # extensions/configure/RULES include $(CONFIG)/RULES diff --git a/src/template/ext/top/configure/RULES_DIRS b/src/template/ext/top/configure/RULES_DIRS index dd6904367..f1702f7f7 100644 --- a/src/template/ext/top/configure/RULES_DIRS +++ b/src/template/ext/top/configure/RULES_DIRS @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2000 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # extensions/configure/RULES_DIRS include $(CONFIG)/RULES_DIRS diff --git a/src/template/ext/top/configure/RULES_IDL b/src/template/ext/top/configure/RULES_IDL index 3610bcc21..0ee7693b0 100644 --- a/src/template/ext/top/configure/RULES_IDL +++ b/src/template/ext/top/configure/RULES_IDL @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2004 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # extensions/configure/RULES_IDL ifdef T_A diff --git a/src/template/ext/top/configure/RULES_JAVA b/src/template/ext/top/configure/RULES_JAVA index e33ab3ce2..0421b60a6 100644 --- a/src/template/ext/top/configure/RULES_JAVA +++ b/src/template/ext/top/configure/RULES_JAVA @@ -1,13 +1,8 @@ -#************************************************************************* -# Copyright (c) 2002 The University of Chicago, as Operator of Argonne -# National Laboratory. # Copyright (c) 2002 The Regents of the University of California, as -# Operator of Los Alamos National Laboratory. +# Copyright (c) 2002 The University of Chicago, as Operator of Argonne +# SPDX-FileCopyrightText: 2000 Argonne National Laboratory +# # SPDX-License-Identifier: EPICS -# EPICS Base is distributed subject to a Software License Agreement found -# in file LICENSE that is included with this distribution. -#************************************************************************* - ifeq ($(BUILD_CLASS),HOST) diff --git a/src/template/ext/top/configure/RULES_TOP b/src/template/ext/top/configure/RULES_TOP index 1f81d3d39..7203c3dc8 100644 --- a/src/template/ext/top/configure/RULES_TOP +++ b/src/template/ext/top/configure/RULES_TOP @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2000 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # extensions/configure/RULES_TOP include $(CONFIG)/RULES_TOP diff --git a/src/template/ext/top/configure/os/CONFIG_SITE.darwin-aarch64.darwin-aarch64 b/src/template/ext/top/configure/os/CONFIG_SITE.darwin-aarch64.darwin-aarch64 index d8dd8bd73..db773b63a 100644 --- a/src/template/ext/top/configure/os/CONFIG_SITE.darwin-aarch64.darwin-aarch64 +++ b/src/template/ext/top/configure/os/CONFIG_SITE.darwin-aarch64.darwin-aarch64 @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # # Site Specific Configuration Information diff --git a/src/template/ext/top/configure/os/CONFIG_SITE.darwin-x86.darwin-x86 b/src/template/ext/top/configure/os/CONFIG_SITE.darwin-x86.darwin-x86 index d8dd8bd73..fe7a36159 100644 --- a/src/template/ext/top/configure/os/CONFIG_SITE.darwin-x86.darwin-x86 +++ b/src/template/ext/top/configure/os/CONFIG_SITE.darwin-x86.darwin-x86 @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2006 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # # Site Specific Configuration Information diff --git a/src/template/ext/top/configure/os/CONFIG_SITE.freebsd-x86_64.freebsd-x86_64 b/src/template/ext/top/configure/os/CONFIG_SITE.freebsd-x86_64.freebsd-x86_64 index c4d1d5670..f1a75dc36 100644 --- a/src/template/ext/top/configure/os/CONFIG_SITE.freebsd-x86_64.freebsd-x86_64 +++ b/src/template/ext/top/configure/os/CONFIG_SITE.freebsd-x86_64.freebsd-x86_64 @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2006 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/template/ext/top/configure/os/CONFIG_SITE.linux-aarch64.linux-aarch64 b/src/template/ext/top/configure/os/CONFIG_SITE.linux-aarch64.linux-aarch64 index 118c42d8b..38a595cb5 100644 --- a/src/template/ext/top/configure/os/CONFIG_SITE.linux-aarch64.linux-aarch64 +++ b/src/template/ext/top/configure/os/CONFIG_SITE.linux-aarch64.linux-aarch64 @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # Site Specific Configuration Information X11_LIB=/usr/lib/aarch64-linux-gnu diff --git a/src/template/ext/top/configure/os/CONFIG_SITE.linux-ppc.linux-ppc b/src/template/ext/top/configure/os/CONFIG_SITE.linux-ppc.linux-ppc index 4d78b29d7..5234ebb78 100644 --- a/src/template/ext/top/configure/os/CONFIG_SITE.linux-ppc.linux-ppc +++ b/src/template/ext/top/configure/os/CONFIG_SITE.linux-ppc.linux-ppc @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2006 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/template/ext/top/configure/os/CONFIG_SITE.linux-x86-debug.linux-x86-debug b/src/template/ext/top/configure/os/CONFIG_SITE.linux-x86-debug.linux-x86-debug index 4d78b29d7..5234ebb78 100644 --- a/src/template/ext/top/configure/os/CONFIG_SITE.linux-x86-debug.linux-x86-debug +++ b/src/template/ext/top/configure/os/CONFIG_SITE.linux-x86-debug.linux-x86-debug @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2006 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/template/ext/top/configure/os/CONFIG_SITE.linux-x86.linux-x86 b/src/template/ext/top/configure/os/CONFIG_SITE.linux-x86.linux-x86 index 067e33731..7a47243e6 100644 --- a/src/template/ext/top/configure/os/CONFIG_SITE.linux-x86.linux-x86 +++ b/src/template/ext/top/configure/os/CONFIG_SITE.linux-x86.linux-x86 @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2000 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/template/ext/top/configure/os/CONFIG_SITE.linux-x86_64-debug.linux-x86_64-debug b/src/template/ext/top/configure/os/CONFIG_SITE.linux-x86_64-debug.linux-x86_64-debug index 4d78b29d7..5234ebb78 100644 --- a/src/template/ext/top/configure/os/CONFIG_SITE.linux-x86_64-debug.linux-x86_64-debug +++ b/src/template/ext/top/configure/os/CONFIG_SITE.linux-x86_64-debug.linux-x86_64-debug @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2006 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/template/ext/top/configure/os/CONFIG_SITE.linux-x86_64.linux-x86_64 b/src/template/ext/top/configure/os/CONFIG_SITE.linux-x86_64.linux-x86_64 index 221d6a6f8..7d643d91e 100644 --- a/src/template/ext/top/configure/os/CONFIG_SITE.linux-x86_64.linux-x86_64 +++ b/src/template/ext/top/configure/os/CONFIG_SITE.linux-x86_64.linux-x86_64 @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2006 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/template/ext/top/configure/os/CONFIG_SITE.win32-x86-debug.win32-x86-debug b/src/template/ext/top/configure/os/CONFIG_SITE.win32-x86-debug.win32-x86-debug index ebc1b8238..35ffa582d 100644 --- a/src/template/ext/top/configure/os/CONFIG_SITE.win32-x86-debug.win32-x86-debug +++ b/src/template/ext/top/configure/os/CONFIG_SITE.win32-x86-debug.win32-x86-debug @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2006 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/template/ext/top/configure/os/CONFIG_SITE.win32-x86.win32-x86 b/src/template/ext/top/configure/os/CONFIG_SITE.win32-x86.win32-x86 index 712d17ae8..f0c1c35aa 100644 --- a/src/template/ext/top/configure/os/CONFIG_SITE.win32-x86.win32-x86 +++ b/src/template/ext/top/configure/os/CONFIG_SITE.win32-x86.win32-x86 @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2000 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # # CONFIG_SITE.win32-x86.win32-x86,v 1.3 2003/09/03 19:06:10 jba Exp # diff --git a/src/template/ext/top/configure/os/CONFIG_SITE.windows-x64.windows-x64 b/src/template/ext/top/configure/os/CONFIG_SITE.windows-x64.windows-x64 index 68a0c149a..fdb7310cf 100644 --- a/src/template/ext/top/configure/os/CONFIG_SITE.windows-x64.windows-x64 +++ b/src/template/ext/top/configure/os/CONFIG_SITE.windows-x64.windows-x64 @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2010 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + # # Site Specific Configuration Information # Only the local epics system manager should modify this file diff --git a/src/template/ext/top/exampleExt/Makefile b/src/template/ext/top/exampleExt/Makefile index 618991fa7..8af9480e5 100644 --- a/src/template/ext/top/exampleExt/Makefile +++ b/src/template/ext/top/exampleExt/Makefile @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2000 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + TOP=../.. include $(TOP)/configure/CONFIG diff --git a/src/template/ext/top/exampleExt/RELEASE_NOTES.HTM b/src/template/ext/top/exampleExt/RELEASE_NOTES.HTM index 56dce9346..c82291815 100644 --- a/src/template/ext/top/exampleExt/RELEASE_NOTES.HTM +++ b/src/template/ext/top/exampleExt/RELEASE_NOTES.HTM @@ -1,3 +1,9 @@ + + diff --git a/src/template/ext/top/exampleExt/caExample.c b/src/template/ext/top/exampleExt/caExample.c index cc342e237..0eaff9ac6 100644 --- a/src/template/ext/top/exampleExt/caExample.c +++ b/src/template/ext/top/exampleExt/caExample.c @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 1998 Argonne National Laboratory +// +// SPDX-License-Identifier: EPICS + /*caExample.c*/ #include #include diff --git a/src/template/ext/top/simpleExt/Makefile b/src/template/ext/top/simpleExt/Makefile index 52cfac525..1de42bac5 100644 --- a/src/template/ext/top/simpleExt/Makefile +++ b/src/template/ext/top/simpleExt/Makefile @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2000 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + TOP=../.. include $(TOP)/configure/CONFIG diff --git a/src/template/ext/top/src/Makefile b/src/template/ext/top/src/Makefile index d672087ca..374670e57 100644 --- a/src/template/ext/top/src/Makefile +++ b/src/template/ext/top/src/Makefile @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2000 Argonne National Laboratory +# +# SPDX-License-Identifier: EPICS + TOP = .. include $(TOP)/configure/CONFIG