From 6403af00dd330230d87a01ecd92ca31876df438d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Sat, 26 May 2018 17:02:51 +0200 Subject: [PATCH] Add legal boilerplate to new files --- src/app/console/console.component.html | 3 +++ src/app/console/console.component.scss | 3 +++ src/app/console/console.component.ts | 3 +++ 3 files changed, 9 insertions(+) diff --git a/src/app/console/console.component.html b/src/app/console/console.component.html index 3c90d8f..cfa8363 100644 --- a/src/app/console/console.component.html +++ b/src/app/console/console.component.html @@ -1 +1,4 @@ + + diff --git a/src/app/console/console.component.scss b/src/app/console/console.component.scss index 2411f3e..f6edb1d 100644 --- a/src/app/console/console.component.scss +++ b/src/app/console/console.component.scss @@ -1,3 +1,6 @@ +// Copyright (C) 2018 Avatao.com Innovative Learning Kft. +// All Rights Reserved. See LICENSE file for details. + .tfw-console { resize: none; height: 100%; diff --git a/src/app/console/console.component.ts b/src/app/console/console.component.ts index 2320725..6455c32 100644 --- a/src/app/console/console.component.ts +++ b/src/app/console/console.component.ts @@ -1,3 +1,6 @@ +// Copyright (C) 2018 Avatao.com Innovative Learning Kft. +// All Rights Reserved. See LICENSE file for details. + import { Component, OnInit } from '@angular/core'; @Component({