cpukit/libdl: Manual file header reordering (SPDX, Doxygen, Copyright)

Updates #3053.
This commit is contained in:
Joel Sherrill
2022-03-18 09:40:55 -05:00
parent 60060e695a
commit 5dec08934f
35 changed files with 335 additions and 300 deletions

View File

@@ -1,5 +1,15 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
*
* @ingroup rtems_rtld
*
* @brief RTEMS Run-Time Link Editor Chain Iterator
*
* A means of executing an iterator on a chain.
*/
/*
* COPYRIGHT (c) 2012 Chris Johns <chrisj@rtems.org>
*
@@ -24,15 +34,6 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
/**
* @file
*
* @ingroup rtems_rtld
*
* @brief RTEMS Run-Time Link Editor Chain Iterator
*
* A means of executing an iterator on a chain.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"