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.