From 0986b428979ac4749f75cca4a95432b7f5e54c26 Mon Sep 17 00:00:00 2001 From: Karl-Philipp Wulfert Date: Mon, 27 May 2019 12:49:07 +0200 Subject: [PATCH] style: adjust copyright notices --- src/cli.ts | 2 +- src/configuration.ts | 2 +- src/tasks/remind.ts | 14 ++++++++++++++ src/tasks/tidy.ts | 2 +- src/tasks/unlabel.ts | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/src/cli.ts b/src/cli.ts index c39b1aa8..24f461ad 100644 --- a/src/cli.ts +++ b/src/cli.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2019 StApps * 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 3. diff --git a/src/configuration.ts b/src/configuration.ts index 4fb2a8b8..fc2d5ece 100644 --- a/src/configuration.ts +++ b/src/configuration.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * 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 3. diff --git a/src/tasks/remind.ts b/src/tasks/remind.ts index 295553a7..dccc6596 100644 --- a/src/tasks/remind.ts +++ b/src/tasks/remind.ts @@ -1,3 +1,17 @@ +/* + * Copyright (C) 2019 StApps + * 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 3. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see . + */ import {asyncPool} from '@krlwlfrt/async-pool'; import {Api} from '@openstapps/gitlab-api'; import { diff --git a/src/tasks/tidy.ts b/src/tasks/tidy.ts index 4d338e72..312b059d 100644 --- a/src/tasks/tidy.ts +++ b/src/tasks/tidy.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * 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 3. diff --git a/src/tasks/unlabel.ts b/src/tasks/unlabel.ts index 4bf9051f..c136fdcf 100644 --- a/src/tasks/unlabel.ts +++ b/src/tasks/unlabel.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 StApps + * Copyright (C) 2018, 2019 StApps * 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 3.