From e036f2d6434767ebe4f6cde5b31063bceb05a8ff Mon Sep 17 00:00:00 2001 From: Rodney Bates Date: Tue, 2 Feb 2016 15:37:22 -0600 Subject: [PATCH] Relicense as MIT. --- m3-libs/vararray/src/Ranges.ig | 2 +- m3-libs/vararray/src/Ranges.mg | 2 +- m3-libs/vararray/src/Spinner.i3 | 2 +- m3-libs/vararray/src/Spinner.m3 | 2 +- m3-libs/vararray/src/TestVarArray.m3 | 2 +- m3-libs/vararray/src/VarArray.ig | 2 +- m3-libs/vararray/src/VarArray.mg | 2 +- m3-libs/vararray/src/m3makefile | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/m3-libs/vararray/src/Ranges.ig b/m3-libs/vararray/src/Ranges.ig index aab9f1c013..8454a14dc8 100644 --- a/m3-libs/vararray/src/Ranges.ig +++ b/m3-libs/vararray/src/Ranges.ig @@ -4,7 +4,7 @@ (* Modula-3 source code. *) (* Copyright 2013, Rodney M. Bates. *) (* rodney.m.bates@acm.org *) -(* Licensed under the Gnu Public License, version 2 or later. *) +(* Licensed under the MIT License. *) (* -----------------------------------------------------------------------2- *) GENERIC INTERFACE Ranges ( Base ) diff --git a/m3-libs/vararray/src/Ranges.mg b/m3-libs/vararray/src/Ranges.mg index 6756449b46..2575967072 100644 --- a/m3-libs/vararray/src/Ranges.mg +++ b/m3-libs/vararray/src/Ranges.mg @@ -4,7 +4,7 @@ (* Modula-3 source code. *) (* Copyright 2013, Rodney M. Bates. *) (* rodney.m.bates@acm.org *) -(* Licensed under the Gnu Public License, version 2 or later. *) +(* Licensed under the MIT License. *) (* -----------------------------------------------------------------------2- *) GENERIC MODULE Ranges ( ) diff --git a/m3-libs/vararray/src/Spinner.i3 b/m3-libs/vararray/src/Spinner.i3 index b3070f5001..b3618fdd68 100644 --- a/m3-libs/vararray/src/Spinner.i3 +++ b/m3-libs/vararray/src/Spinner.i3 @@ -4,7 +4,7 @@ (* Modula-3 source code. *) (* Copyright 2012, Rodney M. Bates. *) (* rodney.m.bates@acm.org *) -(* Licensed under the Gnu Public License, version 2 or later. *) +(* Licensed under the MIT License. *) (* -----------------------------------------------------------------------2- *) (* A command-line progress display, written to stderr. *) diff --git a/m3-libs/vararray/src/Spinner.m3 b/m3-libs/vararray/src/Spinner.m3 index 5de0e28393..190298d33b 100644 --- a/m3-libs/vararray/src/Spinner.m3 +++ b/m3-libs/vararray/src/Spinner.m3 @@ -4,7 +4,7 @@ (* Modula-3 source code. *) (* Copyright 2012, Rodney M. Bates. *) (* rodney.m.bates@acm.org *) -(* Licensed under the Gnu Public License, version 2 or later. *) +(* Licensed under the MIT License. *) (* -----------------------------------------------------------------------2- *) MODULE Spinner diff --git a/m3-libs/vararray/src/TestVarArray.m3 b/m3-libs/vararray/src/TestVarArray.m3 index 73682a9337..acc7c1a0c3 100644 --- a/m3-libs/vararray/src/TestVarArray.m3 +++ b/m3-libs/vararray/src/TestVarArray.m3 @@ -4,7 +4,7 @@ (* Modula-3 source code. *) (* Copyright 2013, Rodney M. Bates. *) (* rodney.m.bates@acm.org *) -(* Licensed under the Gnu Public License, version 2 or later. *) +(* Licensed under the MIT License. *) (* -----------------------------------------------------------------------2- *) MODULE TestVarArray EXPORTS Main diff --git a/m3-libs/vararray/src/VarArray.ig b/m3-libs/vararray/src/VarArray.ig index 3e8b9fcd89..e801f661a1 100644 --- a/m3-libs/vararray/src/VarArray.ig +++ b/m3-libs/vararray/src/VarArray.ig @@ -4,7 +4,7 @@ (* Modula-3 source code. *) (* Copyright 2013, Rodney M. Bates. *) (* rodney.m.bates@acm.org *) -(* Licensed under the Gnu Public License, version 2 or later. *) +(* Licensed under the MIT License. *) (* -----------------------------------------------------------------------2- *) GENERIC INTERFACE VarArray ( Subscript , Element , Ranges ) diff --git a/m3-libs/vararray/src/VarArray.mg b/m3-libs/vararray/src/VarArray.mg index 5e0c89f1f7..773ca106a8 100644 --- a/m3-libs/vararray/src/VarArray.mg +++ b/m3-libs/vararray/src/VarArray.mg @@ -4,7 +4,7 @@ (* Modula-3 source code. *) (* Copyright 2013, Rodney M. Bates. *) (* rodney.m.bates@acm.org *) -(* Licensed under the Gnu Public License, version 2 or later. *) +(* Licensed under the MIT License. *) (* -----------------------------------------------------------------------2- *) diff --git a/m3-libs/vararray/src/m3makefile b/m3-libs/vararray/src/m3makefile index eb092781c7..e535246948 100644 --- a/m3-libs/vararray/src/m3makefile +++ b/m3-libs/vararray/src/m3makefile @@ -3,7 +3,7 @@ %% File m3makefile in VarArray/src. Modula-3 quake code. %% %% Copyright 2012, Rodney M. Bates. %% %% rodney.m.bates@acm.org %% -%% Licensed under the Gnu Public License, version 2 or later. %% +%% Licensed under the MIT License. %% %% -----------------------------------------------------------------------2- %% import("libm3")