src: add SPDX license headers

This commit is contained in:
2022-10-05 15:48:57 +03:00
parent f7fda9922f
commit 095f843067
6 changed files with 24 additions and 60 deletions

View File

@ -1,3 +1,9 @@
/*
* Copyright (C) 2020 Alan Orth
*
* SPDX-License-Identifier: GPL-3.0-only
*/
package io.github.ilri.cgspace.scripts;
import org.apache.commons.lang.StringUtils;

View File

@ -1,3 +1,9 @@
/*
* Copyright (C) 2022 Alan Orth
*
* SPDX-License-Identifier: GPL-3.0-only
*/
package io.github.ilri.cgspace.scripts;
import org.apache.commons.lang.StringUtils;