From 241a9878686c12bd940222c1986e99a029c992c9 Mon Sep 17 00:00:00 2001 From: Benedikt <benedikt.seeger@ptb.de> Date: Fri, 28 Feb 2025 08:17:25 +0000 Subject: [PATCH] Add new file --- LICENSE | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..d65b266 --- /dev/null +++ b/LICENSE @@ -0,0 +1,16 @@ +dccviewer-js a libary to visualizes the XML-DCC 3.3.0 in an Web-browser. +Copyright (C) year name of author + +This library 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 2.1 of the License, or (at your option) any later version. + +This library 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 this library; if not, see +<https://www.gnu.org/licenses/>. -- GitLab