mirror of
https://github.com/rcornwell/sims.git
synced 2026-03-28 10:42:51 +00:00
IBM360: Updated copyright notices.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"),
|
||||
|
||||
@@ -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"),
|
||||
|
||||
@@ -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"),
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"),
|
||||
|
||||
@@ -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"),
|
||||
|
||||
@@ -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"),
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"),
|
||||
|
||||
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user