sim: Add explicit copyright and licenses to the sim
Add an apache SPDX header and explicit license lines. The date ranges
of the license lines is derived from the git history. Having these
explicitly present will make contributions from other parties easier, as
they will simply be able to add their own copyright line, rather than
having to describe that it only covers modifications.
Signed-off-by: David Brown <david.brown@linaro.org>
diff --git a/sim/src/caps.rs b/sim/src/caps.rs
index 639894b..a63a343 100644
--- a/sim/src/caps.rs
+++ b/sim/src/caps.rs
@@ -1,3 +1,9 @@
+// Copyright (c) 2017-2019 Linaro LTD
+// Copyright (c) 2019 JUUL Labs
+// Copyright (c) 2019 Arm Limited
+//
+// SPDX-License-Identifier: Apache-2.0
+
// Query the bootloader's capabilities.
#[repr(u32)]