diff --git a/LICENSE.md b/LICENSE.md index 146cdd41..3681dbe6 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -28,6 +28,7 @@ This also means you can't... Copyright (C) 1999 Justin Lloyd (?) +``` DO WHATEVER PUBLIC LICENSE* TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION @@ -40,6 +41,7 @@ Copyright (C) 1999 Justin Lloyd (?) and/or modify it under the terms of the DO WHATEVER PUBLIC LICENSE Software originally created by Justin Lloyd @ http://otakunozoku.com/ +``` # rgbds-linux diff --git a/src/asm/rgbasm.1 b/src/asm/rgbasm.1 index 36006052..c70d94ab 100644 --- a/src/asm/rgbasm.1 +++ b/src/asm/rgbasm.1 @@ -12,7 +12,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd February 26, 2015 +.Dd April 8, 2017 .Dt RGBASM 1 .Os RGBDS Manual .Sh NAME @@ -90,4 +90,5 @@ and .Sh HISTORY .Nm was originally written by Carsten S\(/orensen as part of the ASMotor package, -and was later packaged in RGBDS by Justin Lloyd. +and was later packaged in RGBDS by Justin Lloyd. It is now maintained by a +number of contributors at https://github.com/rednex/rgbds. diff --git a/src/fix/rgbfix.1 b/src/fix/rgbfix.1 index 7a6814dc..2681cf86 100644 --- a/src/fix/rgbfix.1 +++ b/src/fix/rgbfix.1 @@ -12,7 +12,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd February 26, 2015 +.Dd April 8, 2017 .Dt RGBFIX 1 .Os RGBDS Manual .Sh NAME @@ -149,5 +149,5 @@ SurvivalKids.gbc .Sh HISTORY .Nm was originally released by Carsten S\(/orensen as a standalone program called -gbfix. -It was later integrated with the ASMotor package, which became RGBDS. +gbfix, and was later packaged in RGBDS by Justin Lloyd. It is now maintained by +a number of contributors at https://github.com/rednex/rgbds. diff --git a/src/gfx/rgbgfx.1 b/src/gfx/rgbgfx.1 index 5a1063b9..c557ba13 100644 --- a/src/gfx/rgbgfx.1 +++ b/src/gfx/rgbgfx.1 @@ -102,3 +102,5 @@ The following will do nothing: was created by .An stag019 to be included in RGBDS. +It is now maintained by a number of contributors at +https://github.com/rednex/rgbds. diff --git a/src/rgbds.7 b/src/rgbds.7 index fb24974e..52fad534 100644 --- a/src/rgbds.7 +++ b/src/rgbds.7 @@ -30,6 +30,21 @@ To get a working ROM image from a single assembly source file: .Xr rgblink 1 , .Xr gbz80 7 .Sh HISTORY -.Nm -grew out of the ASMotor package released by Carsten S\(/orensen. -It was first released as a Game Boy software package by Justin Lloyd. +.Bl -ohang +.It +1997, Carsten S\(/orensen (AKA SurfSmurf) writes ASMotor as a general-purpose +assembler/linker system for DOS/Win32. +.It +1999, Justin Lloyd (AKA Otaku no Zoku) adapts ASMotor to read and produce GBZ80 +assembly/machine code, and releases this version as RGBDS. +.It +2009, Vegard Nossum adapts the code to be more UNIX-like and releases this +version as rgbds-linux on GitHub. +.It +2010, Anthony J. Bentley forks that repository. The fork becomes the reference +implementation of rgbds. +.It +2017, Bentley's repository is moved to a neutral name. +It is now maintained by a number of contributors at +https://github.com/rednex/rgbds +.El