Skip to content

Commit 9917a37

Browse files
committed
Update email address.
1 parent a1fc0e2 commit 9917a37

15 files changed

+15
-15
lines changed

tests/tester.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* Z80 CPU Emulator.
33
https://github.com/kosarev/z80
44
5-
Copyright (c) 2017 Ivan Kosarev <[email protected]>
5+
Copyright (c) 2017 Ivan Kosarev <[email protected]>
66
Published under the MIT license.
77
*/
88

tests/tests_i8080

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Z80 CPU Emulator.
33
# https://github.com/kosarev/z80
44
#
5-
# Copyright (c) 2019 Ivan Kosarev <[email protected]>
5+
# Copyright (c) 2019 Ivan Kosarev <[email protected]>
66
# Published under the MIT license.
77

88
# ACI n

tests/tests_z80

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Z80 CPU Emulator.
33
# https://github.com/kosarev/z80
44
#
5-
# Copyright (c) 2017 Ivan Kosarev <[email protected]>
5+
# Copyright (c) 2017 Ivan Kosarev <[email protected]>
66
# Published under the MIT license.
77

88

z80.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* Z80 CPU Emulator.
33
https://github.com/kosarev/z80
44
5-
Copyright (c) 2017 Ivan Kosarev <[email protected]>
5+
Copyright (c) 2017 Ivan Kosarev <[email protected]>
66
Published under the MIT license.
77
*/
88

z80/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# https://github.com/kosarev/z80
44
#
55
# Copyright (C) 2017-2019 Ivan Kosarev.
6-
6+
77
#
88
# Published under the MIT license.
99

z80/_disasm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# https://github.com/kosarev/z80
66
#
77
# Copyright (C) 2017-2021 Ivan Kosarev.
8-
8+
99
#
1010
# Published under the MIT license.
1111

z80/_disasm_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/kosarev/z80
33
#
44
# Copyright (C) 2017-2021 Ivan Kosarev.
5-
5+
66
#
77
# Published under the MIT license.
88

z80/_error.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/kosarev/z80
33
#
44
# Copyright (C) 2017-2019 Ivan Kosarev.
5-
5+
66
#
77
# Published under the MIT license.
88

z80/_instr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# https://github.com/kosarev/z80
66
#
77
# Copyright (C) 2017-2021 Ivan Kosarev.
8-
8+
99
#
1010
# Published under the MIT license.
1111

z80/_machine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# https://github.com/kosarev/z80
44
#
55
# Copyright (C) 2017-2019 Ivan Kosarev.
6-
6+
77
#
88
# Published under the MIT license.
99

z80/_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# https://github.com/kosarev/z80
66
#
77
# Copyright (C) 2017-2020 Ivan Kosarev.
8-
8+
99
#
1010
# Published under the MIT license.
1111

z80/_source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# https://github.com/kosarev/z80
66
#
77
# Copyright (C) 2017-2021 Ivan Kosarev.
8-
8+
99
#
1010
# Published under the MIT license.
1111

z80/_token.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# https://github.com/kosarev/z80
66
#
77
# Copyright (C) 2017-2021 Ivan Kosarev.
8-
8+
99
#
1010
# Published under the MIT license.
1111

z80/_z80module.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
https://github.com/kosarev/z80
44
55
Copyright (C) 2019 Ivan Kosarev.
6-
6+
77
88
Published under the MIT license.
99
*/

z80/machine.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
https://github.com/kosarev/z80
44
55
Copyright (C) 2019 Ivan Kosarev.
6-
6+
77
88
Published under the MIT license.
99
*/

0 commit comments

Comments
 (0)