Move SPDX tags in st file for compatibility
This commit is contained in:

committed by
Andrew Johnson

parent
466a9b565e
commit
ecba8a3a5e
@ -1,7 +1,3 @@
|
||||
// SPDX-FileCopyrightText: 1998 Argonne National Laboratory
|
||||
//
|
||||
// SPDX-License-Identifier: EPICS
|
||||
|
||||
program sncExample
|
||||
double v;
|
||||
assign v to "{user}:aiExample";
|
||||
@ -24,3 +20,9 @@ ss ss1 {
|
||||
} state low
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
SPDX-FileCopyrightText: 1998 Argonne National Laboratory
|
||||
|
||||
SPDX-License-Identifier: EPICS
|
||||
*/
|
||||
|
@ -1,5 +1,7 @@
|
||||
// SPDX-FileCopyrightText: 2004 Argonne National Laboratory
|
||||
//
|
||||
// SPDX-License-Identifier: EPICS
|
||||
|
||||
#include "../sncExample.stt"
|
||||
|
||||
/*
|
||||
SPDX-FileCopyrightText: 2004 Argonne National Laboratory
|
||||
|
||||
SPDX-License-Identifier: EPICS
|
||||
*/
|
||||
|
Reference in New Issue
Block a user