diff --git a/IBM360/ibm360_cdp.c b/IBM360/ibm360_cdp.c index 4797281..21a1aa6 100644 --- a/IBM360/ibm360_cdp.c +++ b/IBM360/ibm360_cdp.c @@ -1,6 +1,6 @@ -/* ibm360_urec.c: IBM 360 Unit record devices. +/* ibm360_cdp.c: IBM 360 Card Punch - Copyright (c) 2016, Richard Cornwell + Copyright (c) 2017, Richard Cornwell Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), @@ -19,10 +19,7 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - This is the standard card reader. This is the standard card punch. - This is the standard line printer. - This is the standard inquiry or console interface. These units each buffer one record in local memory and signal ready when the buffer is full or empty. The channel must be diff --git a/IBM360/ibm360_cdr.c b/IBM360/ibm360_cdr.c index bb2b1dc..ef0013d 100644 --- a/IBM360/ibm360_cdr.c +++ b/IBM360/ibm360_cdr.c @@ -1,6 +1,6 @@ -/* ibm360_urec.c: IBM 360 Card Reader. +/* ibm360_cdr.c: IBM 360 Card Reader. - Copyright (c) 2016, Richard Cornwell + Copyright (c) 2017, Richard Cornwell 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/IBM360/ibm360_chan.c b/IBM360/ibm360_chan.c index 460e8af..baf6653 100644 --- a/IBM360/ibm360_chan.c +++ b/IBM360/ibm360_chan.c @@ -1,6 +1,6 @@ /* ibm360_chan.c: IBM 360 Channel functions. - Copyright (c) 2007, Richard Cornwell + Copyright (c) 2017, Richard Cornwell 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/IBM360/ibm360_com.c b/IBM360/ibm360_com.c index 9c02c50..4e8a613 100644 --- a/IBM360/ibm360_com.c +++ b/IBM360/ibm360_com.c @@ -1,6 +1,6 @@ /* ibm360_com.c: IBM 360 2703 communications controller - Copyright (c) 2016, Richard Cornwell + Copyright (c) 2017, Richard Cornwell 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/IBM360/ibm360_con.c b/IBM360/ibm360_con.c index 812c07e..e482310 100644 --- a/IBM360/ibm360_con.c +++ b/IBM360/ibm360_con.c @@ -1,6 +1,6 @@ -/* ibm360_urec.c: IBM 360 Unit record devices. +/* ibm360_con.c: IBM 360 Inquiry console. - Copyright (c) 2016, Richard Cornwell + Copyright (c) 2017, Richard Cornwell Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), @@ -19,9 +19,6 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - This is the standard card reader. - This is the standard card punch. - This is the standard line printer. This is the standard inquiry or console interface. These units each buffer one record in local memory and signal diff --git a/IBM360/ibm360_cpu.c b/IBM360/ibm360_cpu.c index cbb78fc..2f3990d 100644 --- a/IBM360/ibm360_cpu.c +++ b/IBM360/ibm360_cpu.c @@ -1,6 +1,6 @@ /* ibm360_cpu.c: ibm 360 cpu simulator. - Copyright (c) 2016, Richard Cornwell + Copyright (c) 2017, Richard Cornwell 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/IBM360/ibm360_dasd.c b/IBM360/ibm360_dasd.c index f252f2b..5c7870c 100644 --- a/IBM360/ibm360_dasd.c +++ b/IBM360/ibm360_dasd.c @@ -1,6 +1,6 @@ /* ibm360_dasd.c: IBM 360 2311/2314 Disk controller - Copyright (c) 2016, Richard Cornwell + Copyright (c) 2017, Richard Cornwell 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/IBM360/ibm360_defs.h b/IBM360/ibm360_defs.h index 5ed7276..29c88e4 100644 --- a/IBM360/ibm360_defs.h +++ b/IBM360/ibm360_defs.h @@ -1,6 +1,6 @@ /* ibm360_defs.h: IBM 360 simulator definitions - Copyright (c) 2005, Richard Cornwell + Copyright (c) 2017, Richard Cornwell 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/IBM360/ibm360_lpr.c b/IBM360/ibm360_lpr.c index af39704..535d6ff 100644 --- a/IBM360/ibm360_lpr.c +++ b/IBM360/ibm360_lpr.c @@ -1,6 +1,6 @@ -/* ibm360_urec.c: IBM 360 Line Printer +/* ibm360_lpr.c: IBM 360 Line Printer - Copyright (c) 2016, Richard Cornwell + Copyright (c) 2017, Richard Cornwell Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), @@ -20,7 +20,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. This is the standard line printer. - This is the standard inquiry or console interface. These units each buffer one record in local memory and signal ready when the buffer is full or empty. The channel must be diff --git a/IBM360/ibm360_mt.c b/IBM360/ibm360_mt.c index 1c558d8..dff3386 100644 --- a/IBM360/ibm360_mt.c +++ b/IBM360/ibm360_mt.c @@ -1,6 +1,6 @@ /* ibm360_mt.c: IBM 360 2400 Magnetic tape controller - Copyright (c) 2016, Richard Cornwell + Copyright (c) 2017, Richard Cornwell 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/IBM360/ibm360_sys.c b/IBM360/ibm360_sys.c index 5bb222b..7777023 100644 --- a/IBM360/ibm360_sys.c +++ b/IBM360/ibm360_sys.c @@ -1,6 +1,6 @@ /* ibm360_sys.c: IBM 360 Simulator system interface. - Copyright (c) 2005, Richard Cornwell + Copyright (c) 2017, Richard Cornwell Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),