aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2012-04-10 15:35:50 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2012-04-11 16:56:57 -0400
commitc114022b2599fc7024c771d13b24a2119bee2208 (patch)
treefe9414f13334aaa00e2d221750615ea27410534e /libmaple
parent44d1b1c763291283da8e346849ffc2a187032884 (diff)
downloadlibrambutan-c114022b2599fc7024c771d13b24a2119bee2208.tar.gz
librambutan-c114022b2599fc7024c771d13b24a2119bee2208.zip
libmaple/spi: Fix boilerplate.
Update Doxygen file headers and license copyright dates. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'libmaple')
-rw-r--r--libmaple/include/libmaple/spi.h3
-rw-r--r--libmaple/spi.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/libmaple/include/libmaple/spi.h b/libmaple/include/libmaple/spi.h
index 6f509c2..7a665db 100644
--- a/libmaple/include/libmaple/spi.h
+++ b/libmaple/include/libmaple/spi.h
@@ -1,6 +1,7 @@
/******************************************************************************
* The MIT License
*
+ * Copyright (c) 2011, 2012 LeafLabs, LLC.
* Copyright (c) 2010 Perry Hung.
*
* Permission is hereby granted, free of charge, to any person
@@ -25,7 +26,7 @@
*****************************************************************************/
/**
- * @file spi.h
+ * @file libmaple/spi.h
* @author Marti Bolivar <mbolivar@leaflabs.com>
* @brief Serial Peripheral Interface (SPI) and Integrated
* Interchip Sound (I2S) peripheral support.
diff --git a/libmaple/spi.c b/libmaple/spi.c
index d0aaaf0..00b7ce2 100644
--- a/libmaple/spi.c
+++ b/libmaple/spi.c
@@ -1,6 +1,7 @@
/******************************************************************************
* The MIT License
*
+ * Copyright (c) 2011, 2012 LeafLabs, LLC.
* Copyright (c) 2010 Perry Hung.
*
* Permission is hereby granted, free of charge, to any person
@@ -25,7 +26,7 @@
*****************************************************************************/
/**
- * @file spi.c
+ * @file libmaple/spi.c
* @author Marti Bolivar <mbolivar@leaflabs.com>
* @brief Serial Peripheral Interface (SPI) support.
* Currently, there is no Integrated Interchip Sound (I2S) support.