From f85d9c47bfe32610c8d5d0912cc0f6c56739c9ed Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Sat, 22 Feb 2020 15:02:09 -0500 Subject: [PATCH] KA10: Updated Copyright notices. --- PDP10/kx10_cp.c | 4 ++-- PDP10/kx10_cpu.c | 4 ++-- PDP10/kx10_cr.c | 4 ++-- PDP10/kx10_cty.c | 4 ++-- PDP10/kx10_dc.c | 4 ++-- PDP10/kx10_df.c | 2 +- PDP10/kx10_dk.c | 4 ++-- PDP10/kx10_dp.c | 4 ++-- PDP10/kx10_dt.c | 4 ++-- PDP10/kx10_imp.c | 4 ++-- PDP10/kx10_lp.c | 4 ++-- PDP10/kx10_mt.c | 4 ++-- PDP10/kx10_pt.c | 4 ++-- PDP10/kx10_rc.c | 4 ++-- PDP10/kx10_rh.c | 2 +- PDP10/kx10_rp.c | 4 ++-- PDP10/kx10_rs.c | 4 ++-- PDP10/kx10_sys.c | 4 ++-- PDP10/kx10_tu.c | 4 ++-- 19 files changed, 36 insertions(+), 36 deletions(-) diff --git a/PDP10/kx10_cp.c b/PDP10/kx10_cp.c index a0e910a..141a5df 100644 --- a/PDP10/kx10_cp.c +++ b/PDP10/kx10_cp.c @@ -1,6 +1,6 @@ -/* ka10_cp.c: PDP10 Card Punch +/* kx10_cp.c: PDP10 Card Punch - Copyright (c) 2016-2017, Richard Cornwell + Copyright (c) 2016-2020, 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/PDP10/kx10_cpu.c b/PDP10/kx10_cpu.c index 7b6580b..c84c99a 100644 --- a/PDP10/kx10_cpu.c +++ b/PDP10/kx10_cpu.c @@ -1,6 +1,6 @@ -/* ka10_cpu.c: PDP-10 CPU simulator +/* kx10_cpu.c: PDP-10 CPU simulator - Copyright (c) 2011-2019, Richard Cornwell + Copyright (c) 2011-2020, 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/PDP10/kx10_cr.c b/PDP10/kx10_cr.c index be886cb..d03bd36 100644 --- a/PDP10/kx10_cr.c +++ b/PDP10/kx10_cr.c @@ -1,6 +1,6 @@ -/* ka10_cr.c: PDP10 Card reader. +/* kx10_cr.c: PDP10 Card reader. - Copyright (c) 2016-2017, Richard Cornwell + Copyright (c) 2016-2020, 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/PDP10/kx10_cty.c b/PDP10/kx10_cty.c index eb06805..fb2b148 100644 --- a/PDP10/kx10_cty.c +++ b/PDP10/kx10_cty.c @@ -1,6 +1,6 @@ -/* ka10_cty.c: KA-10 front end (console terminal) simulator +/* kx10_cty.c: PDP6, KA-10 and KI-10 front end (console terminal) simulator - Copyright (c) 2013-2017, Richard Cornwell + Copyright (c) 2013-2020, 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/PDP10/kx10_dc.c b/PDP10/kx10_dc.c index f54ce79..3adfe3d 100644 --- a/PDP10/kx10_dc.c +++ b/PDP10/kx10_dc.c @@ -1,6 +1,6 @@ -/* ka10_dc.c: PDP-10 DC10 communication server simulator +/* kx10_dc.c: PDP-10 DC10 communication server simulator - Copyright (c) 2011-2017, Richard Cornwell + Copyright (c) 2011-2020, 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/PDP10/kx10_df.c b/PDP10/kx10_df.c index 90564ea..a796d12 100644 --- a/PDP10/kx10_df.c +++ b/PDP10/kx10_df.c @@ -1,6 +1,6 @@ /* kx10_df.c: DF10 common routines. - Copyright (c) 2015-2019, Richard Cornwell + Copyright (c) 2015-2020, 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/PDP10/kx10_dk.c b/PDP10/kx10_dk.c index ca05e97..83e2cbf 100644 --- a/PDP10/kx10_dk.c +++ b/PDP10/kx10_dk.c @@ -1,6 +1,6 @@ -/* ka10_dk.c: PDP-10 DK subsystem simulator +/* kx10_dk.c: PDP-10 DK subsystem simulator - Copyright (c) 2013-2017, Richard Cornwell + Copyright (c) 2013-2020, 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/PDP10/kx10_dp.c b/PDP10/kx10_dp.c index 75496e4..e0df6ae 100644 --- a/PDP10/kx10_dp.c +++ b/PDP10/kx10_dp.c @@ -1,6 +1,6 @@ -/* ka10_dp.c: Dec Data Products Disk Drive. +/* kx10_dp.c: Dec Data Products Disk Drive. - Copyright (c) 2013-2017, Richard Cornwell + Copyright (c) 2013-2020, 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/PDP10/kx10_dt.c b/PDP10/kx10_dt.c index bf1028a..e3ccc73 100644 --- a/PDP10/kx10_dt.c +++ b/PDP10/kx10_dt.c @@ -1,6 +1,6 @@ -/* pdp10_dt.c: 18b DECtape simulator +/* kx10_dt.c: 18b DECtape simulator - Copyright (c) 2017 Richard Cornwell + Copyright (c) 2017-2020 Richard Cornwell based on work by Bob Supnik 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/PDP10/kx10_imp.c b/PDP10/kx10_imp.c index bdfbadb..81d6f01 100644 --- a/PDP10/kx10_imp.c +++ b/PDP10/kx10_imp.c @@ -1,6 +1,6 @@ -/* ka10_imp.c: IMP, interface message processor. +/* kx10_imp.c: IMP, interface message processor. - Copyright (c) 2018, Richard Cornwell based on code provided by + Copyright (c) 2018-2020, Richard Cornwell based on code provided by Lars Brinkhoff and Danny Gasparovski. Permission is hereby granted, free of charge, to any person obtaining a diff --git a/PDP10/kx10_lp.c b/PDP10/kx10_lp.c index 5f8a520..1f55790 100644 --- a/PDP10/kx10_lp.c +++ b/PDP10/kx10_lp.c @@ -1,6 +1,6 @@ -/* ka10_lp.c: PDP-10 line printer simulator +/* kx10_lp.c: PDP-10 line printer simulator - Copyright (c) 2011-2017, Richard Cornwell + Copyright (c) 2011-2020, 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/PDP10/kx10_mt.c b/PDP10/kx10_mt.c index 4f03da3..2d8f1d7 100644 --- a/PDP10/kx10_mt.c +++ b/PDP10/kx10_mt.c @@ -1,6 +1,6 @@ -/* ka10_mt.c: TM10A/B Magnetic tape controller +/* kx10_mt.c: TM10A/B Magnetic tape controller - Copyright (c) 2013-2017, Richard Cornwell + Copyright (c) 2013-2020, 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/PDP10/kx10_pt.c b/PDP10/kx10_pt.c index 5d9457e..7f31db8 100644 --- a/PDP10/kx10_pt.c +++ b/PDP10/kx10_pt.c @@ -1,6 +1,6 @@ -/* ka10_pt.c: PDP-10 reader/punch simulator +/* kx10_pt.c: PDP-10 paper tape reader/punch simulator - Copyright (c) 2011-2017, Richard Cornwell + Copyright (c) 2011-2020, 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/PDP10/kx10_rc.c b/PDP10/kx10_rc.c index 5ddeead..5cd92f9 100644 --- a/PDP10/kx10_rc.c +++ b/PDP10/kx10_rc.c @@ -1,6 +1,6 @@ -/* ka10_rc.c: RC10 Disk Controller. +/* kx10_rc.c: RC10 Disk Controller. - Copyright (c) 2013-2017, Richard Cornwell + Copyright (c) 2013-2020, 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/PDP10/kx10_rh.c b/PDP10/kx10_rh.c index 924ea6e..8378eb3 100644 --- a/PDP10/kx10_rh.c +++ b/PDP10/kx10_rh.c @@ -1,6 +1,6 @@ /* kx10_rh.c: RH10/RH20 interace routines. - Copyright (c) 2015-2019, Richard Cornwell + Copyright (c) 2019-2020, 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/PDP10/kx10_rp.c b/PDP10/kx10_rp.c index 4512573..80b3552 100644 --- a/PDP10/kx10_rp.c +++ b/PDP10/kx10_rp.c @@ -1,6 +1,6 @@ -/* ka10_rp.c: Dec RH10 RP04/5/6 +/* kx10_rp.c: DEC Massbus RP04/5/6 - Copyright (c) 2013-2019, Richard Cornwell + Copyright (c) 2013-2020, 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/PDP10/kx10_rs.c b/PDP10/kx10_rs.c index d334edc..cf3666d 100644 --- a/PDP10/kx10_rs.c +++ b/PDP10/kx10_rs.c @@ -1,6 +1,6 @@ -/* ka10_rs.c: Dec RH10 RS04 +/* kx10_rs.c: DEC Massbus RS04 - Copyright (c) 2017-2019, Richard Cornwell + Copyright (c) 2017-2020, 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/PDP10/kx10_sys.c b/PDP10/kx10_sys.c index ae11caa..e0db37b 100644 --- a/PDP10/kx10_sys.c +++ b/PDP10/kx10_sys.c @@ -1,9 +1,9 @@ -/* ka10_sys.c: PDP-10 simulator interface +/* kx10_sys.c: PDP-10 simulator interface Derived from Bob Supnik's pdp10_sys.c Copyright (c) 2005-2009, Robert M Supnik - Copyright (c) 2011-2019, Richard Cornwell + Copyright (c) 2011-2020, 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/PDP10/kx10_tu.c b/PDP10/kx10_tu.c index 87cc20e..808873e 100644 --- a/PDP10/kx10_tu.c +++ b/PDP10/kx10_tu.c @@ -1,6 +1,6 @@ -/* ka10_tu.c: Dec RH10 TM03/TU10 tape controller +/* kx10_tu.c: DEC Massbus TM03/TU10 tape controller - Copyright (c) 2017-2019, Richard Cornwell + Copyright (c) 2017-2020, Richard Cornwell Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),