Skip to content

Commit

Permalink
fix SPDX ID for spng.h
Browse files Browse the repository at this point in the history
"(BSD-2-Clause AND libpng-2.0)" only applies to spng.c,
there is no libpng code in the header.
  • Loading branch information
randy408 committed Nov 22, 2022
1 parent 6a4ef9f commit bab9f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spng/spng.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* SPDX-License-Identifier: (BSD-2-Clause AND libpng-2.0) */
/* SPDX-License-Identifier: BSD-2-Clause */
#ifndef SPNG_H
#define SPNG_H

Expand Down

0 comments on commit bab9f94

Please sign in to comment.