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:
Andrew Johnson
2020-06-05 16:00:19 -05:00
parent 957f386d77
commit 3c99391d93
931 changed files with 1385 additions and 361 deletions

View File

@@ -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.
\*************************************************************************/
#include <epicsThread.h>
#include "epicsUnitTest.h"
#include "testMain.h"