summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--dev/lib/simd/basic_simd.hpp2
-rw-r--r--dev/lib/simd/simd.hpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev/lib/simd/basic_simd.hpp b/dev/lib/simd/basic_simd.hpp
index b3087ff..d182aaf 100644
--- a/dev/lib/simd/basic_simd.hpp
+++ b/dev/lib/simd/basic_simd.hpp
@@ -2,7 +2,7 @@
* File: simd/basic_simd.hpp
* Purpose: Basic SIMD backend C++ library.
* Author: Amlal El Mahrouss (founder@snu.systems)
- * Copyright 2025, Amlal El Mahrouss, and SNU Systems, Corp, licensed under the BSL 1.0 license.
+ * Copyright 2025, Amlal El Mahrouss, and SNUPowered, licensed under the BSL 1.0 license.
*/
#pragma once
diff --git a/dev/lib/simd/simd.hpp b/dev/lib/simd/simd.hpp
index 3cb4d7a..9234e67 100644
--- a/dev/lib/simd/simd.hpp
+++ b/dev/lib/simd/simd.hpp
@@ -2,7 +2,7 @@
* File: simd/simd.hpp
* Purpose: SIMD C++ library.
* Author: Amlal El Mahrouss (founder@snu.systems)
- * Copyright 2025, Amlal El Mahrouss, and SNU Systems, Corp, licensed under the BSL 1.0 license.
+ * Copyright 2025, Amlal El Mahrouss, and SNUPowered, licensed under the BSL 1.0 license.
*/
#pragma once