diff options
496 files changed, 992 insertions, 0 deletions
diff --git a/gio/gaction.c b/gio/gaction.c index 645eb26ed..65d2f5aa8 100644 --- a/gio/gaction.c +++ b/gio/gaction.c @@ -1,6 +1,8 @@ /* * Copyright © 2010 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gaction.h b/gio/gaction.h index f9f4b38e7..988ddc3aa 100644 --- a/gio/gaction.h +++ b/gio/gaction.h @@ -1,6 +1,8 @@ /* * Copyright © 2010 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gactiongroup.c b/gio/gactiongroup.c index ecd3af1c3..4617b6242 100644 --- a/gio/gactiongroup.c +++ b/gio/gactiongroup.c @@ -1,6 +1,8 @@ /* * Copyright © 2010 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gactiongroup.h b/gio/gactiongroup.h index bba8a236b..e6b0c3f81 100644 --- a/gio/gactiongroup.h +++ b/gio/gactiongroup.h @@ -1,6 +1,8 @@ /* * Copyright © 2010 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gactiongroupexporter.c b/gio/gactiongroupexporter.c index 28f018f8b..575a03ca2 100644 --- a/gio/gactiongroupexporter.c +++ b/gio/gactiongroupexporter.c @@ -2,6 +2,8 @@ * Copyright © 2010 Codethink Limited * Copyright © 2011 Canonical Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gactiongroupexporter.h b/gio/gactiongroupexporter.h index ba28c8954..365e5a1a3 100644 --- a/gio/gactiongroupexporter.h +++ b/gio/gactiongroupexporter.h @@ -2,6 +2,8 @@ * Copyright © 2010 Codethink Limited * Copyright © 2011 Canonical Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gactionmap.c b/gio/gactionmap.c index 077e3cfa6..1fb13e7af 100644 --- a/gio/gactionmap.c +++ b/gio/gactionmap.c @@ -1,6 +1,8 @@ /* * Copyright © 2010 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gactionmap.h b/gio/gactionmap.h index 2a22a2771..6a4e8263c 100644 --- a/gio/gactionmap.h +++ b/gio/gactionmap.h @@ -1,6 +1,8 @@ /* * Copyright © 2010 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gappinfo.c b/gio/gappinfo.c index 3f0332825..8f64974c2 100644 --- a/gio/gappinfo.c +++ b/gio/gappinfo.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gappinfo.h b/gio/gappinfo.h index ad3068e31..8a49ab42c 100644 --- a/gio/gappinfo.h +++ b/gio/gappinfo.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gappinfoprivate.h b/gio/gappinfoprivate.h index f8b0f483e..dbf46c22a 100644 --- a/gio/gappinfoprivate.h +++ b/gio/gappinfoprivate.h @@ -2,6 +2,8 @@ * * Copyright © 2013 Canonical Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gapplication-tool.c b/gio/gapplication-tool.c index 7ad062299..514d99a3f 100644 --- a/gio/gapplication-tool.c +++ b/gio/gapplication-tool.c @@ -1,6 +1,8 @@ /* * Copyright © 2013 Canonical Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gapplication.c b/gio/gapplication.c index cbc467a92..77fde804a 100644 --- a/gio/gapplication.c +++ b/gio/gapplication.c @@ -1,6 +1,8 @@ /* * Copyright © 2010 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gapplication.h b/gio/gapplication.h index adc32ed44..345405366 100644 --- a/gio/gapplication.h +++ b/gio/gapplication.h @@ -1,6 +1,8 @@ /* * Copyright © 2010 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gapplicationcommandline.c b/gio/gapplicationcommandline.c index d7be108bf..9fe52da5d 100644 --- a/gio/gapplicationcommandline.c +++ b/gio/gapplicationcommandline.c @@ -1,6 +1,8 @@ /* * Copyright © 2010 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gapplicationcommandline.h b/gio/gapplicationcommandline.h index 6610e86bd..a22a2b5fd 100644 --- a/gio/gapplicationcommandline.h +++ b/gio/gapplicationcommandline.h @@ -2,6 +2,8 @@ * * Copyright © 2010 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gapplicationimpl-dbus.c b/gio/gapplicationimpl-dbus.c index da4d17ea6..bcad19d2e 100644 --- a/gio/gapplicationimpl-dbus.c +++ b/gio/gapplicationimpl-dbus.c @@ -1,6 +1,8 @@ /* * Copyright © 2010 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gasynchelper.c b/gio/gasynchelper.c index 8b1883584..433837f9e 100644 --- a/gio/gasynchelper.c +++ b/gio/gasynchelper.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gasynchelper.h b/gio/gasynchelper.h index ded5a2204..a2399bab2 100644 --- a/gio/gasynchelper.h +++ b/gio/gasynchelper.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gasyncinitable.c b/gio/gasyncinitable.c index 6af650688..c1a05e87e 100644 --- a/gio/gasyncinitable.c +++ b/gio/gasyncinitable.c @@ -2,6 +2,8 @@ * * Copyright (C) 2009 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gasyncinitable.h b/gio/gasyncinitable.h index f30d2cec7..225702c6e 100644 --- a/gio/gasyncinitable.h +++ b/gio/gasyncinitable.h @@ -2,6 +2,8 @@ * * Copyright (C) 2009 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gasyncresult.c b/gio/gasyncresult.c index b96f1eeab..4d2f5f944 100644 --- a/gio/gasyncresult.c +++ b/gio/gasyncresult.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gasyncresult.h b/gio/gasyncresult.h index 956cbc473..c352c798a 100644 --- a/gio/gasyncresult.h +++ b/gio/gasyncresult.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gbufferedinputstream.c b/gio/gbufferedinputstream.c index d9f150d33..55450ce0e 100644 --- a/gio/gbufferedinputstream.c +++ b/gio/gbufferedinputstream.c @@ -3,6 +3,8 @@ * Copyright (C) 2006-2007 Red Hat, Inc. * Copyright (C) 2007 Jürg Billeter * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gbufferedinputstream.h b/gio/gbufferedinputstream.h index 19c42147c..ca7b0f9b1 100644 --- a/gio/gbufferedinputstream.h +++ b/gio/gbufferedinputstream.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gbufferedoutputstream.c b/gio/gbufferedoutputstream.c index 969bbae0b..4999a7d69 100644 --- a/gio/gbufferedoutputstream.c +++ b/gio/gbufferedoutputstream.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gbufferedoutputstream.h b/gio/gbufferedoutputstream.h index f88f27952..a50d5e7b3 100644 --- a/gio/gbufferedoutputstream.h +++ b/gio/gbufferedoutputstream.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gbytesicon.c b/gio/gbytesicon.c index 4103b60bc..b402a5178 100644 --- a/gio/gbytesicon.c +++ b/gio/gbytesicon.c @@ -2,6 +2,8 @@ * * Copyright © 2013 Canonical Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gbytesicon.h b/gio/gbytesicon.h index 5661044b7..668f85f50 100644 --- a/gio/gbytesicon.h +++ b/gio/gbytesicon.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gcancellable.c b/gio/gcancellable.c index b96e948df..64755206b 100644 --- a/gio/gcancellable.c +++ b/gio/gcancellable.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gcancellable.h b/gio/gcancellable.h index 45b9a5a19..790a59bad 100644 --- a/gio/gcancellable.h +++ b/gio/gcancellable.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gcharsetconverter.c b/gio/gcharsetconverter.c index d529cbc90..499319999 100644 --- a/gio/gcharsetconverter.c +++ b/gio/gcharsetconverter.c @@ -2,6 +2,8 @@ * * Copyright (C) 2009 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gcharsetconverter.h b/gio/gcharsetconverter.h index 610f774d8..5ab8f32d6 100644 --- a/gio/gcharsetconverter.h +++ b/gio/gcharsetconverter.h @@ -2,6 +2,8 @@ * * Copyright (C) 2009 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gcontenttype-win32.c b/gio/gcontenttype-win32.c index 9b6f69ece..11ea203ab 100644 --- a/gio/gcontenttype-win32.c +++ b/gio/gcontenttype-win32.c @@ -4,6 +4,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gcontenttype.c b/gio/gcontenttype.c index 3c9522bc6..190c5d7bf 100644 --- a/gio/gcontenttype.c +++ b/gio/gcontenttype.c @@ -4,6 +4,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gcontenttype.h b/gio/gcontenttype.h index db2c974f3..bd487f1c7 100644 --- a/gio/gcontenttype.h +++ b/gio/gcontenttype.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gcontenttypeprivate.h b/gio/gcontenttypeprivate.h index 768a64798..d3d671b91 100644 --- a/gio/gcontenttypeprivate.h +++ b/gio/gcontenttypeprivate.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gcontextspecificgroup.c b/gio/gcontextspecificgroup.c index acad72767..e1def3bbb 100644 --- a/gio/gcontextspecificgroup.c +++ b/gio/gcontextspecificgroup.c @@ -1,6 +1,8 @@ /* * Copyright © 2015 Canonical Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gcontextspecificgroup.h b/gio/gcontextspecificgroup.h index 74d22a44e..a5cf09f22 100644 --- a/gio/gcontextspecificgroup.h +++ b/gio/gcontextspecificgroup.h @@ -1,6 +1,8 @@ /* * Copyright © 2015 Canonical Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gconverter.c b/gio/gconverter.c index 7e5d30850..9dacaf03e 100644 --- a/gio/gconverter.c +++ b/gio/gconverter.c @@ -2,6 +2,8 @@ * * Copyright (C) 2009 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gconverter.h b/gio/gconverter.h index 87164534b..a39a76547 100644 --- a/gio/gconverter.h +++ b/gio/gconverter.h @@ -2,6 +2,8 @@ * * Copyright (C) 2009 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gconverterinputstream.c b/gio/gconverterinputstream.c index dd84b3474..59277bf83 100644 --- a/gio/gconverterinputstream.c +++ b/gio/gconverterinputstream.c @@ -2,6 +2,8 @@ * * Copyright (C) 2009 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gconverterinputstream.h b/gio/gconverterinputstream.h index 48cc10221..2747fdb9f 100644 --- a/gio/gconverterinputstream.h +++ b/gio/gconverterinputstream.h @@ -2,6 +2,8 @@ * * Copyright (C) 2009 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gconverteroutputstream.c b/gio/gconverteroutputstream.c index c1fa29ee8..b26f645d4 100644 --- a/gio/gconverteroutputstream.c +++ b/gio/gconverteroutputstream.c @@ -2,6 +2,8 @@ * * Copyright (C) 2009 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gconverteroutputstream.h b/gio/gconverteroutputstream.h index b9a1e5d40..d6a960b5c 100644 --- a/gio/gconverteroutputstream.h +++ b/gio/gconverteroutputstream.h @@ -2,6 +2,8 @@ * * Copyright (C) 2009 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gcredentials.c b/gio/gcredentials.c index 17378e881..ba5be63a6 100644 --- a/gio/gcredentials.c +++ b/gio/gcredentials.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gcredentials.h b/gio/gcredentials.h index b61ab786b..60b3abaf2 100644 --- a/gio/gcredentials.h +++ b/gio/gcredentials.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gcredentialsprivate.h b/gio/gcredentialsprivate.h index c09f9eceb..0310a7542 100644 --- a/gio/gcredentialsprivate.h +++ b/gio/gcredentialsprivate.h @@ -2,6 +2,8 @@ * * Copyright 2013 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdatagrambased.c b/gio/gdatagrambased.c index 1e1c051df..f8de3728f 100644 --- a/gio/gdatagrambased.c +++ b/gio/gdatagrambased.c @@ -2,6 +2,8 @@ * * Copyright 2015 Collabora Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdatagrambased.h b/gio/gdatagrambased.h index 838b485df..798e003b5 100644 --- a/gio/gdatagrambased.h +++ b/gio/gdatagrambased.h @@ -1,6 +1,8 @@ /* * Copyright 2015 Collabora Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdatainputstream.c b/gio/gdatainputstream.c index a9db6269b..72c50308e 100644 --- a/gio/gdatainputstream.c +++ b/gio/gdatainputstream.c @@ -4,6 +4,8 @@ * Copyright (C) 2007 Jürg Billeter * Copyright © 2009 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdatainputstream.h b/gio/gdatainputstream.h index 3ad3b825f..4380f06c5 100644 --- a/gio/gdatainputstream.h +++ b/gio/gdatainputstream.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdataoutputstream.c b/gio/gdataoutputstream.c index 4c2d2519c..f2d1f3988 100644 --- a/gio/gdataoutputstream.c +++ b/gio/gdataoutputstream.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdataoutputstream.h b/gio/gdataoutputstream.h index 62cf7b5e3..046550c35 100644 --- a/gio/gdataoutputstream.h +++ b/gio/gdataoutputstream.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbus-tool.c b/gio/gdbus-tool.c index 1b03a301d..5b90e7739 100644 --- a/gio/gdbus-tool.c +++ b/gio/gdbus-tool.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusactiongroup-private.h b/gio/gdbusactiongroup-private.h index b46df2277..51a769256 100644 --- a/gio/gdbusactiongroup-private.h +++ b/gio/gdbusactiongroup-private.h @@ -2,6 +2,8 @@ * Copyright © 2010 Codethink Limited * Copyright © 2011 Canonical Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusactiongroup.c b/gio/gdbusactiongroup.c index 894b482bd..275c5fc01 100644 --- a/gio/gdbusactiongroup.c +++ b/gio/gdbusactiongroup.c @@ -2,6 +2,8 @@ * Copyright © 2010 Codethink Limited * Copyright © 2011 Canonical Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusactiongroup.h b/gio/gdbusactiongroup.h index 93e6a2cfe..1575ffb2c 100644 --- a/gio/gdbusactiongroup.h +++ b/gio/gdbusactiongroup.h @@ -2,6 +2,8 @@ * Copyright © 2010 Codethink Limited * Copyright © 2011 Canonical Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusaddress.c b/gio/gdbusaddress.c index 48fdef2f4..615722978 100644 --- a/gio/gdbusaddress.c +++ b/gio/gdbusaddress.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusaddress.h b/gio/gdbusaddress.h index 43915bb8d..cc99c5913 100644 --- a/gio/gdbusaddress.h +++ b/gio/gdbusaddress.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusauth.c b/gio/gdbusauth.c index 7a7900c1b..778143a55 100644 --- a/gio/gdbusauth.c +++ b/gio/gdbusauth.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusauth.h b/gio/gdbusauth.h index 70b6a6039..30140fb98 100644 --- a/gio/gdbusauth.h +++ b/gio/gdbusauth.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusauthmechanism.c b/gio/gdbusauthmechanism.c index 897d41496..38d7210e5 100644 --- a/gio/gdbusauthmechanism.c +++ b/gio/gdbusauthmechanism.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusauthmechanism.h b/gio/gdbusauthmechanism.h index cee87b0a2..bc4afe74d 100644 --- a/gio/gdbusauthmechanism.h +++ b/gio/gdbusauthmechanism.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusauthmechanismanon.c b/gio/gdbusauthmechanismanon.c index dd57826ff..903907f86 100644 --- a/gio/gdbusauthmechanismanon.c +++ b/gio/gdbusauthmechanismanon.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusauthmechanismanon.h b/gio/gdbusauthmechanismanon.h index 2968159a1..3b4303105 100644 --- a/gio/gdbusauthmechanismanon.h +++ b/gio/gdbusauthmechanismanon.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusauthmechanismexternal.c b/gio/gdbusauthmechanismexternal.c index b3f21175b..617fe1d0e 100644 --- a/gio/gdbusauthmechanismexternal.c +++ b/gio/gdbusauthmechanismexternal.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusauthmechanismexternal.h b/gio/gdbusauthmechanismexternal.h index 4408db9c5..9d11a6547 100644 --- a/gio/gdbusauthmechanismexternal.h +++ b/gio/gdbusauthmechanismexternal.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusauthmechanismsha1.c b/gio/gdbusauthmechanismsha1.c index 5a8bf9231..a11c9f38d 100644 --- a/gio/gdbusauthmechanismsha1.c +++ b/gio/gdbusauthmechanismsha1.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusauthmechanismsha1.h b/gio/gdbusauthmechanismsha1.h index 0e563fd2c..574ca36cc 100644 --- a/gio/gdbusauthmechanismsha1.h +++ b/gio/gdbusauthmechanismsha1.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusauthobserver.c b/gio/gdbusauthobserver.c index 7bafa94ec..c695e1a38 100644 --- a/gio/gdbusauthobserver.c +++ b/gio/gdbusauthobserver.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusauthobserver.h b/gio/gdbusauthobserver.h index 8fe7b3292..1961a337f 100644 --- a/gio/gdbusauthobserver.h +++ b/gio/gdbusauthobserver.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusconnection.c b/gio/gdbusconnection.c index 92a0d3a69..f0d50f7d8 100644 --- a/gio/gdbusconnection.c +++ b/gio/gdbusconnection.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusconnection.h b/gio/gdbusconnection.h index 5404d0f74..595625161 100644 --- a/gio/gdbusconnection.h +++ b/gio/gdbusconnection.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbuserror.c b/gio/gdbuserror.c index 4cc542c7e..1cee9e58b 100644 --- a/gio/gdbuserror.c +++ b/gio/gdbuserror.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbuserror.h b/gio/gdbuserror.h index 35a156cb2..d35d07b29 100644 --- a/gio/gdbuserror.h +++ b/gio/gdbuserror.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusinterface.c b/gio/gdbusinterface.c index 35fa8e460..b4796761e 100644 --- a/gio/gdbusinterface.c +++ b/gio/gdbusinterface.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusinterface.h b/gio/gdbusinterface.h index b2f3c4405..83e524bab 100644 --- a/gio/gdbusinterface.h +++ b/gio/gdbusinterface.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusinterfaceskeleton.c b/gio/gdbusinterfaceskeleton.c index 878c14599..3f07d4d0b 100644 --- a/gio/gdbusinterfaceskeleton.c +++ b/gio/gdbusinterfaceskeleton.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusinterfaceskeleton.h b/gio/gdbusinterfaceskeleton.h index bf3b630e4..bc13b74e9 100644 --- a/gio/gdbusinterfaceskeleton.h +++ b/gio/gdbusinterfaceskeleton.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusintrospection.c b/gio/gdbusintrospection.c index d6aa445d5..a08c1298c 100644 --- a/gio/gdbusintrospection.c +++ b/gio/gdbusintrospection.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusintrospection.h b/gio/gdbusintrospection.h index f2e291787..e2fbf5e6e 100644 --- a/gio/gdbusintrospection.h +++ b/gio/gdbusintrospection.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusmenumodel.c b/gio/gdbusmenumodel.c index e29614a41..a6cc0fc03 100644 --- a/gio/gdbusmenumodel.c +++ b/gio/gdbusmenumodel.c @@ -1,6 +1,8 @@ /* * Copyright © 2011 Canonical Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusmenumodel.h b/gio/gdbusmenumodel.h index dd2882d22..5e9a9ce09 100644 --- a/gio/gdbusmenumodel.h +++ b/gio/gdbusmenumodel.h @@ -1,6 +1,8 @@ /* * Copyright © 2011 Canonical Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusmessage.c b/gio/gdbusmessage.c index ecef6cd3c..7aebdeb90 100644 --- a/gio/gdbusmessage.c +++ b/gio/gdbusmessage.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusmessage.h b/gio/gdbusmessage.h index 437a79948..84e3c5fff 100644 --- a/gio/gdbusmessage.h +++ b/gio/gdbusmessage.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusmethodinvocation.c b/gio/gdbusmethodinvocation.c index 705af079f..e5a916681 100644 --- a/gio/gdbusmethodinvocation.c +++ b/gio/gdbusmethodinvocation.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusmethodinvocation.h b/gio/gdbusmethodinvocation.h index c0e6218a5..c5751cc5c 100644 --- a/gio/gdbusmethodinvocation.h +++ b/gio/gdbusmethodinvocation.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusnameowning.c b/gio/gdbusnameowning.c index 879da0bbe..289ea036a 100644 --- a/gio/gdbusnameowning.c +++ b/gio/gdbusnameowning.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusnameowning.h b/gio/gdbusnameowning.h index 89c011a2f..fbeb961c3 100644 --- a/gio/gdbusnameowning.h +++ b/gio/gdbusnameowning.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusnamewatching.c b/gio/gdbusnamewatching.c index d4272e4ca..c834fe10e 100644 --- a/gio/gdbusnamewatching.c +++ b/gio/gdbusnamewatching.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusnamewatching.h b/gio/gdbusnamewatching.h index 19d57f2c5..a344e2c09 100644 --- a/gio/gdbusnamewatching.h +++ b/gio/gdbusnamewatching.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusobject.c b/gio/gdbusobject.c index c332720c0..5cd425e17 100644 --- a/gio/gdbusobject.c +++ b/gio/gdbusobject.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusobject.h b/gio/gdbusobject.h index 157c52b1a..050534e57 100644 --- a/gio/gdbusobject.h +++ b/gio/gdbusobject.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusobjectmanager.c b/gio/gdbusobjectmanager.c index 4c4c74b43..cd56c2af4 100644 --- a/gio/gdbusobjectmanager.c +++ b/gio/gdbusobjectmanager.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusobjectmanager.h b/gio/gdbusobjectmanager.h index 260ae2ee6..908d96cd1 100644 --- a/gio/gdbusobjectmanager.h +++ b/gio/gdbusobjectmanager.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusobjectmanagerclient.c b/gio/gdbusobjectmanagerclient.c index aa89a3f65..bfb73b530 100644 --- a/gio/gdbusobjectmanagerclient.c +++ b/gio/gdbusobjectmanagerclient.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusobjectmanagerclient.h b/gio/gdbusobjectmanagerclient.h index eafabfbf1..c00e68252 100644 --- a/gio/gdbusobjectmanagerclient.h +++ b/gio/gdbusobjectmanagerclient.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusobjectmanagerserver.c b/gio/gdbusobjectmanagerserver.c index 0b875be30..68539ea00 100644 --- a/gio/gdbusobjectmanagerserver.c +++ b/gio/gdbusobjectmanagerserver.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusobjectmanagerserver.h b/gio/gdbusobjectmanagerserver.h index dd725b737..b81823dec 100644 --- a/gio/gdbusobjectmanagerserver.h +++ b/gio/gdbusobjectmanagerserver.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusobjectproxy.c b/gio/gdbusobjectproxy.c index ae87b428c..ac5e4482a 100644 --- a/gio/gdbusobjectproxy.c +++ b/gio/gdbusobjectproxy.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusobjectproxy.h b/gio/gdbusobjectproxy.h index 38c8d5118..d7a450d7e 100644 --- a/gio/gdbusobjectproxy.h +++ b/gio/gdbusobjectproxy.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusobjectskeleton.c b/gio/gdbusobjectskeleton.c index c0e56110a..ec6a2f2bf 100644 --- a/gio/gdbusobjectskeleton.c +++ b/gio/gdbusobjectskeleton.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusobjectskeleton.h b/gio/gdbusobjectskeleton.h index fe6952f5a..417dd6e54 100644 --- a/gio/gdbusobjectskeleton.h +++ b/gio/gdbusobjectskeleton.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusprivate.c b/gio/gdbusprivate.c index 0b8630ab2..762afcee4 100644 --- a/gio/gdbusprivate.c +++ b/gio/gdbusprivate.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusprivate.h b/gio/gdbusprivate.h index 72d2c32a9..028129e33 100644 --- a/gio/gdbusprivate.h +++ b/gio/gdbusprivate.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusproxy.c b/gio/gdbusproxy.c index c095bc5fa..292c7b5e1 100644 --- a/gio/gdbusproxy.c +++ b/gio/gdbusproxy.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusproxy.h b/gio/gdbusproxy.h index 38f47c540..aac6663ec 100644 --- a/gio/gdbusproxy.h +++ b/gio/gdbusproxy.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusserver.c b/gio/gdbusserver.c index 3034c8f86..34e54ebce 100644 --- a/gio/gdbusserver.c +++ b/gio/gdbusserver.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusserver.h b/gio/gdbusserver.h index 123eac4da..63dd4cbbf 100644 --- a/gio/gdbusserver.h +++ b/gio/gdbusserver.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusutils.c b/gio/gdbusutils.c index 112c24e22..4b4b7e1ef 100644 --- a/gio/gdbusutils.c +++ b/gio/gdbusutils.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdbusutils.h b/gio/gdbusutils.h index da8e42280..c0f2ba505 100644 --- a/gio/gdbusutils.h +++ b/gio/gdbusutils.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdebugcontroller.c b/gio/gdebugcontroller.c index c61561621..159a69967 100644 --- a/gio/gdebugcontroller.c +++ b/gio/gdebugcontroller.c @@ -2,6 +2,8 @@ * * Copyright © 2021 Endless OS Foundation, LLC * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdebugcontroller.h b/gio/gdebugcontroller.h index ca3a2d29d..38160343d 100644 --- a/gio/gdebugcontroller.h +++ b/gio/gdebugcontroller.h @@ -2,6 +2,8 @@ * * Copyright © 2021 Endless OS Foundation, LLC * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdebugcontrollerdbus.c b/gio/gdebugcontrollerdbus.c index 3c0ee007e..84d2e6499 100644 --- a/gio/gdebugcontrollerdbus.c +++ b/gio/gdebugcontrollerdbus.c @@ -2,6 +2,8 @@ * * Copyright © 2021 Endless OS Foundation, LLC * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdebugcontrollerdbus.h b/gio/gdebugcontrollerdbus.h index 5e54bbfa1..d28545bb6 100644 --- a/gio/gdebugcontrollerdbus.h +++ b/gio/gdebugcontrollerdbus.h @@ -2,6 +2,8 @@ * * Copyright © 2021 Endless OS Foundation, LLC * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdelayedsettingsbackend.c b/gio/gdelayedsettingsbackend.c index 6fff6f71c..123570612 100644 --- a/gio/gdelayedsettingsbackend.c +++ b/gio/gdelayedsettingsbackend.c @@ -1,6 +1,8 @@ /* * Copyright © 2009, 2010 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdelayedsettingsbackend.h b/gio/gdelayedsettingsbackend.h index 1eb890ab7..399a7942e 100644 --- a/gio/gdelayedsettingsbackend.h +++ b/gio/gdelayedsettingsbackend.h @@ -1,6 +1,8 @@ /* * Copyright © 2009, 2010 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdesktopappinfo.c b/gio/gdesktopappinfo.c index 60d6debb2..da59da3fd 100644 --- a/gio/gdesktopappinfo.c +++ b/gio/gdesktopappinfo.c @@ -3,6 +3,8 @@ * Copyright (C) 2006-2007 Red Hat, Inc. * Copyright © 2007 Ryan Lortie * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdesktopappinfo.h b/gio/gdesktopappinfo.h index 591bdd2ef..9df12f8a7 100644 --- a/gio/gdesktopappinfo.h +++ b/gio/gdesktopappinfo.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdocumentportal.c b/gio/gdocumentportal.c index 644829a71..c08c36c58 100644 --- a/gio/gdocumentportal.c +++ b/gio/gdocumentportal.c @@ -2,6 +2,8 @@ * * Copyright 2016 Endless Mobile, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdocumentportal.h b/gio/gdocumentportal.h index 82d32640e..358459bb9 100644 --- a/gio/gdocumentportal.h +++ b/gio/gdocumentportal.h @@ -2,6 +2,8 @@ * * Copyright 2016 Endless Mobile, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdrive.c b/gio/gdrive.c index c6c68dda9..4e33d2383 100644 --- a/gio/gdrive.c +++ b/gio/gdrive.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdrive.h b/gio/gdrive.h index cd9b7212f..f5a5d122a 100644 --- a/gio/gdrive.h +++ b/gio/gdrive.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdtlsclientconnection.c b/gio/gdtlsclientconnection.c index a0ed3d243..74cce7572 100644 --- a/gio/gdtlsclientconnection.c +++ b/gio/gdtlsclientconnection.c @@ -3,6 +3,8 @@ * Copyright © 2010 Red Hat, Inc * Copyright © 2015 Collabora, Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdtlsclientconnection.h b/gio/gdtlsclientconnection.h index daf8e54ff..f772647fb 100644 --- a/gio/gdtlsclientconnection.h +++ b/gio/gdtlsclientconnection.h @@ -3,6 +3,8 @@ * Copyright © 2010 Red Hat, Inc. * Copyright © 2015 Collabora, Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdtlsconnection.c b/gio/gdtlsconnection.c index 1fd035c57..ef961063e 100644 --- a/gio/gdtlsconnection.c +++ b/gio/gdtlsconnection.c @@ -3,6 +3,8 @@ * Copyright © 2010 Red Hat, Inc * Copyright © 2015 Collabora, Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdtlsconnection.h b/gio/gdtlsconnection.h index 8a5ca2723..6a02ee6e5 100644 --- a/gio/gdtlsconnection.h +++ b/gio/gdtlsconnection.h @@ -3,6 +3,8 @@ * Copyright © 2010 Red Hat, Inc. * Copyright © 2015 Collabora, Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdtlsserverconnection.c b/gio/gdtlsserverconnection.c index 51074e222..a5241213c 100644 --- a/gio/gdtlsserverconnection.c +++ b/gio/gdtlsserverconnection.c @@ -3,6 +3,8 @@ * Copyright © 2010 Red Hat, Inc * Copyright © 2015 Collabora, Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdtlsserverconnection.h b/gio/gdtlsserverconnection.h index 24ecb76c4..b713b2c95 100644 --- a/gio/gdtlsserverconnection.h +++ b/gio/gdtlsserverconnection.h @@ -3,6 +3,8 @@ * Copyright © 2010 Red Hat, Inc. * Copyright © 2015 Collabora, Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdummyfile.c b/gio/gdummyfile.c index cfada32e8..4ec352c6e 100644 --- a/gio/gdummyfile.c +++ b/gio/gdummyfile.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdummyfile.h b/gio/gdummyfile.h index 57f058de8..405c299bf 100644 --- a/gio/gdummyfile.h +++ b/gio/gdummyfile.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdummyproxyresolver.c b/gio/gdummyproxyresolver.c index 893f97d25..1cac1db74 100644 --- a/gio/gdummyproxyresolver.c +++ b/gio/gdummyproxyresolver.c @@ -2,6 +2,8 @@ * * Copyright (C) 2010 Collabora, Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdummyproxyresolver.h b/gio/gdummyproxyresolver.h index 1f782bc38..ac17dbfee 100644 --- a/gio/gdummyproxyresolver.h +++ b/gio/gdummyproxyresolver.h @@ -2,6 +2,8 @@ * * Copyright (C) 2010 Collabora, Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdummytlsbackend.c b/gio/gdummytlsbackend.c index 8744b8363..1ec00c99e 100644 --- a/gio/gdummytlsbackend.c +++ b/gio/gdummytlsbackend.c @@ -3,6 +3,8 @@ * Copyright (C) 2010 Red Hat, Inc. * Copyright © 2015 Collabora, Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gdummytlsbackend.h b/gio/gdummytlsbackend.h index 08e8f07a0..bd1ec9a2d 100644 --- a/gio/gdummytlsbackend.h +++ b/gio/gdummytlsbackend.h @@ -2,6 +2,8 @@ * * Copyright (C) 2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gemblem.c b/gio/gemblem.c index e8c4d4e63..af1ba0006 100644 --- a/gio/gemblem.c +++ b/gio/gemblem.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008 Clemens N. Buss <cebuzz@gmail.com> * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gemblem.h b/gio/gemblem.h index 094f9cb87..246671e81 100644 --- a/gio/gemblem.h +++ b/gio/gemblem.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008 Clemens N. Buss <cebuzz@gmail.com> * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gemblemedicon.c b/gio/gemblemedicon.c index 46fb95fbb..8b72f12f9 100644 --- a/gio/gemblemedicon.c +++ b/gio/gemblemedicon.c @@ -4,6 +4,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gemblemedicon.h b/gio/gemblemedicon.h index 3374e0a68..c19e99f50 100644 --- a/gio/gemblemedicon.h +++ b/gio/gemblemedicon.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gfdonotificationbackend.c b/gio/gfdonotificationbackend.c index 312ad1e0d..e0bfea535 100644 --- a/gio/gfdonotificationbackend.c +++ b/gio/gfdonotificationbackend.c @@ -1,6 +1,8 @@ /* * Copyright © 2013 Lars Uebernickel * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gfile.c b/gio/gfile.c index 31a239511..4aae0ed0d 100644 --- a/gio/gfile.c +++ b/gio/gfile.c @@ -4,6 +4,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gfile.h b/gio/gfile.h index 3a324cf9d..f2bffc114 100644 --- a/gio/gfile.h +++ b/gio/gfile.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gfileattribute-priv.h b/gio/gfileattribute-priv.h index c42f937c0..de5e038d1 100644 --- a/gio/gfileattribute-priv.h +++ b/gio/gfileattribute-priv.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gfileattribute.c b/gio/gfileattribute.c index 8075d1d53..aa8c61e45 100644 --- a/gio/gfileattribute.c +++ b/gio/gfileattribute.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gfileattribute.h b/gio/gfileattribute.h index a55104701..f139c1e82 100644 --- a/gio/gfileattribute.h +++ b/gio/gfileattribute.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gfiledescriptorbased.c b/gio/gfiledescriptorbased.c index 54655ddab..53f55fec0 100644 --- a/gio/gfiledescriptorbased.c +++ b/gio/gfiledescriptorbased.c @@ -2,6 +2,8 @@ * * Copyright (C) 2010 Christian Kellner * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gfiledescriptorbased.h b/gio/gfiledescriptorbased.h index 0a2516e16..f9cf35725 100644 --- a/gio/gfiledescriptorbased.h +++ b/gio/gfiledescriptorbased.h @@ -2,6 +2,8 @@ * * Copyright (C) 2010 Christian Kellner * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gfileenumerator.c b/gio/gfileenumerator.c index e0ed9720e..6fd03eb44 100644 --- a/gio/gfileenumerator.c +++ b/gio/gfileenumerator.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gfileenumerator.h b/gio/gfileenumerator.h index d4fd396b6..68d4b94bb 100644 --- a/gio/gfileenumerator.h +++ b/gio/gfileenumerator.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gfileicon.c b/gio/gfileicon.c index 2f28d48f8..bd727cd7a 100644 --- a/gio/gfileicon.c +++ b/gio/gfileicon.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gfileicon.h b/gio/gfileicon.h index 08a4ea6cf..a3229cfab 100644 --- a/gio/gfileicon.h +++ b/gio/gfileicon.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gfileinfo-priv.h b/gio/gfileinfo-priv.h index e2bdaa33d..9d3a061c7 100644 --- a/gio/gfileinfo-priv.h +++ b/gio/gfileinfo-priv.h @@ -3,6 +3,8 @@ * Copyright (C) 2006-2007 Red Hat, Inc. * 2009 Benjamin Otte * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gfileinfo.c b/gio/gfileinfo.c index 08871e930..36f8e231b 100644 --- a/gio/gfileinfo.c +++ b/gio/gfileinfo.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gfileinfo.h b/gio/gfileinfo.h index 086dda032..058bccbaf 100644 --- a/gio/gfileinfo.h +++ b/gio/gfileinfo.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gfileinputstream.c b/gio/gfileinputstream.c index df956ae27..44eb07c68 100644 --- a/gio/gfileinputstream.c +++ b/gio/gfileinputstream.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gfileinputstream.h b/gio/gfileinputstream.h index f84eecce1..83a000fd0 100644 --- a/gio/gfileinputstream.h +++ b/gio/gfileinputstream.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gfileiostream.c b/gio/gfileiostream.c index f599bcdce..97dbc322f 100644 --- a/gio/gfileiostream.c +++ b/gio/gfileiostream.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gfileiostream.h b/gio/gfileiostream.h index ca61db65d..2db4e2b04 100644 --- a/gio/gfileiostream.h +++ b/gio/gfileiostream.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gfilemonitor.c b/gio/gfilemonitor.c index 89c89d203..89c2ff60b 100644 --- a/gio/gfilemonitor.c +++ b/gio/gfilemonitor.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gfilemonitor.h b/gio/gfilemonitor.h index 724d8def8..06cd2d77d 100644 --- a/gio/gfilemonitor.h +++ b/gio/gfilemonitor.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gfilenamecompleter.c b/gio/gfilenamecompleter.c index a290c0322..4665be31c 100644 --- a/gio/gfilenamecompleter.c +++ b/gio/gfilenamecompleter.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gfilenamecompleter.h b/gio/gfilenamecompleter.h index b10f18de9..95ecae307 100644 --- a/gio/gfilenamecompleter.h +++ b/gio/gfilenamecompleter.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gfileoutputstream.c b/gio/gfileoutputstream.c index 1dc536feb..d767c53a1 100644 --- a/gio/gfileoutputstream.c +++ b/gio/gfileoutputstream.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gfileoutputstream.h b/gio/gfileoutputstream.h index 5df63efba..5af8eabcd 100644 --- a/gio/gfileoutputstream.h +++ b/gio/gfileoutputstream.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gfilterinputstream.c b/gio/gfilterinputstream.c index 05e511c2c..46cb0ef77 100644 --- a/gio/gfilterinputstream.c +++ b/gio/gfilterinputstream.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gfilterinputstream.h b/gio/gfilterinputstream.h index b44a45891..09a087a7a 100644 --- a/gio/gfilterinputstream.h +++ b/gio/gfilterinputstream.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gfilteroutputstream.c b/gio/gfilteroutputstream.c index 9d864932e..637f448ff 100644 --- a/gio/gfilteroutputstream.c +++ b/gio/gfilteroutputstream.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gfilteroutputstream.h b/gio/gfilteroutputstream.h index 105e72be2..5fc6b8279 100644 --- a/gio/gfilteroutputstream.h +++ b/gio/gfilteroutputstream.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/ghttpproxy.c b/gio/ghttpproxy.c index 505a8fecb..605a72994 100644 --- a/gio/ghttpproxy.c +++ b/gio/ghttpproxy.c @@ -3,6 +3,8 @@ * Copyright (C) 2010 Collabora, Ltd. * Copyright (C) 2014 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/ghttpproxy.h b/gio/ghttpproxy.h index 21c0100fd..895d68c2b 100644 --- a/gio/ghttpproxy.h +++ b/gio/ghttpproxy.h @@ -2,6 +2,8 @@ * * Copyright (C) 2010 Collabora, Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gicon.c b/gio/gicon.c index 29fae1068..ae0e4eb98 100644 --- a/gio/gicon.c +++ b/gio/gicon.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gicon.h b/gio/gicon.h index a4a03cbec..22e7e5ef5 100644 --- a/gio/gicon.h +++ b/gio/gicon.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/ginetaddress.c b/gio/ginetaddress.c index ada32f877..66d889714 100644 --- a/gio/ginetaddress.c +++ b/gio/ginetaddress.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008 Christian Kellner, Samuel Cormier-Iijima * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/ginetaddress.h b/gio/ginetaddress.h index 87bb4e570..5a1b7da69 100644 --- a/gio/ginetaddress.h +++ b/gio/ginetaddress.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008 Christian Kellner, Samuel Cormier-Iijima * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/ginetaddressmask.c b/gio/ginetaddressmask.c index 058595e94..c0704db14 100644 --- a/gio/ginetaddressmask.c +++ b/gio/ginetaddressmask.c @@ -2,6 +2,8 @@ * * Copyright 2011 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/ginetaddressmask.h b/gio/ginetaddressmask.h index 1e73281dc..f4a9769e9 100644 --- a/gio/ginetaddressmask.h +++ b/gio/ginetaddressmask.h @@ -2,6 +2,8 @@ * * Copyright 2011 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/ginetsocketaddress.c b/gio/ginetsocketaddress.c index d7c813451..769303558 100644 --- a/gio/ginetsocketaddress.c +++ b/gio/ginetsocketaddress.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008 Christian Kellner, Samuel Cormier-Iijima * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/ginetsocketaddress.h b/gio/ginetsocketaddress.h index e05ba0989..c0c418d03 100644 --- a/gio/ginetsocketaddress.h +++ b/gio/ginetsocketaddress.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008 Christian Kellner, Samuel Cormier-Iijima * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/ginitable.c b/gio/ginitable.c index 1670a43d9..ef836e430 100644 --- a/gio/ginitable.c +++ b/gio/ginitable.c @@ -2,6 +2,8 @@ * * Copyright (C) 2009 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/ginitable.h b/gio/ginitable.h index 463bfcc5a..981c3c98e 100644 --- a/gio/ginitable.h +++ b/gio/ginitable.h @@ -2,6 +2,8 @@ * * Copyright (C) 2009 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/ginputstream.c b/gio/ginputstream.c index 8fda2693c..e5a21b6d0 100644 --- a/gio/ginputstream.c +++ b/gio/ginputstream.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/ginputstream.h b/gio/ginputstream.h index 53b14e387..deb139b01 100644 --- a/gio/ginputstream.h +++ b/gio/ginputstream.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gio-autocleanups.h b/gio/gio-autocleanups.h index ff407293f..15e37d164 100644 --- a/gio/gio-autocleanups.h +++ b/gio/gio-autocleanups.h @@ -1,6 +1,8 @@ /* * Copyright © 2015 Canonical Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gio-querymodules.c b/gio/gio-querymodules.c index aff194b73..faddbcfb8 100644 --- a/gio/gio-querymodules.c +++ b/gio/gio-querymodules.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gio-tool-cat.c b/gio/gio-tool-cat.c index bb0c928f5..68acbeff8 100644 --- a/gio/gio-tool-cat.c +++ b/gio/gio-tool-cat.c @@ -1,6 +1,8 @@ /* * Copyright 2015 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gio-tool-copy.c b/gio/gio-tool-copy.c index cbae0dc6c..4a1dc4368 100644 --- a/gio/gio-tool-copy.c +++ b/gio/gio-tool-copy.c @@ -1,6 +1,8 @@ /* * Copyright 2015 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gio-tool-info.c b/gio/gio-tool-info.c index 3816b720f..846e30c77 100644 --- a/gio/gio-tool-info.c +++ b/gio/gio-tool-info.c @@ -1,6 +1,8 @@ /* * Copyright 2015 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gio-tool-launch.c b/gio/gio-tool-launch.c index edc2cf226..18a9c5fb9 100644 --- a/gio/gio-tool-launch.c +++ b/gio/gio-tool-launch.c @@ -1,6 +1,8 @@ /* * Copyright 2020 Frederic Martinsons * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gio-tool-list.c b/gio/gio-tool-list.c index c27d61d05..24e3dac3c 100644 --- a/gio/gio-tool-list.c +++ b/gio/gio-tool-list.c @@ -1,6 +1,8 @@ /* * Copyright 2015 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gio-tool-mime.c b/gio/gio-tool-mime.c index be8a4a9bd..1a102ef4f 100644 --- a/gio/gio-tool-mime.c +++ b/gio/gio-tool-mime.c @@ -1,6 +1,8 @@ /* * Copyright 2015 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gio-tool-mkdir.c b/gio/gio-tool-mkdir.c index 49cb0c328..6d5e47767 100644 --- a/gio/gio-tool-mkdir.c +++ b/gio/gio-tool-mkdir.c @@ -1,6 +1,8 @@ /* * Copyright 2015 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gio-tool-monitor.c b/gio/gio-tool-monitor.c index 9eacfbf69..bf51436a8 100644 --- a/gio/gio-tool-monitor.c +++ b/gio/gio-tool-monitor.c @@ -1,6 +1,8 @@ /* * Copyright 2015 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gio-tool-mount.c b/gio/gio-tool-mount.c index 45c8edda5..7ab36c125 100644 --- a/gio/gio-tool-mount.c +++ b/gio/gio-tool-mount.c @@ -1,6 +1,8 @@ /* * Copyright 2015 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gio-tool-move.c b/gio/gio-tool-move.c index 9be51bcd8..4bb1f95ea 100644 --- a/gio/gio-tool-move.c +++ b/gio/gio-tool-move.c @@ -1,6 +1,8 @@ /* * Copyright 2015 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gio-tool-open.c b/gio/gio-tool-open.c index f55057bd2..da8914a7c 100644 --- a/gio/gio-tool-open.c +++ b/gio/gio-tool-open.c @@ -1,6 +1,8 @@ /* * Copyright 2015 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gio-tool-remove.c b/gio/gio-tool-remove.c index fb995bfff..ff4c7d61d 100644 --- a/gio/gio-tool-remove.c +++ b/gio/gio-tool-remove.c @@ -1,6 +1,8 @@ /* * Copyright 2015 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gio-tool-rename.c b/gio/gio-tool-rename.c index 0070b6c60..046a23e47 100644 --- a/gio/gio-tool-rename.c +++ b/gio/gio-tool-rename.c @@ -1,6 +1,8 @@ /* * Copyright 2015 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gio-tool-save.c b/gio/gio-tool-save.c index 4bce0b8c2..3904c3c47 100644 --- a/gio/gio-tool-save.c +++ b/gio/gio-tool-save.c @@ -1,6 +1,8 @@ /* * Copyright 2015 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gio-tool-set.c b/gio/gio-tool-set.c index c2a9431f6..57ef4717b 100644 --- a/gio/gio-tool-set.c +++ b/gio/gio-tool-set.c @@ -1,6 +1,8 @@ /* * Copyright 2015 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gio-tool-trash.c b/gio/gio-tool-trash.c index 7becc6c0f..6e6137f2a 100644 --- a/gio/gio-tool-trash.c +++ b/gio/gio-tool-trash.c @@ -1,6 +1,8 @@ /* * Copyright 2015 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gio-tool-tree.c b/gio/gio-tool-tree.c index c572afc37..071588240 100644 --- a/gio/gio-tool-tree.c +++ b/gio/gio-tool-tree.c @@ -1,6 +1,8 @@ /* * Copyright 2015 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gio-tool.c b/gio/gio-tool.c index e60d56751..a9701090d 100644 --- a/gio/gio-tool.c +++ b/gio/gio-tool.c @@ -1,6 +1,8 @@ /* * Copyright 2015 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gio-tool.h b/gio/gio-tool.h index 6cd1d946a..8737d51f5 100644 --- a/gio/gio-tool.h +++ b/gio/gio-tool.h @@ -1,6 +1,8 @@ /* * Copyright 2015 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gio_trace.h b/gio/gio_trace.h index addb70ae4..787e025a1 100644 --- a/gio/gio_trace.h +++ b/gio/gio_trace.h @@ -2,6 +2,8 @@ * * Copyright (C) 2009,2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gioenums.h b/gio/gioenums.h index efc430152..0d27c15a2 100644 --- a/gio/gioenums.h +++ b/gio/gioenums.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gioerror.c b/gio/gioerror.c index 38fc3d83f..52c57d95f 100644 --- a/gio/gioerror.c +++ b/gio/gioerror.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gioerror.h b/gio/gioerror.h index b3d644646..cb136fc9a 100644 --- a/gio/gioerror.h +++ b/gio/gioerror.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/giomodule-priv.c b/gio/giomodule-priv.c index d4ddd3645..3dbbd0f29 100644 --- a/gio/giomodule-priv.c +++ b/gio/giomodule-priv.c @@ -2,6 +2,8 @@ * * Copyright (C) 2017 Collabora Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/giomodule-priv.h b/gio/giomodule-priv.h index 68d46f25c..e5853fea0 100644 --- a/gio/giomodule-priv.h +++ b/gio/giomodule-priv.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/giomodule.c b/gio/giomodule.c index 55f138987..a4fc51e9e 100644 --- a/gio/giomodule.c +++ b/gio/giomodule.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/giomodule.h b/gio/giomodule.h index 4457c498e..45a7c26e4 100644 --- a/gio/giomodule.h +++ b/gio/giomodule.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gioprivate.h b/gio/gioprivate.h index 608d912c0..a65b9bd64 100644 --- a/gio/gioprivate.h +++ b/gio/gioprivate.h @@ -2,6 +2,8 @@ * * Copyright (C) 2013 Collabora Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gioscheduler.c b/gio/gioscheduler.c index 0367edee8..b2059e4a6 100644 --- a/gio/gioscheduler.c +++ b/gio/gioscheduler.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gioscheduler.h b/gio/gioscheduler.h index d58cff603..ef51d5a0e 100644 --- a/gio/gioscheduler.h +++ b/gio/gioscheduler.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/giostream.c b/gio/giostream.c index f708e77af..e1e14722d 100644 --- a/gio/giostream.c +++ b/gio/giostream.c @@ -3,6 +3,8 @@ * Copyright © 2008 codethink * Copyright © 2009 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/giostream.h b/gio/giostream.h index 5dbe0e6e6..f862b48bd 100644 --- a/gio/giostream.h +++ b/gio/giostream.h @@ -3,6 +3,8 @@ * Copyright © 2008, 2009 Codethink Limited * Copyright © 2009 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/giotypes.h b/gio/giotypes.h index da6a10a4b..3711286ae 100644 --- a/gio/giotypes.h +++ b/gio/giotypes.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/giounix-private.c b/gio/giounix-private.c index c535a0896..b7d0b6b31 100644 --- a/gio/giounix-private.c +++ b/gio/giounix-private.c @@ -1,6 +1,8 @@ /* * Copyright © 2021 Ole André Vadla Ravnås * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/giounix-private.h b/gio/giounix-private.h index aa56b07f8..f40ccd5ea 100644 --- a/gio/giounix-private.h +++ b/gio/giounix-private.h @@ -1,6 +1,8 @@ /* * Copyright © 2021 Ole André Vadla Ravnås * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/giowin32-afunix.h b/gio/giowin32-afunix.h index 0e8e27f08..8a3a2a363 100644 --- a/gio/giowin32-afunix.h +++ b/gio/giowin32-afunix.h @@ -2,6 +2,8 @@ * * Copyright (C) 2022 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/giowin32-priv.h b/gio/giowin32-priv.h index 6f20a9545..70f65c2a5 100644 --- a/gio/giowin32-priv.h +++ b/gio/giowin32-priv.h @@ -2,6 +2,8 @@ * * Copyright (C) 2012 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/giowin32-private.c b/gio/giowin32-private.c index dea3f7a30..f52360a1a 100644 --- a/gio/giowin32-private.c +++ b/gio/giowin32-private.c @@ -2,6 +2,8 @@ * * Copyright 2019 Руслан Ижбулатов * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gkeyfilesettingsbackend.c b/gio/gkeyfilesettingsbackend.c index 9319491d5..79a02668b 100644 --- a/gio/gkeyfilesettingsbackend.c +++ b/gio/gkeyfilesettingsbackend.c @@ -2,6 +2,8 @@ * Copyright © 2010 Codethink Limited * Copyright © 2010 Novell, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/glib-compile-resources.c b/gio/glib-compile-resources.c index c71e21ced..df7f9f2a4 100644 --- a/gio/glib-compile-resources.c +++ b/gio/glib-compile-resources.c @@ -1,6 +1,8 @@ /* * Copyright © 2011 Red Hat, Inc * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/glib-compile-schemas.c b/gio/glib-compile-schemas.c index 83184e1e8..326658a88 100644 --- a/gio/glib-compile-schemas.c +++ b/gio/glib-compile-schemas.c @@ -1,6 +1,8 @@ /* * Copyright © 2010 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/glistmodel.c b/gio/glistmodel.c index 0411353c2..94f183ecc 100644 --- a/gio/glistmodel.c +++ b/gio/glistmodel.c @@ -2,6 +2,8 @@ * Copyright 2015 Lars Uebernickel * Copyright 2015 Ryan Lortie * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/glistmodel.h b/gio/glistmodel.h index 48348afd5..f2e0618a6 100644 --- a/gio/glistmodel.h +++ b/gio/glistmodel.h @@ -2,6 +2,8 @@ * Copyright 2015 Lars Uebernickel * Copyright 2015 Ryan Lortie * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gliststore.c b/gio/gliststore.c index 65ff5d4e9..bab3c8e15 100644 --- a/gio/gliststore.c +++ b/gio/gliststore.c @@ -2,6 +2,8 @@ * Copyright 2015 Lars Uebernickel * Copyright 2015 Ryan Lortie * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gliststore.h b/gio/gliststore.h index aa5a7331c..7583632de 100644 --- a/gio/gliststore.h +++ b/gio/gliststore.h @@ -2,6 +2,8 @@ * Copyright 2015 Lars Uebernickel * Copyright 2015 Ryan Lortie * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gloadableicon.c b/gio/gloadableicon.c index 24654533e..dbf55557e 100644 --- a/gio/gloadableicon.c +++ b/gio/gloadableicon.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gloadableicon.h b/gio/gloadableicon.h index c2951c991..c336cf77f 100644 --- a/gio/gloadableicon.h +++ b/gio/gloadableicon.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/glocalfile.c b/gio/glocalfile.c index da38adea7..43a6eb79d 100644 --- a/gio/glocalfile.c +++ b/gio/glocalfile.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/glocalfile.h b/gio/glocalfile.h index ac0ad9d73..94b2b2d2e 100644 --- a/gio/glocalfile.h +++ b/gio/glocalfile.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/glocalfileenumerator.c b/gio/glocalfileenumerator.c index 4f316f7ea..21030bdc2 100644 --- a/gio/glocalfileenumerator.c +++ b/gio/glocalfileenumerator.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/glocalfileenumerator.h b/gio/glocalfileenumerator.h index 7277bf3b2..1e696538b 100644 --- a/gio/glocalfileenumerator.h +++ b/gio/glocalfileenumerator.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/glocalfileinfo.c b/gio/glocalfileinfo.c index 8c047eca3..59869735f 100644 --- a/gio/glocalfileinfo.c +++ b/gio/glocalfileinfo.c @@ -4,6 +4,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/glocalfileinfo.h b/gio/glocalfileinfo.h index f73804516..830122c3f 100644 --- a/gio/glocalfileinfo.h +++ b/gio/glocalfileinfo.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/glocalfileinputstream.c b/gio/glocalfileinputstream.c index 07532a242..933f31714 100644 --- a/gio/glocalfileinputstream.c +++ b/gio/glocalfileinputstream.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/glocalfileinputstream.h b/gio/glocalfileinputstream.h index ee8c96046..a2ca8b09e 100644 --- a/gio/glocalfileinputstream.h +++ b/gio/glocalfileinputstream.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/glocalfileiostream.c b/gio/glocalfileiostream.c index 779137fb8..870f3b4ea 100644 --- a/gio/glocalfileiostream.c +++ b/gio/glocalfileiostream.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/glocalfileiostream.h b/gio/glocalfileiostream.h index 8c959208f..495e04e1f 100644 --- a/gio/glocalfileiostream.h +++ b/gio/glocalfileiostream.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2009 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/glocalfilemonitor.c b/gio/glocalfilemonitor.c index 4f85fea52..f5b0090ce 100644 --- a/gio/glocalfilemonitor.c +++ b/gio/glocalfilemonitor.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/glocalfilemonitor.h b/gio/glocalfilemonitor.h index 3d3cf7528..9ef770a91 100644 --- a/gio/glocalfilemonitor.h +++ b/gio/glocalfilemonitor.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/glocalfileoutputstream.c b/gio/glocalfileoutputstream.c index 5d6a48840..400934be1 100644 --- a/gio/glocalfileoutputstream.c +++ b/gio/glocalfileoutputstream.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/glocalfileoutputstream.h b/gio/glocalfileoutputstream.h index d530292c3..877d80ece 100644 --- a/gio/glocalfileoutputstream.h +++ b/gio/glocalfileoutputstream.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/glocalvfs.c b/gio/glocalvfs.c index 2dc0f2de7..a830cc350 100644 --- a/gio/glocalvfs.c +++ b/gio/glocalvfs.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/glocalvfs.h b/gio/glocalvfs.h index 8d65049d8..2769bf15d 100644 --- a/gio/glocalvfs.h +++ b/gio/glocalvfs.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gmarshal-internal.c b/gio/gmarshal-internal.c index f3f7800ed..b09a74026 100644 --- a/gio/gmarshal-internal.c +++ b/gio/gmarshal-internal.c @@ -1,5 +1,7 @@ /* GObject - GLib Type, Object, Parameter and Signal Library * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gmarshal-internal.h b/gio/gmarshal-internal.h index ec5c3e877..5867c02e8 100644 --- a/gio/gmarshal-internal.h +++ b/gio/gmarshal-internal.h @@ -1,5 +1,7 @@ /* GObject - GLib Type, Object, Parameter and Signal Library * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gmemoryinputstream.c b/gio/gmemoryinputstream.c index a9e855cef..80f77d107 100644 --- a/gio/gmemoryinputstream.c +++ b/gio/gmemoryinputstream.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gmemoryinputstream.h b/gio/gmemoryinputstream.h index 7563fd648..f8673dae6 100644 --- a/gio/gmemoryinputstream.h +++ b/gio/gmemoryinputstream.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gmemorymonitor.c b/gio/gmemorymonitor.c index cef89f7fe..fe555c8bc 100644 --- a/gio/gmemorymonitor.c +++ b/gio/gmemorymonitor.c @@ -2,6 +2,8 @@ * * Copyright 2019 Red Hat, Inc * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gmemorymonitor.h b/gio/gmemorymonitor.h index a3ad216c3..9c547d819 100644 --- a/gio/gmemorymonitor.h +++ b/gio/gmemorymonitor.h @@ -2,6 +2,8 @@ * * Copyright 2019 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gmemorymonitordbus.c b/gio/gmemorymonitordbus.c index 739b83214..37542f75c 100644 --- a/gio/gmemorymonitordbus.c +++ b/gio/gmemorymonitordbus.c @@ -2,6 +2,8 @@ * * Copyright 2019 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gmemorymonitordbus.h b/gio/gmemorymonitordbus.h index e48e7557f..0bd348a8c 100644 --- a/gio/gmemorymonitordbus.h +++ b/gio/gmemorymonitordbus.h @@ -2,6 +2,8 @@ * * Copyright 2019 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gmemorymonitorportal.c b/gio/gmemorymonitorportal.c index 440629f41..1517d61a9 100644 --- a/gio/gmemorymonitorportal.c +++ b/gio/gmemorymonitorportal.c @@ -2,6 +2,8 @@ * * Copyright 2019 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gmemorymonitorportal.h b/gio/gmemorymonitorportal.h index 57074b48a..083411c5c 100644 --- a/gio/gmemorymonitorportal.h +++ b/gio/gmemorymonitorportal.h @@ -2,6 +2,8 @@ * * Copyright 2019 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gmemorymonitorwin32.c b/gio/gmemorymonitorwin32.c index c0e09a5bf..83fef504f 100644 --- a/gio/gmemorymonitorwin32.c +++ b/gio/gmemorymonitorwin32.c @@ -2,6 +2,8 @@ * * Copyright 2022 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gmemoryoutputstream.c b/gio/gmemoryoutputstream.c index 6a410ebb5..0339a7ad7 100644 --- a/gio/gmemoryoutputstream.c +++ b/gio/gmemoryoutputstream.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gmemoryoutputstream.h b/gio/gmemoryoutputstream.h index 5418d23d8..5b13c3af6 100644 --- a/gio/gmemoryoutputstream.h +++ b/gio/gmemoryoutputstream.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gmemorysettingsbackend.c b/gio/gmemorysettingsbackend.c index 5bb96bf29..c0e4c807a 100644 --- a/gio/gmemorysettingsbackend.c +++ b/gio/gmemorysettingsbackend.c @@ -1,6 +1,8 @@ /* * Copyright © 2010 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gmenu.c b/gio/gmenu.c index 2c8c6c93f..adef4cc15 100644 --- a/gio/gmenu.c +++ b/gio/gmenu.c @@ -1,6 +1,8 @@ /* * Copyright © 2011 Canonical Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gmenu.h b/gio/gmenu.h index 660943834..f1ff26195 100644 --- a/gio/gmenu.h +++ b/gio/gmenu.h @@ -1,6 +1,8 @@ /* * Copyright © 2011 Canonical Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gmenumodel.c b/gio/gmenumodel.c index bd60dc5f6..a8c0cfd49 100644 --- a/gio/gmenumodel.c +++ b/gio/gmenumodel.c @@ -1,6 +1,8 @@ /* * Copyright © 2011 Canonical Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gmenumodel.h b/gio/gmenumodel.h index 34c8d0f39..1fcc19f46 100644 --- a/gio/gmenumodel.h +++ b/gio/gmenumodel.h @@ -1,6 +1,8 @@ /* * Copyright © 2011 Canonical Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gmount.c b/gio/gmount.c index 8dfa1d7c2..75d2ce681 100644 --- a/gio/gmount.c +++ b/gio/gmount.c @@ -4,6 +4,8 @@ * * Copyright (C) 2006-2008 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gmount.h b/gio/gmount.h index c376a6135..a112bc539 100644 --- a/gio/gmount.h +++ b/gio/gmount.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2008 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gmountoperation.c b/gio/gmountoperation.c index 4bc19a88b..d8f54493f 100644 --- a/gio/gmountoperation.c +++ b/gio/gmountoperation.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gmountoperation.h b/gio/gmountoperation.h index 56db2a577..1f2d009c8 100644 --- a/gio/gmountoperation.h +++ b/gio/gmountoperation.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gmountprivate.h b/gio/gmountprivate.h index cbe917cee..46803f5f0 100644 --- a/gio/gmountprivate.h +++ b/gio/gmountprivate.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gnativesocketaddress.c b/gio/gnativesocketaddress.c index ac2ce62d2..28b90a801 100644 --- a/gio/gnativesocketaddress.c +++ b/gio/gnativesocketaddress.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008 Christian Kellner, Samuel Cormier-Iijima * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gnativesocketaddress.h b/gio/gnativesocketaddress.h index 032cd00a4..01c839185 100644 --- a/gio/gnativesocketaddress.h +++ b/gio/gnativesocketaddress.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008 Christian Kellner, Samuel Cormier-Iijima * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gnativevolumemonitor.c b/gio/gnativevolumemonitor.c index 1997f2e2e..88df524ee 100644 --- a/gio/gnativevolumemonitor.c +++ b/gio/gnativevolumemonitor.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gnativevolumemonitor.h b/gio/gnativevolumemonitor.h index 739054705..ef1f8d707 100644 --- a/gio/gnativevolumemonitor.h +++ b/gio/gnativevolumemonitor.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gnetworkaddress.c b/gio/gnetworkaddress.c index ef1940a92..598917de2 100644 --- a/gio/gnetworkaddress.c +++ b/gio/gnetworkaddress.c @@ -5,6 +5,8 @@ * Copyright (C) 2008 Red Hat, Inc. * Copyright (C) 2018 Igalia S.L. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gnetworkaddress.h b/gio/gnetworkaddress.h index 10bb0b502..c867a316c 100644 --- a/gio/gnetworkaddress.h +++ b/gio/gnetworkaddress.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gnetworking.c b/gio/gnetworking.c index 7bc6d73c4..fa16238b3 100644 --- a/gio/gnetworking.c +++ b/gio/gnetworking.c @@ -4,6 +4,8 @@ * * Copyright (C) 2011 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gnetworkingprivate.h b/gio/gnetworkingprivate.h index dd8a277a5..a212cd862 100644 --- a/gio/gnetworkingprivate.h +++ b/gio/gnetworkingprivate.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gnetworkmonitor.c b/gio/gnetworkmonitor.c index d32c60154..bae60d5f8 100644 --- a/gio/gnetworkmonitor.c +++ b/gio/gnetworkmonitor.c @@ -2,6 +2,8 @@ * * Copyright 2011 Red Hat, Inc * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gnetworkmonitor.h b/gio/gnetworkmonitor.h index dcaeaad33..e4d561d01 100644 --- a/gio/gnetworkmonitor.h +++ b/gio/gnetworkmonitor.h @@ -2,6 +2,8 @@ * * Copyright 2011 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gnetworkmonitorbase.c b/gio/gnetworkmonitorbase.c index 3ad2f9bf6..4654d22e3 100644 --- a/gio/gnetworkmonitorbase.c +++ b/gio/gnetworkmonitorbase.c @@ -2,6 +2,8 @@ * * Copyright 2011 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gnetworkmonitorbase.h b/gio/gnetworkmonitorbase.h index 20a84fcdf..00502548d 100644 --- a/gio/gnetworkmonitorbase.h +++ b/gio/gnetworkmonitorbase.h @@ -2,6 +2,8 @@ * * Copyright 2011 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gnetworkmonitornetlink.c b/gio/gnetworkmonitornetlink.c index 53eab3364..9d4b0f9c5 100644 --- a/gio/gnetworkmonitornetlink.c +++ b/gio/gnetworkmonitornetlink.c @@ -2,6 +2,8 @@ * * Copyright 2011 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gnetworkmonitornetlink.h b/gio/gnetworkmonitornetlink.h index e6aedf02a..f8e60ebe1 100644 --- a/gio/gnetworkmonitornetlink.h +++ b/gio/gnetworkmonitornetlink.h @@ -2,6 +2,8 @@ * * Copyright 2011 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gnetworkmonitornm.c b/gio/gnetworkmonitornm.c index a8040fb36..207d50d5e 100644 --- a/gio/gnetworkmonitornm.c +++ b/gio/gnetworkmonitornm.c @@ -2,6 +2,8 @@ * * Copyright 2014 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gnetworkmonitornm.h b/gio/gnetworkmonitornm.h index b8000892d..47fe5a0bb 100644 --- a/gio/gnetworkmonitornm.h +++ b/gio/gnetworkmonitornm.h @@ -2,6 +2,8 @@ * * Copyright 2011 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gnetworkmonitorportal.c b/gio/gnetworkmonitorportal.c index 2c0eb8aea..bc51178b1 100644 --- a/gio/gnetworkmonitorportal.c +++ b/gio/gnetworkmonitorportal.c @@ -2,6 +2,8 @@ * * Copyright 2016 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gnetworkmonitorportal.h b/gio/gnetworkmonitorportal.h index 3b2a39199..f48514484 100644 --- a/gio/gnetworkmonitorportal.h +++ b/gio/gnetworkmonitorportal.h @@ -2,6 +2,8 @@ * * Copyright 2016 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gnetworkservice.c b/gio/gnetworkservice.c index f5ba9d848..8fa74eca3 100644 --- a/gio/gnetworkservice.c +++ b/gio/gnetworkservice.c @@ -4,6 +4,8 @@ * * Copyright (C) 2008 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gnetworkservice.h b/gio/gnetworkservice.h index e4d76cb2a..e782dbec4 100644 --- a/gio/gnetworkservice.h +++ b/gio/gnetworkservice.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gnotification-private.h b/gio/gnotification-private.h index ee38457fb..19d325063 100644 --- a/gio/gnotification-private.h +++ b/gio/gnotification-private.h @@ -1,6 +1,8 @@ /* * Copyright © 2013 Lars Uebernickel * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gnotification.c b/gio/gnotification.c index f77cd4e9e..19bfca372 100644 --- a/gio/gnotification.c +++ b/gio/gnotification.c @@ -1,6 +1,8 @@ /* * Copyright © 2013 Lars Uebernickel * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gnotification.h b/gio/gnotification.h index 0b1035478..c38383c3f 100644 --- a/gio/gnotification.h +++ b/gio/gnotification.h @@ -1,6 +1,8 @@ /* * Copyright © 2013 Lars Uebernickel * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gnotificationbackend.c b/gio/gnotificationbackend.c index b2c0729e8..e5f404705 100644 --- a/gio/gnotificationbackend.c +++ b/gio/gnotificationbackend.c @@ -1,6 +1,8 @@ /* * Copyright © 2013 Lars Uebernickel * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gnotificationbackend.h b/gio/gnotificationbackend.h index 85c0f2d49..33d8ec229 100644 --- a/gio/gnotificationbackend.h +++ b/gio/gnotificationbackend.h @@ -1,6 +1,8 @@ /* * Copyright © 2013 Lars Uebernickel * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gnullsettingsbackend.c b/gio/gnullsettingsbackend.c index 6b6f8cf75..9aaacd86e 100644 --- a/gio/gnullsettingsbackend.c +++ b/gio/gnullsettingsbackend.c @@ -1,6 +1,8 @@ /* * Copyright © 2010 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gopenuriportal.c b/gio/gopenuriportal.c index 2f527d828..c0f44a9de 100644 --- a/gio/gopenuriportal.c +++ b/gio/gopenuriportal.c @@ -2,6 +2,8 @@ * * Copyright 2017 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gopenuriportal.h b/gio/gopenuriportal.h index 00863ef90..6cf8b15a3 100644 --- a/gio/gopenuriportal.h +++ b/gio/gopenuriportal.h @@ -2,6 +2,8 @@ * * Copyright 2017 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gosxappinfo.h b/gio/gosxappinfo.h index 793ce1fcd..1023b520d 100644 --- a/gio/gosxappinfo.h +++ b/gio/gosxappinfo.h @@ -2,6 +2,8 @@ * * Copyright (C) 2014 Patrick Griffis * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/goutputstream.c b/gio/goutputstream.c index 3547b8f12..fdbc6e02d 100644 --- a/gio/goutputstream.c +++ b/gio/goutputstream.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/goutputstream.h b/gio/goutputstream.h index dc0f4925a..e32499d52 100644 --- a/gio/goutputstream.h +++ b/gio/goutputstream.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gpermission.c b/gio/gpermission.c index 966fc6c80..957e57f2d 100644 --- a/gio/gpermission.c +++ b/gio/gpermission.c @@ -1,6 +1,8 @@ /* * Copyright © 2010 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gpermission.h b/gio/gpermission.h index 0c2b0bdf5..1b67cf2c2 100644 --- a/gio/gpermission.h +++ b/gio/gpermission.h @@ -1,6 +1,8 @@ /* * Copyright © 2010 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gpollableinputstream.c b/gio/gpollableinputstream.c index d04019339..ac8ac492b 100644 --- a/gio/gpollableinputstream.c +++ b/gio/gpollableinputstream.c @@ -2,6 +2,8 @@ * * Copyright (C) 2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gpollableinputstream.h b/gio/gpollableinputstream.h index 823c83c24..8ce59ebe5 100644 --- a/gio/gpollableinputstream.h +++ b/gio/gpollableinputstream.h @@ -2,6 +2,8 @@ * * Copyright (C) 2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gpollableoutputstream.c b/gio/gpollableoutputstream.c index 2d3614423..fd9860d6e 100644 --- a/gio/gpollableoutputstream.c +++ b/gio/gpollableoutputstream.c @@ -2,6 +2,8 @@ * * Copyright (C) 2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gpollableoutputstream.h b/gio/gpollableoutputstream.h index e27841ed4..a35c2de73 100644 --- a/gio/gpollableoutputstream.h +++ b/gio/gpollableoutputstream.h @@ -2,6 +2,8 @@ * * Copyright (C) 2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gpollableutils.c b/gio/gpollableutils.c index a20d1505f..376a1cf2c 100644 --- a/gio/gpollableutils.c +++ b/gio/gpollableutils.c @@ -2,6 +2,8 @@ * * Copyright (C) 2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gpollableutils.h b/gio/gpollableutils.h index 007048cf1..2527fd12c 100644 --- a/gio/gpollableutils.h +++ b/gio/gpollableutils.h @@ -2,6 +2,8 @@ * * Copyright (C) 2012 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gpollfilemonitor.c b/gio/gpollfilemonitor.c index bd3d78a02..685ede964 100644 --- a/gio/gpollfilemonitor.c +++ b/gio/gpollfilemonitor.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gpollfilemonitor.h b/gio/gpollfilemonitor.h index 227c20a19..b196b70de 100644 --- a/gio/gpollfilemonitor.h +++ b/gio/gpollfilemonitor.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gportalsupport.c b/gio/gportalsupport.c index 233f6af45..dc82481b1 100644 --- a/gio/gportalsupport.c +++ b/gio/gportalsupport.c @@ -2,6 +2,8 @@ * * Copyright 2016 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gportalsupport.h b/gio/gportalsupport.h index 746f1fd6b..f7bb6ae82 100644 --- a/gio/gportalsupport.h +++ b/gio/gportalsupport.h @@ -2,6 +2,8 @@ * * Copyright 2016 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gpowerprofilemonitor.c b/gio/gpowerprofilemonitor.c index 00bdc94eb..9c22411f0 100644 --- a/gio/gpowerprofilemonitor.c +++ b/gio/gpowerprofilemonitor.c @@ -3,6 +3,8 @@ * Copyright 2019 Red Hat, Inc * Copyright 2021 Igalia S.L. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gpowerprofilemonitor.h b/gio/gpowerprofilemonitor.h index 0891fc3dc..7ac3c570f 100644 --- a/gio/gpowerprofilemonitor.h +++ b/gio/gpowerprofilemonitor.h @@ -3,6 +3,8 @@ * Copyright 2019 Red Hat, Inc. * Copyright 2021 Igalia S.L. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gpowerprofilemonitordbus.c b/gio/gpowerprofilemonitordbus.c index cbd9f4aaa..ac6f8a88c 100644 --- a/gio/gpowerprofilemonitordbus.c +++ b/gio/gpowerprofilemonitordbus.c @@ -3,6 +3,8 @@ * Copyright 2019 Red Hat, Inc. * Copyrgith 2021 Igalia S.L. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gpowerprofilemonitordbus.h b/gio/gpowerprofilemonitordbus.h index ecf7246d1..5853fa765 100644 --- a/gio/gpowerprofilemonitordbus.h +++ b/gio/gpowerprofilemonitordbus.h @@ -3,6 +3,8 @@ * Copyright 2019 Red Hat, Inc. * Copyright 2021 Igalia S.L. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gpowerprofilemonitorportal.c b/gio/gpowerprofilemonitorportal.c index 6bc251fd5..0c69ed9b5 100644 --- a/gio/gpowerprofilemonitorportal.c +++ b/gio/gpowerprofilemonitorportal.c @@ -2,6 +2,8 @@ * * Copyright 2021 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gpowerprofilemonitorportal.h b/gio/gpowerprofilemonitorportal.h index b91a14610..5f9c861a2 100644 --- a/gio/gpowerprofilemonitorportal.h +++ b/gio/gpowerprofilemonitorportal.h @@ -2,6 +2,8 @@ * * Copyright 2021 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gpropertyaction.c b/gio/gpropertyaction.c index 9ce9ab52e..8df765e98 100644 --- a/gio/gpropertyaction.c +++ b/gio/gpropertyaction.c @@ -1,6 +1,8 @@ /* * Copyright © 2013 Canonical Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gpropertyaction.h b/gio/gpropertyaction.h index 6fb4e6330..67aa0b0e7 100644 --- a/gio/gpropertyaction.h +++ b/gio/gpropertyaction.h @@ -1,6 +1,8 @@ /* * Copyright © 2013 Canonical Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gproxy.c b/gio/gproxy.c index 4c80a4746..7a35e5d89 100644 --- a/gio/gproxy.c +++ b/gio/gproxy.c @@ -2,6 +2,8 @@ * * Copyright (C) 2010 Collabora Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gproxy.h b/gio/gproxy.h index 5589f21dc..e31f25182 100644 --- a/gio/gproxy.h +++ b/gio/gproxy.h @@ -4,6 +4,8 @@ * * Copyright (C) 2010 Collabora Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gproxyaddress.c b/gio/gproxyaddress.c index a9405eb48..764e6f5d7 100644 --- a/gio/gproxyaddress.c +++ b/gio/gproxyaddress.c @@ -2,6 +2,8 @@ * * Copyright (C) 2010 Collabora, Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gproxyaddress.h b/gio/gproxyaddress.h index 21b1992ea..0a432557e 100644 --- a/gio/gproxyaddress.h +++ b/gio/gproxyaddress.h @@ -2,6 +2,8 @@ * * Copyright (C) 2010 Collabora, Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gproxyaddressenumerator.c b/gio/gproxyaddressenumerator.c index e841a902f..322f0acae 100644 --- a/gio/gproxyaddressenumerator.c +++ b/gio/gproxyaddressenumerator.c @@ -2,6 +2,8 @@ * * Copyright (C) 2010 Collabora, Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gproxyaddressenumerator.h b/gio/gproxyaddressenumerator.h index 470f1dc66..3bb6d4353 100644 --- a/gio/gproxyaddressenumerator.h +++ b/gio/gproxyaddressenumerator.h @@ -2,6 +2,8 @@ * * Copyright (C) 2010 Collabora, Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gproxyresolver.c b/gio/gproxyresolver.c index 0df51eb60..1787bf81f 100644 --- a/gio/gproxyresolver.c +++ b/gio/gproxyresolver.c @@ -2,6 +2,8 @@ * * Copyright (C) 2010 Collabora, Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gproxyresolver.h b/gio/gproxyresolver.h index c8ed82812..ee7852b23 100644 --- a/gio/gproxyresolver.h +++ b/gio/gproxyresolver.h @@ -2,6 +2,8 @@ * * Copyright (C) 2010 Collabora, Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gproxyresolverportal.c b/gio/gproxyresolverportal.c index 2c28a03e4..ec803b9c4 100644 --- a/gio/gproxyresolverportal.c +++ b/gio/gproxyresolverportal.c @@ -2,6 +2,8 @@ * * Copyright 2016 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gproxyresolverportal.h b/gio/gproxyresolverportal.h index ae0059966..44c21f7bb 100644 --- a/gio/gproxyresolverportal.h +++ b/gio/gproxyresolverportal.h @@ -2,6 +2,8 @@ * * Copyright 2016 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gregistrysettingsbackend.c b/gio/gregistrysettingsbackend.c index a7171a21f..aecccd3f7 100644 --- a/gio/gregistrysettingsbackend.c +++ b/gio/gregistrysettingsbackend.c @@ -1,6 +1,8 @@ /* * Copyright © 2009-10 Sam Thursfield * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gregistrysettingsbackend.h b/gio/gregistrysettingsbackend.h index 13f8b4afd..34fdff0ed 100644 --- a/gio/gregistrysettingsbackend.h +++ b/gio/gregistrysettingsbackend.h @@ -1,6 +1,8 @@ /* * Copyright © 2009-10 Sam Thursfield * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gremoteactiongroup.c b/gio/gremoteactiongroup.c index b8e2c0bb9..81971d042 100644 --- a/gio/gremoteactiongroup.c +++ b/gio/gremoteactiongroup.c @@ -1,6 +1,8 @@ /* * Copyright © 2010 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gremoteactiongroup.h b/gio/gremoteactiongroup.h index 206c73734..aa72c3eaf 100644 --- a/gio/gremoteactiongroup.h +++ b/gio/gremoteactiongroup.h @@ -1,6 +1,8 @@ /* * Copyright © 2011 Canonical Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gresolver.c b/gio/gresolver.c index 90b057cbf..6a735e8d9 100644 --- a/gio/gresolver.c +++ b/gio/gresolver.c @@ -5,6 +5,8 @@ * Copyright (C) 2008 Red Hat, Inc. * Copyright (C) 2018 Igalia S.L. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gresolver.h b/gio/gresolver.h index dc4ba59a1..e5f46615a 100644 --- a/gio/gresolver.h +++ b/gio/gresolver.h @@ -3,6 +3,8 @@ * Copyright (C) 2008 Red Hat, Inc. * Copyright (C) 2018 Igalia S.L. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gresource-tool.c b/gio/gresource-tool.c index 7ebdddaf0..fa7bdedb5 100644 --- a/gio/gresource-tool.c +++ b/gio/gresource-tool.c @@ -1,6 +1,8 @@ /* * Copyright © 2012 Red Hat, Inc * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gresource.c b/gio/gresource.c index 921a02910..44d517d12 100644 --- a/gio/gresource.c +++ b/gio/gresource.c @@ -2,6 +2,8 @@ * * Copyright © 2011 Red Hat, Inc * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gresource.h b/gio/gresource.h index e9870c148..fe1610aac 100644 --- a/gio/gresource.h +++ b/gio/gresource.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gresourcefile.c b/gio/gresourcefile.c index 35dffebe9..340d3378b 100644 --- a/gio/gresourcefile.c +++ b/gio/gresourcefile.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gresourcefile.h b/gio/gresourcefile.h index cdf5a0a33..b5b6ca703 100644 --- a/gio/gresourcefile.h +++ b/gio/gresourcefile.h @@ -2,6 +2,8 @@ * * Copyright (C) 2011 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gseekable.c b/gio/gseekable.c index 9689a77b6..805e0a055 100644 --- a/gio/gseekable.c +++ b/gio/gseekable.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gseekable.h b/gio/gseekable.h index 191f3cca2..efc2d49a6 100644 --- a/gio/gseekable.h +++ b/gio/gseekable.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsettings-mapping.c b/gio/gsettings-mapping.c index c4ffc9b45..c2714acf7 100644 --- a/gio/gsettings-mapping.c +++ b/gio/gsettings-mapping.c @@ -1,6 +1,8 @@ /* * Copyright © 2010 Novell, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsettings-mapping.h b/gio/gsettings-mapping.h index 8a26684bb..c1b968d0f 100644 --- a/gio/gsettings-mapping.h +++ b/gio/gsettings-mapping.h @@ -1,6 +1,8 @@ /* * Copyright © 2010 Novell, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsettings-tool.c b/gio/gsettings-tool.c index 9352b70f5..8f3e01ff3 100644 --- a/gio/gsettings-tool.c +++ b/gio/gsettings-tool.c @@ -1,6 +1,8 @@ /* * Copyright © 2010 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsettings.c b/gio/gsettings.c index 21ae2ff10..12b987050 100644 --- a/gio/gsettings.c +++ b/gio/gsettings.c @@ -1,6 +1,8 @@ /* * Copyright © 2009, 2010 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsettings.h b/gio/gsettings.h index cb35d288e..e23861873 100644 --- a/gio/gsettings.h +++ b/gio/gsettings.h @@ -1,6 +1,8 @@ /* * Copyright © 2009, 2010 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsettingsbackend.c b/gio/gsettingsbackend.c index a1a23cc56..2db6c5815 100644 --- a/gio/gsettingsbackend.c +++ b/gio/gsettingsbackend.c @@ -2,6 +2,8 @@ * Copyright © 2009, 2010 Codethink Limited * Copyright © 2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsettingsbackend.h b/gio/gsettingsbackend.h index 34bae6b60..d73211c99 100644 --- a/gio/gsettingsbackend.h +++ b/gio/gsettingsbackend.h @@ -2,6 +2,8 @@ * Copyright © 2009, 2010 Codethink Limited * Copyright © 2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsettingsbackendinternal.h b/gio/gsettingsbackendinternal.h index 9e1d51dba..049dc4724 100644 --- a/gio/gsettingsbackendinternal.h +++ b/gio/gsettingsbackendinternal.h @@ -2,6 +2,8 @@ * Copyright © 2009, 2010 Codethink Limited * Copyright © 2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsettingsschema-internal.h b/gio/gsettingsschema-internal.h index 416cf2d8c..02d6e6e3c 100644 --- a/gio/gsettingsschema-internal.h +++ b/gio/gsettingsschema-internal.h @@ -1,6 +1,8 @@ /* * Copyright © 2010 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsettingsschema.c b/gio/gsettingsschema.c index ef4ec1799..6ac1dfffa 100644 --- a/gio/gsettingsschema.c +++ b/gio/gsettingsschema.c @@ -2,6 +2,8 @@ * Copyright © 2010 Codethink Limited * Copyright © 2011 Canonical Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsettingsschema.h b/gio/gsettingsschema.h index 219e30914..ff2da2986 100644 --- a/gio/gsettingsschema.h +++ b/gio/gsettingsschema.h @@ -2,6 +2,8 @@ * Copyright © 2010 Codethink Limited * Copyright © 2011 Canonical Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsimpleaction.c b/gio/gsimpleaction.c index 499adb25a..4e7e5b5ee 100644 --- a/gio/gsimpleaction.c +++ b/gio/gsimpleaction.c @@ -1,6 +1,8 @@ /* * Copyright © 2010 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsimpleaction.h b/gio/gsimpleaction.h index 041eb7ecc..ff6111e0d 100644 --- a/gio/gsimpleaction.h +++ b/gio/gsimpleaction.h @@ -1,6 +1,8 @@ /* * Copyright © 2010 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsimpleactiongroup.c b/gio/gsimpleactiongroup.c index 11bc19357..28ca21ab5 100644 --- a/gio/gsimpleactiongroup.c +++ b/gio/gsimpleactiongroup.c @@ -1,6 +1,8 @@ /* * Copyright © 2010 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsimpleactiongroup.h b/gio/gsimpleactiongroup.h index 6ad46e7da..770e61efc 100644 --- a/gio/gsimpleactiongroup.h +++ b/gio/gsimpleactiongroup.h @@ -1,6 +1,8 @@ /* * Copyright © 2010 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsimpleasyncresult.c b/gio/gsimpleasyncresult.c index 7fd9b43b5..d0de30973 100644 --- a/gio/gsimpleasyncresult.c +++ b/gio/gsimpleasyncresult.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsimpleasyncresult.h b/gio/gsimpleasyncresult.h index 8daa91d40..a9de5646f 100644 --- a/gio/gsimpleasyncresult.h +++ b/gio/gsimpleasyncresult.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsimpleiostream.c b/gio/gsimpleiostream.c index 77f65cc9e..da6df2489 100644 --- a/gio/gsimpleiostream.c +++ b/gio/gsimpleiostream.c @@ -1,6 +1,8 @@ /* * Copyright © 2014 NICE s.r.l. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsimpleiostream.h b/gio/gsimpleiostream.h index 37919d32f..0f3334e36 100644 --- a/gio/gsimpleiostream.h +++ b/gio/gsimpleiostream.h @@ -1,6 +1,8 @@ /* * Copyright © 2014 NICE s.r.l. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsimplepermission.c b/gio/gsimplepermission.c index 5ec88b8a0..36358eb08 100644 --- a/gio/gsimplepermission.c +++ b/gio/gsimplepermission.c @@ -1,6 +1,8 @@ /* * Copyright © 2010 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsimplepermission.h b/gio/gsimplepermission.h index 11b8d1224..d6abf9ebc 100644 --- a/gio/gsimplepermission.h +++ b/gio/gsimplepermission.h @@ -1,6 +1,8 @@ /* * Copyright © 2010 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsimpleproxyresolver.c b/gio/gsimpleproxyresolver.c index f19d56743..fdeb6c5a4 100644 --- a/gio/gsimpleproxyresolver.c +++ b/gio/gsimpleproxyresolver.c @@ -2,6 +2,8 @@ * * Copyright 2010, 2013 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsimpleproxyresolver.h b/gio/gsimpleproxyresolver.h index e1bb199fa..f9e7a13ac 100644 --- a/gio/gsimpleproxyresolver.h +++ b/gio/gsimpleproxyresolver.h @@ -2,6 +2,8 @@ * * Copyright 2010, 2013 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsocket.c b/gio/gsocket.c index a092f374e..288502792 100644 --- a/gio/gsocket.c +++ b/gio/gsocket.c @@ -5,6 +5,8 @@ * Copyright © 2009 Red Hat, Inc * Copyright © 2015 Collabora, Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsocket.h b/gio/gsocket.h index 97411355d..95674d6ea 100644 --- a/gio/gsocket.h +++ b/gio/gsocket.h @@ -2,6 +2,8 @@ * Copyright © 2008 Christian Kellner, Samuel Cormier-Iijima * Copyright © 2009 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsocketaddress.c b/gio/gsocketaddress.c index 41dbe66ad..994037c05 100644 --- a/gio/gsocketaddress.c +++ b/gio/gsocketaddress.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008 Christian Kellner, Samuel Cormier-Iijima * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsocketaddress.h b/gio/gsocketaddress.h index ca2dbdae2..5c2079b57 100644 --- a/gio/gsocketaddress.h +++ b/gio/gsocketaddress.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008 Christian Kellner, Samuel Cormier-Iijima * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsocketaddressenumerator.c b/gio/gsocketaddressenumerator.c index fabd242e7..1cd2f0e55 100644 --- a/gio/gsocketaddressenumerator.c +++ b/gio/gsocketaddressenumerator.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsocketaddressenumerator.h b/gio/gsocketaddressenumerator.h index 2a180fdf5..4806724fe 100644 --- a/gio/gsocketaddressenumerator.h +++ b/gio/gsocketaddressenumerator.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsocketclient.c b/gio/gsocketclient.c index 08505fc2e..ae80f5203 100644 --- a/gio/gsocketclient.c +++ b/gio/gsocketclient.c @@ -4,6 +4,8 @@ * Copyright © 2009 Red Hat, Inc * Copyright © 2018 Igalia S.L. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsocketclient.h b/gio/gsocketclient.h index 8f86ce89f..42dc0ccdf 100644 --- a/gio/gsocketclient.h +++ b/gio/gsocketclient.h @@ -3,6 +3,8 @@ * Copyright © 2008, 2009 Codethink Limited * Copyright © 2009 Red Hat, Inc * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsocketconnectable.c b/gio/gsocketconnectable.c index e999e659c..1efde657a 100644 --- a/gio/gsocketconnectable.c +++ b/gio/gsocketconnectable.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsocketconnectable.h b/gio/gsocketconnectable.h index da882143a..622b6d486 100644 --- a/gio/gsocketconnectable.h +++ b/gio/gsocketconnectable.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsocketconnection.c b/gio/gsocketconnection.c index 64fe9753b..79f2cc615 100644 --- a/gio/gsocketconnection.c +++ b/gio/gsocketconnection.c @@ -4,6 +4,8 @@ * © 2008 codethink * Copyright © 2009 Red Hat, Inc * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsocketconnection.h b/gio/gsocketconnection.h index bc7a07600..508b67c80 100644 --- a/gio/gsocketconnection.h +++ b/gio/gsocketconnection.h @@ -2,6 +2,8 @@ * Copyright © 2008 Christian Kellner, Samuel Cormier-Iijima * Copyright © 2009 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsocketcontrolmessage.c b/gio/gsocketcontrolmessage.c index 198ddeca3..72e81ff00 100644 --- a/gio/gsocketcontrolmessage.c +++ b/gio/gsocketcontrolmessage.c @@ -2,6 +2,8 @@ * * Copyright © 2009 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsocketcontrolmessage.h b/gio/gsocketcontrolmessage.h index a4a5d0194..a80b1cf5d 100644 --- a/gio/gsocketcontrolmessage.h +++ b/gio/gsocketcontrolmessage.h @@ -2,6 +2,8 @@ * * Copyright © 2009 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsocketinputstream.c b/gio/gsocketinputstream.c index b6d5c62da..5307fcdad 100644 --- a/gio/gsocketinputstream.c +++ b/gio/gsocketinputstream.c @@ -3,6 +3,8 @@ * Copyright © 2008 Christian Kellner, Samuel Cormier-Iijima * © 2009 codethink * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsocketinputstream.h b/gio/gsocketinputstream.h index f415f1ba9..b23c32afa 100644 --- a/gio/gsocketinputstream.h +++ b/gio/gsocketinputstream.h @@ -3,6 +3,8 @@ * Copyright © 2008 Christian Kellner, Samuel Cormier-Iijima * Copyright © 2009 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsocketlistener.c b/gio/gsocketlistener.c index 9baa609bc..5ac83ea5b 100644 --- a/gio/gsocketlistener.c +++ b/gio/gsocketlistener.c @@ -4,6 +4,8 @@ * Copyright © 2009 codethink * Copyright © 2009 Red Hat, Inc * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsocketlistener.h b/gio/gsocketlistener.h index e5185c28d..9c90d8d40 100644 --- a/gio/gsocketlistener.h +++ b/gio/gsocketlistener.h @@ -4,6 +4,8 @@ * Copyright © 2009 Codethink Limited * Copyright © 2009 Red Hat, Inc * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsocketoutputstream.c b/gio/gsocketoutputstream.c index 482ee39b9..d380c52cc 100644 --- a/gio/gsocketoutputstream.c +++ b/gio/gsocketoutputstream.c @@ -3,6 +3,8 @@ * Copyright © 2008 Christian Kellner, Samuel Cormier-Iijima * © 2009 codethink * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsocketoutputstream.h b/gio/gsocketoutputstream.h index 0cbaa6372..3d07723a1 100644 --- a/gio/gsocketoutputstream.h +++ b/gio/gsocketoutputstream.h @@ -3,6 +3,8 @@ * Copyright © 2008 Christian Kellner, Samuel Cormier-Iijima * Copyright © 2009 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsocketservice.c b/gio/gsocketservice.c index 176c122eb..42e18d0a1 100644 --- a/gio/gsocketservice.c +++ b/gio/gsocketservice.c @@ -3,6 +3,8 @@ * Copyright © 2009 Codethink Limited * Copyright © 2009 Red Hat, Inc * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsocketservice.h b/gio/gsocketservice.h index 4dc1e8f3b..8ff53259f 100644 --- a/gio/gsocketservice.h +++ b/gio/gsocketservice.h @@ -3,6 +3,8 @@ * Copyright © 2009 Codethink Limited * Copyright © 2009 Red Hat, Inc * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsocks4aproxy.c b/gio/gsocks4aproxy.c index 988ddaf56..3dad118eb 100644 --- a/gio/gsocks4aproxy.c +++ b/gio/gsocks4aproxy.c @@ -2,6 +2,8 @@ * * Copyright (C) 2010 Collabora, Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsocks4aproxy.h b/gio/gsocks4aproxy.h index d32662192..1b36ca7bc 100644 --- a/gio/gsocks4aproxy.h +++ b/gio/gsocks4aproxy.h @@ -2,6 +2,8 @@ * * Copyright (C) 2010 Collabora, Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsocks4proxy.c b/gio/gsocks4proxy.c index ad176ffaf..cd8d5eeb9 100644 --- a/gio/gsocks4proxy.c +++ b/gio/gsocks4proxy.c @@ -2,6 +2,8 @@ * * Copyright (C) 2010 Collabora, Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsocks4proxy.h b/gio/gsocks4proxy.h index 59cc99ed9..f83948903 100644 --- a/gio/gsocks4proxy.h +++ b/gio/gsocks4proxy.h @@ -2,6 +2,8 @@ * * Copyright (C) 2010 Collabora, Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsocks5proxy.c b/gio/gsocks5proxy.c index 27f5dedc7..6f256727a 100644 --- a/gio/gsocks5proxy.c +++ b/gio/gsocks5proxy.c @@ -3,6 +3,8 @@ * Copyright (C) 2008, 2010 Collabora, Ltd. * Copyright (C) 2008 Nokia Corporation. All rights reserved. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsocks5proxy.h b/gio/gsocks5proxy.h index 1d294aea2..f5bb27d03 100644 --- a/gio/gsocks5proxy.h +++ b/gio/gsocks5proxy.h @@ -3,6 +3,8 @@ * Copyright (C) 2008, 2010 Collabora, Ltd. * Copyright (C) 2008 Nokia Corporation. All rights reserved. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsrvtarget.c b/gio/gsrvtarget.c index 6b4068ba4..cecd4eb7d 100644 --- a/gio/gsrvtarget.c +++ b/gio/gsrvtarget.c @@ -4,6 +4,8 @@ * * Copyright (C) 2008 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsrvtarget.h b/gio/gsrvtarget.h index 49569159e..027a07280 100644 --- a/gio/gsrvtarget.h +++ b/gio/gsrvtarget.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsubprocess.c b/gio/gsubprocess.c index 523c80bfc..bb157197f 100644 --- a/gio/gsubprocess.c +++ b/gio/gsubprocess.c @@ -3,6 +3,8 @@ * Copyright © 2012, 2013 Red Hat, Inc. * Copyright © 2012, 2013 Canonical Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsubprocess.h b/gio/gsubprocess.h index 68bb26aab..5b483c072 100644 --- a/gio/gsubprocess.h +++ b/gio/gsubprocess.h @@ -2,6 +2,8 @@ * * Copyright (C) 2012 Colin Walters <walters@verbum.org> * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsubprocesslauncher-private.h b/gio/gsubprocesslauncher-private.h index 8bd1b2844..eeba88a10 100644 --- a/gio/gsubprocesslauncher-private.h +++ b/gio/gsubprocesslauncher-private.h @@ -2,6 +2,8 @@ * * Copyright (C) 2012 Colin Walters <walters@verbum.org> * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsubprocesslauncher.c b/gio/gsubprocesslauncher.c index a1c65e947..713834e04 100644 --- a/gio/gsubprocesslauncher.c +++ b/gio/gsubprocesslauncher.c @@ -3,6 +3,8 @@ * Copyright © 2012 Red Hat, Inc. * Copyright © 2012-2013 Canonical Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gsubprocesslauncher.h b/gio/gsubprocesslauncher.h index 0654c2b70..5719d795c 100644 --- a/gio/gsubprocesslauncher.h +++ b/gio/gsubprocesslauncher.h @@ -3,6 +3,8 @@ * Copyright © 2012,2013 Colin Walters <walters@verbum.org> * Copyright © 2012,2013 Canonical Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gtask.c b/gio/gtask.c index 365f200ad..d0f8b4e33 100644 --- a/gio/gtask.c +++ b/gio/gtask.c @@ -2,6 +2,8 @@ * * Copyright 2011-2018 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gtask.h b/gio/gtask.h index bc6454a25..235e6626d 100644 --- a/gio/gtask.h +++ b/gio/gtask.h @@ -2,6 +2,8 @@ * * Copyright 2011 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gtcpconnection.c b/gio/gtcpconnection.c index 68ed1e188..422b3dea5 100644 --- a/gio/gtcpconnection.c +++ b/gio/gtcpconnection.c @@ -2,6 +2,8 @@ * * Copyright © 2008, 2009 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gtcpconnection.h b/gio/gtcpconnection.h index 39645f914..29f6bc0a1 100644 --- a/gio/gtcpconnection.h +++ b/gio/gtcpconnection.h @@ -2,6 +2,8 @@ * * Copyright © 2008, 2009 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gtcpwrapperconnection.c b/gio/gtcpwrapperconnection.c index 7c3bf694c..686aa42e0 100644 --- a/gio/gtcpwrapperconnection.c +++ b/gio/gtcpwrapperconnection.c @@ -2,6 +2,8 @@ * * Copyright © 2010 Collabora Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gtcpwrapperconnection.h b/gio/gtcpwrapperconnection.h index a32acad79..dff4fe776 100644 --- a/gio/gtcpwrapperconnection.h +++ b/gio/gtcpwrapperconnection.h @@ -1,6 +1,8 @@ /* GIO - GLib Input, Output and Streaming Library * Copyright © 2010 Collabora Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gtestdbus.c b/gio/gtestdbus.c index 992d29cef..cf7d1a4b8 100644 --- a/gio/gtestdbus.c +++ b/gio/gtestdbus.c @@ -3,6 +3,8 @@ * Copyright (C) 2008-2010 Red Hat, Inc. * Copyright (C) 2012 Collabora Ltd. <http://www.collabora.co.uk/> * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gtestdbus.h b/gio/gtestdbus.h index 9467f59ae..ccaaa628f 100644 --- a/gio/gtestdbus.h +++ b/gio/gtestdbus.h @@ -3,6 +3,8 @@ * Copyright (C) 2008-2010 Red Hat, Inc. * Copyright (C) 2012 Collabora Ltd. <http://www.collabora.co.uk/> * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gthemedicon.c b/gio/gthemedicon.c index 35970deff..8551bd27d 100644 --- a/gio/gthemedicon.c +++ b/gio/gthemedicon.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gthemedicon.h b/gio/gthemedicon.h index 3a145b5c3..f53063900 100644 --- a/gio/gthemedicon.h +++ b/gio/gthemedicon.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gthreadedresolver.c b/gio/gthreadedresolver.c index 2145e39b0..7453c0f25 100644 --- a/gio/gthreadedresolver.c +++ b/gio/gthreadedresolver.c @@ -5,6 +5,8 @@ * Copyright (C) 2008 Red Hat, Inc. * Copyright (C) 2018 Igalia S.L. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gthreadedresolver.h b/gio/gthreadedresolver.h index 8d2ca19bf..c3ca08283 100644 --- a/gio/gthreadedresolver.h +++ b/gio/gthreadedresolver.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gthreadedsocketservice.c b/gio/gthreadedsocketservice.c index 6416e3a16..63dc2a883 100644 --- a/gio/gthreadedsocketservice.c +++ b/gio/gthreadedsocketservice.c @@ -3,6 +3,8 @@ * Copyright © 2009 Codethink Limited * Copyright © 2009 Red Hat, Inc * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gthreadedsocketservice.h b/gio/gthreadedsocketservice.h index fa3204f95..40ce619aa 100644 --- a/gio/gthreadedsocketservice.h +++ b/gio/gthreadedsocketservice.h @@ -3,6 +3,8 @@ * Copyright © 2009 Codethink Limited * Copyright © 2009 Red Hat, Inc * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gtlsbackend.c b/gio/gtlsbackend.c index 25569aad7..227dd7701 100644 --- a/gio/gtlsbackend.c +++ b/gio/gtlsbackend.c @@ -3,6 +3,8 @@ * Copyright © 2010 Red Hat, Inc * Copyright © 2015 Collabora, Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gtlsbackend.h b/gio/gtlsbackend.h index f19ab7e3c..21c931f3d 100644 --- a/gio/gtlsbackend.h +++ b/gio/gtlsbackend.h @@ -3,6 +3,8 @@ * Copyright (C) 2010 Red Hat, Inc. * Copyright © 2015 Collabora, Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gtlscertificate.c b/gio/gtlscertificate.c index c4c8c2913..4374ac21a 100644 --- a/gio/gtlscertificate.c +++ b/gio/gtlscertificate.c @@ -2,6 +2,8 @@ * * Copyright (C) 2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gtlscertificate.h b/gio/gtlscertificate.h index 52e678bcb..6fd6fdaff 100644 --- a/gio/gtlscertificate.h +++ b/gio/gtlscertificate.h @@ -2,6 +2,8 @@ * * Copyright (C) 2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gtlsclientconnection.c b/gio/gtlsclientconnection.c index 63dd6bee7..a6dc897f9 100644 --- a/gio/gtlsclientconnection.c +++ b/gio/gtlsclientconnection.c @@ -2,6 +2,8 @@ * * Copyright © 2010 Red Hat, Inc * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gtlsclientconnection.h b/gio/gtlsclientconnection.h index f592fa808..e75e0cc5d 100644 --- a/gio/gtlsclientconnection.h +++ b/gio/gtlsclientconnection.h @@ -2,6 +2,8 @@ * * Copyright (C) 2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gtlsconnection.c b/gio/gtlsconnection.c index f930ebabe..95b4bc8f7 100644 --- a/gio/gtlsconnection.c +++ b/gio/gtlsconnection.c @@ -2,6 +2,8 @@ * * Copyright © 2010 Red Hat, Inc * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gtlsconnection.h b/gio/gtlsconnection.h index 526eb60b5..ac0ce733c 100644 --- a/gio/gtlsconnection.h +++ b/gio/gtlsconnection.h @@ -2,6 +2,8 @@ * * Copyright (C) 2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gtlsdatabase.c b/gio/gtlsdatabase.c index 7027b121c..40d1ab63f 100644 --- a/gio/gtlsdatabase.c +++ b/gio/gtlsdatabase.c @@ -2,6 +2,8 @@ * * Copyright (C) 2010 Collabora, Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gtlsdatabase.h b/gio/gtlsdatabase.h index 5dafd7bc0..9767eca06 100644 --- a/gio/gtlsdatabase.h +++ b/gio/gtlsdatabase.h @@ -2,6 +2,8 @@ * * Copyright (C) 2010 Collabora, Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gtlsfiledatabase.c b/gio/gtlsfiledatabase.c index 75c01338e..e32faf94c 100644 --- a/gio/gtlsfiledatabase.c +++ b/gio/gtlsfiledatabase.c @@ -2,6 +2,8 @@ * * Copyright © 2010 Collabora, Ltd * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gtlsfiledatabase.h b/gio/gtlsfiledatabase.h index 1ee4631be..1eb3deea7 100644 --- a/gio/gtlsfiledatabase.h +++ b/gio/gtlsfiledatabase.h @@ -2,6 +2,8 @@ * * Copyright © 2010 Collabora, Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gtlsinteraction.c b/gio/gtlsinteraction.c index dfb54f66e..9b15fcc30 100644 --- a/gio/gtlsinteraction.c +++ b/gio/gtlsinteraction.c @@ -2,6 +2,8 @@ * * Copyright (C) 2011 Collabora, Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gtlsinteraction.h b/gio/gtlsinteraction.h index 03552fb14..217d8cfd2 100644 --- a/gio/gtlsinteraction.h +++ b/gio/gtlsinteraction.h @@ -2,6 +2,8 @@ * * Copyright (C) 2011 Collabora, Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gtlspassword.c b/gio/gtlspassword.c index f705bcb3f..586d76155 100644 --- a/gio/gtlspassword.c +++ b/gio/gtlspassword.c @@ -2,6 +2,8 @@ * * Copyright (C) 2011 Collabora, Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gtlspassword.h b/gio/gtlspassword.h index befe706a8..3eaad12ff 100644 --- a/gio/gtlspassword.h +++ b/gio/gtlspassword.h @@ -2,6 +2,8 @@ * * Copyright (C) 2011 Collabora, Ltd. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gtlsserverconnection.c b/gio/gtlsserverconnection.c index dde9a83d9..dc9db62bb 100644 --- a/gio/gtlsserverconnection.c +++ b/gio/gtlsserverconnection.c @@ -2,6 +2,8 @@ * * Copyright © 2010 Red Hat, Inc * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gtlsserverconnection.h b/gio/gtlsserverconnection.h index 6926e7d12..d2c83457a 100644 --- a/gio/gtlsserverconnection.h +++ b/gio/gtlsserverconnection.h @@ -2,6 +2,8 @@ * * Copyright (C) 2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gtrashportal.c b/gio/gtrashportal.c index 2f739600c..0e1d109f9 100644 --- a/gio/gtrashportal.c +++ b/gio/gtrashportal.c @@ -2,6 +2,8 @@ * * Copyright 2018, Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gtrashportal.h b/gio/gtrashportal.h index a53de8a6f..fbc9367bc 100644 --- a/gio/gtrashportal.h +++ b/gio/gtrashportal.h @@ -2,6 +2,8 @@ * * Copyright 2018 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gunionvolumemonitor.c b/gio/gunionvolumemonitor.c index c01730375..10c2e7431 100644 --- a/gio/gunionvolumemonitor.c +++ b/gio/gunionvolumemonitor.c @@ -4,6 +4,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gunionvolumemonitor.h b/gio/gunionvolumemonitor.h index 5e4c5449f..b35d61bac 100644 --- a/gio/gunionvolumemonitor.h +++ b/gio/gunionvolumemonitor.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gunixconnection.c b/gio/gunixconnection.c index e89aba6ca..b3f2b1c04 100644 --- a/gio/gunixconnection.c +++ b/gio/gunixconnection.c @@ -2,6 +2,8 @@ * * Copyright © 2009 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gunixconnection.h b/gio/gunixconnection.h index 620c72b9b..d5c41cb8f 100644 --- a/gio/gunixconnection.h +++ b/gio/gunixconnection.h @@ -2,6 +2,8 @@ * * Copyright © 2009 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gunixcredentialsmessage.c b/gio/gunixcredentialsmessage.c index e8ac5a73c..212c4b0e0 100644 --- a/gio/gunixcredentialsmessage.c +++ b/gio/gunixcredentialsmessage.c @@ -3,6 +3,8 @@ * Copyright (C) 2010 Red Hat, Inc. * Copyright (C) 2009 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gunixcredentialsmessage.h b/gio/gunixcredentialsmessage.h index 2f3ad7582..ad70f74c3 100644 --- a/gio/gunixcredentialsmessage.h +++ b/gio/gunixcredentialsmessage.h @@ -3,6 +3,8 @@ * Copyright (C) 2010 Red Hat, Inc. * Copyright (C) 2009 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gunixfdlist.c b/gio/gunixfdlist.c index e8c4ac55e..ac1bbdfda 100644 --- a/gio/gunixfdlist.c +++ b/gio/gunixfdlist.c @@ -2,6 +2,8 @@ * * Copyright © 2009 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gunixfdlist.h b/gio/gunixfdlist.h index 9d3204a7d..1e625b01a 100644 --- a/gio/gunixfdlist.h +++ b/gio/gunixfdlist.h @@ -2,6 +2,8 @@ * * Copyright © 2009 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gunixfdmessage.c b/gio/gunixfdmessage.c index 3324651f7..889a0c921 100644 --- a/gio/gunixfdmessage.c +++ b/gio/gunixfdmessage.c @@ -2,6 +2,8 @@ * * Copyright © 2009 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gunixfdmessage.h b/gio/gunixfdmessage.h index c766e2a69..73b0f2ce3 100644 --- a/gio/gunixfdmessage.h +++ b/gio/gunixfdmessage.h @@ -2,6 +2,8 @@ * * Copyright © 2009 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gunixinputstream.c b/gio/gunixinputstream.c index 8c2ce6233..2180ce8dc 100644 --- a/gio/gunixinputstream.c +++ b/gio/gunixinputstream.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gunixinputstream.h b/gio/gunixinputstream.h index 1fba553b1..8c0c720fa 100644 --- a/gio/gunixinputstream.h +++ b/gio/gunixinputstream.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gunixmount.c b/gio/gunixmount.c index acfebffdd..7055d8edd 100644 --- a/gio/gunixmount.c +++ b/gio/gunixmount.c @@ -4,6 +4,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gunixmount.h b/gio/gunixmount.h index 9faaf6411..2cb27c416 100644 --- a/gio/gunixmount.h +++ b/gio/gunixmount.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gunixmounts.c b/gio/gunixmounts.c index 9c8ef5d66..563bdba3b 100644 --- a/gio/gunixmounts.c +++ b/gio/gunixmounts.c @@ -4,6 +4,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gunixmounts.h b/gio/gunixmounts.h index 2553e1ca1..7fa48235a 100644 --- a/gio/gunixmounts.h +++ b/gio/gunixmounts.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gunixoutputstream.c b/gio/gunixoutputstream.c index f4843a8ff..8a71c315c 100644 --- a/gio/gunixoutputstream.c +++ b/gio/gunixoutputstream.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gunixoutputstream.h b/gio/gunixoutputstream.h index 2d1d76888..1a7ee08dd 100644 --- a/gio/gunixoutputstream.h +++ b/gio/gunixoutputstream.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gunixsocketaddress.c b/gio/gunixsocketaddress.c index f80e8cc88..3ccb2cbf1 100644 --- a/gio/gunixsocketaddress.c +++ b/gio/gunixsocketaddress.c @@ -2,6 +2,8 @@ * * Copyright (C) 2008 Christian Kellner, Samuel Cormier-Iijima * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gunixsocketaddress.h b/gio/gunixsocketaddress.h index 1c1df1436..1a24e57bd 100644 --- a/gio/gunixsocketaddress.h +++ b/gio/gunixsocketaddress.h @@ -2,6 +2,8 @@ * * Copyright (C) 2008 Christian Kellner, Samuel Cormier-Iijima * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gunixvolume.c b/gio/gunixvolume.c index 60ae628a2..a0f00ffbb 100644 --- a/gio/gunixvolume.c +++ b/gio/gunixvolume.c @@ -4,6 +4,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gunixvolume.h b/gio/gunixvolume.h index e7b4615cc..8e3a17a57 100644 --- a/gio/gunixvolume.h +++ b/gio/gunixvolume.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gunixvolumemonitor.c b/gio/gunixvolumemonitor.c index 4b99423d7..a9432e7ee 100644 --- a/gio/gunixvolumemonitor.c +++ b/gio/gunixvolumemonitor.c @@ -4,6 +4,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gunixvolumemonitor.h b/gio/gunixvolumemonitor.h index 14e07fb9f..589202af2 100644 --- a/gio/gunixvolumemonitor.h +++ b/gio/gunixvolumemonitor.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gvfs.c b/gio/gvfs.c index 6e2dcf060..f73dcfe89 100644 --- a/gio/gvfs.c +++ b/gio/gvfs.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gvfs.h b/gio/gvfs.h index 72fe2dd32..a1eb51fb2 100644 --- a/gio/gvfs.h +++ b/gio/gvfs.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gvolume.c b/gio/gvolume.c index cb6d34f8b..ba94b17e8 100644 --- a/gio/gvolume.c +++ b/gio/gvolume.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gvolume.h b/gio/gvolume.h index e153b7c38..5c71cdb40 100644 --- a/gio/gvolume.h +++ b/gio/gvolume.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gvolumemonitor.c b/gio/gvolumemonitor.c index 056999f6a..cc4f3e49c 100644 --- a/gio/gvolumemonitor.c +++ b/gio/gvolumemonitor.c @@ -4,6 +4,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gvolumemonitor.h b/gio/gvolumemonitor.h index 899942f6c..88294da72 100644 --- a/gio/gvolumemonitor.h +++ b/gio/gvolumemonitor.h @@ -4,6 +4,8 @@ * * Copyright (C) 2006-2007 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gwin32appinfo.c b/gio/gwin32appinfo.c index c05e27f2b..4e85f8166 100644 --- a/gio/gwin32appinfo.c +++ b/gio/gwin32appinfo.c @@ -3,6 +3,8 @@ * Copyright (C) 2006-2007 Red Hat, Inc. * Copyright (C) 2014 Руслан Ижбулатов * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gwin32appinfo.h b/gio/gwin32appinfo.h index 5d463caf0..fff199f1b 100644 --- a/gio/gwin32appinfo.h +++ b/gio/gwin32appinfo.h @@ -3,6 +3,8 @@ * Copyright (C) 2006-2007 Red Hat, Inc. * Copyright (C) 2014 Руслан Ижбулатов * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gwin32file-sync-stream.c b/gio/gwin32file-sync-stream.c index 065f56cce..3b5f3068b 100755 --- a/gio/gwin32file-sync-stream.c +++ b/gio/gwin32file-sync-stream.c @@ -2,6 +2,8 @@ * * Copyright 2020 Руслан Ижбулатов * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gwin32file-sync-stream.h b/gio/gwin32file-sync-stream.h index 8e7f5fd59..9f4e78706 100755 --- a/gio/gwin32file-sync-stream.h +++ b/gio/gwin32file-sync-stream.h @@ -2,6 +2,8 @@ * * Copyright (C) 2020 Руслан Ижбулатов <lrn1986@gmail.com> * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gwin32inputstream.c b/gio/gwin32inputstream.c index 5649af145..685d6f295 100644 --- a/gio/gwin32inputstream.c +++ b/gio/gwin32inputstream.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gwin32inputstream.h b/gio/gwin32inputstream.h index c6d8d9a82..2f4f4f8d6 100644 --- a/gio/gwin32inputstream.h +++ b/gio/gwin32inputstream.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gwin32mount.c b/gio/gwin32mount.c index f5be8adfa..8df59b765 100644 --- a/gio/gwin32mount.c +++ b/gio/gwin32mount.c @@ -3,6 +3,8 @@ * Copyright (C) 2006-2007 Red Hat, Inc. * Copyright (C) 2008 Hans Breuer * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gwin32mount.h b/gio/gwin32mount.h index 4eef3ef32..25ce5479c 100644 --- a/gio/gwin32mount.h +++ b/gio/gwin32mount.h @@ -3,6 +3,8 @@ * Copyright (C) 2006-2007 Red Hat, Inc. * Copyright (C) 2008 Hans Breuer * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gwin32networkmonitor.c b/gio/gwin32networkmonitor.c index fd9b67641..9dd5da757 100644 --- a/gio/gwin32networkmonitor.c +++ b/gio/gwin32networkmonitor.c @@ -2,6 +2,8 @@ * * Copyright 2014-2018 Jan-Michael Brummer <jan.brummer@tabos.org> * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gwin32networkmonitor.h b/gio/gwin32networkmonitor.h index 49408cf52..ee93f77c9 100644 --- a/gio/gwin32networkmonitor.h +++ b/gio/gwin32networkmonitor.h @@ -2,6 +2,8 @@ * * Copyright 2014-2018 Jan-Michael Brummer <jan.brummer@tabos.org> * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gwin32notificationbackend.c b/gio/gwin32notificationbackend.c index 602f3f342..eba34a487 100644 --- a/gio/gwin32notificationbackend.c +++ b/gio/gwin32notificationbackend.c @@ -3,6 +3,8 @@ * * Copyright © 2018 Endless Mobile, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gwin32outputstream.c b/gio/gwin32outputstream.c index b5f70c988..b88f05c82 100644 --- a/gio/gwin32outputstream.c +++ b/gio/gwin32outputstream.c @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gwin32outputstream.h b/gio/gwin32outputstream.h index 9045da8d9..6b21849f9 100644 --- a/gio/gwin32outputstream.h +++ b/gio/gwin32outputstream.h @@ -2,6 +2,8 @@ * * Copyright (C) 2006-2010 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gwin32packageparser.c b/gio/gwin32packageparser.c index 58b99947c..575bfb638 100755 --- a/gio/gwin32packageparser.c +++ b/gio/gwin32packageparser.c @@ -2,6 +2,8 @@ * * Copyright (C) 2020 Руслан Ижбулатов <lrn1986@gmail.com> * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gwin32packageparser.h b/gio/gwin32packageparser.h index f55e30c3f..6264362db 100755 --- a/gio/gwin32packageparser.h +++ b/gio/gwin32packageparser.h @@ -2,6 +2,8 @@ * * Copyright (C) 2020 Руслан Ижбулатов <lrn1986@gmail.com> * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gwin32registrykey.c b/gio/gwin32registrykey.c index 5e2b006dd..df20db102 100644 --- a/gio/gwin32registrykey.c +++ b/gio/gwin32registrykey.c @@ -2,6 +2,8 @@ * * Copyright (C) 2014 Руслан Ижбулатов <lrn1986@gmail.com> * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gwin32registrykey.h b/gio/gwin32registrykey.h index f92a10caf..63ab9a9bc 100644 --- a/gio/gwin32registrykey.h +++ b/gio/gwin32registrykey.h @@ -2,6 +2,8 @@ * * Copyright (C) 2014 Руслан Ижбулатов <lrn1986@gmail.com> * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gwin32sid.c b/gio/gwin32sid.c index 6112cf171..5bab4057a 100644 --- a/gio/gwin32sid.c +++ b/gio/gwin32sid.c @@ -3,6 +3,8 @@ * Copyright (C) 2018 Руслан Ижбулатов * Copyright (C) 2022 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gwin32sid.h b/gio/gwin32sid.h index 84c037799..83366d408 100644 --- a/gio/gwin32sid.h +++ b/gio/gwin32sid.h @@ -3,6 +3,8 @@ * Copyright (C) 2018 Руслан Ижбулатов * Copyright (C) 2022 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gwin32volumemonitor.c b/gio/gwin32volumemonitor.c index c6657a357..8687ca9c2 100644 --- a/gio/gwin32volumemonitor.c +++ b/gio/gwin32volumemonitor.c @@ -3,6 +3,8 @@ * Copyright (C) 2006-2007 Red Hat, Inc. * Copyright (C) 2008 Hans Breuer * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gwin32volumemonitor.h b/gio/gwin32volumemonitor.h index 8c036dd53..149946de4 100644 --- a/gio/gwin32volumemonitor.h +++ b/gio/gwin32volumemonitor.h @@ -3,6 +3,8 @@ * Copyright (C) 2006-2007 Red Hat, Inc. * Copyright (C) 2008 Hans Breuer * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gzlibcompressor.c b/gio/gzlibcompressor.c index 6d4ef5003..a1c018a01 100644 --- a/gio/gzlibcompressor.c +++ b/gio/gzlibcompressor.c @@ -2,6 +2,8 @@ * * Copyright (C) 2009 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gzlibcompressor.h b/gio/gzlibcompressor.h index f89b30f20..1a9380e08 100644 --- a/gio/gzlibcompressor.h +++ b/gio/gzlibcompressor.h @@ -2,6 +2,8 @@ * * Copyright (C) 2009 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gzlibdecompressor.c b/gio/gzlibdecompressor.c index 8e54812e4..dab2de8ed 100644 --- a/gio/gzlibdecompressor.c +++ b/gio/gzlibdecompressor.c @@ -2,6 +2,8 @@ * * Copyright (C) 2009 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/gzlibdecompressor.h b/gio/gzlibdecompressor.h index 373ac67d1..464131781 100644 --- a/gio/gzlibdecompressor.h +++ b/gio/gzlibdecompressor.h @@ -2,6 +2,8 @@ * * Copyright (C) 2009 Red Hat, Inc. * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/strinfo.c b/gio/strinfo.c index f5e92a41d..3b8486bb4 100644 --- a/gio/strinfo.c +++ b/gio/strinfo.c @@ -1,6 +1,8 @@ /* * Copyright © 2010 Codethink Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/thumbnail-verify.c b/gio/thumbnail-verify.c index 316e8a61f..7ffcef1c7 100644 --- a/gio/thumbnail-verify.c +++ b/gio/thumbnail-verify.c @@ -1,5 +1,7 @@ /* Copyright © 2013 Canonical Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 diff --git a/gio/thumbnail-verify.h b/gio/thumbnail-verify.h index e40680968..55759b34e 100644 --- a/gio/thumbnail-verify.h +++ b/gio/thumbnail-verify.h @@ -1,5 +1,7 @@ /* Copyright © 2013 Canonical Limited * + * SPDX-License-Identifier: LGPL-2.1-or-later + * * This library 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 |