From f010a5ee1ae7b16a93a688fa9203c2c93b9f6c4e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 2 Mar 2001 18:17:22 +0000 Subject: 2001-03-01 Joel Sherrill * network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h, rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c, rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c, rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c, serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c, serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h, serial/z85c30_reg.c: Corrected header. --- c/src/libchip/ChangeLog | 10 ++++++++++ c/src/libchip/network/cs8900.c | 1 - c/src/libchip/network/cs8900.h | 1 - c/src/libchip/network/sonic.c | 1 - c/src/libchip/network/sonic.h | 1 - c/src/libchip/rtc/icm7170_reg.c | 1 - c/src/libchip/rtc/icm7170_reg2.c | 1 - c/src/libchip/rtc/icm7170_reg4.c | 1 - c/src/libchip/rtc/icm7170_reg8.c | 1 - c/src/libchip/rtc/m48t08_reg.c | 1 - c/src/libchip/rtc/m48t08_reg2.c | 1 - c/src/libchip/rtc/m48t08_reg4.c | 1 - c/src/libchip/rtc/m48t08_reg8.c | 1 - c/src/libchip/serial/mc68681_reg.c | 1 - c/src/libchip/serial/mc68681_reg2.c | 1 - c/src/libchip/serial/mc68681_reg4.c | 1 - c/src/libchip/serial/mc68681_reg8.c | 1 - c/src/libchip/serial/z85c30.c | 1 - c/src/libchip/serial/z85c30.h | 1 - c/src/libchip/serial/z85c30_p.h | 1 - c/src/libchip/serial/z85c30_reg.c | 1 - 21 files changed, 10 insertions(+), 20 deletions(-) (limited to 'c') diff --git a/c/src/libchip/ChangeLog b/c/src/libchip/ChangeLog index 91b7d67b7a..8bc657134b 100644 --- a/c/src/libchip/ChangeLog +++ b/c/src/libchip/ChangeLog @@ -1,3 +1,13 @@ +2001-03-01 Joel Sherrill + + * network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h, + rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c, + rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c, + rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c, + serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c, + serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h, + serial/z85c30_reg.c: Corrected header. + 2001-02-03 Ralf Corsepius * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am: diff --git a/c/src/libchip/network/cs8900.c b/c/src/libchip/network/cs8900.c index 15a394496f..211c855ed1 100644 --- a/c/src/libchip/network/cs8900.c +++ b/c/src/libchip/network/cs8900.c @@ -10,7 +10,6 @@ COPYRIGHT (c) 1989-1998. On-Line Applications Research Corporation (OAR). - Copyright assigned to U.S. Government, 1994. The license and distribution terms for this file may be found in the file LICENSE in this distribution or at diff --git a/c/src/libchip/network/cs8900.h b/c/src/libchip/network/cs8900.h index 0030867aee..fc36e438a9 100644 --- a/c/src/libchip/network/cs8900.h +++ b/c/src/libchip/network/cs8900.h @@ -10,7 +10,6 @@ COPYRIGHT (c) 1989-1998. On-Line Applications Research Corporation (OAR). - Copyright assigned to U.S. Government, 1994. The license and distribution terms for this file may be found in the file LICENSE in this distribution or at diff --git a/c/src/libchip/network/sonic.c b/c/src/libchip/network/sonic.c index e361d234ea..26a3ac79cf 100644 --- a/c/src/libchip/network/sonic.c +++ b/c/src/libchip/network/sonic.c @@ -16,7 +16,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/c/src/libchip/network/sonic.h b/c/src/libchip/network/sonic.h index 8a6f986d61..f62607867f 100644 --- a/c/src/libchip/network/sonic.h +++ b/c/src/libchip/network/sonic.h @@ -16,7 +16,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/c/src/libchip/rtc/icm7170_reg.c b/c/src/libchip/rtc/icm7170_reg.c index b6961824b6..c91c1c2b7e 100644 --- a/c/src/libchip/rtc/icm7170_reg.c +++ b/c/src/libchip/rtc/icm7170_reg.c @@ -7,7 +7,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/c/src/libchip/rtc/icm7170_reg2.c b/c/src/libchip/rtc/icm7170_reg2.c index bab92697bf..16546f8100 100644 --- a/c/src/libchip/rtc/icm7170_reg2.c +++ b/c/src/libchip/rtc/icm7170_reg2.c @@ -7,7 +7,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/c/src/libchip/rtc/icm7170_reg4.c b/c/src/libchip/rtc/icm7170_reg4.c index 896e0cbc0b..1c7be64cf5 100644 --- a/c/src/libchip/rtc/icm7170_reg4.c +++ b/c/src/libchip/rtc/icm7170_reg4.c @@ -7,7 +7,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/c/src/libchip/rtc/icm7170_reg8.c b/c/src/libchip/rtc/icm7170_reg8.c index d2ed2844ac..1056a47325 100644 --- a/c/src/libchip/rtc/icm7170_reg8.c +++ b/c/src/libchip/rtc/icm7170_reg8.c @@ -7,7 +7,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/c/src/libchip/rtc/m48t08_reg.c b/c/src/libchip/rtc/m48t08_reg.c index abb37c628c..35059d1c1c 100644 --- a/c/src/libchip/rtc/m48t08_reg.c +++ b/c/src/libchip/rtc/m48t08_reg.c @@ -7,7 +7,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/c/src/libchip/rtc/m48t08_reg2.c b/c/src/libchip/rtc/m48t08_reg2.c index a6f294a3f7..e885588db6 100644 --- a/c/src/libchip/rtc/m48t08_reg2.c +++ b/c/src/libchip/rtc/m48t08_reg2.c @@ -7,7 +7,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/c/src/libchip/rtc/m48t08_reg4.c b/c/src/libchip/rtc/m48t08_reg4.c index a84b988a34..93f00f4991 100644 --- a/c/src/libchip/rtc/m48t08_reg4.c +++ b/c/src/libchip/rtc/m48t08_reg4.c @@ -7,7 +7,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/c/src/libchip/rtc/m48t08_reg8.c b/c/src/libchip/rtc/m48t08_reg8.c index dcc2a9b39b..722fac2464 100644 --- a/c/src/libchip/rtc/m48t08_reg8.c +++ b/c/src/libchip/rtc/m48t08_reg8.c @@ -7,7 +7,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/c/src/libchip/serial/mc68681_reg.c b/c/src/libchip/serial/mc68681_reg.c index 115bafdfe8..58cf5c3ee3 100644 --- a/c/src/libchip/serial/mc68681_reg.c +++ b/c/src/libchip/serial/mc68681_reg.c @@ -7,7 +7,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/c/src/libchip/serial/mc68681_reg2.c b/c/src/libchip/serial/mc68681_reg2.c index f786ab5df5..84e93e5242 100644 --- a/c/src/libchip/serial/mc68681_reg2.c +++ b/c/src/libchip/serial/mc68681_reg2.c @@ -7,7 +7,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/c/src/libchip/serial/mc68681_reg4.c b/c/src/libchip/serial/mc68681_reg4.c index 075a9b2564..a862d92b40 100644 --- a/c/src/libchip/serial/mc68681_reg4.c +++ b/c/src/libchip/serial/mc68681_reg4.c @@ -7,7 +7,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/c/src/libchip/serial/mc68681_reg8.c b/c/src/libchip/serial/mc68681_reg8.c index b83ccd2b46..4b516748b6 100644 --- a/c/src/libchip/serial/mc68681_reg8.c +++ b/c/src/libchip/serial/mc68681_reg8.c @@ -7,7 +7,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/c/src/libchip/serial/z85c30.c b/c/src/libchip/serial/z85c30.c index b158887618..0eb4452e13 100644 --- a/c/src/libchip/serial/z85c30.c +++ b/c/src/libchip/serial/z85c30.c @@ -22,7 +22,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/c/src/libchip/serial/z85c30.h b/c/src/libchip/serial/z85c30.h index f1beeef5e0..64c834949f 100644 --- a/c/src/libchip/serial/z85c30.h +++ b/c/src/libchip/serial/z85c30.h @@ -17,7 +17,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may in * the file LICENSE in this distribution or at diff --git a/c/src/libchip/serial/z85c30_p.h b/c/src/libchip/serial/z85c30_p.h index 0076fbeaef..cb66bb1e50 100644 --- a/c/src/libchip/serial/z85c30_p.h +++ b/c/src/libchip/serial/z85c30_p.h @@ -17,7 +17,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may in * the file LICENSE in this distribution or at diff --git a/c/src/libchip/serial/z85c30_reg.c b/c/src/libchip/serial/z85c30_reg.c index 889dad4530..14e963b201 100644 --- a/c/src/libchip/serial/z85c30_reg.c +++ b/c/src/libchip/serial/z85c30_reg.c @@ -6,7 +6,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at -- cgit v1.2.3