aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Bur <cyril.bur@au1.ibm.com>2015-10-14 10:48:46 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-12-03 15:30:05 +1100
commit11eea4785fee409aa79e08c1679ec175563f36ae (patch)
tree17322c0c9eb59017d72ef1e0449bcf8115a6fc03
parent04678f9f7fc250d8f32f42f03bf4f8872f7ef6da (diff)
downloadskiboot-11eea4785fee409aa79e08c1679ec175563f36ae.zip
skiboot-11eea4785fee409aa79e08c1679ec175563f36ae.tar.gz
skiboot-11eea4785fee409aa79e08c1679ec175563f36ae.tar.bz2
external/pflash: Add (C) header
Signed-off-by: Cyril Bur <cyril.bur@au1.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r--external/pflash/pflash.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/external/pflash/pflash.c b/external/pflash/pflash.c
index eb4b4ca..057506e 100644
--- a/external/pflash/pflash.c
+++ b/external/pflash/pflash.c
@@ -1,3 +1,19 @@
+/* Copyright 2013-2015 IBM Corp.
+ *
+ * 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 <stdio.h>
#include <stdlib.h>
#include <string.h>