Move SPDX tags in st file for compatibility

This commit is contained in:
Jure Varlec
2024-07-08 15:43:33 +02:00
committed by Andrew Johnson
parent 466a9b565e
commit ecba8a3a5e
2 changed files with 12 additions and 8 deletions

View File

@ -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
*/

View File

@ -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
*/