diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-09-04 01:33:08 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-09-04 01:36:48 -0400 |
commit | 8919d01f52e02901940502e956cd5a88994072b0 (patch) | |
tree | 4ec8e25367b872608ce8f3e09dd7c743a65cbe66 /libmaple | |
parent | aaad051724632c85793528950ae81159f3bcd3e1 (diff) | |
download | librambutan-8919d01f52e02901940502e956cd5a88994072b0.tar.gz librambutan-8919d01f52e02901940502e956cd5a88994072b0.zip |
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>
Diffstat (limited to 'libmaple')
-rw-r--r-- | libmaple/adc.c | 1 | ||||
-rw-r--r-- | libmaple/flash.c | 1 | ||||
-rw-r--r-- | libmaple/gpio.c | 1 | ||||
-rw-r--r-- | libmaple/nvic.c | 1 | ||||
-rw-r--r-- | libmaple/systick.c | 1 | ||||
-rw-r--r-- | libmaple/usart.c | 1 | ||||
-rw-r--r-- | libmaple/util.c | 1 |
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 |