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 + + * pppd/rtemspppd.c, pppd/rtemspppd.h: Per confirmation from Michael add + missing copyright notice. + 2005-11-06 Ralf Corsepius * 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 . + * 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 #include 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 . + * 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