summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/login_check.c
diff options
context:
space:
mode:
authorThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2009-04-14 08:50:03 +0000
committerThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2009-04-14 08:50:03 +0000
commitcbd1e8799f8bcd3e083ba5a1affa8267461f256a (patch)
treec752009784973066cca83c8e10b1cc80bd77cee9 /cpukit/libmisc/shell/login_check.c
parentFixed return codes of open handler. (diff)
downloadrtems-cbd1e8799f8bcd3e083ba5a1affa8267461f256a.tar.bz2
adapt copyright statements
Diffstat (limited to 'cpukit/libmisc/shell/login_check.c')
-rw-r--r--cpukit/libmisc/shell/login_check.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/cpukit/libmisc/shell/login_check.c b/cpukit/libmisc/shell/login_check.c
index 066ab16b61..969ae942a6 100644
--- a/cpukit/libmisc/shell/login_check.c
+++ b/cpukit/libmisc/shell/login_check.c
@@ -1,20 +1,21 @@
/**
* @file
*
- * @author Sebastian Huber <sebastian.huber@embedded-brains.de>
- *
* @brief Shell login check function.
*/
/*
- * Copyright (c) 2009
- * Embedded Brains GmbH
+ * Copyright (c) 2009 embedded brains GmbH and others.
+ *
+ * embedded brains GmbH
* Obere Lagerstr. 30
* D-82178 Puchheim
* Germany
- * rtems@embedded-brains.de
+ * <rtems@embedded-brains.de>
+ *
+ * Based on work from Chris Johns and Fernando Ruiz.
*
- * Based on work from Chris Johns, Fernando Ruiz and Till Straumann.
+ * Derived from file "cpukit/libmisc/shell/shell.c".
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
@@ -25,7 +26,6 @@
#include <unistd.h>
#include <pwd.h>
-#include <rtems/login.h>
#include <rtems/shell.h>
#include <rtems/userenv.h>