summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/patches/tlexpected/0004-Prefix-SPDX.patch
blob: 882bdb1acd0a27feeb8372495bf503e32b616473 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff --git a/src/corelib/global/qexpected_p.h b/src/corelib/global/qexpected_p.h
index 45c6196c947..1c9b37ae82f 100644
--- a/src/corelib/global/qexpected_p.h
+++ b/src/corelib/global/qexpected_p.h
@@ -1,3 +1,6 @@
+// Copyright (C) 2017 Sy Brand (tartanllama@gmail.com, @TartanLlama)
+// SPDX-License-Identifier: CC0-1.0
+
 ///
 // expected - An implementation of std::expected with extensions
 // Written in 2017 by Sy Brand (tartanllama@gmail.com, @TartanLlama)