reuse: Add reuse information
This commit is contained in:
parent
4ab889aeb4
commit
7cd933c532
4 changed files with 36 additions and 11 deletions
8
.reuse/dep5
Normal file
8
.reuse/dep5
Normal file
|
@ -0,0 +1,8 @@
|
|||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: smu
|
||||
Upstream-Contact: Enno Tensing <tenno+smu@suij.in>
|
||||
Source: https://code.suij.in/tenno/smu
|
||||
|
||||
Files: smu.1 .gitignore documentation Makefile testdoc
|
||||
Copyright: 2007 - 2014 Enno Boland <g s01 de>
|
||||
License: MIT
|
18
LICENSES/MIT.txt
Normal file
18
LICENSES/MIT.txt
Normal file
|
@ -0,0 +1,18 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) <year> <copyright holders>
|
||||
|
||||
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.
|
12
smu.c
12
smu.c
|
@ -1,9 +1,9 @@
|
|||
/* smu - simple markup
|
||||
* Copyright (C) <2007, 2008> Enno Boland <g s01 de>
|
||||
* Copyright (C) 2025 Enno Tensing <tenno+smu@suij.in>
|
||||
*
|
||||
* See LICENSE for further informations
|
||||
*/
|
||||
// Copyright (C) 2025 Enno Tensing <tenno+smu@suij.in>
|
||||
// Copyright (C) <2007, 2008> Enno Boland <g s01 de>
|
||||
// SPDX-FileCopyrightText: (C) 2007 - 2014 Enno Boland <g s01 de>
|
||||
// SPDX-FileCopyrightText: (C) 2025 Enno Tensing <tenno+smu@suij.in>
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#define _LARGEFILE64_SOURCE
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
|
9
smu.h
9
smu.h
|
@ -1,8 +1,7 @@
|
|||
/* libsmu - simple markup library
|
||||
* Copyright (C) <2007, 2008> Enno Boland <g s01 de>
|
||||
*
|
||||
* See LICENSE for further informations
|
||||
*/
|
||||
// Copyright (C) <2007, 2008> Enno Boland <g s01 de>
|
||||
// SPDX-FileCopyrightText: (C) 2007 - 2014 Enno Boland <g s01 de>
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue