aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2012-09-04 01:33:08 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2012-09-04 01:36:48 -0400
commit50448497f867d618351aaa9a19521a26a54bba02 (patch)
tree4ec8e25367b872608ce8f3e09dd7c743a65cbe66
parente45697a65f516983d8193d159b2e15b71f178511 (diff)
Add some missing LeafLabs copyright notices.
Sigh; Emacs's elide-head feature makes it easy to forget to update these. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
-rw-r--r--libmaple/adc.c1
-rw-r--r--libmaple/flash.c1
-rw-r--r--libmaple/gpio.c1
-rw-r--r--libmaple/nvic.c1
-rw-r--r--libmaple/systick.c1
-rw-r--r--libmaple/usart.c1
-rw-r--r--libmaple/util.c1
7 files changed, 7 insertions, 0 deletions
diff --git a/libmaple/adc.c b/libmaple/adc.c
index e108332..7ea85dd 100644
--- a/libmaple/adc.c
+++ b/libmaple/adc.c
@@ -2,6 +2,7 @@
* The MIT License
*
* Copyright (c) 2010 Perry Hung.
+ * Copyright (c) 2011, 2012 LeafLabs, LLC.
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/libmaple/flash.c b/libmaple/flash.c
index 0cdff59..c57bbbf 100644
--- a/libmaple/flash.c
+++ b/libmaple/flash.c
@@ -2,6 +2,7 @@
* The MIT License
*
* Copyright (c) 2010 Perry Hung.
+ * Copyright (c) 2011, 2012 LeafLabs, LLC.
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/libmaple/gpio.c b/libmaple/gpio.c
index 898007a..6e63d2f 100644
--- a/libmaple/gpio.c
+++ b/libmaple/gpio.c
@@ -2,6 +2,7 @@
* The MIT License
*
* Copyright (c) 2010 Perry Hung.
+ * Copyright (c) 2011, 2012 LeafLabs, LLC.
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/libmaple/nvic.c b/libmaple/nvic.c
index fe7c7bc..149e780 100644
--- a/libmaple/nvic.c
+++ b/libmaple/nvic.c
@@ -2,6 +2,7 @@
* The MIT License
*
* Copyright (c) 2010 Perry Hung.
+ * Copyright (c) 2011 LeafLabs, LLC.
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/libmaple/systick.c b/libmaple/systick.c
index 80c0c47..7568abe 100644
--- a/libmaple/systick.c
+++ b/libmaple/systick.c
@@ -2,6 +2,7 @@
* The MIT License
*
* Copyright (c) 2010 Perry Hung.
+ * Copyright (c) 2010, 2011 LeafLabs, LLC.
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/libmaple/usart.c b/libmaple/usart.c
index 253cf9f..1d88234 100644
--- a/libmaple/usart.c
+++ b/libmaple/usart.c
@@ -2,6 +2,7 @@
* The MIT License
*
* Copyright (c) 2010 Perry Hung.
+ * Copyright (c) 2011 LeafLabs, LLC.
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/libmaple/util.c b/libmaple/util.c
index 2ee5ede..4c0b2c8 100644
--- a/libmaple/util.c
+++ b/libmaple/util.c
@@ -2,6 +2,7 @@
* The MIT License
*
* Copyright (c) 2010 Perry Hung.
+ * Copyright (c) 2011, 2012 LeafLabs, LLC.
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation