From 7c5496e0976a5d11da0c12e788ed3f933a8da469 Mon Sep 17 00:00:00 2001 From: Greg Albrecht <gba@onbeep.com> Date: Sun, 18 Aug 2013 23:01:13 -0700 Subject: [PATCH] adding meta files. --- COPYRIGHT.txt | 3 +++ LICENSE.txt | 16 ++++++++++++++++ README.txt | 9 +++++++++ 3 files changed, 28 insertions(+) create mode 100644 COPYRIGHT.txt create mode 100644 LICENSE.txt create mode 100644 README.txt diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt new file mode 100644 index 0000000..4582cc3 --- /dev/null +++ b/COPYRIGHT.txt @@ -0,0 +1,3 @@ +1. Original components are Copyright 2013 OnBeep, Inc. + +2. Components derived from dixprs are Copyright 2013 Bela Markus. diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..529db57 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,16 @@ +1. Original components are covered under Apache License 2.0. + +2. Components derived from dixprs are covered by the following license: +""" +You are allowed to: + +- Use DIXPRS free for HAM radio. +- Redistribute DIXPRS for HAM radio purposes in original format + (archive files available in download section). +- Modify it for yourself. +- Redistribute modified version for HAM radio use as long as you keep + original copyright text in files with the original licence conditions. + +Commercial use or changing above rules is not allowed without prior written +approval of author, HA5DI. +""" \ No newline at end of file diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..4c18508 --- /dev/null +++ b/README.txt @@ -0,0 +1,9 @@ +A pure-Python KISS module partially based off the work on dixprs by HA5DI, +et al. + +dixprs: https://sites.google.com/site/dixprs/ + +As this project still uses components derived from dixprs, portions fall +under License #2 in LICENSE.txt + +Otherwise, non-derived portions are covered by License #1 in LICENSE.txt. \ No newline at end of file -- GitLab