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 <pwithnall@endlessos.org>

Helps: #1415
This commit is contained in:
Philip Withnall 2023-03-14 11:37:39 +00:00
parent 8b25142cb2
commit 1f6a4d60d4

View File

@ -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