Skip to content

Commit bab9f94

Browse files
committed
fix SPDX ID for spng.h
"(BSD-2-Clause AND libpng-2.0)" only applies to spng.c, there is no libpng code in the header.
1 parent 6a4ef9f commit bab9f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spng/spng.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: (BSD-2-Clause AND libpng-2.0) */
1+
/* SPDX-License-Identifier: BSD-2-Clause */
22
#ifndef SPNG_H
33
#define SPNG_H
44

0 commit comments

Comments
 (0)