From 0b112f1d01db830cdf2b1ad17117f92d3490c2bd Mon Sep 17 00:00:00 2001 From: Rainer Killinger Date: Mon, 4 Jul 2022 15:46:50 +0200 Subject: [PATCH] docs: corrected copyright years --- src/bulk.ts | 2 +- src/cli.ts | 2 +- src/client.ts | 2 +- src/connector-client.ts | 2 +- src/copy.ts | 2 +- src/e2e.ts | 2 +- src/errors.ts | 2 +- src/http-client-interface.ts | 2 +- src/http-client.ts | 2 +- src/plugin-client.ts | 2 +- src/plugin.ts | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/bulk.ts b/src/bulk.ts index 5a1aed4c..2c08f5d7 100644 --- a/src/bulk.ts +++ b/src/bulk.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018, 2019 StApps + * Copyright (C) 2018-2022 Open 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/cli.ts b/src/cli.ts index 3b25339a..fc334eb9 100755 --- a/src/cli.ts +++ b/src/cli.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018, 2019 StApps + * Copyright (C) 2018-2022 Open 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/client.ts b/src/client.ts index c7c1eb1c..9cd6e359 100644 --- a/src/client.ts +++ b/src/client.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018, 2019 StApps + * Copyright (C) 2018-2022 Open 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/connector-client.ts b/src/connector-client.ts index d5d6d427..b2fc47e1 100644 --- a/src/connector-client.ts +++ b/src/connector-client.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 StApps + * Copyright (C) 2019-2022 Open 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/copy.ts b/src/copy.ts index b83b23e6..819437f0 100644 --- a/src/copy.ts +++ b/src/copy.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018, 2019 StApps + * Copyright (C) 2018-2022 Open 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/e2e.ts b/src/e2e.ts index 1a10af3d..9c86128b 100644 --- a/src/e2e.ts +++ b/src/e2e.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 StApps + * Copyright (C) 2019-2022 Open 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/errors.ts b/src/errors.ts index 2c51add1..75a5c59e 100644 --- a/src/errors.ts +++ b/src/errors.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018, 2019 StApps + * Copyright (C) 2018-2022 Open 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/http-client-interface.ts b/src/http-client-interface.ts index 23925150..69f6b2cb 100644 --- a/src/http-client-interface.ts +++ b/src/http-client-interface.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 StApps + * Copyright (C) 2019-2022 Open 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/http-client.ts b/src/http-client.ts index 3493687d..27bf7892 100644 --- a/src/http-client.ts +++ b/src/http-client.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2020 StApps + * Copyright (C) 2019-2022 Open 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/plugin-client.ts b/src/plugin-client.ts index 8538f0f0..71da329c 100644 --- a/src/plugin-client.ts +++ b/src/plugin-client.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 StApps + * Copyright (C) 2019-2022 Open 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/plugin.ts b/src/plugin.ts index 8f0bddce..1a2fa154 100644 --- a/src/plugin.ts +++ b/src/plugin.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 StApps + * Copyright (C) 2019-2022 Open 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.