aboutsummaryrefslogtreecommitdiff
path: root/src/app/app.module.ts
diff options
context:
space:
mode:
authorPhil <phil.buschmann@tum.de>2018-06-11 22:43:45 +0200
committerPhil <phil.buschmann@tum.de>2018-06-11 22:43:45 +0200
commit6929f530e36335b5c96f13e9dd7e7a25376408ed (patch)
tree0ea86e54efe379f6d715423d6d82a2538ae05e15 /src/app/app.module.ts
parent41266762a47ac3c5c1977c688c999116bd1f7db3 (diff)
downloadgnunet-webui-6929f530e36335b5c96f13e9dd7e7a25376408ed.tar.gz
gnunet-webui-6929f530e36335b5c96f13e9dd7e7a25376408ed.zip
-fix licensing
Diffstat (limited to 'src/app/app.module.ts')
-rw-r--r--src/app/app.module.ts24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/app/app.module.ts b/src/app/app.module.ts
index 80b303f..edec9cc 100644
--- a/src/app/app.module.ts
+++ b/src/app/app.module.ts
@@ -1,3 +1,27 @@
1/*
2 This file is part of GNUnet.
3 Copyright (C) 2012-2015 GNUnet e.V.
4
5 GNUnet is free software: you can redistribute it and/or modify it
6 under the terms of the GNU Affero General Public License as published
7 by the Free Software Foundation, either version 3 of the License,
8 or (at your option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details.
14
15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18/**
19 * @author Philippe Buschmann
20 * @file src/app/app.module.ts
21 * @brief
22 *
23 */
24
1import { BrowserModule } from '@angular/platform-browser'; 25import { BrowserModule } from '@angular/platform-browser';
2import { NgModule } from '@angular/core'; 26import { NgModule } from '@angular/core';
3import { FormsModule } from '@angular/forms'; 27import { FormsModule } from '@angular/forms';