Added SPDX License ID to all EPICS-original source files
In some cases the license-identification header was missing, so I added that as well. Replaced the remaining headers that specifically identified "Versions 3.13.7 and higher". Makefiles and the build system were deliberately excluded.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
######################################################################
|
||||
# SPDX-License-Identifier: EPICS
|
||||
# EPICS BASE is distributed subject to a Software License Agreement
|
||||
# found in file LICENSE that is included with this distribution.
|
||||
######################################################################
|
||||
|
||||
package DBD;
|
||||
|
||||
use strict;
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
######################################################################
|
||||
# SPDX-License-Identifier: EPICS
|
||||
# EPICS BASE is distributed subject to a Software License Agreement
|
||||
# found in file LICENSE that is included with this distribution.
|
||||
######################################################################
|
||||
|
||||
# Common utility functions used by the DBD components
|
||||
|
||||
package DBD::Base;
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
######################################################################
|
||||
# SPDX-License-Identifier: EPICS
|
||||
# EPICS BASE is distributed subject to a Software License Agreement
|
||||
# found in file LICENSE that is included with this distribution.
|
||||
######################################################################
|
||||
|
||||
package DBD::Breaktable;
|
||||
use DBD::Base;
|
||||
our @ISA = qw(DBD::Base);
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
######################################################################
|
||||
# SPDX-License-Identifier: EPICS
|
||||
# EPICS BASE is distributed subject to a Software License Agreement
|
||||
# found in file LICENSE that is included with this distribution.
|
||||
######################################################################
|
||||
|
||||
package DBD::Device;
|
||||
use DBD::Base;
|
||||
our @ISA = qw(DBD::Base);
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
######################################################################
|
||||
# SPDX-License-Identifier: EPICS
|
||||
# EPICS BASE is distributed subject to a Software License Agreement
|
||||
# found in file LICENSE that is included with this distribution.
|
||||
######################################################################
|
||||
|
||||
package DBD::Driver;
|
||||
use DBD::Base;
|
||||
our @ISA = qw(DBD::Base);
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
######################################################################
|
||||
# SPDX-License-Identifier: EPICS
|
||||
# EPICS BASE is distributed subject to a Software License Agreement
|
||||
# found in file LICENSE that is included with this distribution.
|
||||
######################################################################
|
||||
|
||||
package DBD::Function;
|
||||
use DBD::Base;
|
||||
our @ISA = qw(DBD::Base);
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
######################################################################
|
||||
# SPDX-License-Identifier: EPICS
|
||||
# EPICS BASE is distributed subject to a Software License Agreement
|
||||
# found in file LICENSE that is included with this distribution.
|
||||
######################################################################
|
||||
|
||||
package DBD::Link;
|
||||
use DBD::Base;
|
||||
our @ISA = qw(DBD::Base);
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
######################################################################
|
||||
# SPDX-License-Identifier: EPICS
|
||||
# EPICS BASE is distributed subject to a Software License Agreement
|
||||
# found in file LICENSE that is included with this distribution.
|
||||
######################################################################
|
||||
|
||||
package DBD::Menu;
|
||||
use DBD::Base;
|
||||
our @ISA = qw(DBD::Base);
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
######################################################################
|
||||
# SPDX-License-Identifier: EPICS
|
||||
# EPICS BASE is distributed subject to a Software License Agreement
|
||||
# found in file LICENSE that is included with this distribution.
|
||||
######################################################################
|
||||
|
||||
package DBD::Output;
|
||||
|
||||
use strict;
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
######################################################################
|
||||
# SPDX-License-Identifier: EPICS
|
||||
# EPICS BASE is distributed subject to a Software License Agreement
|
||||
# found in file LICENSE that is included with this distribution.
|
||||
######################################################################
|
||||
|
||||
package DBD::Parser;
|
||||
|
||||
use strict;
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
######################################################################
|
||||
# SPDX-License-Identifier: EPICS
|
||||
# EPICS BASE is distributed subject to a Software License Agreement
|
||||
# found in file LICENSE that is included with this distribution.
|
||||
######################################################################
|
||||
|
||||
package DBD::Recfield;
|
||||
use DBD::Base;
|
||||
our @ISA = qw(DBD::Base);
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
######################################################################
|
||||
# SPDX-License-Identifier: EPICS
|
||||
# EPICS BASE is distributed subject to a Software License Agreement
|
||||
# found in file LICENSE that is included with this distribution.
|
||||
######################################################################
|
||||
|
||||
package DBD::Record;
|
||||
|
||||
use strict;
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
######################################################################
|
||||
# SPDX-License-Identifier: EPICS
|
||||
# EPICS BASE is distributed subject to a Software License Agreement
|
||||
# found in file LICENSE that is included with this distribution.
|
||||
######################################################################
|
||||
|
||||
package DBD::Recordtype;
|
||||
use DBD::Base;
|
||||
our @ISA = qw(DBD::Base);
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
######################################################################
|
||||
# SPDX-License-Identifier: EPICS
|
||||
# EPICS BASE is distributed subject to a Software License Agreement
|
||||
# found in file LICENSE that is included with this distribution.
|
||||
######################################################################
|
||||
|
||||
package DBD::Registrar;
|
||||
use DBD::Base;
|
||||
our @ISA = qw(DBD::Base);
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
######################################################################
|
||||
# SPDX-License-Identifier: EPICS
|
||||
# EPICS BASE is distributed subject to a Software License Agreement
|
||||
# found in file LICENSE that is included with this distribution.
|
||||
######################################################################
|
||||
|
||||
package DBD::Variable;
|
||||
use DBD::Base;
|
||||
our @ISA = qw(DBD::Base);
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
######################################################################
|
||||
# SPDX-License-Identifier: EPICS
|
||||
# EPICS BASE is distributed subject to a Software License Agreement
|
||||
# found in file LICENSE that is included with this distribution.
|
||||
#
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
#*************************************************************************
|
||||
# Copyright (c) 2010 UChicago Argonne LLC, as Operator of 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.
|
||||
#*************************************************************************
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
#*************************************************************************
|
||||
# Copyright (c) 2010 UChicago Argonne LLC, as Operator of 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.
|
||||
#*************************************************************************
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
#*************************************************************************
|
||||
# Copyright (c) 2010 UChicago Argonne LLC, as Operator of 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.
|
||||
#*************************************************************************
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
#*************************************************************************
|
||||
# Copyright (c) 2012 UChicago Argonne LLC, as Operator of 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.
|
||||
#*************************************************************************
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
#*************************************************************************
|
||||
# Copyright (c) 2010 UChicago Argonne LLC, as Operator of 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.
|
||||
#*************************************************************************
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
#*************************************************************************
|
||||
# Copyright (c) 2010 UChicago Argonne LLC, as Operator of 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.
|
||||
#*************************************************************************
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
#*************************************************************************
|
||||
# Copyright (c) 2014 UChicago Argonne LLC, as Operator of 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.
|
||||
#*************************************************************************
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
# National Laboratory.
|
||||
# Copyright (c) 2002 The Regents of the University of California, as
|
||||
# Operator of Los Alamos 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.
|
||||
#*************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user