Copyright: Move to SPDX-Identifier

SPDX-Identifier cleans up the files and creates visibility on each file
while not using too much space.

Replacing all instances on the long apache-2.0 text and adding the
SPDX-Identifier where not present before.

Change-Id: I7566febfd29dac6c81df6ff4045a6663aa50fca4
Signed-off-by: Christopher Meis <christopher.meis@9elements.com>
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/presence/gpio_presence.cpp b/presence/gpio_presence.cpp
index b009d3f..cce388f 100644
--- a/presence/gpio_presence.cpp
+++ b/presence/gpio_presence.cpp
@@ -1,3 +1,6 @@
+// SPDX-License-Identifier: Apache-2.0
+// SPDX-FileCopyrightText: Copyright OpenBMC Authors
+
 #include "gpio_presence.hpp"
 
 #include "xyz/openbmc_project/Common/error.hpp"