diff --git a/swtp6800/common/bootrom.c b/swtp6800/common/bootrom.c index c3ecc6e8..d3e8d6e1 100644 --- a/swtp6800/common/bootrom.c +++ b/swtp6800/common/bootrom.c @@ -1,6 +1,6 @@ /* bootrom.c: Boot ROM simulator for Motorola processors - Copyright (c) 2010-2011, William A. Beech + Copyright (c) 2010-2012, William A. Beech Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), @@ -24,8 +24,8 @@ in this Software without prior written authorization from William A. Beech. These functions support a single simulated 2704 to 2764 EPROM device on - an 8-bit computer system.. This device allows the the device buffer to - be loaded from a binary file containing the emulated EPROM code. + an 8-bit computer system.. This device allows the buffer to be loaded from + a binary file containing the emulated EPROM code. These functions support a simulated 2704, 2708, 2716, 2732 or 2764 EPROM device on a CPU board. The byte get and put routines use an offset into diff --git a/swtp6800/common/dc-4.c b/swtp6800/common/dc-4.c index 4eabb167..0c2f0b96 100644 --- a/swtp6800/common/dc-4.c +++ b/swtp6800/common/dc-4.c @@ -1,6 +1,6 @@ /* dc4.c: SWTP DC-4 FDC Simulator - Copyright (c) 2005-2011, William A. Beech + Copyright (c) 2005-2012, William A. Beech Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/swtp6800/common/i2716.c b/swtp6800/common/i2716.c index fe827008..d041568d 100644 --- a/swtp6800/common/i2716.c +++ b/swtp6800/common/i2716.c @@ -1,6 +1,6 @@ /* i2716.c: Intel 2716 EPROM simulator for 8-bit processors - Copyright (c) 2011, William A. Beech + Copyright (c) 2011-2012, William A. Beech Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/swtp6800/common/m6800.c b/swtp6800/common/m6800.c index 7ceb4aad..6390e0dd 100644 --- a/swtp6800/common/m6800.c +++ b/swtp6800/common/m6800.c @@ -1,6 +1,6 @@ /* m6800.c: SWTP 6800 CPU simulator - Copyright (c) 2005-2011, William Beech + Copyright (c) 2005-2012, William Beech Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/swtp6800/common/m6810.c b/swtp6800/common/m6810.c index 3bb5660a..a752fb2b 100644 --- a/swtp6800/common/m6810.c +++ b/swtp6800/common/m6810.c @@ -1,6 +1,6 @@ /* m6810.c: Motorola m6810 RAM emulator - Copyright (c) 2011, William A. Beech + Copyright (c) 2011-2012, William A. Beech Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/swtp6800/common/mp-8m.c b/swtp6800/common/mp-8m.c index 9126b05a..69f5bb9d 100644 --- a/swtp6800/common/mp-8m.c +++ b/swtp6800/common/mp-8m.c @@ -1,6 +1,6 @@ /* mp-8m.c: SWTP 8K Byte Memory Card emulator - Copyright (c) 2011, William A. Beech + Copyright (c) 2011-2012, William A. Beech Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/swtp6800/common/mp-a.c b/swtp6800/common/mp-a.c index 6dd77509..b6517bac 100644 --- a/swtp6800/common/mp-a.c +++ b/swtp6800/common/mp-a.c @@ -1,6 +1,6 @@ /* mp-a.c: SWTP MP-A M6800 CPU simulator - Copyright (c) 2011, William Beech + Copyright (c) 2011-2012, William Beech Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/swtp6800/common/mp-a2.c b/swtp6800/common/mp-a2.c index 21805dcb..e333a7f4 100644 --- a/swtp6800/common/mp-a2.c +++ b/swtp6800/common/mp-a2.c @@ -1,6 +1,6 @@ /* mp-a2.c: SWTP MP-A2 M6800 CPU simulator - Copyright (c) 2011, William Beech + Copyright (c) 2011-2012, William Beech Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/swtp6800/common/mp-b2.c b/swtp6800/common/mp-b2.c index bcab28bd..0f334c39 100644 --- a/swtp6800/common/mp-b2.c +++ b/swtp6800/common/mp-b2.c @@ -1,6 +1,6 @@ /* mp-b2.c: SWTP SS-50/SS-30 MP-B2 Mother Board - Copyright (c) 2011, William A. Beech + Copyright (c) 2011-2012, William A. Beech Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/swtp6800/common/mp-s.c b/swtp6800/common/mp-s.c index f2922f56..f4bae1f3 100644 --- a/swtp6800/common/mp-s.c +++ b/swtp6800/common/mp-s.c @@ -1,6 +1,6 @@ /* mp-s.c: SWTP MP-S serial I/O card simulator - Copyright (c) 2005-2011, William Beech + Copyright (c) 2005-2012, William Beech Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/swtp6800/swtp6800/mp-a2_sys.c b/swtp6800/swtp6800/mp-a2_sys.c index f5393d8f..adcd79f5 100644 --- a/swtp6800/swtp6800/mp-a2_sys.c +++ b/swtp6800/swtp6800/mp-a2_sys.c @@ -1,6 +1,6 @@ /* mp-a_sys.c: SWTP 6800 system interface - Copyright (c) 2005, William Beech + Copyright (c) 2005-2012, William Beech Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/swtp6800/swtp6800/mp-a_sys.c b/swtp6800/swtp6800/mp-a_sys.c index 2bc1afc2..cfbc9814 100644 --- a/swtp6800/swtp6800/mp-a_sys.c +++ b/swtp6800/swtp6800/mp-a_sys.c @@ -1,6 +1,6 @@ /* mp-a_sys.c: SWTP 6800 system interface - Copyright (c) 2005, William Beech + Copyright (c) 2005-2012, William Beech Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),