Change "GPL-3.0+" to "GPL-3.0-or-later"

The "GPL-3.0+"-SPDX-license-identifier has been deprecated,
and was replaced with "GPL-3.0-or-later".

More information about that, is available in the
"Deprecated License Identifiers"-part of
https://spdx.org/licenses/ .

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/642>
This commit is contained in:
MoonlightWave-12
2024-04-14 09:53:24 +02:00
parent 07ccea0fb5
commit c21fbd86ac
13 changed files with 14 additions and 14 deletions

View File

@ -1,5 +1,5 @@
/* Copyright (C) 2022 Purism SPC /* Copyright (C) 2022 Purism SPC
* SPDX-License-Identifier: GPL-3.0+ * SPDX-License-Identifier: GPL-3.0-or-later
*/ */
/*! Actors are parts of Squeekboard containing state independent from the main application state. /*! Actors are parts of Squeekboard containing state independent from the main application state.

View File

@ -1,5 +1,5 @@
/* Copyright (C) 2022 Purism SPC /* Copyright (C) 2022 Purism SPC
* SPDX-License-Identifier: GPL-3.0+ * SPDX-License-Identifier: GPL-3.0-or-later
*/ */
/*! The popover is opened directly by the GTK surface, /*! The popover is opened directly by the GTK surface,

View File

@ -1,5 +1,5 @@
/* Copyright (C) 2020 Purism SPC /* Copyright (C) 2020 Purism SPC
* SPDX-License-Identifier: GPL-3.0+ * SPDX-License-Identifier: GPL-3.0-or-later
*/ */
/*! Animation details */ /*! Animation details */

View File

@ -1,5 +1,5 @@
/* Copyright (C) 2020-2021 Purism SPC /* Copyright (C) 2020-2021 Purism SPC
* SPDX-License-Identifier: GPL-3.0+ * SPDX-License-Identifier: GPL-3.0-or-later
*/ */
/*! Loading layout files */ /*! Loading layout files */

View File

@ -1,5 +1,5 @@
/* Copyright (C) 2020-2021 Purism SPC /* Copyright (C) 2020-2021 Purism SPC
* SPDX-License-Identifier: GPL-3.0+ * SPDX-License-Identifier: GPL-3.0-or-later
*/ */
/*! Combined module for dealing with layout files */ /*! Combined module for dealing with layout files */

View File

@ -1,5 +1,5 @@
/* Copyright (C) 2020-2021 Purism SPC /* Copyright (C) 2020-2021 Purism SPC
* SPDX-License-Identifier: GPL-3.0+ * SPDX-License-Identifier: GPL-3.0-or-later
*/ */
/*! Parsing of the data files containing layouts */ /*! Parsing of the data files containing layouts */

View File

@ -1,5 +1,5 @@
/* Copyright (C) 2021 Purism SPC /* Copyright (C) 2021 Purism SPC
* SPDX-License-Identifier: GPL-3.0+ * SPDX-License-Identifier: GPL-3.0-or-later
*/ */
/*! This drives the loop from the `loop` module. /*! This drives the loop from the `loop` module.

View File

@ -1,5 +1,5 @@
/* Copyright (C) 2021 Purism SPC /* Copyright (C) 2021 Purism SPC
* SPDX-License-Identifier: GPL-3.0+ * SPDX-License-Identifier: GPL-3.0-or-later
*/ */
/*! The loop abstraction for driving state changes. /*! The loop abstraction for driving state changes.

View File

@ -1,5 +1,5 @@
/* Copyright (C) 2020,2022 Purism SPC /* Copyright (C) 2020,2022 Purism SPC
* SPDX-License-Identifier: GPL-3.0+ * SPDX-License-Identifier: GPL-3.0-or-later
*/ */
/*! Glue for the main loop. */ /*! Glue for the main loop. */

View File

@ -1,5 +1,5 @@
/* Copyright (C) 2019-2022 Purism SPC /* Copyright (C) 2019-2022 Purism SPC
* SPDX-License-Identifier: GPL-3.0+ * SPDX-License-Identifier: GPL-3.0-or-later
*/ */
/*! Managing Wayland outputs */ /*! Managing Wayland outputs */

View File

@ -1,5 +1,5 @@
/* Copyright (C) 2022 Purism SPC /* Copyright (C) 2022 Purism SPC
* SPDX-License-Identifier: GPL-3.0+ * SPDX-License-Identifier: GPL-3.0-or-later
*/ */
/*! Panel state management. /*! Panel state management.

View File

@ -2,7 +2,7 @@
* Copyright (C) 2010-2011 Daiki Ueno <ueno@unixuser.org> * Copyright (C) 2010-2011 Daiki Ueno <ueno@unixuser.org>
* Copyright (C) 2010-2011 Red Hat, Inc. * Copyright (C) 2010-2011 Red Hat, Inc.
* Copyright (C) 2018-2019 Purism SPC * Copyright (C) 2018-2019 Purism SPC
* SPDX-License-Identifier: GPL-3.0+ * SPDX-License-Identifier: GPL-3.0-or-later
* Author: Guido Günther <agx@sigxcpu.org> * Author: Guido Günther <agx@sigxcpu.org>
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify

View File

@ -1,5 +1,5 @@
/* Copyright (C) 2021,2022 Purism SPC /* Copyright (C) 2021,2022 Purism SPC
* SPDX-License-Identifier: GPL-3.0+ * SPDX-License-Identifier: GPL-3.0-or-later
*/ */
/*! Application-wide state is stored here. /*! Application-wide state is stored here.