diff options
Diffstat (limited to 'test/core')
-rw-r--r-- | test/core/error-mapping.c | 2 | ||||
-rw-r--r-- | test/core/manual/invalid-usage.c | 2 | ||||
-rw-r--r-- | test/core/my-object-subclass.c | 2 | ||||
-rw-r--r-- | test/core/my-object-subclass.h | 2 | ||||
-rw-r--r-- | test/core/my-object.c | 2 | ||||
-rw-r--r-- | test/core/my-object.h | 2 | ||||
-rw-r--r-- | test/core/peer-client.c | 2 | ||||
-rw-r--r-- | test/core/peer-on-bus.c | 2 | ||||
-rw-r--r-- | test/core/peer-server.c | 2 | ||||
-rw-r--r-- | test/core/private.c | 2 | ||||
-rw-r--r-- | test/core/proxy-noc.c | 2 | ||||
-rw-r--r-- | test/core/proxy-peer.c | 2 | ||||
-rw-r--r-- | test/core/registrations.c | 2 | ||||
-rw-r--r-- | test/core/shared-bus.c | 2 | ||||
-rw-r--r-- | test/core/test-dbus-glib.c | 2 | ||||
-rw-r--r-- | test/core/test-gvariant.c | 2 | ||||
-rw-r--r-- | test/core/test-profile.c | 2 | ||||
-rw-r--r-- | test/core/test-service-glib.c | 2 | ||||
-rw-r--r-- | test/core/test-types.c | 2 | ||||
-rw-r--r-- | test/core/test-variant-recursion.c | 2 | ||||
-rw-r--r-- | test/core/unsupported-type.c | 2 |
21 files changed, 42 insertions, 0 deletions
diff --git a/test/core/error-mapping.c b/test/core/error-mapping.c index d66985f..84837fd 100644 --- a/test/core/error-mapping.c +++ b/test/core/error-mapping.c @@ -5,6 +5,8 @@ * Copyright © 2006-2011 Nokia Corporation * Copyright © 2006 Steve Frécinaux * + * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later + * * Licensed under the Academic Free License version 2.1 * * This program is free software; you can redistribute it and/or modify diff --git a/test/core/manual/invalid-usage.c b/test/core/manual/invalid-usage.c index 95a2591..6ca4b1f 100644 --- a/test/core/manual/invalid-usage.c +++ b/test/core/manual/invalid-usage.c @@ -7,6 +7,8 @@ * Copyright © 2006-2011 Nokia Corporation * Copyright © 2006 Steve Frécinaux * + * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later + * * Licensed under the Academic Free License version 2.1 * * This program is free software; you can redistribute it and/or modify diff --git a/test/core/my-object-subclass.c b/test/core/my-object-subclass.c index 7b4ae9e..a5e4035 100644 --- a/test/core/my-object-subclass.c +++ b/test/core/my-object-subclass.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later */ + #include <config.h> #include <string.h> #include <glib/gi18n.h> diff --git a/test/core/my-object-subclass.h b/test/core/my-object-subclass.h index edb03cd..9b8afd3 100644 --- a/test/core/my-object-subclass.h +++ b/test/core/my-object-subclass.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later */ + #ifndef __MY_OBJECT_SUBCLASS_H__ #define __MY_OBJECT_SUBCLASS_H__ diff --git a/test/core/my-object.c b/test/core/my-object.c index 62cb55a..02839cb 100644 --- a/test/core/my-object.c +++ b/test/core/my-object.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later */ + #include <config.h> #include <string.h> #include <glib/gi18n.h> diff --git a/test/core/my-object.h b/test/core/my-object.h index 95d84e2..6f985ee 100644 --- a/test/core/my-object.h +++ b/test/core/my-object.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later */ + #ifndef __MY_OBJECT_H__ #define __MY_OBJECT_H__ diff --git a/test/core/peer-client.c b/test/core/peer-client.c index 9a944f1..836f6c4 100644 --- a/test/core/peer-client.c +++ b/test/core/peer-client.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later */ + #include <config.h> #include <stdio.h> diff --git a/test/core/peer-on-bus.c b/test/core/peer-on-bus.c index a1eb231..4a62420 100644 --- a/test/core/peer-on-bus.c +++ b/test/core/peer-on-bus.c @@ -3,6 +3,8 @@ * Copyright © 2009 Collabora Ltd. <http://www.collabora.co.uk/> * Copyright © 2009-2011 Nokia Corporation * + * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later OR MIT + * * In preparation for dbus-glib relicensing (if it ever happens), this file is * licensed under (at your option) either the AFL v2.1, the GPL v2 or later, * or an MIT/X11-style license: diff --git a/test/core/peer-server.c b/test/core/peer-server.c index b44daac..7b69c8b 100644 --- a/test/core/peer-server.c +++ b/test/core/peer-server.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later */ + #include <config.h> #include <stdio.h> diff --git a/test/core/private.c b/test/core/private.c index 30df437..b37ae20 100644 --- a/test/core/private.c +++ b/test/core/private.c @@ -3,6 +3,8 @@ * Copyright © 2009 Collabora Ltd. <http://www.collabora.co.uk/> * Copyright © 2009-2011 Nokia Corporation * + * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later OR MIT + * * In preparation for dbus-glib relicensing (if it ever happens), this file is * licensed under (at your option) either the AFL v2.1, the GPL v2 or later, * or an MIT/X11-style license: diff --git a/test/core/proxy-noc.c b/test/core/proxy-noc.c index 5c798ff..3f10eb3 100644 --- a/test/core/proxy-noc.c +++ b/test/core/proxy-noc.c @@ -4,6 +4,8 @@ * Copyright © 2011 Nokia Corporation * Copyright © 2013 Collabora Ltd. * + * SPDX-License-Identifier: MIT + * * 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, diff --git a/test/core/proxy-peer.c b/test/core/proxy-peer.c index 8c1b867..b225d94 100644 --- a/test/core/proxy-peer.c +++ b/test/core/proxy-peer.c @@ -3,6 +3,8 @@ * Author: Simon McVittie <simon.mcvittie@collabora.co.uk> * Copyright © 2011 Nokia Corporation * + * SPDX-License-Identifier: MIT + * * 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, diff --git a/test/core/registrations.c b/test/core/registrations.c index 0eea468..2c32e5a 100644 --- a/test/core/registrations.c +++ b/test/core/registrations.c @@ -3,6 +3,8 @@ * Copyright © 2009 Collabora Ltd. <http://www.collabora.co.uk/> * Copyright © 2009-2011 Nokia Corporation * + * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later OR MIT + * * In preparation for dbus-glib relicensing (if it ever happens), this file is * licensed under (at your option) either the AFL v2.1, the GPL v2 or later, * or an MIT/X11-style license: diff --git a/test/core/shared-bus.c b/test/core/shared-bus.c index 0ab575c..0f18880 100644 --- a/test/core/shared-bus.c +++ b/test/core/shared-bus.c @@ -5,6 +5,8 @@ * Copyright © 2006-2008 Collabora Ltd. <http://www.collabora.co.uk/> * Copyright © 2011 Nokia Corporation * + * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later + * * Licensed under the Academic Free License version 2.1 * * This program is free software; you can redistribute it and/or modify diff --git a/test/core/test-dbus-glib.c b/test/core/test-dbus-glib.c index 1ae2ec7..4e050b2 100644 --- a/test/core/test-dbus-glib.c +++ b/test/core/test-dbus-glib.c @@ -6,6 +6,8 @@ * Copyright © 2006-2011 Nokia Corporation * Copyright © 2006 Steve Frécinaux * + * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later + * * Licensed under the Academic Free License version 2.1 * * This program is free software; you can redistribute it and/or modify diff --git a/test/core/test-gvariant.c b/test/core/test-gvariant.c index fc1406e..6031afa 100644 --- a/test/core/test-gvariant.c +++ b/test/core/test-gvariant.c @@ -2,6 +2,8 @@ * * Copyright © 2010 Collabora Ltd. <http://www.collabora.co.uk/> * + * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later + * * Licensed under the Academic Free License version 2.1 * * This program is free software; you can redistribute it and/or modify diff --git a/test/core/test-profile.c b/test/core/test-profile.c index fe2f476..015d200 100644 --- a/test/core/test-profile.c +++ b/test/core/test-profile.c @@ -3,6 +3,8 @@ * * Copyright (C) 2003, 2004 Red Hat Inc. * + * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later + * * Licensed under the Academic Free License version 2.1 * * This program is free software; you can redistribute it and/or modify diff --git a/test/core/test-service-glib.c b/test/core/test-service-glib.c index 8da330a..8712b17 100644 --- a/test/core/test-service-glib.c +++ b/test/core/test-service-glib.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later */ + #include <config.h> /* -*- mode: C; c-file-style: "gnu" -*- */ diff --git a/test/core/test-types.c b/test/core/test-types.c index 58f309c..00b522c 100644 --- a/test/core/test-types.c +++ b/test/core/test-types.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later */ + #include <config.h> #include <stdio.h> diff --git a/test/core/test-variant-recursion.c b/test/core/test-variant-recursion.c index 8278d9f..bc6df8e 100644 --- a/test/core/test-variant-recursion.c +++ b/test/core/test-variant-recursion.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later */ + #include <config.h> /* -*- mode: C; c-file-style: "gnu" -*- */ diff --git a/test/core/unsupported-type.c b/test/core/unsupported-type.c index d8e397b..ac4d7df 100644 --- a/test/core/unsupported-type.c +++ b/test/core/unsupported-type.c @@ -2,6 +2,8 @@ * Copyright © 2009-2014 Collabora Ltd. <http://www.collabora.co.uk/> * Copyright © 2009-2011 Nokia Corporation * + * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later OR MIT + * * In preparation for dbus-glib relicensing (if it ever happens), this file is * licensed under (at your option) either the AFL v2.1, the GPL v2 or later, * or an MIT/X11-style license: |