Added SPDX license identifier

This commit is contained in:
Mathias Bavay
2021-06-17 15:56:40 +02:00
committed by GitHub
parent 6b9b7275e5
commit a4bd8861dd

View File

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