summaryrefslogtreecommitdiffstats
path: root/tach_detect.cpp
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2017-03-01 11:17:00 -0600
committerMatthew Barth <msbarth@us.ibm.com>2017-03-15 16:06:47 -0500
commit5c15b797ffafd36eceecfbf250bd0eead39103dd (patch)
tree487a9bcf2b79a7193965c046b591cb489821688b /tach_detect.cpp
parent8db0f6f96401b9e0598836f761b808b590ce3f38 (diff)
downloadphosphor-fan-presence-5c15b797ffafd36eceecfbf250bd0eead39103dd.tar.gz
phosphor-fan-presence-5c15b797ffafd36eceecfbf250bd0eead39103dd.zip
Documentation only, no functional change
Added copyrights and comments within headers Resolves openbmc/openbmc#959 Change-Id: If58d78a39fb08251a34a88c2b6340c9fa33d2569 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
Diffstat (limited to 'tach_detect.cpp')
-rw-r--r--tach_detect.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/tach_detect.cpp b/tach_detect.cpp
index 5da1b48..2449f82 100644
--- a/tach_detect.cpp
+++ b/tach_detect.cpp
@@ -1,3 +1,18 @@
+/**
+ * Copyright © 2017 IBM Corporation
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
#include <vector>
#include <sdbusplus/bus.hpp>
#include "fan_enclosure.hpp"
OpenPOWER on IntegriCloud