summaryrefslogtreecommitdiff
path: root/cpukit/libcsupport/src/utsname.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/utsname.c')
-rw-r--r--cpukit/libcsupport/src/utsname.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/cpukit/libcsupport/src/utsname.c b/cpukit/libcsupport/src/utsname.c
index cc9648510d..5af5e1a97d 100644
--- a/cpukit/libcsupport/src/utsname.c
+++ b/cpukit/libcsupport/src/utsname.c
@@ -1,3 +1,19 @@
+/**
+ * @file
+ *
+ * @brief Get System Name
+ * @ingroup utsname Service
+ */
+
+/*
+ * COPYRIGHT (c) 1989-1999.
+ * On-Line Applications Research Corporation (OAR).
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
+ */
+
#if HAVE_CONFIG_H
#include "config.h"
#endif