From 9982e8e4c162546482c2bcd176a4bbbd1165cd5c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 24 Mar 2022 16:58:33 -0500 Subject: cpukit/include/drvmgr: Manual header file clean up --- cpukit/include/drvmgr/drvmgr.h | 9 ++++++++- cpukit/include/drvmgr/drvmgr_confdefs.h | 9 ++++++++- cpukit/include/drvmgr/drvmgr_list.h | 9 ++++++++- cpukit/include/drvmgr/pci_bus.h | 15 +++++++++++---- 4 files changed, 35 insertions(+), 7 deletions(-) (limited to 'cpukit/include') diff --git a/cpukit/include/drvmgr/drvmgr.h b/cpukit/include/drvmgr/drvmgr.h index 4f4f884c45..f160335b53 100644 --- a/cpukit/include/drvmgr/drvmgr.h +++ b/cpukit/include/drvmgr/drvmgr.h @@ -1,5 +1,12 @@ -/* Driver Manager Interface. +/* SPDX-License-Identifier: BSD-2-Clause */ + +/** + * @file * + * @brief Driver Manager Interface. + */ + +/* * COPYRIGHT (c) 2009 Cobham Gaisler AB. * * The license and distribution terms for this file may be diff --git a/cpukit/include/drvmgr/drvmgr_confdefs.h b/cpukit/include/drvmgr/drvmgr_confdefs.h index a1c6bd6c5c..b204cca0d0 100644 --- a/cpukit/include/drvmgr/drvmgr_confdefs.h +++ b/cpukit/include/drvmgr/drvmgr_confdefs.h @@ -1,5 +1,12 @@ -/* Driver Manager Configuration file. +/* SPDX-License-Identifier: BSD-2-Clause */ + +/** + * @file * + * @brief Driver Manager Configuration file. + */ + +/* * COPYRIGHT (c) 2009 Cobham Gaisler AB. * * The license and distribution terms for this file may be diff --git a/cpukit/include/drvmgr/drvmgr_list.h b/cpukit/include/drvmgr/drvmgr_list.h index 76028fb5bd..f95055aa60 100644 --- a/cpukit/include/drvmgr/drvmgr_list.h +++ b/cpukit/include/drvmgr/drvmgr_list.h @@ -1,5 +1,12 @@ -/* Linked list help functions used by driver manager. +/* SPDX-License-Identifier: BSD-2-Clause */ + +/** + * @file * + * @brief Linked list help functions used by driver manager. + */ + +/* * COPYRIGHT (c) 2009 Cobham Gaisler AB. * * The license and distribution terms for this file may be diff --git a/cpukit/include/drvmgr/pci_bus.h b/cpukit/include/drvmgr/pci_bus.h index b426010da5..ad0a18f3ef 100644 --- a/cpukit/include/drvmgr/pci_bus.h +++ b/cpukit/include/drvmgr/pci_bus.h @@ -1,10 +1,17 @@ -/* PCI bus driver Interface. +/* SPDX-License-Identifier: BSD-2-Clause */ + +/** + * @file * + * @brief PCI bus driver Interface. + */ + +/* * COPYRIGHT (c) 2008 Cobham Gaisler AB. * - * The license and distribution terms for this file may be - * found in the file LICENSE in this distribution or at - * http://www.rtems.org/license/LICENSE. + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rtems.org/license/LICENSE. * */ -- cgit v1.2.3