ref: 540f8597d49f32f3a836d7842b6f99782397331c
parent: e3109af2f8943ea410b2ace30cc57d7b6f04ea25
author: Antonio Niño Díaz <[email protected]>
date: Sat Apr 8 14:08:57 EDT 2017
Update history in man pages Fix format in LICENSE file. Signed-off-by: Antonio Niño Díaz <[email protected]>
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -28,6 +28,7 @@
Copyright (C) 1999 Justin Lloyd <[email protected]> (?)
+```
DO WHATEVER PUBLIC LICENSE*
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
@@ -40,6 +41,7 @@
and/or modify it under the terms of the DO WHATEVER PUBLIC LICENSE
Software originally created by Justin Lloyd @ http://otakunozoku.com/
+```
# rgbds-linux
--- 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 @@
.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.
--- 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 @@
.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.
--- a/src/gfx/rgbgfx.1
+++ b/src/gfx/rgbgfx.1
@@ -102,3 +102,5 @@
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.
--- a/src/rgbds.7
+++ b/src/rgbds.7
@@ -30,6 +30,21 @@
.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