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;