Add legal boilerplate to new files

This commit is contained in:
Kristóf Tóth 2018-05-26 17:02:51 +02:00
parent 1bc687b081
commit 6403af00dd
3 changed files with 9 additions and 0 deletions

View File

@ -1 +1,4 @@
<!-- Copyright (C) 2018 Avatao.com Innovative Learning Kft.
All Rights Reserved. See LICENSE file for details. -->
<textarea class="tfw-console"></textarea>

View File

@ -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%;

View File

@ -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({