From 95d0649169706d045701da5e40873e2bf0e4b513 Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 12 Dec 2024 13:14:52 +0100 Subject: [PATCH] DOC,LICENCE,COPYRIGHT: Updated copyright comment in files-doc --- src/alignment.js | 3 +-- src/arrangement.js | 3 +-- src/baseComponents.js | 3 +-- src/builder.js | 3 +-- src/color.js | 3 +-- src/commonEvents.js | 3 +-- src/component.js | 4 +--- src/context.js | 3 +-- src/modifier.js | 3 +-- src/sizeSide/border.js | 3 +-- src/sizeSide/dimensions.js | 3 +-- src/sizeSide/shapes.js | 5 +++++ src/sizeSide/siding.js | 3 +-- 13 files changed, 17 insertions(+), 25 deletions(-) diff --git a/src/alignment.js b/src/alignment.js index 2b952da..8a9cf41 100644 --- a/src/alignment.js +++ b/src/alignment.js @@ -1,8 +1,7 @@ /** * This file is part of the jps-like-websites lib * URL: https://git.labos.goip.de/chris/jpc-like-websites - * COPYRIGHT and LICENCE are owned by its creator Christian Martin - * Copy, altering or distribution without the allowance of the owner are prohibited + * @copyright by its creator Christian Martin */ /** diff --git a/src/arrangement.js b/src/arrangement.js index 35b0f6f..1625b3b 100644 --- a/src/arrangement.js +++ b/src/arrangement.js @@ -1,8 +1,7 @@ /** * This file is part of the jps-like-websites lib * URL: https://git.labos.goip.de/chris/jpc-like-websites - * COPYRIGHT and LICENCE are owned by its creator Christian Martin - * Copy, altering or distribution without the allowance of the owner are prohibited + * @copyright by its creator Christian Martin */ /** diff --git a/src/baseComponents.js b/src/baseComponents.js index 00ddb0d..6977c6f 100644 --- a/src/baseComponents.js +++ b/src/baseComponents.js @@ -1,8 +1,7 @@ /** * This file is part of the jps-like-websites lib * URL: https://git.labos.goip.de/chris/jpc-like-websites - * COPYRIGHT and LICENCE are owned by its creator Christian Martin - * Copy, altering or distribution without the allowance of the owner are prohibited + * @copyright by its creator Christian Martin */ /** diff --git a/src/builder.js b/src/builder.js index 5bd50d2..20b9cc1 100644 --- a/src/builder.js +++ b/src/builder.js @@ -1,8 +1,7 @@ /** * This file is part of the jps-like-websites lib * URL: https://git.labos.goip.de/chris/jpc-like-websites - * COPYRIGHT and LICENCE are owned by its creator Christian Martin - * Copy, altering or distribution without the allowance of the owner are prohibited + * @copyright by its creator Christian Martin */ /** diff --git a/src/color.js b/src/color.js index 16ac65c..f1f4534 100644 --- a/src/color.js +++ b/src/color.js @@ -1,8 +1,7 @@ /** * This file is part of the jps-like-websites lib * URL: https://git.labos.goip.de/chris/jpc-like-websites - * COPYRIGHT and LICENCE are owned by its creator Christian Martin - * Copy, altering or distribution without the allowance of the owner are prohibited + * @copyright by its creator Christian Martin */ /** diff --git a/src/commonEvents.js b/src/commonEvents.js index 8dff1e8..9626e5a 100644 --- a/src/commonEvents.js +++ b/src/commonEvents.js @@ -1,8 +1,7 @@ /** * This file is part of the jps-like-websites lib * URL: https://git.labos.goip.de/chris/jpc-like-websites - * COPYRIGHT and LICENCE are owned by its creator Christian Martin - * Copy, altering or distribution without the allowance of the owner are prohibited + * @copyright by its creator Christian Martin */ /** diff --git a/src/component.js b/src/component.js index 504c89b..bbb8d85 100644 --- a/src/component.js +++ b/src/component.js @@ -1,11 +1,9 @@ /** * This file is part of the jps-like-websites lib * URL: https://git.labos.goip.de/chris/jpc-like-websites - * COPYRIGHT and LICENCE are owned by its creator Christian Martin - * Copy, altering or distribution without the allowance of the owner are prohibited + * @copyright by its creator Christian Martin */ - /** * A chainable HTMLElement builder. */ diff --git a/src/context.js b/src/context.js index dc212ea..529515e 100644 --- a/src/context.js +++ b/src/context.js @@ -1,8 +1,7 @@ /** * This file is part of the jps-like-websites lib * URL: https://git.labos.goip.de/chris/jpc-like-websites - * COPYRIGHT and LICENCE are owned by its creator Christian Martin - * Copy, altering or distribution without the allowance of the owner are prohibited + * @copyright by its creator Christian Martin */ /** diff --git a/src/modifier.js b/src/modifier.js index d30b188..b1a2c66 100644 --- a/src/modifier.js +++ b/src/modifier.js @@ -1,8 +1,7 @@ /** * This file is part of the jps-like-websites lib * URL: https://git.labos.goip.de/chris/jpc-like-websites - * COPYRIGHT and LICENCE are owned by its creator Christian Martin - * Copy, altering or distribution without the allowance of the owner are prohibited + * @copyright by its creator Christian Martin */ /** diff --git a/src/sizeSide/border.js b/src/sizeSide/border.js index 687d950..8e92f18 100644 --- a/src/sizeSide/border.js +++ b/src/sizeSide/border.js @@ -1,8 +1,7 @@ /** * This file is part of the jps-like-websites lib * URL: https://git.labos.goip.de/chris/jpc-like-websites - * COPYRIGHT and LICENCE are owned by its creator Christian Martin - * Copy, altering or distribution without the allowance of the owner are prohibited + * @copyright by its creator Christian Martin */ /** diff --git a/src/sizeSide/dimensions.js b/src/sizeSide/dimensions.js index c73ed5d..26c1ebd 100644 --- a/src/sizeSide/dimensions.js +++ b/src/sizeSide/dimensions.js @@ -1,8 +1,7 @@ /** * This file is part of the jps-like-websites lib * URL: https://git.labos.goip.de/chris/jpc-like-websites - * COPYRIGHT and LICENCE are owned by its creator Christian Martin - * Copy, altering or distribution without the allowance of the owner are prohibited + * @copyright by its creator Christian Martin */ /** diff --git a/src/sizeSide/shapes.js b/src/sizeSide/shapes.js index d2a789a..f8b2f4f 100644 --- a/src/sizeSide/shapes.js +++ b/src/sizeSide/shapes.js @@ -1,3 +1,8 @@ +/** + * This file is part of the jps-like-websites lib + * URL: https://git.labos.goip.de/chris/jpc-like-websites + * @copyright by its creator Christian Martin + */ /** * This file is part of the jps-like-websites lib * URL: https://git.labos.goip.de/chris/jpc-like-websites diff --git a/src/sizeSide/siding.js b/src/sizeSide/siding.js index d71bcbf..566eebb 100644 --- a/src/sizeSide/siding.js +++ b/src/sizeSide/siding.js @@ -1,8 +1,7 @@ /** * This file is part of the jps-like-websites lib * URL: https://git.labos.goip.de/chris/jpc-like-websites - * COPYRIGHT and LICENCE are owned by its creator Christian Martin - * Copy, altering or distribution without the allowance of the owner are prohibited + * @copyright by its creator Christian Martin */ /**