diff options
-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 |