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:
@ -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.
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
@ -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 */
|
||||||
|
|||||||
@ -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 */
|
||||||
|
|||||||
@ -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 */
|
||||||
|
|||||||
@ -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 */
|
||||||
|
|||||||
@ -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.
|
||||||
|
|||||||
@ -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.
|
||||||
|
|||||||
@ -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. */
|
||||||
|
|||||||
@ -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 */
|
||||||
|
|||||||
@ -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.
|
||||||
@ -380,4 +380,4 @@ mod tests {
|
|||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user