aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/storm/cdp.c
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2016-04-11 14:04:28 -0600
committerMartin Roth <martinroth@google.com>2016-04-13 17:34:04 +0200
commit31a477c3e82ad2ae13b11a8965a52c002c52c85b (patch)
tree2ec2eb0f5fe1c7feb33f117126eda10752a73388 /src/mainboard/google/storm/cdp.c
parentac0478150ef9f2be10b66ca1ed2f2b8dcc14a9b4 (diff)
mainboard/google: Update license headers
Update all of the license headers to make sure they are compliant with coreboot's license header policy. Change-Id: Ied67c5079a7f49594edb39caf61fe7f386c3f80d Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/14323 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/google/storm/cdp.c')
-rw-r--r--src/mainboard/google/storm/cdp.c16
1 files changed, 14 insertions, 2 deletions
diff --git a/src/mainboard/google/storm/cdp.c b/src/mainboard/google/storm/cdp.c
index 553509df3e..f8af96a88b 100644
--- a/src/mainboard/google/storm/cdp.c
+++ b/src/mainboard/google/storm/cdp.c
@@ -1,5 +1,17 @@
-
-/* * Copyright (c) 2012 - 2013 The Linux Foundation. All rights reserved.* */
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (c) 2012 - 2013 The Linux Foundation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ */
#include <gpio.h>
#include <soc/cdp.h>