summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/monitor/symbols.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2022-03-24 12:37:47 -0500
committerJoel Sherrill <joel@rtems.org>2022-03-24 12:45:03 -0500
commite4cc56a7921b9d13d191a2f084ee1baf7a0b308e (patch)
tree195d493faf26203d4abb3aa2e9f5da7e99aabe81 /cpukit/libmisc/monitor/symbols.h
parentUpdate Eric Norum contact info and start to normalize file headers (diff)
downloadrtems-e4cc56a7921b9d13d191a2f084ee1baf7a0b308e.tar.bz2
cpukit/libmisc/monitor/: Manually change to BSD-2 license
This code did not have any copyrights or licenses and a bit of archeology was needed to determine authorship. This code was in the initial import into the RTEMS CVS repository when it was established in May 1995. There was very little, if any, code not written by OAR Corporation in that initial import. After discussion with Chris Johns, it was determined that this code was from OAR Corporation and that he had added a few features later. Both Chris Johns and OAR Corporation have given permission to relicense. Updates #3053.
Diffstat (limited to '')
-rw-r--r--cpukit/libmisc/monitor/symbols.h34
1 files changed, 29 insertions, 5 deletions
diff --git a/cpukit/libmisc/monitor/symbols.h b/cpukit/libmisc/monitor/symbols.h
index 1455edbcd7..7d330bab81 100644
--- a/cpukit/libmisc/monitor/symbols.h
+++ b/cpukit/libmisc/monitor/symbols.h
@@ -1,12 +1,36 @@
-/*
- * RTEMS monitor symbol table functions
+/* SPDX-License-Identifier: BSD-2-Clause */
+
+/**
+ * @file
*
- * Description:
- * Entry points for symbol table routines.
+ * @brief RTEMS monitor symbol table functions
*
+ * Entry points for symbol table routines.
+ */
+
+/*
+ * COPYRIGHT (c) 1989-2022. On-Line Applications Research Corporation (OAR).
*
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
*
- * TODO:
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ * POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef _INCLUDE_SYMBOLS_H