commit d4f4dd05b485905047172261d12741adc083cb1e
parent 812ffb85758fb432c85779a8cb2954f5344c542c
Author: Frederic Cambus <fred@statdns.com>
Date: Mon, 20 Sep 2021 12:08:41 +0200
Add SPDX short license identifier in source files.
Diffstat:
10 files changed, 21 insertions(+), 1 deletion(-)
diff --git a/src/ansilove.c b/src/ansilove.c
@@ -8,6 +8,8 @@
*
* Ansilove is licensed under the BSD 2-Clause License.
* See LICENSE file for details.
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
*/
#include <sys/time.h>
diff --git a/src/config.h b/src/config.h
@@ -8,6 +8,8 @@
*
* Ansilove is licensed under the BSD 2-Clause License.
* See LICENSE file for details.
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef CONFIG_H
diff --git a/src/fonts.h b/src/fonts.h
@@ -8,6 +8,8 @@
*
* Ansilove is licensed under the BSD 2-Clause License.
* See LICENSE file for details.
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef FONTS_H
diff --git a/src/sauce.c b/src/sauce.c
@@ -8,6 +8,8 @@
*
* Ansilove is licensed under the BSD 2-Clause License.
* See LICENSE file for details.
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
*/
#include <stdint.h>
diff --git a/src/sauce.h b/src/sauce.h
@@ -8,6 +8,8 @@
*
* Ansilove is licensed under the BSD 2-Clause License.
* See LICENSE file for details.
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef SAUCE_H
diff --git a/src/seccomp.h b/src/seccomp.h
@@ -3,11 +3,13 @@
* Ansilove 4.1.5
* https://www.ansilove.org
*
- * Copyright (c) 2019-2020, Frederic Cambus
+ * Copyright (c) 2019-2021, Frederic Cambus
* All rights reserved.
*
* Ansilove is licensed under the BSD 2-Clause License.
* See LICENSE file for details.
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef SECCOMP_H
diff --git a/src/strtolower.c b/src/strtolower.c
@@ -8,6 +8,8 @@
*
* Ansilove is licensed under the BSD 2-Clause License.
* See LICENSE file for details.
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
*/
#include <ctype.h>
diff --git a/src/strtolower.h b/src/strtolower.h
@@ -8,6 +8,8 @@
*
* Ansilove is licensed under the BSD 2-Clause License.
* See LICENSE file for details.
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef STRTOLOWER_H
diff --git a/src/types.c b/src/types.c
@@ -8,6 +8,8 @@
*
* Ansilove is licensed under the BSD 2-Clause License.
* See LICENSE file for details.
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
*/
#include "ansilove.h"
diff --git a/src/types.h b/src/types.h
@@ -8,6 +8,8 @@
*
* Ansilove is licensed under the BSD 2-Clause License.
* See LICENSE file for details.
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef TYPES_H