From d80ec5c52026203af6f736e2f9c58cf6fe83b66e Mon Sep 17 00:00:00 2001 From: Yannick Date: Sun, 28 Jan 2018 20:35:25 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fixed=20missing=20selicolom?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/index.js b/src/index.js index 009d937..4d54946 100644 --- a/src/index.js +++ b/src/index.js @@ -1,4 +1,10 @@ import './style'; import App from './components/app'; +// All the code in this project is licensed under the terms of the GNU AGPLv3 license. +// COPYRIGHT (C) Webgem ALL RIGHTS RESERVED. +// More INFO AT https://github.com/webgem-xyz/UVA-React#license-information +// All code can be found at https://github.com/webgem-xyz/UVA-React +// You can read our LICENSE at https://github.com/webgem-xyz/UVA-React/blob/master/LICENSE + export default App;