Add legal boilerplate to ProcessLogService files

This commit is contained in:
Kristóf Tóth 2018-05-29 17:25:40 +02:00
parent cfdb69987d
commit b11f3c95f6
2 changed files with 6 additions and 0 deletions

View File

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

View File

@ -1,3 +1,6 @@
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
// All Rights Reserved. See LICENSE file for details.
import { Injectable } from '@angular/core';
import { WebSocketService } from './websocket.service';
import { Subject } from 'rxjs/Subject';