From 468de580570314df67c3785393b7f63221b9ee49 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sat, 30 Nov 2024 21:20:49 -0700 Subject: [PATCH] Star history --- README.md | 30 ++++-------------------------- autoexec.sh | 0 2 files changed, 4 insertions(+), 26 deletions(-) mode change 100644 => 100755 autoexec.sh diff --git a/README.md b/README.md index 984149964..080968575 100644 --- a/README.md +++ b/README.md @@ -87,31 +87,9 @@ ENiGMA has been tested with many terminals. However, the following are suggested * Alpha for the [FTN-style configuration guide](https://medium.com/@alpha_11845/setting-up-ftn-style-message-networks-with-enigma%C2%BD-bbs-709b22a1ae0d)! * Huge shout out to [cognitivegears ](https://github.com/cognitivegears) for the various fixes, improvements, and **removing the need for cursor position reports** providing a much better terminal experience! -...and so many others! This project would be nothing without the BBS and artscene communities! +...and so many others! This project would be nothing without the BBS and art scene communities! + +[![Star History Chart](https://api.star-history.com/svg?repos=nuskooler/enigma-bbs&type=Date)](https://star-history.com/#nuskooler/enigma-bbs&Date) ## License -Released under the [BSD 2-clause](https://opensource.org/licenses/BSD-2-Clause) license: - -Copyright (c) 2015-2024, Bryan D. Ashby -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Released under [BSD 2-clause](https://opensource.org/licenses/BSD-2-Clause). See [LICENSE.TXT](LICENSE.TXT) \ No newline at end of file diff --git a/autoexec.sh b/autoexec.sh old mode 100644 new mode 100755