Commit 9f2cb10df for imagemagick.org
commit 9f2cb10df8fa43e0f5077ebcbc487841f171622e
Author: Cristy <urban-warrior@imagemagick.org>
Date: Fri Aug 28 20:02:48 2026 -0400
add header
diff --git a/coders/c2pa.h b/coders/c2pa.h
new file mode 100644
index 000000000..2a276ac8c
--- /dev/null
+++ b/coders/c2pa.h
@@ -0,0 +1,31 @@
+/*
+ Copyright @ 1999 ImageMagick Studio LLC, a non-profit organization
+ dedicated to making software imaging solutions freely available.
+
+ You may not use this file except in compliance with the License. You may
+ obtain a copy of the License at
+
+ https://imagemagick.org/license/
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+*/
+
+#include "coders/coders-private.h"
+
+#define MagickC2PAHeaders
+
+#define MagickC2PAAliases
+
+#if defined(__cplusplus) || defined(c_plusplus)
+extern "C" {
+#endif
+
+MagickCoderExports(C2PA)
+
+#if defined(__cplusplus) || defined(c_plusplus)
+}
+#endif