Skip to content

Commit

Permalink
Relicense as MIT.
Browse files Browse the repository at this point in the history
  • Loading branch information
RodneyBates committed Feb 2, 2016
1 parent e693b6d commit e036f2d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion m3-libs/vararray/src/Ranges.ig
Expand Up @@ -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 )
Expand Down
2 changes: 1 addition & 1 deletion m3-libs/vararray/src/Ranges.mg
Expand Up @@ -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 ( )
Expand Down
2 changes: 1 addition & 1 deletion m3-libs/vararray/src/Spinner.i3
Expand Up @@ -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. *)
Expand Down
2 changes: 1 addition & 1 deletion m3-libs/vararray/src/Spinner.m3
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion m3-libs/vararray/src/TestVarArray.m3
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion m3-libs/vararray/src/VarArray.ig
Expand Up @@ -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 )
Expand Down
2 changes: 1 addition & 1 deletion m3-libs/vararray/src/VarArray.mg
Expand Up @@ -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- *)


Expand Down
2 changes: 1 addition & 1 deletion m3-libs/vararray/src/m3makefile
Expand Up @@ -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")
Expand Down

0 comments on commit e036f2d

Please sign in to comment.