~ndiddy/a65

5a811dec9d647e87e015cd4d5b3513db17b49749 — Nathan Misner 4 months ago a636aa0
split out the license into its own text file
2 files changed, 12 insertions(+), 15 deletions(-)

A license.txt
M readme.txt
A license.txt => license.txt +11 -0
@@ 0,0 1,11 @@
Copyright (c) 1986 William C. Colley, III

This package may be used for any commercial or non-commercial purpose.  It may
be copied and distributed freely provided that any fee charged by the
distributor of the copy does not exceed the sum of:
1) the cost of the media the copy is written on,
2) any required costs of shipping the copy, and
3) a nominal handling fee.  
Any other distribution requires the written permission of the author.  Also, the
author's copyright notices shall not be removed from the program source, the
program object, or the program documentation.
\ No newline at end of file

M readme.txt => readme.txt +1 -15
@@ 34,22 34,8 @@ your workflow.
- Add a "MSG" statement that prints out arbitrary strings and symbols - done
- Print the error messages to stdout instead of the assembler listing - done
- Add a makefile for our GNU/Linux and Mac OS X using friends - done
- Update A65.DOC with the new changes
- Update A65.DOC with the new changes - done (see a65.html)

=====Future goals=====
- Add a "BASE" statement that changes the PC but not the output position in
  the file

=====License=====

Copyright (c) 1986 William C. Colley, III

This package may be used for any commercial or non-commercial purpose.  It may
be copied and distributed freely provided that any fee charged by the
distributor of the copy does not exceed the sum of:
1) the cost of the media the copy is written on,
2) any required costs of shipping the copy, and
3) a nominal handling fee.  
Any other distribution requires the written permission of the author.  Also, the
author's copyright notices shall not be removed from the program source, the
program object, or the program documentation.
\ No newline at end of file