diff options
Diffstat (limited to 'src/posix-sys-pth-impl.h')
-rw-r--r-- | src/posix-sys-pth-impl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/posix-sys-pth-impl.h b/src/posix-sys-pth-impl.h index 77d38f0..6943359 100644 --- a/src/posix-sys-pth-impl.h +++ b/src/posix-sys-pth-impl.h @@ -15,6 +15,7 @@ ## ## You should have received a copy of the GNU Lesser General Public ## License along with this program; if not, see <http://www.gnu.org/licenses/>. +## SPDX-License-Identifier: LGPL-2.1+ ## ## ## This file is included by the mkheader tool. Lines starting with @@ -84,5 +85,3 @@ return ret; \ } \ ##EOF## Force end-of file. - - |