From 825b08e0a49f8a3f991c1c35830ed3c1c5ee6ef7 Mon Sep 17 00:00:00 2001 From: Zefir Kirilov Date: Fri, 25 Oct 2024 20:24:00 +0300 Subject: [PATCH] add copyright notice to DocumentComponent --- src/DocumentComponent.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/DocumentComponent.ts b/src/DocumentComponent.ts index 5c35351..f901118 100644 --- a/src/DocumentComponent.ts +++ b/src/DocumentComponent.ts @@ -1,3 +1,19 @@ +/** + * Copyright © 2024 Cloudnode OÜ + * + * This file is part of @cldn/components. + * + * \@cldn/components is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser + * General Public License as published by the Free Software Foundation, either version 3 of the License, + * or (at your option) any later version. + * + * \@cldn/components 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 Lesser General Public License + * for more details. + * + * You should have received a copy of the GNU Lesser General Public License along with @cldn/components. + * If not, see . + */ import {NodeComponent} from "./NodeComponent.js"; /**