From 2b953a92a1b9f1aa912e2cb8efc1c8702401df3a Mon Sep 17 00:00:00 2001 From: wfjm Date: Sun, 30 Jun 2019 14:14:17 +0200 Subject: [PATCH] SPDX: tools/mcode/*/*.mac --- tools/mcode/dl11/dl11echo.mac | 4 ++-- tools/mcode/dz11/dz11echo.mac | 4 ++-- tools/mcode/lp11/lp11write.mac | 4 ++-- tools/mcode/m9312/bootw11.mac | 4 ++-- tools/mcode/pc11/pc11copy.mac | 4 ++-- tools/mcode/pc11/pc11read.mac | 4 ++-- tools/mcode/pc11/pc11write.mac | 4 ++-- tools/mcode/sys/blink.mac | 4 ++-- tools/mcode/sys/noboot.mac | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/tools/mcode/dl11/dl11echo.mac b/tools/mcode/dl11/dl11echo.mac index 9212137d..47e9f5d5 100644 --- a/tools/mcode/dl11/dl11echo.mac +++ b/tools/mcode/dl11/dl11echo.mac @@ -1,6 +1,6 @@ -; $Id: dl11echo.mac 1155 2019-05-31 06:38:06Z mueller $ +; $Id: dl11echo.mac 1174 2019-06-29 18:00:47Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2019- by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; Revision History: ; Date Rev Version Comment diff --git a/tools/mcode/dz11/dz11echo.mac b/tools/mcode/dz11/dz11echo.mac index 35f2a8cf..e877069f 100644 --- a/tools/mcode/dz11/dz11echo.mac +++ b/tools/mcode/dz11/dz11echo.mac @@ -1,6 +1,6 @@ -; $Id: dz11echo.mac 1152 2019-05-26 08:13:18Z mueller $ +; $Id: dz11echo.mac 1174 2019-06-29 18:00:47Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2019- by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; Revision History: ; Date Rev Version Comment diff --git a/tools/mcode/lp11/lp11write.mac b/tools/mcode/lp11/lp11write.mac index c9bfaf4a..d56a5c03 100644 --- a/tools/mcode/lp11/lp11write.mac +++ b/tools/mcode/lp11/lp11write.mac @@ -1,6 +1,6 @@ -; $Id: lp11write.mac 1152 2019-05-26 08:13:18Z mueller $ +; $Id: lp11write.mac 1174 2019-06-29 18:00:47Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2019- by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; Revision History: ; Date Rev Version Comment diff --git a/tools/mcode/m9312/bootw11.mac b/tools/mcode/m9312/bootw11.mac index 2821acf7..ebc4d5a3 100644 --- a/tools/mcode/m9312/bootw11.mac +++ b/tools/mcode/m9312/bootw11.mac @@ -1,6 +1,6 @@ -; $Id: bootw11.mac 1143 2019-05-01 13:25:51Z mueller $ +; $Id: bootw11.mac 1174 2019-06-29 18:00:47Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2019- by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; Revision History: ; Date Rev Version Comment diff --git a/tools/mcode/pc11/pc11copy.mac b/tools/mcode/pc11/pc11copy.mac index fcbdfea4..4c0e2acb 100644 --- a/tools/mcode/pc11/pc11copy.mac +++ b/tools/mcode/pc11/pc11copy.mac @@ -1,6 +1,6 @@ -; $Id: pc11copy.mac 1138 2019-04-26 08:14:56Z mueller $ +; $Id: pc11copy.mac 1174 2019-06-29 18:00:47Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2019- by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; Revision History: ; Date Rev Version Comment diff --git a/tools/mcode/pc11/pc11read.mac b/tools/mcode/pc11/pc11read.mac index 4ab7f3c0..eff0af27 100644 --- a/tools/mcode/pc11/pc11read.mac +++ b/tools/mcode/pc11/pc11read.mac @@ -1,6 +1,6 @@ -; $Id: pc11read.mac 1134 2019-04-21 17:18:03Z mueller $ +; $Id: pc11read.mac 1174 2019-06-29 18:00:47Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2019- by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; Revision History: ; Date Rev Version Comment diff --git a/tools/mcode/pc11/pc11write.mac b/tools/mcode/pc11/pc11write.mac index 35fcb704..dee3338f 100644 --- a/tools/mcode/pc11/pc11write.mac +++ b/tools/mcode/pc11/pc11write.mac @@ -1,6 +1,6 @@ -; $Id: pc11write.mac 1134 2019-04-21 17:18:03Z mueller $ +; $Id: pc11write.mac 1174 2019-06-29 18:00:47Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2019- by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; Revision History: ; Date Rev Version Comment diff --git a/tools/mcode/sys/blink.mac b/tools/mcode/sys/blink.mac index 02bc3141..a999f6d6 100644 --- a/tools/mcode/sys/blink.mac +++ b/tools/mcode/sys/blink.mac @@ -1,6 +1,6 @@ -; $Id: blink.mac 1139 2019-04-27 14:00:38Z mueller $ +; $Id: blink.mac 1174 2019-06-29 18:00:47Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2019- by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; Revision History: ; Date Rev Version Comment diff --git a/tools/mcode/sys/noboot.mac b/tools/mcode/sys/noboot.mac index 25c99ac9..6902e01f 100644 --- a/tools/mcode/sys/noboot.mac +++ b/tools/mcode/sys/noboot.mac @@ -1,6 +1,6 @@ -; $Id: noboot.mac 1143 2019-05-01 13:25:51Z mueller $ +; $Id: noboot.mac 1174 2019-06-29 18:00:47Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2019- by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; Boot blocker, when loaded and started at 0, writes ; This is not a hardware bootable disk