Add a SPDX LicenseRef for the license historically used for tests

Some of GLib's unit tests are under an apparently GLib-specific
permissive license, vaguely similar to the BSD/MIT family but with the
GPL's lack-of-warranty wording. This is not on SPDX's list of
well-known licenses, so we need to use a custom license name prefixed
with LicenseRef if we want to represent this in SPDX/REUSE syntax.

Most of the newer tests seem to be licensed under LGPL-2.1-or-later
instead.

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2022-11-02 12:34:19 +00:00
parent 7ee767213b
commit 32b0dd24e3
66 changed files with 146 additions and 0 deletions

View File

@ -0,0 +1,16 @@
This work is provided "as is"; redistribution and modification
in whole or in part, in any medium, physical or electronic is
permitted without restriction.
This work is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
In no event shall the authors or contributors be liable for any
direct, indirect, incidental, special, exemplary, or consequential
damages (including, but not limited to, procurement of substitute
goods or services; loss of use, data, or profits; or business
interruption) however caused and on any theory of liability, whether
in contract, strict liability, or tort (including negligence or
otherwise) arising in any way out of the use of this software, even
if advised of the possibility of such damage.

View File

@ -1,6 +1,8 @@
/* GLib testing framework examples and tests /* GLib testing framework examples and tests
* Authors: Jesse van den Kieboom <jessevdk@gnome.org> * Authors: Jesse van den Kieboom <jessevdk@gnome.org>
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -3,6 +3,8 @@
* Authors: Xavier Claessens <xclaesse@gmail.com> * Authors: Xavier Claessens <xclaesse@gmail.com>
* Mike Ruprecht <mike.ruprecht@collabora.co.uk> * Mike Ruprecht <mike.ruprecht@collabora.co.uk>
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -2,6 +2,8 @@
* Copyright (C) 2008 Red Hat, Inc. * Copyright (C) 2008 Red Hat, Inc.
* Authors: Matthias Clasen <mclasen@redhat.com> * Authors: Matthias Clasen <mclasen@redhat.com>
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -2,6 +2,8 @@
* Copyright (C) 2009 Red Hat, Inc. * Copyright (C) 2009 Red Hat, Inc.
* Authors: Alexander Larsson <alexl@redhat.com> * Authors: Alexander Larsson <alexl@redhat.com>
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -2,6 +2,8 @@
* *
* Copyright © 2012 Collabora Ltd. * Copyright © 2012 Collabora Ltd.
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -2,6 +2,8 @@
* Copyright (C) 2008 Red Hat, Inc. * Copyright (C) 2008 Red Hat, Inc.
* Authors: Tomas Bzatek <tbzatek@redhat.com> * Authors: Tomas Bzatek <tbzatek@redhat.com>
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -2,6 +2,8 @@
* Copyright (C) 2008 Red Hat, Inc. * Copyright (C) 2008 Red Hat, Inc.
* Authors: Tomas Bzatek <tbzatek@redhat.com> * Authors: Tomas Bzatek <tbzatek@redhat.com>
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -1,6 +1,8 @@
/* Testcase for bug in GIO function g_file_query_filesystem_info() /* Testcase for bug in GIO function g_file_query_filesystem_info()
* Author: Nelson Benítez León * Author: Nelson Benítez León
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -2,6 +2,8 @@
* Copyright (C) 2008 Red Hat, Inc. * Copyright (C) 2008 Red Hat, Inc.
* Authors: Tomas Bzatek <tbzatek@redhat.com> * Authors: Tomas Bzatek <tbzatek@redhat.com>
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -2,6 +2,8 @@
* Copyright (C) 2008 Red Hat, Inc. * Copyright (C) 2008 Red Hat, Inc.
* Authors: Tomas Bzatek <tbzatek@redhat.com> * Authors: Tomas Bzatek <tbzatek@redhat.com>
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -2,6 +2,8 @@
* *
* Copyright (C) 2008 Red Hat, Inc. * Copyright (C) 2008 Red Hat, Inc.
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -2,6 +2,8 @@
* Copyright (C) 2013 Red Hat, Inc * Copyright (C) 2013 Red Hat, Inc
* Author: Matthias Clasen * Author: Matthias Clasen
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -2,6 +2,8 @@
* Copyright (C) 2012 Red Hat, Inc * Copyright (C) 2012 Red Hat, Inc
* Author: Matthias Clasen * Author: Matthias Clasen
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -2,6 +2,8 @@
* Copyright (C) 2010 Collabora Ltd. * Copyright (C) 2010 Collabora Ltd.
* Authors: Xavier Claessens <xclaesse@gmail.com> * Authors: Xavier Claessens <xclaesse@gmail.com>
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -2,6 +2,8 @@
* Copyright (C) 2008 Red Hat, Inc. * Copyright (C) 2008 Red Hat, Inc.
* Authors: Tomas Bzatek <tbzatek@redhat.com> * Authors: Tomas Bzatek <tbzatek@redhat.com>
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -2,6 +2,8 @@
* Copyright (C) 2007 Imendio AB * Copyright (C) 2007 Imendio AB
* Authors: Tim Janik * Authors: Tim Janik
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -2,6 +2,8 @@
* Copyright (C) 2008 Red Hat, Inc. * Copyright (C) 2008 Red Hat, Inc.
* Author: Matthias Clasen * Author: Matthias Clasen
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -2,6 +2,8 @@
* Copyright (C) 2012 Red Hat, Inc * Copyright (C) 2012 Red Hat, Inc
* Author: Matthias Clasen * Author: Matthias Clasen
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -1,6 +1,8 @@
/* GLib testing framework examples and tests /* GLib testing framework examples and tests
* Copyright (C) 2009 Red Hat, Inc. * Copyright (C) 2009 Red Hat, Inc.
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -2,6 +2,8 @@
* *
* Copyright (C) 2013 Collabora, Ltd. * Copyright (C) 2013 Collabora, Ltd.
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -1,6 +1,8 @@
/* GLib testing framework examples and tests /* GLib testing framework examples and tests
* Copyright (C) 2008 Red Hat, Inc * Copyright (C) 2008 Red Hat, Inc
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -3,6 +3,8 @@
* Copyright (C) 2011 Red Hat, Inc * Copyright (C) 2011 Red Hat, Inc
* Author: Matthias Clasen * Author: Matthias Clasen
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -1,6 +1,8 @@
/* GLib testing framework examples and tests /* GLib testing framework examples and tests
* Copyright (C) 2019 Руслан Ижбулатов <lrn1986@gmail.com> * Copyright (C) 2019 Руслан Ижбулатов <lrn1986@gmail.com>
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -1,6 +1,8 @@
/* GLib testing framework examples and tests /* GLib testing framework examples and tests
* Copyright (C) 2008 Red Hat, Inc * Copyright (C) 2008 Red Hat, Inc
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -2,6 +2,8 @@
* Copyright (C) 2011 Red Hat, Inc * Copyright (C) 2011 Red Hat, Inc
* Author: Matthias Clasen * Author: Matthias Clasen
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -2,6 +2,8 @@
* Copyright (C) 2011 Red Hat, Inc * Copyright (C) 2011 Red Hat, Inc
* Author: Matthias Clasen * Author: Matthias Clasen
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -1,6 +1,8 @@
/* Unit tests for gfileutils /* Unit tests for gfileutils
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -1,6 +1,8 @@
/* Unit tests for hook lists /* Unit tests for hook lists
* Copyright (C) 2011 Red Hat, Inc. * Copyright (C) 2011 Red Hat, Inc.
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -2,6 +2,8 @@
* Copyright (C) 2011 Red Hat, Inc * Copyright (C) 2011 Red Hat, Inc
* Author: Matthias Clasen * Author: Matthias Clasen
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -1,6 +1,8 @@
/* Unit tests for GMarkup /* Unit tests for GMarkup
* Copyright (C) 2013 Red Hat, Inc. * Copyright (C) 2013 Red Hat, Inc.
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -1,6 +1,8 @@
/* Unit tests for g /* Unit tests for g
* Copyright (C) 2010 Red Hat, Inc. * Copyright (C) 2010 Red Hat, Inc.
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -2,6 +2,8 @@
* Copyright (C) 2011 Red Hat, Inc * Copyright (C) 2011 Red Hat, Inc
* Author: Matthias Clasen * Author: Matthias Clasen
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -3,6 +3,8 @@
* Copyright (C) 2011 Red Hat, Inc * Copyright (C) 2011 Red Hat, Inc
* Author: Matthias Clasen * Author: Matthias Clasen
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -1,6 +1,8 @@
/* g_once_init_*() test /* g_once_init_*() test
* Copyright (C) 2007 Tim Janik * Copyright (C) 2007 Tim Janik
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -1,6 +1,8 @@
/* /*
* Copyright (C) 2011 Red Hat, Inc. * Copyright (C) 2011 Red Hat, Inc.
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -2,6 +2,8 @@
* Copyright (C) 2007 Openismus GmbH * Copyright (C) 2007 Openismus GmbH
* Authors: Mathias Hasselmann * Authors: Mathias Hasselmann
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -2,6 +2,8 @@
* Copyright (C) 2011 Red Hat, Inc * Copyright (C) 2011 Red Hat, Inc
* Author: Matthias Clasen * Author: Matthias Clasen
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -2,6 +2,8 @@
* *
* Copyright (C) 2010 Sven Herzberg * Copyright (C) 2010 Sven Herzberg
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -1,6 +1,8 @@
/* Unit tests for grand /* Unit tests for grand
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -2,6 +2,8 @@
* Copyright (C) 2011 Red Hat, Inc * Copyright (C) 2011 Red Hat, Inc
* Author: Matthias Clasen * Author: Matthias Clasen
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -2,6 +2,8 @@
* Copyright (C) 2011 Red Hat, Inc * Copyright (C) 2011 Red Hat, Inc
* Author: Matthias Clasen * Author: Matthias Clasen
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -1,6 +1,8 @@
/* slice-known-pages.c - test GSlice across known pages /* slice-known-pages.c - test GSlice across known pages
* Copyright (C) 2007 Tim Janik * Copyright (C) 2007 Tim Janik
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -1,6 +1,8 @@
/* /*
* Copyright (C) 2011 Red Hat, Inc. * Copyright (C) 2011 Red Hat, Inc.
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -1,6 +1,8 @@
/* /*
* Copyright (C) 2011 Red Hat, Inc. * Copyright (C) 2011 Red Hat, Inc.
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -1,6 +1,8 @@
/* Unit tests for gstrfuncs /* Unit tests for gstrfuncs
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -1,6 +1,8 @@
/* Unit tests for gstring /* Unit tests for gstring
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -2,6 +2,8 @@
* Copyright © 2020 Canonical Ltd. * Copyright © 2020 Canonical Ltd.
* Copyright © 2021 Alexandros Theodotou * Copyright © 2021 Alexandros Theodotou
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -1,6 +1,8 @@
/* Unit tests for gprintf /* Unit tests for gprintf
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -1,6 +1,8 @@
/* /*
* Copyright (C) 2011 Red Hat, Inc. * Copyright (C) 2011 Red Hat, Inc.
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -1,6 +1,8 @@
/* /*
* Copyright (C) 2022 Red Hat, Inc. * Copyright (C) 2022 Red Hat, Inc.
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -2,6 +2,8 @@
* Copyright (C) 2007 Imendio AB * Copyright (C) 2007 Imendio AB
* Authors: Tim Janik * Authors: Tim Janik
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -1,6 +1,8 @@
/* Unit tests for GThreadPool /* Unit tests for GThreadPool
* Copyright (C) 2020 Sebastian Dröge <sebastian@centricular.com> * Copyright (C) 2020 Sebastian Dröge <sebastian@centricular.com>
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -2,6 +2,8 @@
* Copyright (C) 2011 Red Hat, Inc * Copyright (C) 2011 Red Hat, Inc
* Author: Matthias Clasen * Author: Matthias Clasen
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -1,6 +1,8 @@
/* Unit tests for GTimer /* Unit tests for GTimer
* Copyright (C) 2013 Red Hat, Inc. * Copyright (C) 2013 Red Hat, Inc.
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -2,6 +2,8 @@
* Copyright (C) 2010 Red Hat, Inc. * Copyright (C) 2010 Red Hat, Inc.
* Copyright (C) 2011 Google, Inc. * Copyright (C) 2011 Google, Inc.
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -1,6 +1,8 @@
/* /*
* Copyright (C) 2011 Red Hat, Inc. * Copyright (C) 2011 Red Hat, Inc.
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -1,6 +1,8 @@
/* Unit tests for utilities /* Unit tests for utilities
* Copyright (C) 2010 Red Hat, Inc. * Copyright (C) 2010 Red Hat, Inc.
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -1,6 +1,8 @@
/* Unit tests for utilities /* Unit tests for utilities
* Copyright (C) 2010 Red Hat, Inc. * Copyright (C) 2010 Red Hat, Inc.
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -1,6 +1,8 @@
/* Unit test for VEH on Windows /* Unit test for VEH on Windows
* Copyright (C) 2019 Руслан Ижбулатов * Copyright (C) 2019 Руслан Ижбулатов
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -2,6 +2,8 @@
* Copyright (C) 2018 Canonical Ltd * Copyright (C) 2018 Canonical Ltd
* Authors: Marco Trevisan <marco@ubuntu.com> * Authors: Marco Trevisan <marco@ubuntu.com>
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -1,4 +1,6 @@
/* Copyright (C) 2005 Imendio AB /* Copyright (C) 2005 Imendio AB
*
* SPDX-License-Identifier: LicenseRef-old-glib-tests
* *
* This software is provided "as is"; redistribution and modification * This software is provided "as is"; redistribution and modification
* is permitted, provided that the following disclaimer is retained. * is permitted, provided that the following disclaimer is retained.

View File

@ -2,6 +2,8 @@
* Copyright (C) 2008 Imendio AB * Copyright (C) 2008 Imendio AB
* Authors: Tim Janik * Authors: Tim Janik
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -1,6 +1,8 @@
/* GLib testing framework examples and tests /* GLib testing framework examples and tests
* Copyright (C) 2022 Red Hat, Inc. * Copyright (C) 2022 Red Hat, Inc.
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -1,6 +1,8 @@
/* GLib testing framework examples and tests /* GLib testing framework examples and tests
* Copyright (C) 2022 Red Hat, Inc. * Copyright (C) 2022 Red Hat, Inc.
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.

View File

@ -2,6 +2,8 @@
* Copyright (C) 2008 Imendio AB * Copyright (C) 2008 Imendio AB
* Authors: Tim Janik * Authors: Tim Janik
* *
* SPDX-License-Identifier: LicenseRef-old-glib-tests
*
* This work is provided "as is"; redistribution and modification * This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is * in whole or in part, in any medium, physical or electronic is
* permitted without restriction. * permitted without restriction.