Skip to content

Commit

Permalink
add copyright notice to DocumentComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
zefir-git committed Oct 25, 2024
1 parent 662201a commit 825b08e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/DocumentComponent.ts
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>.
*/
import {NodeComponent} from "./NodeComponent.js";

/**
Expand Down

0 comments on commit 825b08e

Please sign in to comment.