Add legal boilerplate and LICENSE file

This commit is contained in:
Kristóf Tóth
2018-05-11 18:00:26 +02:00
parent e351cbacc0
commit 9c566c2d73
50 changed files with 159 additions and 0 deletions

3
src/app/dashboard/dashboard.component.html Executable file → Normal file
View File

@ -1,3 +1,6 @@
<!-- Copyright (C) 2018 Avatao.com Innovative Learning Kft.
All Rights Reserved. See LICENSE file for details. -->
<div [attr.class]="layout">
<div class="tfw-grid-main-components">
<div class="tfw-header"><app-header></app-header></div>

3
src/app/dashboard/dashboard.component.scss Executable file → Normal file
View File

@ -1,3 +1,6 @@
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
// All Rights Reserved. See LICENSE file for details.
@import "../../assets/scss/variables.scss";
@import "../../assets/scss/mixins/layout.scss";

View File

@ -1,3 +1,6 @@
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
// All Rights Reserved. See LICENSE file for details.
import { Component, OnDestroy, OnInit, ChangeDetectorRef } from '@angular/core';
import { DeploymentNotificationService } from '../services/deployment-notification.service';
import { Subscription } from 'rxjs/Subscription';

View File

@ -1,3 +1,6 @@
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
// All Rights Reserved. See LICENSE file for details.
export class LayoutCommand {
command: string;
layout: string;