aboutsummaryrefslogtreecommitdiff
path: root/hw/fsp/fsp-epow.c
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-07-30 14:57:34 +1000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-07-30 14:57:34 +1000
commita701784f68dfe147f2a94c70b283765b94f42b23 (patch)
tree2d3f5f3e7a148a56475c80679e7a1928d788e9d1 /hw/fsp/fsp-epow.c
parent3200177af3a6e70e9efa32aac73b9160b5189e5d (diff)
downloadskiboot-a701784f68dfe147f2a94c70b283765b94f42b23.zip
skiboot-a701784f68dfe147f2a94c70b283765b94f42b23.tar.gz
skiboot-a701784f68dfe147f2a94c70b283765b94f42b23.tar.bz2
epow: Fix licence header in fsp-epow.c
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'hw/fsp/fsp-epow.c')
-rw-r--r--hw/fsp/fsp-epow.c21
1 files changed, 15 insertions, 6 deletions
diff --git a/hw/fsp/fsp-epow.c b/hw/fsp/fsp-epow.c
index ee42e54..3e3504a 100644
--- a/hw/fsp/fsp-epow.c
+++ b/hw/fsp/fsp-epow.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.
+ */
/*
* Handle FSP EPOW (Environmental and Power Warning) events notification
*/