[glib: 3/5] tests: Add SPDX license headers automatically
- From: Sebastian Dröge <sdroege src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 3/5] tests: Add SPDX license headers automatically
- Date: Wed, 18 May 2022 09:09:26 +0000 (UTC)
commit c613d32b9293ba9b50a8b3d1e4e5bfcb04e72fd8
Author: Philip Withnall <pwithnall endlessos org>
Date: Wed May 18 09:20:07 2022 +0100
tests: Add SPDX license headers automatically
Add SPDX license (but not copyright) headers to all files which follow a
certain pattern in their existing non-machine-readable header comment.
This commit was entirely generated using the command:
```
git ls-files gio/tests/*.c | xargs perl -0777 -pi -e 's/\n \*\n \* This library is free software; you can
redistribute it and\/or\n \* modify it under the terms of the GNU Lesser General Public/\n \*\n \*
SPDX-License-Identifier: LGPL-2.1-or-later\n \*\n \* This library is free software; you can redistribute it
and\/or\n \* modify it under the terms of the GNU Lesser General Public/igs'
```
Signed-off-by: Philip Withnall <pwithnall endlessos org>
Helps: #1415
gio/tests/cancellable.c | 2 ++
gio/tests/dbus-appinfo.c | 2 ++
gio/tests/dbus-launch.c | 2 ++
gio/tests/debugcontroller.c | 2 ++
gio/tests/defaultvalue.c | 2 ++
gio/tests/desktop-app-info.c | 2 ++
gio/tests/fake-document-portal.c | 2 ++
gio/tests/fake-service-name.c | 2 ++
gio/tests/filter-cat.c | 2 ++
gio/tests/filter-streams.c | 2 ++
gio/tests/gdbus-address-get-session.c | 2 ++
gio/tests/gdbus-addresses.c | 2 ++
gio/tests/gdbus-auth.c | 2 ++
gio/tests/gdbus-bz627724.c | 2 ++
gio/tests/gdbus-close-pending.c | 2 ++
gio/tests/gdbus-connection-flush-helper.c | 2 ++
gio/tests/gdbus-connection-flush.c | 2 ++
gio/tests/gdbus-connection-loss.c | 2 ++
gio/tests/gdbus-connection-slow.c | 2 ++
gio/tests/gdbus-connection.c | 2 ++
gio/tests/gdbus-error.c | 2 ++
gio/tests/gdbus-exit-on-close.c | 2 ++
gio/tests/gdbus-export.c | 2 ++
gio/tests/gdbus-introspection.c | 2 ++
gio/tests/gdbus-message.c | 2 ++
gio/tests/gdbus-method-invocation.c | 2 ++
gio/tests/gdbus-names.c | 2 ++
gio/tests/gdbus-non-socket.c | 2 ++
gio/tests/gdbus-overflow.c | 2 ++
gio/tests/gdbus-peer-object-manager.c | 2 ++
gio/tests/gdbus-peer.c | 2 ++
gio/tests/gdbus-proxy-threads.c | 2 ++
gio/tests/gdbus-proxy-unique-name.c | 2 ++
gio/tests/gdbus-proxy-well-known-name.c | 2 ++
gio/tests/gdbus-proxy.c | 2 ++
gio/tests/gdbus-serialization.c | 2 ++
gio/tests/gdbus-server-auth.c | 2 ++
gio/tests/gdbus-sessionbus.c | 2 ++
gio/tests/gdbus-test-codegen.c | 2 ++
gio/tests/gdbus-tests.c | 2 ++
gio/tests/gdbus-threading.c | 2 ++
gio/tests/glistmodel.c | 2 ++
gio/tests/gnotification-server.c | 2 ++
gio/tests/gnotification.c | 2 ++
gio/tests/gsocketclient-slow.c | 2 ++
gio/tests/gtesttlsbackend.c | 2 ++
gio/tests/gtlsconsoleinteraction.c | 2 ++
gio/tests/memory-monitor.c | 2 ++
gio/tests/mock-resolver.c | 2 ++
gio/tests/mount-operation.c | 2 ++
gio/tests/network-monitor.c | 2 ++
gio/tests/pollable.c | 2 ++
gio/tests/power-profile-monitor.c | 2 ++
gio/tests/proxy-test.c | 2 ++
gio/tests/proxy.c | 2 ++
gio/tests/resolver-parsing.c | 2 ++
gio/tests/resolver.c | 2 ++
gio/tests/resources.c | 2 ++
gio/tests/simple-async-result.c | 2 ++
gio/tests/simple-proxy.c | 2 ++
gio/tests/sleepy-stream.c | 2 ++
gio/tests/slow-connect-preload.c | 2 ++
gio/tests/socket-listener.c | 2 ++
gio/tests/socket-service.c | 2 ++
gio/tests/socket.c | 2 ++
gio/tests/stream-rw_all.c | 2 ++
gio/tests/task.c | 2 ++
gio/tests/test-io-stream.c | 2 ++
gio/tests/test-pipe-unix.c | 2 ++
gio/tests/tls-certificate.c | 2 ++
gio/tests/tls-database.c | 2 ++
gio/tests/tls-interaction.c | 2 ++
gio/tests/unix-mounts.c | 2 ++
73 files changed, 146 insertions(+)
---
diff --git a/gio/tests/cancellable.c b/gio/tests/cancellable.c
index 1eb7529d65..278d2752e0 100644
--- a/gio/tests/cancellable.c
+++ b/gio/tests/cancellable.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2011 Collabora Ltd.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/dbus-appinfo.c b/gio/tests/dbus-appinfo.c
index 86bdfebee2..2017e02df2 100644
--- a/gio/tests/dbus-appinfo.c
+++ b/gio/tests/dbus-appinfo.c
@@ -1,6 +1,8 @@
/*
* Copyright © 2013 Canonical Limited
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/dbus-launch.c b/gio/tests/dbus-launch.c
index ef57219419..8d881d6f5e 100644
--- a/gio/tests/dbus-launch.c
+++ b/gio/tests/dbus-launch.c
@@ -3,6 +3,8 @@
*
* Copyright © 2015 Collabora Ltd.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/debugcontroller.c b/gio/tests/debugcontroller.c
index c20acd659b..01b8ebdef4 100644
--- a/gio/tests/debugcontroller.c
+++ b/gio/tests/debugcontroller.c
@@ -2,6 +2,8 @@
*
* Copyright © 2022 Endless OS Foundation, LLC
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/defaultvalue.c b/gio/tests/defaultvalue.c
index de0e9b104b..543b3e4910 100644
--- a/gio/tests/defaultvalue.c
+++ b/gio/tests/defaultvalue.c
@@ -1,6 +1,8 @@
/* GIO default value tests
* Copyright (C) 2013 Red Hat, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/desktop-app-info.c b/gio/tests/desktop-app-info.c
index 4a5de6017d..65815fe70a 100644
--- a/gio/tests/desktop-app-info.c
+++ b/gio/tests/desktop-app-info.c
@@ -1,6 +1,8 @@
/*
* Copyright (C) 2008 Red Hat, Inc
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/fake-document-portal.c b/gio/tests/fake-document-portal.c
index c9bb7950b2..0ef86b59ad 100644
--- a/gio/tests/fake-document-portal.c
+++ b/gio/tests/fake-document-portal.c
@@ -1,6 +1,8 @@
/*
* Copyright (C) 2019 Canonical Limited
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/fake-service-name.c b/gio/tests/fake-service-name.c
index c3a61180cf..6e317a7cc8 100644
--- a/gio/tests/fake-service-name.c
+++ b/gio/tests/fake-service-name.c
@@ -1,6 +1,8 @@
/*
* Copyright (C) 2021 Frederic Martinsons
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/filter-cat.c b/gio/tests/filter-cat.c
index 0bc713735e..3688cefde3 100644
--- a/gio/tests/filter-cat.c
+++ b/gio/tests/filter-cat.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2009 Red Hat, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/filter-streams.c b/gio/tests/filter-streams.c
index 1f94dc2220..9c5ff39e9f 100644
--- a/gio/tests/filter-streams.c
+++ b/gio/tests/filter-streams.c
@@ -1,6 +1,8 @@
/*
* Copyright © 2009 Codethink Limited
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gdbus-address-get-session.c b/gio/tests/gdbus-address-get-session.c
index 72de2c79fb..fd43242358 100644
--- a/gio/tests/gdbus-address-get-session.c
+++ b/gio/tests/gdbus-address-get-session.c
@@ -2,6 +2,8 @@
*
* Copyright © 2015 Collabora Ltd.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gdbus-addresses.c b/gio/tests/gdbus-addresses.c
index dbff79c3e0..75ad7e4cd4 100644
--- a/gio/tests/gdbus-addresses.c
+++ b/gio/tests/gdbus-addresses.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2008-2010 Red Hat, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gdbus-auth.c b/gio/tests/gdbus-auth.c
index eabfdd3315..b0d163d98d 100644
--- a/gio/tests/gdbus-auth.c
+++ b/gio/tests/gdbus-auth.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2008-2013 Red Hat, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gdbus-bz627724.c b/gio/tests/gdbus-bz627724.c
index c66819281b..62a6000130 100644
--- a/gio/tests/gdbus-bz627724.c
+++ b/gio/tests/gdbus-bz627724.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2008-2010 Red Hat, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gdbus-close-pending.c b/gio/tests/gdbus-close-pending.c
index bd8fda5a70..f0792ddfca 100644
--- a/gio/tests/gdbus-close-pending.c
+++ b/gio/tests/gdbus-close-pending.c
@@ -3,6 +3,8 @@
* Copyright © 2006-2010 Red Hat, Inc.
* Copyright © 2011 Nokia Corporation
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gdbus-connection-flush-helper.c b/gio/tests/gdbus-connection-flush-helper.c
index 172f3e8f32..e82172f898 100644
--- a/gio/tests/gdbus-connection-flush-helper.c
+++ b/gio/tests/gdbus-connection-flush-helper.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2008-2010 Red Hat, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gdbus-connection-flush.c b/gio/tests/gdbus-connection-flush.c
index c1647651ef..27a35d9788 100644
--- a/gio/tests/gdbus-connection-flush.c
+++ b/gio/tests/gdbus-connection-flush.c
@@ -3,6 +3,8 @@
* Copyright (C) 2008-2010 Red Hat, Inc.
* Copyright (C) 2011 Nokia Corporation
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gdbus-connection-loss.c b/gio/tests/gdbus-connection-loss.c
index cc88cb0ccb..134f151508 100644
--- a/gio/tests/gdbus-connection-loss.c
+++ b/gio/tests/gdbus-connection-loss.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2008-2010 Red Hat, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gdbus-connection-slow.c b/gio/tests/gdbus-connection-slow.c
index 3339e703de..1d12bb27c4 100644
--- a/gio/tests/gdbus-connection-slow.c
+++ b/gio/tests/gdbus-connection-slow.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2008-2010 Red Hat, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gdbus-connection.c b/gio/tests/gdbus-connection.c
index 396b1a40a6..61ca5c4b70 100644
--- a/gio/tests/gdbus-connection.c
+++ b/gio/tests/gdbus-connection.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2008-2010 Red Hat, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gdbus-error.c b/gio/tests/gdbus-error.c
index 96ed42257a..73f84a9d8e 100644
--- a/gio/tests/gdbus-error.c
+++ b/gio/tests/gdbus-error.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2008-2010 Red Hat, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gdbus-exit-on-close.c b/gio/tests/gdbus-exit-on-close.c
index 1bf0ce7dd8..916016870b 100644
--- a/gio/tests/gdbus-exit-on-close.c
+++ b/gio/tests/gdbus-exit-on-close.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2008-2010 Red Hat, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gdbus-export.c b/gio/tests/gdbus-export.c
index f66b1f74c1..5ac53200c7 100644
--- a/gio/tests/gdbus-export.c
+++ b/gio/tests/gdbus-export.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2008-2010 Red Hat, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gdbus-introspection.c b/gio/tests/gdbus-introspection.c
index 50c0cc7215..035de5723b 100644
--- a/gio/tests/gdbus-introspection.c
+++ b/gio/tests/gdbus-introspection.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2008-2010 Red Hat, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gdbus-message.c b/gio/tests/gdbus-message.c
index 93235749a7..2963405da7 100644
--- a/gio/tests/gdbus-message.c
+++ b/gio/tests/gdbus-message.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2008-2010 Red Hat, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gdbus-method-invocation.c b/gio/tests/gdbus-method-invocation.c
index 45fb67757e..58f0927348 100644
--- a/gio/tests/gdbus-method-invocation.c
+++ b/gio/tests/gdbus-method-invocation.c
@@ -2,6 +2,8 @@
*
* Copyright © 2022 Endless OS Foundation, LLC
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gdbus-names.c b/gio/tests/gdbus-names.c
index 838a4ee091..9487cd65f2 100644
--- a/gio/tests/gdbus-names.c
+++ b/gio/tests/gdbus-names.c
@@ -3,6 +3,8 @@
* Copyright (C) 2008-2010 Red Hat, Inc.
* Copyright (C) 2021 Frederic Martinsons
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gdbus-non-socket.c b/gio/tests/gdbus-non-socket.c
index 7ddb55bfb0..a07808502b 100644
--- a/gio/tests/gdbus-non-socket.c
+++ b/gio/tests/gdbus-non-socket.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2008-2010 Red Hat, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gdbus-overflow.c b/gio/tests/gdbus-overflow.c
index d3e1eb2951..e3896e1b11 100644
--- a/gio/tests/gdbus-overflow.c
+++ b/gio/tests/gdbus-overflow.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2008-2010 Red Hat, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gdbus-peer-object-manager.c b/gio/tests/gdbus-peer-object-manager.c
index 0be403f79c..18ba010644 100644
--- a/gio/tests/gdbus-peer-object-manager.c
+++ b/gio/tests/gdbus-peer-object-manager.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2012 Red Hat Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gdbus-peer.c b/gio/tests/gdbus-peer.c
index 7ca8bb7157..933624fa90 100644
--- a/gio/tests/gdbus-peer.c
+++ b/gio/tests/gdbus-peer.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2008-2010 Red Hat, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gdbus-proxy-threads.c b/gio/tests/gdbus-proxy-threads.c
index 690a9cc0eb..76b857e731 100644
--- a/gio/tests/gdbus-proxy-threads.c
+++ b/gio/tests/gdbus-proxy-threads.c
@@ -3,6 +3,8 @@
* Copyright (C) 2008-2010 Red Hat, Inc.
* Copyright (C) 2011 Nokia Corporation
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gdbus-proxy-unique-name.c b/gio/tests/gdbus-proxy-unique-name.c
index eacb0219c4..ab39dbc4bc 100644
--- a/gio/tests/gdbus-proxy-unique-name.c
+++ b/gio/tests/gdbus-proxy-unique-name.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2008-2010 Red Hat, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gdbus-proxy-well-known-name.c b/gio/tests/gdbus-proxy-well-known-name.c
index 51b537c421..5a11c11625 100644
--- a/gio/tests/gdbus-proxy-well-known-name.c
+++ b/gio/tests/gdbus-proxy-well-known-name.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2008-2010 Red Hat, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gdbus-proxy.c b/gio/tests/gdbus-proxy.c
index eed75acf4a..646c5e77cb 100644
--- a/gio/tests/gdbus-proxy.c
+++ b/gio/tests/gdbus-proxy.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2008-2010 Red Hat, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gdbus-serialization.c b/gio/tests/gdbus-serialization.c
index 7cc46a4ae0..0881527162 100644
--- a/gio/tests/gdbus-serialization.c
+++ b/gio/tests/gdbus-serialization.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2008-2010 Red Hat, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gdbus-server-auth.c b/gio/tests/gdbus-server-auth.c
index bd1443eb1c..c683f61da5 100644
--- a/gio/tests/gdbus-server-auth.c
+++ b/gio/tests/gdbus-server-auth.c
@@ -1,6 +1,8 @@
/*
* Copyright 2019 Collabora Ltd.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gdbus-sessionbus.c b/gio/tests/gdbus-sessionbus.c
index 29f05d4149..09d1639692 100644
--- a/gio/tests/gdbus-sessionbus.c
+++ b/gio/tests/gdbus-sessionbus.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2012 Collabora Ltd. <http://www.collabora.co.uk/>
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gdbus-test-codegen.c b/gio/tests/gdbus-test-codegen.c
index 22628c078f..44109f8e5c 100644
--- a/gio/tests/gdbus-test-codegen.c
+++ b/gio/tests/gdbus-test-codegen.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2008-2018 Red Hat, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gdbus-tests.c b/gio/tests/gdbus-tests.c
index 869f1ffe96..857de01320 100644
--- a/gio/tests/gdbus-tests.c
+++ b/gio/tests/gdbus-tests.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2008-2010 Red Hat, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gdbus-threading.c b/gio/tests/gdbus-threading.c
index a14a776c5b..8323dd292f 100644
--- a/gio/tests/gdbus-threading.c
+++ b/gio/tests/gdbus-threading.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2008-2010 Red Hat, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/glistmodel.c b/gio/tests/glistmodel.c
index a65c2f3b11..d7bf2b51d7 100644
--- a/gio/tests/glistmodel.c
+++ b/gio/tests/glistmodel.c
@@ -1,6 +1,8 @@
/*
* Copyright 2015 Lars Uebernickel
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gnotification-server.c b/gio/tests/gnotification-server.c
index c98cbf018f..e82d9c166c 100644
--- a/gio/tests/gnotification-server.c
+++ b/gio/tests/gnotification-server.c
@@ -1,6 +1,8 @@
/*
* Copyright © 2013 Lars Uebernickel
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gnotification.c b/gio/tests/gnotification.c
index 853983c18c..b004f96780 100644
--- a/gio/tests/gnotification.c
+++ b/gio/tests/gnotification.c
@@ -1,6 +1,8 @@
/*
* Copyright © 2013 Lars Uebernickel
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gsocketclient-slow.c b/gio/tests/gsocketclient-slow.c
index 803ed90825..f56e11d254 100644
--- a/gio/tests/gsocketclient-slow.c
+++ b/gio/tests/gsocketclient-slow.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2018 Igalia S.L.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gtesttlsbackend.c b/gio/tests/gtesttlsbackend.c
index 6c48c2394b..6a105afd70 100644
--- a/gio/tests/gtesttlsbackend.c
+++ b/gio/tests/gtesttlsbackend.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2011 Collabora Ltd.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/gtlsconsoleinteraction.c b/gio/tests/gtlsconsoleinteraction.c
index 4a12ea8607..8416574be8 100644
--- a/gio/tests/gtlsconsoleinteraction.c
+++ b/gio/tests/gtlsconsoleinteraction.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2011 Collabora, Ltd.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/memory-monitor.c b/gio/tests/memory-monitor.c
index bef6d0f2e0..a81274a374 100644
--- a/gio/tests/memory-monitor.c
+++ b/gio/tests/memory-monitor.c
@@ -2,6 +2,8 @@
*
* Copyright 2019 Red Hat, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/mock-resolver.c b/gio/tests/mock-resolver.c
index 397be2792c..e573c78308 100644
--- a/gio/tests/mock-resolver.c
+++ b/gio/tests/mock-resolver.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2018 Igalia S.L.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/mount-operation.c b/gio/tests/mount-operation.c
index 0f8566ac77..9012a82fd3 100644
--- a/gio/tests/mount-operation.c
+++ b/gio/tests/mount-operation.c
@@ -2,6 +2,8 @@
*
* Copyright © 2018 Endless Mobile, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/network-monitor.c b/gio/tests/network-monitor.c
index 33e917607a..351dbd36e5 100644
--- a/gio/tests/network-monitor.c
+++ b/gio/tests/network-monitor.c
@@ -2,6 +2,8 @@
*
* Copyright 2011 Red Hat, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/pollable.c b/gio/tests/pollable.c
index ef6905b414..b2faea9848 100644
--- a/gio/tests/pollable.c
+++ b/gio/tests/pollable.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2010 Red Hat, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/power-profile-monitor.c b/gio/tests/power-profile-monitor.c
index bb32f181f0..d9686e9c58 100644
--- a/gio/tests/power-profile-monitor.c
+++ b/gio/tests/power-profile-monitor.c
@@ -2,6 +2,8 @@
*
* Copyright 2021 Igalia S.L.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/proxy-test.c b/gio/tests/proxy-test.c
index eec4bf7ca9..1793006d49 100644
--- a/gio/tests/proxy-test.c
+++ b/gio/tests/proxy-test.c
@@ -2,6 +2,8 @@
*
* Copyright 2012 Red Hat, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/proxy.c b/gio/tests/proxy.c
index 7bb3956bec..9b74847ef4 100644
--- a/gio/tests/proxy.c
+++ b/gio/tests/proxy.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2010 Collabora, Ltd.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/resolver-parsing.c b/gio/tests/resolver-parsing.c
index d9cf052444..105dc69d50 100644
--- a/gio/tests/resolver-parsing.c
+++ b/gio/tests/resolver-parsing.c
@@ -1,6 +1,8 @@
/*
* Copyright (c) 2021 Igalia S.L.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/resolver.c b/gio/tests/resolver.c
index 703946117a..ec9b9e9de9 100644
--- a/gio/tests/resolver.c
+++ b/gio/tests/resolver.c
@@ -4,6 +4,8 @@
*
* Copyright (C) 2008 Red Hat, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/resources.c b/gio/tests/resources.c
index 7ba5896a02..910b189120 100644
--- a/gio/tests/resources.c
+++ b/gio/tests/resources.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2011 Red Hat, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/simple-async-result.c b/gio/tests/simple-async-result.c
index 86ba22dad7..f84e066e70 100644
--- a/gio/tests/simple-async-result.c
+++ b/gio/tests/simple-async-result.c
@@ -1,6 +1,8 @@
/*
* Copyright © 2009 Ryan Lortie
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/simple-proxy.c b/gio/tests/simple-proxy.c
index ffc16eddd0..d696f42f0f 100644
--- a/gio/tests/simple-proxy.c
+++ b/gio/tests/simple-proxy.c
@@ -2,6 +2,8 @@
*
* Copyright 2011, 2013 Red Hat, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/sleepy-stream.c b/gio/tests/sleepy-stream.c
index bbbeb25347..1d3425a1b6 100644
--- a/gio/tests/sleepy-stream.c
+++ b/gio/tests/sleepy-stream.c
@@ -1,6 +1,8 @@
/*
* Copyright © 2009 Codethink Limited
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/slow-connect-preload.c b/gio/tests/slow-connect-preload.c
index 9fdb431c6f..490bcfe65f 100644
--- a/gio/tests/slow-connect-preload.c
+++ b/gio/tests/slow-connect-preload.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2018 Igalia S.L.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/socket-listener.c b/gio/tests/socket-listener.c
index 6ceed13d46..82b3e92ff4 100644
--- a/gio/tests/socket-listener.c
+++ b/gio/tests/socket-listener.c
@@ -2,6 +2,8 @@
*
* Copyright 2014 Red Hat, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/socket-service.c b/gio/tests/socket-service.c
index a00c0c4998..97ae13f0a2 100644
--- a/gio/tests/socket-service.c
+++ b/gio/tests/socket-service.c
@@ -2,6 +2,8 @@
*
* Copyright 2014 Red Hat, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/socket.c b/gio/tests/socket.c
index 9a5092642c..ca81f9350b 100644
--- a/gio/tests/socket.c
+++ b/gio/tests/socket.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2008-2011 Red Hat, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/stream-rw_all.c b/gio/tests/stream-rw_all.c
index a5210b546f..7d8ceb2fc2 100644
--- a/gio/tests/stream-rw_all.c
+++ b/gio/tests/stream-rw_all.c
@@ -1,6 +1,8 @@
/*
* Copyright © 2014 Canonical Limited
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/task.c b/gio/tests/task.c
index 7ce8438ff1..bf24490cdf 100644
--- a/gio/tests/task.c
+++ b/gio/tests/task.c
@@ -1,6 +1,8 @@
/*
* Copyright 2012-2019 Red Hat, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/test-io-stream.c b/gio/tests/test-io-stream.c
index cbca9b7a25..1294bf816d 100644
--- a/gio/tests/test-io-stream.c
+++ b/gio/tests/test-io-stream.c
@@ -3,6 +3,8 @@
* Copyright © 2008-2010 Red Hat, Inc.
* Copyright © 2011 Nokia Corporation
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/test-pipe-unix.c b/gio/tests/test-pipe-unix.c
index ccf9faac8c..790b1578c0 100644
--- a/gio/tests/test-pipe-unix.c
+++ b/gio/tests/test-pipe-unix.c
@@ -3,6 +3,8 @@
* Copyright © 2008-2010 Red Hat, Inc.
* Copyright © 2011 Nokia Corporation
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/tls-certificate.c b/gio/tests/tls-certificate.c
index bae5823572..589b793253 100644
--- a/gio/tests/tls-certificate.c
+++ b/gio/tests/tls-certificate.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2011 Collabora Ltd.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/tls-database.c b/gio/tests/tls-database.c
index 1bad25587a..d0a05fc5e5 100644
--- a/gio/tests/tls-database.c
+++ b/gio/tests/tls-database.c
@@ -2,6 +2,8 @@
*
* Copyright (C) Matthew Waters <matthew centricular com>.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/tls-interaction.c b/gio/tests/tls-interaction.c
index 5661e8e0d2..c0c58b5c58 100644
--- a/gio/tests/tls-interaction.c
+++ b/gio/tests/tls-interaction.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2011 Collabora Ltd.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/gio/tests/unix-mounts.c b/gio/tests/unix-mounts.c
index 67b8c8d98c..e3cc6c18c8 100644
--- a/gio/tests/unix-mounts.c
+++ b/gio/tests/unix-mounts.c
@@ -2,6 +2,8 @@
*
* Copyright © 2017 Endless Mobile, Inc.
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]