--- freem/README.md 2025/01/19 02:04:04 1.1 +++ freem/README.md 2025/03/09 15:20:18 1.2 @@ -14,7 +14,7 @@ FreeM has several unique features: FreeM started its life as FreeMUMPS, written for MS-DOS and ported to Linux and SCO UNIX by a mysterious individual going by the name of "Shalom ha-Ashkenaz". It was released to MUG/Deutschland in 1998, and maintenance was taken over by the GUMP (Generic Universal M Project) thereafter, which changed its name first to PSM (Public Standard MUMPS) and then by popular request to FreeM. -When GT.M was open-sourced in late 1999, FreeM and GUMP were essentially abandoned. L.D. Landis, the owner of the original GUMP SourceForge project, and one of FreeM's significant contributors, passed maintenance of FreeM and ownership of its SourceForge project to John Willis in 2015. At this point, FreeM would not compile or run on modern Linux systems, so steps were taken to remedy the most pressing issues in the codebase. Limitations on the terminal size (previously hard-coded to 80x25) were lifted, and new $VIEW functions were added to retrieve the terminal size information. $X and $Y intrinsic special variables were updated to support arbitrary terminal sizes, and FreeM was once again able to build and run. +When GT.M was open-sourced in late 1999, FreeM and GUMP were essentially abandoned. L.D. Landis, the owner of the original GUMP SourceForge project, and one of FreeM's significant contributors, passed maintenance of FreeM and ownership of its SourceForge project to Serena Willis in 2015. At this point, FreeM would not compile or run on modern Linux systems, so steps were taken to remedy the most pressing issues in the codebase. Limitations on the terminal size (previously hard-coded to 80x25) were lifted, and new $VIEW functions were added to retrieve the terminal size information. $X and $Y intrinsic special variables were updated to support arbitrary terminal sizes, and FreeM was once again able to build and run. ## License @@ -27,7 +27,7 @@ This program is distributed in the hope You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/. -This README document is Copyright (C) 2020 John P. Willis +This README document is Copyright (C) 2020, 2025 Serena Willis Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version @@ -82,5 +82,5 @@ Current contributors denoted with a plus * Dick Walters (Project Lead, Chief Coordinator, MTA) * David Whitten (QA Test Suite, MDC, Advice) + * [David Wicksell](https://gitlab.com/dlwicksell) (Debugging, Code, Testing) + -* John Willis (Current Maintainer and Project Lead) + +* Serena Willis (Current Maintainer and Project Lead) + * Steve Zeck (Contributions to Symbol Table Management, Code)