From 4ebf787dde2c4ec0d135e3b6801b321e8f0d2d2a Mon Sep 17 00:00:00 2001 From: Jon Dear Date: Tue, 23 Jul 2019 15:47:35 +0200 Subject: [PATCH 1/2] added license --- license.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 license.txt diff --git a/license.txt b/license.txt new file mode 100644 index 0000000..8370c72 --- /dev/null +++ b/license.txt @@ -0,0 +1,2 @@ +THIS IS THE LICENCSE +BROUGHT BY ETH \ No newline at end of file From 63ff24ec05237979802e4efdc6432ac98bf4613f Mon Sep 17 00:00:00 2001 From: Swagatam Sinha Date: Tue, 23 Jul 2019 16:14:16 +0200 Subject: [PATCH 2/2] added apache license --- apache_license.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 apache_license.txt diff --git a/apache_license.txt b/apache_license.txt new file mode 100644 index 0000000..7c9cd16 --- /dev/null +++ b/apache_license.txt @@ -0,0 +1,14 @@ + +Copyright [2019] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. \ No newline at end of file