From ac5907691f0dc4d67ef6f964fe868b6f0c21cac0 Mon Sep 17 00:00:00 2001 From: Seth Morabito Date: Mon, 11 Aug 2014 13:49:48 -0700 Subject: [PATCH] Release version 1.0.0 --- README.md | 32 ++++++++++++++++---------------- pom.xml | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index afef3b3..b34936d 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,9 @@ SYMON - A 6502 System Simulator =============================== -**NOTE: THIS SOFTWARE IS UNDER ACTIVE DEVELOPMENT. Feedback is welcome!** +**Version:** 1.0.0 -**Version:** 1.0.0-SNAPSHOT - -**Last Updated:** 10 August, 2014 - -**Copyright (c) 2014 Seth J. Morabito <web@loomcom.com>** - -Portions Copyright (c) 2014 Maik Merten <maikmerten@googlemail.com> - -Enhanced 6502 BASIC (c) Lee Davison - -6502 Functional Tests (c) Klaus Dormann +**Last Updated:** 11 August, 2014 See the file COPYING for license. @@ -35,6 +25,9 @@ Klaus Dormann's 6502 Functional Test Suite as of version 0.8.2 (See [this thread on the 6502.org Forums] (http://forum.6502.org/viewtopic.php?f=2&t=2241) for more information about this functional test suite). +Symon is under constant, active development. Feedback and patches +are always welcome. + ## 2.0 Requirements - Java 1.7 or higher @@ -288,13 +281,20 @@ running. - Symbolic debugging. -## 7.0 Acknowledgements +## 7.0 Copyright and Acknowledgements + +**Copyright (c) 2014 Seth J. Morabito <web@loomcom.com>** + +Portions Copyright (c) 2014 Maik Merten <maikmerten@googlemail.com> + +Additional components used in this project are copyright their respective owners. + + - Enhanced 6502 BASIC Copyright (c) Lee Davison + - 6502 Functional Tests Copyright (c) Klaus Dormann + - JTerminal Copyright (c) Graham Edgecombe This project would not have been possible without the following resources: - - [Graham Edgecombe's JTerminal project] (https://github.com/grahamedgecombe/jterminal), - which forms the core of Symon's console. - - [Andrew Jacobs' 6502 Pages] (http://www.obelisk.demon.co.uk/6502/), for wonderfully detailed information about the 6502 diff --git a/pom.xml b/pom.xml index a4cf4e5..5004740 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.loomcom.symon symon jar - 1.0.0-SNAPSHOT + 1.0.0 symon http://www.loomcom.com/symon