aboutsummaryrefslogtreecommitdiffstats
path: root/test/mock
diff options
context:
space:
mode:
Diffstat (limited to 'test/mock')
-rw-r--r--test/mock/libpthread_mock.hpp3
-rw-r--r--test/mock/libsystemd_mock.hpp3
-rw-r--r--test/mock/memory_mock.hpp3
-rw-r--r--test/mock/syscall_io_mock.hpp3
4 files changed, 12 insertions, 0 deletions
diff --git a/test/mock/libpthread_mock.hpp b/test/mock/libpthread_mock.hpp
index 61ce43c..a7a1b93 100644
--- a/test/mock/libpthread_mock.hpp
+++ b/test/mock/libpthread_mock.hpp
@@ -1,3 +1,6 @@
+/**
+ * SPDX-License-Identifier: Apache-2.0
+ */
#include <gmock/gmock.h>
#include <functional>
diff --git a/test/mock/libsystemd_mock.hpp b/test/mock/libsystemd_mock.hpp
index 34de9a0..889bb8c 100644
--- a/test/mock/libsystemd_mock.hpp
+++ b/test/mock/libsystemd_mock.hpp
@@ -1,3 +1,6 @@
+/**
+ * SPDX-License-Identifier: Apache-2.0
+ */
#include <gmock/gmock.h>
#include <functional>
diff --git a/test/mock/memory_mock.hpp b/test/mock/memory_mock.hpp
index e140840..a1f14b6 100644
--- a/test/mock/memory_mock.hpp
+++ b/test/mock/memory_mock.hpp
@@ -1,3 +1,6 @@
+/**
+ * SPDX-License-Identifier: Apache-2.0
+ */
#include <gmock/gmock.h>
#include <functional>
diff --git a/test/mock/syscall_io_mock.hpp b/test/mock/syscall_io_mock.hpp
index 6eb021a..f600068 100644
--- a/test/mock/syscall_io_mock.hpp
+++ b/test/mock/syscall_io_mock.hpp
@@ -1,3 +1,6 @@
+/**
+ * SPDX-License-Identifier: Apache-2.0
+ */
#include <gmock/gmock.h>
#include <functional>