diff options
author | Christian Hergert <chergert@redhat.com> | 2023-03-16 16:30:20 -0700 |
---|---|---|
committer | Christian Hergert <chergert@redhat.com> | 2023-03-22 16:44:35 -0700 |
commit | 39bcd89306a72c04871433e9b4587b075ab4127a (patch) | |
tree | 78f1d7b523648e775353be32a3e343551082fa52 /libpeas/peas-dirs.c | |
parent | 9b28ecb8dd50e95c6344d9e298f422e80068005d (diff) | |
download | libpeas-39bcd89306a72c04871433e9b4587b075ab4127a.tar.gz |
janitorial: add SPDX-License-Identifier: LGPL-2.1-or-later
Just a nice thing to have in headers to make it clearer for people who
casually find themselves reading, and perhaps copying, the code.
Diffstat (limited to 'libpeas/peas-dirs.c')
-rw-r--r-- | libpeas/peas-dirs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libpeas/peas-dirs.c b/libpeas/peas-dirs.c index 6b7b81c..6839507 100644 --- a/libpeas/peas-dirs.c +++ b/libpeas/peas-dirs.c @@ -17,6 +17,8 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * SPDX-License-Identifier: LGPL-2.1-or-later */ #ifdef HAVE_CONFIG_H |