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.
This commit is contained in:
Jure Varlec
2024-09-04 10:02:04 -05:00
committed by Andrew Johnson
parent 0eb31ed70b
commit c304b7db53
111 changed files with 450 additions and 8 deletions
+4
View File
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 1997 Argonne National Laboratory
#
# SPDX-License-Identifier: EPICS
TOP=../../..
include $(TOP)/configure/CONFIG
+4
View File
@@ -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);
+4
View File
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022 Argonne National Laboratory
#
# SPDX-License-Identifier: EPICS
# Install directories
/bin/
/cfg/
+4
View File
@@ -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
+4
View File
@@ -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!
@@ -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
+4
View File
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 1999 Argonne National Laboratory
#
# SPDX-License-Identifier: EPICS
TOP=..
include $(TOP)/configure/CONFIG
+4
View File
@@ -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
+4
View File
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2000 Argonne National Laboratory
#
# SPDX-License-Identifier: EPICS
# RULES
include $(CONFIG)/RULES
@@ -1,2 +1,6 @@
# SPDX-FileCopyrightText: 1999 Argonne National Laboratory
#
# SPDX-License-Identifier: EPICS
#RULES.ioc
include $(CONFIG)/RULES.ioc
@@ -1,2 +1,6 @@
# SPDX-FileCopyrightText: 1999 Argonne National Laboratory
#
# SPDX-License-Identifier: EPICS
#RULES_DIRS
include $(CONFIG)/RULES_DIRS
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 1997 Argonne National Laboratory
#
# SPDX-License-Identifier: EPICS
#RULES_TOP
include $(CONFIG)/RULES_TOP
+4
View File
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2000 Argonne National Laboratory
#
# SPDX-License-Identifier: EPICS
TOP=../../..
include $(TOP)/configure/CONFIG
+4
View File
@@ -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;
+4
View File
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022 Argonne National Laboratory
#
# SPDX-License-Identifier: EPICS
# Install directories
/bin/
/cfg/
+4
View File
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2000 Argonne National Laboratory
#
# SPDX-License-Identifier: EPICS
# Makefile at the top of an extensions tree
TOP = .
+6
View File
@@ -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
+4
View File
@@ -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!
@@ -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
+4
View File
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2000 Argonne National Laboratory
#
# SPDX-License-Identifier: EPICS
# Makefile in extensions/configure directory
TOP=..
+4
View File
@@ -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
+4
View File
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2000 Argonne National Laboratory
#
# SPDX-License-Identifier: EPICS
# extensions/configure/RULES
include $(CONFIG)/RULES
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2000 Argonne National Laboratory
#
# SPDX-License-Identifier: EPICS
# extensions/configure/RULES_DIRS
include $(CONFIG)/RULES_DIRS
+4
View File
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2004 Argonne National Laboratory
#
# SPDX-License-Identifier: EPICS
# extensions/configure/RULES_IDL
ifdef T_A
+3 -8
View File
@@ -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)
+4
View File
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2000 Argonne National Laboratory
#
# SPDX-License-Identifier: EPICS
# extensions/configure/RULES_TOP
include $(CONFIG)/RULES_TOP
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022 Argonne National Laboratory
#
# SPDX-License-Identifier: EPICS
#
# Site Specific Configuration Information
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2006 Argonne National Laboratory
#
# SPDX-License-Identifier: EPICS
#
# Site Specific Configuration Information
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
#
@@ -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
+4
View File
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2000 Argonne National Laboratory
#
# SPDX-License-Identifier: EPICS
TOP=../..
include $(TOP)/configure/CONFIG
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2000 Argonne National laboratory
SPDX-License-Identifier: EPICS
-->
<HTML>
<BODY>
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 1998 Argonne National Laboratory
//
// SPDX-License-Identifier: EPICS
/*caExample.c*/
#include <stddef.h>
#include <stdlib.h>
+4
View File
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2000 Argonne National Laboratory
#
# SPDX-License-Identifier: EPICS
TOP=../..
include $(TOP)/configure/CONFIG
+4
View File
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2000 Argonne National Laboratory
#
# SPDX-License-Identifier: EPICS
TOP = ..
include $(TOP)/configure/CONFIG