aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Schodet2021-10-04 08:55:07 +0200
committerNicolas Schodet2021-10-04 08:55:07 +0200
commit1a2dfde709b105c4fa7d4c0744182728e5ca4386 (patch)
treeb2b6f2bde7807b957cee8bad011e6d40e3610ea7
parent8ef1da92b5c29db79ad8bdfbe7c52fb43e8bca6f (diff)
Update David Anderson email address
At his request, the old address died at least 15 years ago.
-rw-r--r--error.c2
-rw-r--r--error.h2
-rw-r--r--firmware.c2
-rw-r--r--firmware.h2
-rw-r--r--flash.c2
-rw-r--r--flash.h2
-rw-r--r--flash_routine.h.base2
-rw-r--r--flash_write/crt0.s2
-rw-r--r--flash_write/flash.c2
-rw-r--r--lowlevel.c2
-rw-r--r--lowlevel.h2
-rw-r--r--main_fwexec.c2
-rw-r--r--main_fwflash.c2
-rwxr-xr-xmake_flash_header.py2
-rw-r--r--samba.c2
-rw-r--r--samba.h2
16 files changed, 16 insertions, 16 deletions
diff --git a/error.c b/error.c
index c0c828d..f4e80ac 100644
--- a/error.c
+++ b/error.c
@@ -1,7 +1,7 @@
/**
* NXT bootstrap interface; error handling code.
*
- * Copyright 2006 David Anderson <david.anderson@calixo.net>
+ * Copyright 2006 David Anderson <dave@natulte.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/error.h b/error.h
index 6de90d1..7b88345 100644
--- a/error.h
+++ b/error.h
@@ -1,7 +1,7 @@
/**
* NXT bootstrap interface; error handling code.
*
- * Copyright 2006 David Anderson <david.anderson@calixo.net>
+ * Copyright 2006 David Anderson <dave@natulte.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/firmware.c b/firmware.c
index 7300f0a..4a7afd7 100644
--- a/firmware.c
+++ b/firmware.c
@@ -1,7 +1,7 @@
/**
* NXT bootstrap interface; NXT firmware handling code.
*
- * Copyright 2006 David Anderson <david.anderson@calixo.net>
+ * Copyright 2006 David Anderson <dave@natulte.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/firmware.h b/firmware.h
index 97dc369..49e1028 100644
--- a/firmware.h
+++ b/firmware.h
@@ -1,7 +1,7 @@
/**
* NXT bootstrap interface; NXT firmware handling code.
*
- * Copyright 2006 David Anderson <david.anderson@calixo.net>
+ * Copyright 2006 David Anderson <dave@natulte.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/flash.c b/flash.c
index df2ff5d..3e70fcf 100644
--- a/flash.c
+++ b/flash.c
@@ -1,7 +1,7 @@
/**
* NXT bootstrap interface; NXT flash chip code.
*
- * Copyright 2006 David Anderson <david.anderson@calixo.net>
+ * Copyright 2006 David Anderson <dave@natulte.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/flash.h b/flash.h
index 8d157d7..f27c5bf 100644
--- a/flash.h
+++ b/flash.h
@@ -1,7 +1,7 @@
/**
* NXT bootstrap interface; NXT flash chip access code.
*
- * Copyright 2006 David Anderson <david.anderson@calixo.net>
+ * Copyright 2006 David Anderson <dave@natulte.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/flash_routine.h.base b/flash_routine.h.base
index c861199..41c4d4c 100644
--- a/flash_routine.h.base
+++ b/flash_routine.h.base
@@ -2,7 +2,7 @@
* Flash routine. Hardcodes the ARM7 bytecode for writing data to
* flash memory in the downloader binary.
*
- * Copyright 2006 David Anderson <david.anderson@calixo.net>
+ * Copyright 2006 David Anderson <dave@natulte.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/flash_write/crt0.s b/flash_write/crt0.s
index 680573b..8911d14 100644
--- a/flash_write/crt0.s
+++ b/flash_write/crt0.s
@@ -1,7 +1,7 @@
/**
* NXT bootstrap interface; NXT onboard flashing driver bootstrap.
*
- * Copyright 2006 David Anderson <david.anderson@calixo.net>
+ * Copyright 2006 David Anderson <dave@natulte.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/flash_write/flash.c b/flash_write/flash.c
index 5ae3ede..7819fe8 100644
--- a/flash_write/flash.c
+++ b/flash_write/flash.c
@@ -1,7 +1,7 @@
/**
* NXT bootstrap interface; NXT onboard flashing driver.
*
- * Copyright 2006 David Anderson <david.anderson@calixo.net>
+ * Copyright 2006 David Anderson <dave@natulte.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/lowlevel.c b/lowlevel.c
index 25a6f86..a76180f 100644
--- a/lowlevel.c
+++ b/lowlevel.c
@@ -1,7 +1,7 @@
/**
* NXT bootstrap interface; low-level USB functions.
*
- * Copyright 2006 David Anderson <david.anderson@calixo.net>
+ * Copyright 2006 David Anderson <dave@natulte.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/lowlevel.h b/lowlevel.h
index b87b483..a46c056 100644
--- a/lowlevel.h
+++ b/lowlevel.h
@@ -1,7 +1,7 @@
/**
* NXT bootstrap interface; low-level USB functions.
*
- * Copyright 2006 David Anderson <david.anderson@calixo.net>
+ * Copyright 2006 David Anderson <dave@natulte.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/main_fwexec.c b/main_fwexec.c
index 2479f6a..c2b63da 100644
--- a/main_fwexec.c
+++ b/main_fwexec.c
@@ -2,7 +2,7 @@
* Main program code for the runc utility.
*
* Copyright 2006 Lawrie Griffiths <lawrie.griffiths@ntlworld.com>
- * 2007 David Anderson <david.anderson@calixo.net>
+ * 2007 David Anderson <dave@natulte.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/main_fwflash.c b/main_fwflash.c
index 08cb926..ed1fc88 100644
--- a/main_fwflash.c
+++ b/main_fwflash.c
@@ -1,7 +1,7 @@
/**
* Main program code for the fwflash utility.
*
- * Copyright 2006 David Anderson <david.anderson@calixo.net>
+ * Copyright 2006 David Anderson <dave@natulte.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/make_flash_header.py b/make_flash_header.py
index 36bd77a..b7e5280 100755
--- a/make_flash_header.py
+++ b/make_flash_header.py
@@ -2,7 +2,7 @@
#
"""Embed flash routine as an array of bytes in a header file."""
#
-# Copyright 2006 David Anderson <david.anderson@calixo.net>
+# Copyright 2006 David Anderson <dave@natulte.net>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/samba.c b/samba.c
index 899267d..be71b73 100644
--- a/samba.c
+++ b/samba.c
@@ -1,7 +1,7 @@
/**
* NXT bootstrap interface; NXT Bootstrap control functions.
*
- * Copyright 2006 David Anderson <david.anderson@calixo.net>
+ * Copyright 2006 David Anderson <dave@natulte.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/samba.h b/samba.h
index e899078..02457b0 100644
--- a/samba.h
+++ b/samba.h
@@ -1,7 +1,7 @@
/**
* NXT bootstrap interface; NXT bootstrap control functions.
*
- * Copyright 2006 David Anderson <david.anderson@calixo.net>
+ * Copyright 2006 David Anderson <dave@natulte.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as