Change comment style for SPDX tags in C files
This commit is contained in:
committed by
Andrew Johnson
parent
c304b7db53
commit
466a9b565e
@@ -1,6 +1,6 @@
|
||||
// SPDX-FileCopyrightText: 1998 Argonne National Laboratory
|
||||
//
|
||||
// SPDX-License-Identifier: EPICS
|
||||
/* SPDX-FileCopyrightText: 1998 Argonne National Laboratory */
|
||||
|
||||
/* SPDX-License-Identifier: EPICS */
|
||||
|
||||
/*caExample.c*/
|
||||
#include <stddef.h>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// SPDX-FileCopyrightText: 2000 Argonne National Laboratory
|
||||
//
|
||||
// SPDX-License-Identifier: EPICS
|
||||
/* SPDX-FileCopyrightText: 2000 Argonne National Laboratory */
|
||||
|
||||
/* SPDX-License-Identifier: EPICS */
|
||||
|
||||
/*caMonitor.c*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user