summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-03-02 18:17:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-03-02 18:17:22 +0000
commitf010a5ee1ae7b16a93a688fa9203c2c93b9f6c4e (patch)
tree1403ec1aa1c98e4537c1551a90ac6c5570fe8467 /c
parent2001-02-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de: (diff)
downloadrtems-f010a5ee1ae7b16a93a688fa9203c2c93b9f6c4e.tar.bz2
2001-03-01 Joel Sherrill <joel@OARcorp.com>
* 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.
Diffstat (limited to 'c')
-rw-r--r--c/src/libchip/ChangeLog10
-rw-r--r--c/src/libchip/network/cs8900.c1
-rw-r--r--c/src/libchip/network/cs8900.h1
-rw-r--r--c/src/libchip/network/sonic.c1
-rw-r--r--c/src/libchip/network/sonic.h1
-rw-r--r--c/src/libchip/rtc/icm7170_reg.c1
-rw-r--r--c/src/libchip/rtc/icm7170_reg2.c1
-rw-r--r--c/src/libchip/rtc/icm7170_reg4.c1
-rw-r--r--c/src/libchip/rtc/icm7170_reg8.c1
-rw-r--r--c/src/libchip/rtc/m48t08_reg.c1
-rw-r--r--c/src/libchip/rtc/m48t08_reg2.c1
-rw-r--r--c/src/libchip/rtc/m48t08_reg4.c1
-rw-r--r--c/src/libchip/rtc/m48t08_reg8.c1
-rw-r--r--c/src/libchip/serial/mc68681_reg.c1
-rw-r--r--c/src/libchip/serial/mc68681_reg2.c1
-rw-r--r--c/src/libchip/serial/mc68681_reg4.c1
-rw-r--r--c/src/libchip/serial/mc68681_reg8.c1
-rw-r--r--c/src/libchip/serial/z85c30.c1
-rw-r--r--c/src/libchip/serial/z85c30.h1
-rw-r--r--c/src/libchip/serial/z85c30_p.h1
-rw-r--r--c/src/libchip/serial/z85c30_reg.c1
21 files changed, 10 insertions, 20 deletions
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 <joel@OARcorp.com>
+
+ * 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 <corsepiu@faw.uni-ulm.de>
* 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