From 3549ccf4b37c4415df15717e08ad10a1f820e32b Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Sun, 2 May 2021 15:31:14 +0200 Subject: [PATCH] software license --- LICENSE | 7 +++++++ README.md | 10 +++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index cda76ebf4..6c322eb31 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,10 @@ + +This sofware license is for Prog8 the compiler + associated libraries. +The software generated by running the compiler is excluded from this. + + + + GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 diff --git a/README.md b/README.md index 08f3e5230..7efb2db28 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,6 @@ Prog8 - Structured Programming Language for 8-bit 6502/65c02 microprocessors *Written by Irmen de Jong (irmen@razorvine.net)* -*Software license: GNU GPL 3.0, see file LICENSE* - - This is a structured programming language for the 8-bit 6502/6510/65c02 microprocessor from the late 1970's and 1980's as used in many home computers from that era. It is a medium to low level programming language, which aims to provide many conveniences over raw assembly code (even when using a macro assembler). @@ -19,6 +16,13 @@ Documentation Full documentation (syntax reference, how to use the language and the compiler, etc.) can be found at: https://prog8.readthedocs.io/ +Software license +---------------- +GNU GPL 3.0, see file LICENSE + +- prog8 (the compiler + libraries) is licensed under GNU GPL 3.0 +- *exception:* the resulting files created by running the compiler are free to use in whatever way desired. + What does Prog8 provide? ------------------------