summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-05-18 01:02:18 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-05-18 01:02:18 +0000
commita99f258ce7f325455fd36fc38cfa28de704ade17 (patch)
tree8c562310adfa9c9a7a2f81435e7894cf22144718
parent85e4bcd6f15c63763b9ca5b9f866b8ab7aacbc4e (diff)
Update Montavista email addresses.
-rw-r--r--arch/mips/au1000/common/Makefile2
-rw-r--r--arch/mips/au1000/common/prom.c2
-rw-r--r--arch/mips/au1000/common/puts.c2
-rw-r--r--arch/mips/au1000/pb1000/Makefile2
-rw-r--r--arch/mips/au1000/pb1000/init.c2
-rw-r--r--arch/mips/au1000/pb1000/setup.c2
-rw-r--r--arch/mips/galileo-boards/ev96100/Makefile2
-rw-r--r--arch/mips/galileo-boards/ev96100/init.c2
-rw-r--r--arch/mips/galileo-boards/ev96100/memory.c2
-rw-r--r--arch/mips/galileo-boards/ev96100/pci.c2
-rw-r--r--arch/mips/galileo-boards/generic/reset.c2
-rw-r--r--arch/mips/ite-boards/generic/Makefile2
-rw-r--r--drivers/net/gt96100eth.c2
-rw-r--r--drivers/net/gt96100eth.h2
-rw-r--r--include/asm-mips/au1000.h2
15 files changed, 15 insertions, 15 deletions
diff --git a/arch/mips/au1000/common/Makefile b/arch/mips/au1000/common/Makefile
index 5d8c60a93..4488d7236 100644
--- a/arch/mips/au1000/common/Makefile
+++ b/arch/mips/au1000/common/Makefile
@@ -1,7 +1,7 @@
#
# Copyright 2000 MontaVista Software Inc.
# Author: MontaVista Software, Inc.
-# ppopov@mvista.com or support@mvista.com
+# ppopov@mvista.com or source@mvista.com
#
# Makefile for the Alchemy Au1000 CPU, generic files.
#
diff --git a/arch/mips/au1000/common/prom.c b/arch/mips/au1000/common/prom.c
index 1c64aa1c4..6a0a0cef1 100644
--- a/arch/mips/au1000/common/prom.c
+++ b/arch/mips/au1000/common/prom.c
@@ -6,7 +6,7 @@
*
* Copyright 2000 MontaVista Software Inc.
* Author: MontaVista Software, Inc.
- * ppopov@mvista.com or support@mvista.com
+ * ppopov@mvista.com or source@mvista.com
*
* This file was derived from Carsten Langgaard's
* arch/mips/mips-boards/xx files.
diff --git a/arch/mips/au1000/common/puts.c b/arch/mips/au1000/common/puts.c
index ab0a966f4..066ab67fd 100644
--- a/arch/mips/au1000/common/puts.c
+++ b/arch/mips/au1000/common/puts.c
@@ -5,7 +5,7 @@
*
* Copyright 2001 MontaVista Software Inc.
* Author: MontaVista Software, Inc.
- * ppopov@mvista.com or support@mvista.com
+ * ppopov@mvista.com or source@mvista.com
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/arch/mips/au1000/pb1000/Makefile b/arch/mips/au1000/pb1000/Makefile
index c6d318793..3689134f8 100644
--- a/arch/mips/au1000/pb1000/Makefile
+++ b/arch/mips/au1000/pb1000/Makefile
@@ -1,7 +1,7 @@
#
# Copyright 2000 MontaVista Software Inc.
# Author: MontaVista Software, Inc.
-# ppopov@mvista.com or support@mvista.com
+# ppopov@mvista.com or source@mvista.com
#
# Makefile for the Alchemy Semiconductor PB1000 board.
#
diff --git a/arch/mips/au1000/pb1000/init.c b/arch/mips/au1000/pb1000/init.c
index 27cbae887..f06a2505a 100644
--- a/arch/mips/au1000/pb1000/init.c
+++ b/arch/mips/au1000/pb1000/init.c
@@ -5,7 +5,7 @@
*
* Copyright 2001 MontaVista Software Inc.
* Author: MontaVista Software, Inc.
- * ppopov@mvista.com or support@mvista.com
+ * ppopov@mvista.com or source@mvista.com
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/arch/mips/au1000/pb1000/setup.c b/arch/mips/au1000/pb1000/setup.c
index aaa80694f..de3cdd6c7 100644
--- a/arch/mips/au1000/pb1000/setup.c
+++ b/arch/mips/au1000/pb1000/setup.c
@@ -5,7 +5,7 @@
*
* Copyright 2000 MontaVista Software Inc.
* Author: MontaVista Software, Inc.
- * ppopov@mvista.com or support@mvista.com
+ * ppopov@mvista.com or source@mvista.com
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/arch/mips/galileo-boards/ev96100/Makefile b/arch/mips/galileo-boards/ev96100/Makefile
index 5e59068ad..5581fef0c 100644
--- a/arch/mips/galileo-boards/ev96100/Makefile
+++ b/arch/mips/galileo-boards/ev96100/Makefile
@@ -1,7 +1,7 @@
#
# Copyright 2000 MontaVista Software Inc.
# Author: MontaVista Software, Inc.
-# ppopov@mvista.com or support@mvista.com
+# ppopov@mvista.com or source@mvista.com
#
# Makefile for the Galileo EV96100 board.
#
diff --git a/arch/mips/galileo-boards/ev96100/init.c b/arch/mips/galileo-boards/ev96100/init.c
index 320d95718..a03d86c8d 100644
--- a/arch/mips/galileo-boards/ev96100/init.c
+++ b/arch/mips/galileo-boards/ev96100/init.c
@@ -1,7 +1,7 @@
/*
* Copyright 2000 MontaVista Software Inc.
* Author: MontaVista Software, Inc.
- * ppopov@mvista.com or support@mvista.com
+ * ppopov@mvista.com or source@mvista.com
*
* This file was derived from Carsten Langgaard's
* arch/mips/mips-boards/generic/generic.c
diff --git a/arch/mips/galileo-boards/ev96100/memory.c b/arch/mips/galileo-boards/ev96100/memory.c
index 2adccf0f8..333d80ba8 100644
--- a/arch/mips/galileo-boards/ev96100/memory.c
+++ b/arch/mips/galileo-boards/ev96100/memory.c
@@ -5,7 +5,7 @@
*
* Copyright 2000 MontaVista Software Inc.
* Author: MontaVista Software, Inc.
- * ppopov@mvista.com or support@mvista.com
+ * ppopov@mvista.com or source@mvista.com
*
* This file was derived from Carsten Langgaard's
* arch/mips/mips-boards/generic/memory.c.
diff --git a/arch/mips/galileo-boards/ev96100/pci.c b/arch/mips/galileo-boards/ev96100/pci.c
index 2ea7f238a..6ef0f55dc 100644
--- a/arch/mips/galileo-boards/ev96100/pci.c
+++ b/arch/mips/galileo-boards/ev96100/pci.c
@@ -5,7 +5,7 @@
*
* Copyright 2000 MontaVista Software Inc.
* Author: MontaVista Software, Inc.
- * ppopov@mvista.com or support@mvista.com
+ * ppopov@mvista.com or source@mvista.com
*
* This file was derived from Carsten Langgaard's
* arch/mips/mips-boards/generic/pci.c
diff --git a/arch/mips/galileo-boards/generic/reset.c b/arch/mips/galileo-boards/generic/reset.c
index fc080c080..a76853286 100644
--- a/arch/mips/galileo-boards/generic/reset.c
+++ b/arch/mips/galileo-boards/generic/reset.c
@@ -5,7 +5,7 @@
*
* Copyright 2000 MontaVista Software Inc.
* Author: MontaVista Software, Inc.
- * ppopov@mvista.com or support@mvista.com
+ * ppopov@mvista.com or source@mvista.com
*
* This file was derived from Carsten Langgaard's
* arch/mips/mips-boards/generic/reset.c
diff --git a/arch/mips/ite-boards/generic/Makefile b/arch/mips/ite-boards/generic/Makefile
index 71d61ead8..6c7d83ea9 100644
--- a/arch/mips/ite-boards/generic/Makefile
+++ b/arch/mips/ite-boards/generic/Makefile
@@ -1,7 +1,7 @@
#
# Copyright 2000 MontaVista Software Inc.
# Author: MontaVista Software, Inc.
-# ppopov@mvista.com or support@mvista.com
+# ppopov@mvista.com or source@mvista.com
#
# Makefile for the ITE 8172 (qed-4n-s01b) board, generic files.
#
diff --git a/drivers/net/gt96100eth.c b/drivers/net/gt96100eth.c
index 6eecd78f1..6b8eabfa5 100644
--- a/drivers/net/gt96100eth.c
+++ b/drivers/net/gt96100eth.c
@@ -1,7 +1,7 @@
/*
* Copyright 2000 MontaVista Software Inc.
* Author: MontaVista Software, Inc.
- * stevel@mvista.com or support@mvista.com
+ * stevel@mvista.com or source@mvista.com
*
* ########################################################################
*
diff --git a/drivers/net/gt96100eth.h b/drivers/net/gt96100eth.h
index 2bca8d8ef..dfbc4b13f 100644
--- a/drivers/net/gt96100eth.h
+++ b/drivers/net/gt96100eth.h
@@ -1,7 +1,7 @@
/*
* Copyright 2000 MontaVista Software Inc.
* Author: MontaVista Software, Inc.
- * stevel@mvista.com or support@mvista.com
+ * stevel@mvista.com or source@mvista.com
*
* ########################################################################
*
diff --git a/include/asm-mips/au1000.h b/include/asm-mips/au1000.h
index 39cdb61c2..018f03a38 100644
--- a/include/asm-mips/au1000.h
+++ b/include/asm-mips/au1000.h
@@ -5,7 +5,7 @@
*
* Copyright 2000 MontaVista Software Inc.
* Author: MontaVista Software, Inc.
- * ppopov@mvista.com or support@mvista.com
+ * ppopov@mvista.com or source@mvista.com
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the