summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2005-11-07 16:17:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2005-11-07 16:17:14 +0000
commit689b7b7a50af938aee4c4489956e2c9598ea512a (patch)
tree08f1c770f461dd15ae695bdc34ae148a01adaa37 /cpukit
parentchanges (diff)
downloadrtems-689b7b7a50af938aee4c4489956e2c9598ea512a.tar.bz2
2005-11-07 Michael Siers <mikes@poliac.com>
* pppd/rtemspppd.c, pppd/rtemspppd.h: Per confirmation from Michael add missing copyright notice.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/pppd/rtemspppd.c11
-rw-r--r--cpukit/pppd/rtemspppd.h11
3 files changed, 27 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 6c1910471b..4aaf348dfa 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-07 Michael Siers <mikes@poliac.com>
+
+ * pppd/rtemspppd.c, pppd/rtemspppd.h: Per confirmation from Michael add
+ missing copyright notice.
+
2005-11-06 Ralf Corsepius <ralf.corsepius@rtems.org>
* libi2c/libi2c.c: Include config.h.
diff --git a/cpukit/pppd/rtemspppd.c b/cpukit/pppd/rtemspppd.c
index fbe03dd9dc..c1c12cd622 100644
--- a/cpukit/pppd/rtemspppd.c
+++ b/cpukit/pppd/rtemspppd.c
@@ -1,3 +1,14 @@
+/*
+ * COPYRIGHT (c) 2001, Michael Siers <mikes@poliac.com>.
+ * Poliac Research, Burnsville, Minnesota USA.
+ * COPYRIGHT (c) 2001, 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.
+ *
+ * $Id$
+ */
#include <rtems.h>
#include <rtems/rtems_bsdnet.h>
diff --git a/cpukit/pppd/rtemspppd.h b/cpukit/pppd/rtemspppd.h
index f60916e2ee..8503d402f6 100644
--- a/cpukit/pppd/rtemspppd.h
+++ b/cpukit/pppd/rtemspppd.h
@@ -1,3 +1,14 @@
+/*
+ * COPYRIGHT (c) 2001, Michael Siers <mikes@poliac.com>.
+ * Poliac Research, Burnsville, Minnesota USA.
+ * COPYRIGHT (c) 2001, 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.
+ *
+ * $Id$
+ */
#ifndef RTEMSPPPD_H
#define RTEMSPPPD_H