From 7cd933c532c3aa79a293c5b29df7e1327b19c318 Mon Sep 17 00:00:00 2001 From: Enno Tensing Date: Tue, 21 Jan 2025 20:47:30 +0100 Subject: [PATCH] reuse: Add reuse information --- .reuse/dep5 | 8 ++++++++ LICENSES/MIT.txt | 18 ++++++++++++++++++ smu.c | 12 ++++++------ smu.h | 9 ++++----- 4 files changed, 36 insertions(+), 11 deletions(-) create mode 100644 .reuse/dep5 create mode 100644 LICENSES/MIT.txt diff --git a/.reuse/dep5 b/.reuse/dep5 new file mode 100644 index 0000000..0bb4582 --- /dev/null +++ b/.reuse/dep5 @@ -0,0 +1,8 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: smu +Upstream-Contact: Enno Tensing +Source: https://code.suij.in/tenno/smu + +Files: smu.1 .gitignore documentation Makefile testdoc +Copyright: 2007 - 2014 Enno Boland +License: MIT diff --git a/LICENSES/MIT.txt b/LICENSES/MIT.txt new file mode 100644 index 0000000..fc2cf8e --- /dev/null +++ b/LICENSES/MIT.txt @@ -0,0 +1,18 @@ +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and +associated documentation files (the "Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial +portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT +LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO +EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/smu.c b/smu.c index a9205ca..8860f05 100644 --- a/smu.c +++ b/smu.c @@ -1,9 +1,9 @@ -/* smu - simple markup - * Copyright (C) <2007, 2008> Enno Boland - * Copyright (C) 2025 Enno Tensing - * - * See LICENSE for further informations - */ +// Copyright (C) 2025 Enno Tensing +// Copyright (C) <2007, 2008> Enno Boland +// SPDX-FileCopyrightText: (C) 2007 - 2014 Enno Boland +// SPDX-FileCopyrightText: (C) 2025 Enno Tensing +// SPDX-License-Identifier: MIT + #define _LARGEFILE64_SOURCE #include #include diff --git a/smu.h b/smu.h index d01ebd9..179b5f7 100644 --- a/smu.h +++ b/smu.h @@ -1,8 +1,7 @@ -/* libsmu - simple markup library - * Copyright (C) <2007, 2008> Enno Boland - * - * See LICENSE for further informations - */ +// Copyright (C) <2007, 2008> Enno Boland +// SPDX-FileCopyrightText: (C) 2007 - 2014 Enno Boland +// SPDX-License-Identifier: MIT + #include /**