From 1f6a4d60d459e1c03cc3bfcb6a1541ab27e74d42 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 14 Mar 2023 11:37:39 +0000 Subject: [PATCH] tests: Add copyright/licensing header to queue tests This is put together through git archaeology: ``` git log glib/tests/queue.c git log -- tests/queue-test.c ``` The following commits were too trivial to have meaningful copyright: - 8f02fac4ad1e846f3075ae8b057b387e6365c0ca - d81ac5339fcf9537a3731ebb5770238f4fa69d59 - 29f2ced8eb32d9001da8082c4530f017decb8267 - 1a2c5e155deacb7ebeb8d0ca2c800a97a90a7ab9 - 8a90f5e9f6da778743aaec365ee4ceb62b717130 - 45dae4b5063f9af7de8211ced95dd73cc770a86e - 2aa71ab63b4457324c53700ab38ed83c3ccf7d5e - 3a74ad128eb9a3431c54a88fa36269cb41e11c3e Signed-off-by: Philip Withnall Helps: #1415 --- glib/tests/queue.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/glib/tests/queue.c b/glib/tests/queue.c index e95ec901d..3b6c3580b 100644 --- a/glib/tests/queue.c +++ b/glib/tests/queue.c @@ -1,3 +1,24 @@ +/* + * Copyright 1999 Jeff Garzik + * Copyright 1999 Tim Janik + * Copyright 2004 Soeren Sandmann + * Copyright 2006 Martyn James Russell + * Copyright 2004, 2005, 2010, 2019 Red Hat, Inc. + * Copyright 2011 Samsung + * Copyright 2018 Tapasweni Pathak + * Copyright 2019 Endless Mobile, Inc. + * Copyright 2020 Emmanuel Fleury + * + * SPDX-License-Identifier: LGPL-2.1-or-later + * + * This program 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 + * version 2.1 of the License, or (at your option) any later version. + * + * See the included COPYING file for more information. + */ + #undef G_DISABLE_ASSERT #undef G_LOG_DOMAIN