summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/hc11debug.c2
-rw-r--r--src/hc11eepr.c2
-rw-r--r--src/hc11loader.c2
-rw-r--r--src/s19stuff.c2
-rw-r--r--src/serial.c2
-rw-r--r--src/talker.c2
-rw-r--r--src/tty.c2
-rw-r--r--src/ui.c2
8 files changed, 8 insertions, 8 deletions
diff --git a/src/hc11debug.c b/src/hc11debug.c
index 5206198..d3689e2 100644
--- a/src/hc11debug.c
+++ b/src/hc11debug.c
@@ -2,7 +2,7 @@
hc11debug - Debugger for the Motorola 68HC11
- Copyright (C) 2004-2020 Dominic Radermacher <blip@mockmoon-cybernetics.ch>
+ Copyright (C) 2004-2021 Dominic Radermacher <dominic@familie-radermacher.ch>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/src/hc11eepr.c b/src/hc11eepr.c
index 2eb39fc..5b5f6e3 100644
--- a/src/hc11eepr.c
+++ b/src/hc11eepr.c
@@ -2,7 +2,7 @@
/* --------------------------------------------------------------------
hc11eepr - Read and write S19 binaries from/to the EEPROM of the 68HC11
- Copyright (C) 2004-2020 Dominic Radermacher <blip@mockmoon-cybernetics.ch>
+ Copyright (C) 2004-2021 Dominic Radermacher <dominic@familie-radermacher.ch>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/src/hc11loader.c b/src/hc11loader.c
index 30bd698..2f55965 100644
--- a/src/hc11loader.c
+++ b/src/hc11loader.c
@@ -2,7 +2,7 @@
/* --------------------------------------------------------------------
hc11loader - Bootloader for the Motorola 68HC11
- Copyright (C) 2004-2020 Dominic Radermacher <blip@mockmoon-cybernetics.ch>
+ Copyright (C) 2004-2021 Dominic Radermacher <dominic@familie-radermacher.ch>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/src/s19stuff.c b/src/s19stuff.c
index 640749a..dad1917 100644
--- a/src/s19stuff.c
+++ b/src/s19stuff.c
@@ -2,7 +2,7 @@
This file is part of hc11tools
- Copyright (C) 2004-2020 Dominic Radermacher <blip@mockmoon-cybernetics.ch>
+ Copyright (C) 2004-2021 Dominic Radermacher <dominic@familie-radermacher.ch>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/src/serial.c b/src/serial.c
index 24aa09b..50ca4ad 100644
--- a/src/serial.c
+++ b/src/serial.c
@@ -2,7 +2,7 @@
This file is part of hc11tools
- Copyright (C) 2004-2020 Dominic Radermacher <blip@mockmoon-cybernetics.ch>
+ Copyright (C) 2004-2021 Dominic Radermacher <dominic@familie-radermacher.ch>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/src/talker.c b/src/talker.c
index 0b5e4a7..64539a4 100644
--- a/src/talker.c
+++ b/src/talker.c
@@ -2,7 +2,7 @@
This file is part of hc11tools
- Copyright (C) 2004-2020 Dominic Radermacher <blip@mockmoon-cybernetics.ch>
+ Copyright (C) 2004-2021 Dominic Radermacher <dominic@familie-radermacher.ch>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/src/tty.c b/src/tty.c
index ccef6ba..c71486d 100644
--- a/src/tty.c
+++ b/src/tty.c
@@ -1,7 +1,7 @@
/* --------------------------------------------------------------------
This file is part of my 68HC11 devtools project
- Copyright (C) 2004-2020 Dominic Radermacher <blip@mockmoon-cybernetics.ch>
+ Copyright (C) 2004-2021 Dominic Radermacher <dominic@familie-radermacher.ch>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/src/ui.c b/src/ui.c
index ebe2b7c..51a98a9 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -1,7 +1,7 @@
/* --------------------------------------------------------------------
This file is part of hc11tools
- Copyright (C) 2004-2020 Dominic Radermacher <blip@mockmoon-cybernetics.ch>
+ Copyright (C) 2004-2021 Dominic Radermacher <dominic@familie-radermacher.ch>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.