mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-04-03 10:12:41 +00:00
Add legal boilerplate to ProcessLogService files
This commit is contained in:
parent
cfdb69987d
commit
b11f3c95f6
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
export class ProcessLogCommand {
|
export class ProcessLogCommand {
|
||||||
command: string;
|
command: string;
|
||||||
stdout: string;
|
stdout: string;
|
||||||
|
@ -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 { Injectable } from '@angular/core';
|
||||||
import { WebSocketService } from './websocket.service';
|
import { WebSocketService } from './websocket.service';
|
||||||
import { Subject } from 'rxjs/Subject';
|
import { Subject } from 'rxjs/Subject';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user