diff options
author | Patrick Venture <venture@google.com> | 2018-11-21 14:10:26 -0800 |
---|---|---|
committer | Patrick Venture <venture@google.com> | 2018-11-21 14:10:26 -0800 |
commit | c0fe5cd121948465a41adb69e29efdb0cd0e314b (patch) | |
tree | 3fc391c37a3a07b0bd762af6628e5061249aa2fd | |
parent | e08863e3d75aa11e33ac4ffc6cf1f09bce29eec2 (diff) | |
download | phosphor-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>
-rw-r--r-- | utils.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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> |