aboutsummaryrefslogtreecommitdiff
path: root/core/hmi.c
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-07-30 15:08:40 +1000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-07-30 15:08:40 +1000
commited9ff22defcce446a653d6ac3c06ece28bd04a5f (patch)
treee07b1d428c807eb572a7bc74ed619e9fb86da287 /core/hmi.c
parente8d8528692f69046238ddfc0901189821fb9e4d5 (diff)
downloadskiboot-ed9ff22defcce446a653d6ac3c06ece28bd04a5f.zip
skiboot-ed9ff22defcce446a653d6ac3c06ece28bd04a5f.tar.gz
skiboot-ed9ff22defcce446a653d6ac3c06ece28bd04a5f.tar.bz2
core: Fix licence header in hmi.c
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'core/hmi.c')
-rw-r--r--core/hmi.c21
1 files changed, 15 insertions, 6 deletions
diff --git a/core/hmi.c b/core/hmi.c
index 5be7071..3ba7082 100644
--- a/core/hmi.c
+++ b/core/hmi.c
@@ -1,9 +1,18 @@
-/* (C) Copyright IBM Corp., 2013 and provided pursuant to the Technology
- * Licensing Agreement between Google Inc. and International Business
- * Machines Corporation, IBM License Reference Number AA130103030256 and
- * confidentiality governed by the Parties’ Mutual Nondisclosure Agreement
- * number V032404DR, executed by the parties on November 6, 2007, and
- * Supplement V032404DR-3 dated August 16, 2012 (the “NDA”). */
+/* Copyright 2013-2014 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 <skiboot.h>
#include <opal.h>
#include <opal-msg.h>