From d7bf27bea6d7389c8e81ef8ae9870912b303564e Mon Sep 17 00:00:00 2001 From: Glenn Adams Date: Mon, 16 Aug 2021 08:49:33 -0500 Subject: [PATCH] Update README.md Add description of new and original code. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 89cfb59..ce0174b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # mac2bdf Convert Mac Font Resource to BDF + +## mac2bdf re-released +Re-release of (abridged and modified) `mac2bdf` core functions under new copyrights and BSD 2-Clause license. + + - https://github.com/skynavga/mac2bdf/blob/main/mac2bdf.c + +## mac2bdf original +Original `mac2bdf` program under original copyright and Metis license as authored by Glenn Adams ([@skynavga](https://github.com/skynavga)). Note that the text of the Metis License is no longer available. + + - https://github.com/skynavga/mac2bdf/blob/main/metis/mac2bdf.c