From 7ca9a64ecf9cdc0f9871272a7a18dd8f2f073df1 Mon Sep 17 00:00:00 2001 From: myfreeer Date: Sat, 1 Apr 2023 19:38:57 +0800 Subject: [PATCH] simd128: code style --- include/cglm/simd/wasm.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/cglm/simd/wasm.h b/include/cglm/simd/wasm.h index 133f8ac..02f17e5 100644 --- a/include/cglm/simd/wasm.h +++ b/include/cglm/simd/wasm.h @@ -1,3 +1,9 @@ +/* + * Copyright (c), Recep Aslantas. + * + * MIT License (MIT), http://opensource.org/licenses/MIT + * Full license can be found in the LICENSE file + */ #ifndef cglm_simd_wasm_h #define cglm_simd_wasm_h