Change comment style for SPDX tags in C files

This commit is contained in:
Jure Varlec
2024-07-08 15:41:17 +02:00
committed by Andrew Johnson
parent c304b7db53
commit 466a9b565e
9 changed files with 27 additions and 27 deletions

View File

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

View File

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