From 3fd65bef5645a3baad5c0a3e5d6adad9cbfa0738 Mon Sep 17 00:00:00 2001 From: Macoy Madson Date: Wed, 28 Oct 2020 19:31:22 -0700 Subject: [PATCH] Add copying and changed readme --- COPYING | 16 ++++++++++++++++ README.md | 3 --- ReadMe.org | 3 +++ 3 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 COPYING delete mode 100644 README.md create mode 100644 ReadMe.org diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..8425edd --- /dev/null +++ b/COPYING @@ -0,0 +1,16 @@ +Copyright (c) 2020 Macoy Madson + +This file is part of esp32-timer. + +esp32-timer is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +esp32-timer is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with esp32-timer. If not, see . \ No newline at end of file diff --git a/README.md b/README.md deleted file mode 100644 index f900b73..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# esp32-timer - -A timing app designed to run on my Odroid-GO \ No newline at end of file diff --git a/ReadMe.org b/ReadMe.org new file mode 100644 index 0000000..484ade5 --- /dev/null +++ b/ReadMe.org @@ -0,0 +1,3 @@ +#+TITLE: esp32-timer + +A timing app designed to run on my Odroid-GO.