aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2023-09-22 01:19:42 -0700
committerDan Fandrich <dan@coneharvesters.com>2023-09-27 16:49:49 -0700
commit1f5dd7fb546895d7b3524ac87e6cc8f66baaae41 (patch)
treeab7dbf78a867f8b441dc92889fb2503ea2b5c0ff
parent79d6537252db0c43d76c82c55f9a4a772d1ff788 (diff)
downloadlibexif-1f5dd7fb546895d7b3524ac87e6cc8f66baaae41.tar.gz
Add SPDX license tags to source files
These files were contributed in sets by one author each under a license statement shown in one of the other files in the set. That statement is copied to the remaining file to make the license explicit.
-rw-r--r--contrib/aolserver/Makefile3
-rw-r--r--contrib/c++/Makefile3
-rw-r--r--contrib/watcom/Makefile3
-rw-r--r--contrib/watcom/_stdint.h4
4 files changed, 12 insertions, 1 deletions
diff --git a/contrib/aolserver/Makefile b/contrib/aolserver/Makefile
index 41e8685..fc36de0 100644
--- a/contrib/aolserver/Makefile
+++ b/contrib/aolserver/Makefile
@@ -1,3 +1,6 @@
+# SPDX-FileCopyrightText: 2000 Curtis Galloway
+# SPDX-License-Identifier: MIT
+
NSHOME = /home/aol31
EXIFDIR = ..
diff --git a/contrib/c++/Makefile b/contrib/c++/Makefile
index 7315071..2a9473c 100644
--- a/contrib/c++/Makefile
+++ b/contrib/c++/Makefile
@@ -1,3 +1,6 @@
+# SPDX-FileCopyrightText: 2002,2003 Hans Meine <hans_meine@gmx.net>
+# SPDX-License-Identifier: LGPL-2.0-or-later
+
BOOST_PYTHON_LIB = -L/usr/local/boost_1_29_0/lib -lboost_python
BOOST_INCLUDES = -I/usr/local/boost_1_29_0/src
dynmoddir = `pwd`/local
diff --git a/contrib/watcom/Makefile b/contrib/watcom/Makefile
index 692b9b0..6b09a49 100644
--- a/contrib/watcom/Makefile
+++ b/contrib/watcom/Makefile
@@ -11,12 +11,13 @@
# waste time to make it look "nice".
#
# LICENSE: no restrictions at all, but USE ON YOUR OWN RISK ONLY.
+# SPDX-License-Identifier: LicenseRef-Wrobel
#
# USAGE: Simply type "wmake" or "wmake -f <makefilename>" when
# being in the libexif main directory. This makefile should
# be in that directory, too, of course.
#
-# Angela Wrobel <http://www.wrobelnet.de/>
+# Copyright 2004-2008 Angela Wrobel <http://www.wrobelnet.de/>, et. al.
# Uncomment line for desired system
diff --git a/contrib/watcom/_stdint.h b/contrib/watcom/_stdint.h
index 0fd8d8b..c9ea7f8 100644
--- a/contrib/watcom/_stdint.h
+++ b/contrib/watcom/_stdint.h
@@ -1,3 +1,7 @@
+/* LICENSE: no restrictions at all, but USE ON YOUR OWN RISK ONLY.
+ * SPDX-License-Identifier: LicenseRef-Wrobel
+ * Copyright 2004-2008 Angela Wrobel <http://www.wrobelnet.de/>, et. al.
+ */
#ifndef __STDINT_H
#define __STDINT_H
#include <sys/types.h>