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*/
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
// SPDX-FileCopyrightText: 2005 Argonne National Laboratory
|
||||
//
|
||||
// SPDX-License-Identifier: EPICS
|
||||
/* SPDX-FileCopyrightText: 2005 Argonne National Laboratory */
|
||||
|
||||
/* SPDX-License-Identifier: EPICS */
|
||||
|
||||
/* Example showing how to register a new command with iocsh */
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
// SPDX-FileCopyrightText: 2002 Argonne National Laboratory
|
||||
//
|
||||
// SPDX-License-Identifier: EPICS
|
||||
/* SPDX-FileCopyrightText: 2002 Argonne National Laboratory */
|
||||
|
||||
/* SPDX-License-Identifier: EPICS */
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
// SPDX-FileCopyrightText: 1998 Argonne National Laboratory
|
||||
//
|
||||
// SPDX-License-Identifier: EPICS
|
||||
/* SPDX-FileCopyrightText: 1998 Argonne National Laboratory */
|
||||
|
||||
/* SPDX-License-Identifier: EPICS */
|
||||
|
||||
/* devXxxSoft.c */
|
||||
/* Example device support module */
|
||||
|
@ -1,6 +1,6 @@
|
||||
// SPDX-FileCopyrightText: 2015 Argonne National Laboratory
|
||||
//
|
||||
// SPDX-License-Identifier: EPICS
|
||||
/* SPDX-FileCopyrightText: 2015 Argonne National Laboratory */
|
||||
|
||||
/* SPDX-License-Identifier: EPICS */
|
||||
|
||||
/* dev_APPNAME_Version.c */
|
||||
/* Example device support for the lsi (long string input) record
|
||||
|
@ -1,6 +1,6 @@
|
||||
// SPDX-FileCopyrightText: 2008 Argonne National Laboratory
|
||||
//
|
||||
// SPDX-License-Identifier: EPICS
|
||||
/* SPDX-FileCopyrightText: 2008 Argonne National Laboratory */
|
||||
|
||||
/* SPDX-License-Identifier: EPICS */
|
||||
|
||||
/* initTrace.c */
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
// SPDX-FileCopyrightText: 1998 Argonne National Laboratory
|
||||
//
|
||||
// SPDX-License-Identifier: EPICS
|
||||
/* SPDX-FileCopyrightText: 1998 Argonne National Laboratory */
|
||||
|
||||
/* SPDX-License-Identifier: EPICS */
|
||||
|
||||
/* xxxRecord.c */
|
||||
/* Example record support module */
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user