summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/tqm8xx
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/tqm8xx')
-rw-r--r--bsps/powerpc/tqm8xx/console/console.c23
-rw-r--r--bsps/powerpc/tqm8xx/start/cp.c2
-rw-r--r--bsps/powerpc/tqm8xx/start/dpram.c2
3 files changed, 11 insertions, 16 deletions
diff --git a/bsps/powerpc/tqm8xx/console/console.c b/bsps/powerpc/tqm8xx/console/console.c
index 0e0dace33e..f1bc7792c7 100644
--- a/bsps/powerpc/tqm8xx/console/console.c
+++ b/bsps/powerpc/tqm8xx/console/console.c
@@ -13,23 +13,18 @@
*/
/*
- * Author:
- * W. Eric Norum
- * Saskatchewan Accelerator Laboratory
- * University of Saskatchewan
- * Saskatoon, Saskatchewan, CANADA
- * eric@skatter.usask.ca
+ * Copyright (c) 2005 Eric Norum <eric@norum.ca>
*
- * COPYRIGHT (c) 1989-1998.
- * On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
+ * COPYRIGHT (c) 1989-1998.
+ * On-Line Applications Research Corporation (OAR).
+ * Copyright assigned to U.S. Government, 1994.
*
- * Copyright (c) 2008 Thomas Doerfler, embedded brains GmbH.
- * All rights reserved.
+ * Copyright (c) 2008 Thomas Doerfler, embedded brains GmbH.
+ * All rights reserved.
*
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.OARcorp.com/rtems/license.html.
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.OARcorp.com/rtems/license.html.
*/
#include <unistd.h>
diff --git a/bsps/powerpc/tqm8xx/start/cp.c b/bsps/powerpc/tqm8xx/start/cp.c
index de38f0a5df..9938f37623 100644
--- a/bsps/powerpc/tqm8xx/start/cp.c
+++ b/bsps/powerpc/tqm8xx/start/cp.c
@@ -6,7 +6,7 @@
* Based on code (alloc860.c in eth_comm port) by
* Jay Monkman (jmonkman@frasca.com),
* which, in turn, is based on code by
- * W. Eric Norum (eric@skatter.usask.ca).
+ * W. Eric Norum (eric@norum.ca).
*
* Modifications by Darlene Stewart (Darlene.Stewart@iit.nrc.ca):
* Copyright (c) 1999, National Research Council of Canada
diff --git a/bsps/powerpc/tqm8xx/start/dpram.c b/bsps/powerpc/tqm8xx/start/dpram.c
index 4f6cb6d94a..f40e207c93 100644
--- a/bsps/powerpc/tqm8xx/start/dpram.c
+++ b/bsps/powerpc/tqm8xx/start/dpram.c
@@ -6,7 +6,7 @@
* Based on code (alloc860.c in eth_comm port) by
* Jay Monkman (jmonkman@frasca.com),
* which, in turn, is based on code by
- * W. Eric Norum (eric@skatter.usask.ca).
+ * W. Eric Norum (eric@norum.ca).
*
*
* Modifications :