summaryrefslogtreecommitdiff
path: root/loaders
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2023-03-16 16:30:20 -0700
committerChristian Hergert <chergert@redhat.com>2023-03-22 16:44:35 -0700
commit39bcd89306a72c04871433e9b4587b075ab4127a (patch)
tree78f1d7b523648e775353be32a3e343551082fa52 /loaders
parent9b28ecb8dd50e95c6344d9e298f422e80068005d (diff)
downloadlibpeas-39bcd89306a72c04871433e9b4587b075ab4127a.tar.gz
janitorial: add SPDX-License-Identifier: LGPL-2.1-or-later
Just a nice thing to have in headers to make it clearer for people who casually find themselves reading, and perhaps copying, the code.
Diffstat (limited to 'loaders')
-rw-r--r--loaders/lua5.1/peas-lua-internal.c2
-rw-r--r--loaders/lua5.1/peas-lua-internal.h2
-rw-r--r--loaders/lua5.1/peas-lua-utils.c2
-rw-r--r--loaders/lua5.1/peas-lua-utils.h2
-rw-r--r--loaders/lua5.1/peas-plugin-loader-lua.c2
-rw-r--r--loaders/lua5.1/peas-plugin-loader-lua.h2
-rw-r--r--loaders/python/peas-plugin-loader-python.c2
-rw-r--r--loaders/python/peas-plugin-loader-python.h2
-rw-r--r--loaders/python/peas-python-internal.c2
-rw-r--r--loaders/python/peas-python-internal.h2
10 files changed, 20 insertions, 0 deletions
diff --git a/loaders/lua5.1/peas-lua-internal.c b/loaders/lua5.1/peas-lua-internal.c
index df4a0ce..61bb9dd 100644
--- a/loaders/lua5.1/peas-lua-internal.c
+++ b/loaders/lua5.1/peas-lua-internal.c
@@ -17,6 +17,8 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifdef HAVE_CONFIG_H
diff --git a/loaders/lua5.1/peas-lua-internal.h b/loaders/lua5.1/peas-lua-internal.h
index 4db2daa..265d3db 100644
--- a/loaders/lua5.1/peas-lua-internal.h
+++ b/loaders/lua5.1/peas-lua-internal.h
@@ -17,6 +17,8 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifndef __PEAS_LUA_INTERNAL_H__
diff --git a/loaders/lua5.1/peas-lua-utils.c b/loaders/lua5.1/peas-lua-utils.c
index 4a27a41..a3e9d00 100644
--- a/loaders/lua5.1/peas-lua-utils.c
+++ b/loaders/lua5.1/peas-lua-utils.c
@@ -17,6 +17,8 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifdef HAVE_CONFIG_H
diff --git a/loaders/lua5.1/peas-lua-utils.h b/loaders/lua5.1/peas-lua-utils.h
index f8a9189..1ec3784 100644
--- a/loaders/lua5.1/peas-lua-utils.h
+++ b/loaders/lua5.1/peas-lua-utils.h
@@ -17,6 +17,8 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifndef __PEAS_LUA_UTILS_H__
diff --git a/loaders/lua5.1/peas-plugin-loader-lua.c b/loaders/lua5.1/peas-plugin-loader-lua.c
index f0826f7..c32d5ad 100644
--- a/loaders/lua5.1/peas-plugin-loader-lua.c
+++ b/loaders/lua5.1/peas-plugin-loader-lua.c
@@ -17,6 +17,8 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifdef HAVE_CONFIG_H
diff --git a/loaders/lua5.1/peas-plugin-loader-lua.h b/loaders/lua5.1/peas-plugin-loader-lua.h
index aa5b956..3852e3d 100644
--- a/loaders/lua5.1/peas-plugin-loader-lua.h
+++ b/loaders/lua5.1/peas-plugin-loader-lua.h
@@ -17,6 +17,8 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifndef __PEAS_PLUGIN_LOADER_LUA_H__
diff --git a/loaders/python/peas-plugin-loader-python.c b/loaders/python/peas-plugin-loader-python.c
index 26edbf3..028a7ef 100644
--- a/loaders/python/peas-plugin-loader-python.c
+++ b/loaders/python/peas-plugin-loader-python.c
@@ -18,6 +18,8 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifdef HAVE_CONFIG_H
diff --git a/loaders/python/peas-plugin-loader-python.h b/loaders/python/peas-plugin-loader-python.h
index 01afcda..51c289c 100644
--- a/loaders/python/peas-plugin-loader-python.h
+++ b/loaders/python/peas-plugin-loader-python.h
@@ -18,6 +18,8 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifndef __PEAS_PLUGIN_LOADER_PYTHON_H__
diff --git a/loaders/python/peas-python-internal.c b/loaders/python/peas-python-internal.c
index f15b941..5ca54d8 100644
--- a/loaders/python/peas-python-internal.c
+++ b/loaders/python/peas-python-internal.c
@@ -17,6 +17,8 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifdef HAVE_CONFIG_H
diff --git a/loaders/python/peas-python-internal.h b/loaders/python/peas-python-internal.h
index 9ce36a1..da9e815 100644
--- a/loaders/python/peas-python-internal.h
+++ b/loaders/python/peas-python-internal.h
@@ -17,6 +17,8 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifndef __PEAS_PYTHON_INTERNAL_H__