From 7d91b16ca9f710b84041901c1e6d349d22e71c69 Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Fri, 3 Aug 2018 13:06:13 +0200 Subject: [PATCH] added copyright comments --- src/app/app.component.ts | 2 +- src/app/models/config.model.ts | 2 +- src/app/services/canvas.service.ts | 2 +- src/main.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index d97991e..b4dbcd9 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018 Michael Czechowski + * Copyright (C) 2018 Michael Czechowski * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; version 2. diff --git a/src/app/models/config.model.ts b/src/app/models/config.model.ts index f33e474..90ed9ba 100644 --- a/src/app/models/config.model.ts +++ b/src/app/models/config.model.ts @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018 Michael Czechowski + * Copyright (C) 2018 Michael Czechowski * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; version 2. diff --git a/src/app/services/canvas.service.ts b/src/app/services/canvas.service.ts index 8423a51..ae3a21f 100644 --- a/src/app/services/canvas.service.ts +++ b/src/app/services/canvas.service.ts @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018 Michael Czechowski + * Copyright (C) 2018 Michael Czechowski * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; version 2. diff --git a/src/main.ts b/src/main.ts index 6584030..cd74ee1 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018 Michael Czechowski + * Copyright (C) 2018 Michael Czechowski * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; version 2.