aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/spi/adesto.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/spi/adesto.c')
-rw-r--r--src/drivers/spi/adesto.c21
1 files changed, 14 insertions, 7 deletions
diff --git a/src/drivers/spi/adesto.c b/src/drivers/spi/adesto.c
index c74fd701c9..695bdab2ea 100644
--- a/src/drivers/spi/adesto.c
+++ b/src/drivers/spi/adesto.c
@@ -1,13 +1,20 @@
/*
- * adesto.c
- * Driver for Adesto Technologies SPI flash
- * Copyright 2014 Orion Technologies, LLC
- * Author: Chris Douglass <cdouglass <at> oriontechnologies.com>
+ * This file is part of the coreboot project.
+ *
+ * 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; either version 2 of the License, or
+ * (at your option) any later version.
*
+ * 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.
+ */
+
+/*
+ * Driver for Adesto Technologies SPI flash
* based on winbond.c
- * Copyright 2008, Network Appliance Inc.
- * Author: Jason McMullan <mcmullan <at> netapp.com>
- * Licensed under the GPL-2 or later.
*/
#include <console/console.h>