From e5b1ad4af9b1521623d85aa7d98e38314f59b1dd Mon Sep 17 00:00:00 2001 From: Michael Ochmann Date: Sun, 5 Mar 2017 19:09:36 +0100 Subject: [PATCH 1/4] Add license --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..a1b2513 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2017 Michael Ochmann + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From 6770348e97d6997ae15690f43e291c10a15aa79d Mon Sep 17 00:00:00 2001 From: Michael Ochmann Date: Sun, 5 Mar 2017 19:11:29 +0100 Subject: [PATCH 2/4] Add changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..19ff12a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# 0.0.1 +Simple editor working. The editor is capable of + +* Loading files +* Saving files +* Editing files +* Cut, copy and pasting lines +* Scrolling \ No newline at end of file From 9ad46fd93811bb8a97af874e4361eef929a61c57 Mon Sep 17 00:00:00 2001 From: Michael Ochmann Date: Sun, 5 Mar 2017 19:12:04 +0100 Subject: [PATCH 3/4] Update LICENSE --- LICENSE => LICENSE.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LICENSE => LICENSE.md (100%) diff --git a/LICENSE b/LICENSE.md similarity index 100% rename from LICENSE rename to LICENSE.md From 7e19de892aa839da2c9c1b15dca224f793d2ba02 Mon Sep 17 00:00:00 2001 From: Michael Ochmann Date: Sun, 5 Mar 2017 19:12:40 +0100 Subject: [PATCH 4/4] Update LICENSE.md --- LICENSE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.md b/LICENSE.md index a1b2513..ca39d51 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -The MIT License (MIT) +# The MIT License (MIT) Copyright (c) 2017 Michael Ochmann