summaryrefslogtreecommitdiffstats
path: root/utils.cpp
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-11-21 14:10:26 -0800
committerPatrick Venture <venture@google.com>2018-11-21 14:10:26 -0800
commitc0fe5cd121948465a41adb69e29efdb0cd0e314b (patch)
tree3fc391c37a3a07b0bd762af6628e5061249aa2fd /utils.cpp
parente08863e3d75aa11e33ac4ffc6cf1f09bce29eec2 (diff)
downloadphosphor-ipmi-blobs-c0fe5cd121948465a41adb69e29efdb0cd0e314b.tar.gz
phosphor-ipmi-blobs-c0fe5cd121948465a41adb69e29efdb0cd0e314b.zip
copyright: add missing copyright headers
Add missing copyright headers to the source files. Originally, left off. Reviewing other new sources acted as a reminder. Change-Id: I7ac612fbea731885b93cb13346afcddda54bdec3 Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'utils.cpp')
-rw-r--r--utils.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/utils.cpp b/utils.cpp
index 2395a2e..1e1ef91 100644
--- a/utils.cpp
+++ b/utils.cpp
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2018 Google Inc.
+ *
+ * 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 "utils.hpp"
#include <dlfcn.h>
OpenPOWER on IntegriCloud