Add SPDX-License-Identifier for files that already specify license
This is a step towards REUSE compliance. Third-party files that we do not otherwise edit (git.mk, m4/attributes.m4) are excluded here. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
/* bubblewrap
|
/* bubblewrap
|
||||||
* Copyright (C) 2016 Alexander Larsson
|
* Copyright (C) 2016 Alexander Larsson
|
||||||
|
* SPDX-License-Identifier: LGPL-2.0-or-later
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
/* bubblewrap
|
/* bubblewrap
|
||||||
* Copyright (C) 2016 Alexander Larsson
|
* Copyright (C) 2016 Alexander Larsson
|
||||||
|
* SPDX-License-Identifier: LGPL-2.0-or-later
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
/* bubblewrap
|
/* bubblewrap
|
||||||
* Copyright (C) 2016 Alexander Larsson
|
* Copyright (C) 2016 Alexander Larsson
|
||||||
|
* SPDX-License-Identifier: LGPL-2.0-or-later
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
/* bubblewrap
|
/* bubblewrap
|
||||||
* Copyright (C) 2016 Alexander Larsson
|
* Copyright (C) 2016 Alexander Larsson
|
||||||
|
* SPDX-License-Identifier: LGPL-2.0-or-later
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
/* bubblewrap
|
/* bubblewrap
|
||||||
* Copyright (C) 2016 Alexander Larsson
|
* Copyright (C) 2016 Alexander Larsson
|
||||||
|
* SPDX-License-Identifier: LGPL-2.0-or-later
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@@ -4,6 +4,7 @@
|
|||||||
# Add non-bubblewrap-specific code to libtest-core.sh instead.
|
# Add non-bubblewrap-specific code to libtest-core.sh instead.
|
||||||
#
|
#
|
||||||
# Copyright (C) 2017 Colin Walters <walters@verbum.org>
|
# Copyright (C) 2017 Colin Walters <walters@verbum.org>
|
||||||
|
# SPDX-License-Identifier: LGPL-2.0-or-later
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU Lesser General Public
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
|
1
utils.c
1
utils.c
@@ -1,5 +1,6 @@
|
|||||||
/* bubblewrap
|
/* bubblewrap
|
||||||
* Copyright (C) 2016 Alexander Larsson
|
* Copyright (C) 2016 Alexander Larsson
|
||||||
|
* SPDX-License-Identifier: LGPL-2.0-or-later
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
1
utils.h
1
utils.h
@@ -1,5 +1,6 @@
|
|||||||
/* bubblewrap
|
/* bubblewrap
|
||||||
* Copyright (C) 2016 Alexander Larsson
|
* Copyright (C) 2016 Alexander Larsson
|
||||||
|
* SPDX-License-Identifier: LGPL-2.0-or-later
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
Reference in New Issue
Block a user