Added an SPDX license identifier

This commit is contained in:
Mathias Bavay
2021-06-17 15:57:22 +02:00
committed by GitHub
parent a4bd8861dd
commit 85733a1ef2

View File

@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Zlib
/*
* TINYEXPR - Tiny recursive descent parser and evaluation engine in C
*