From ce8e4295787265a4f19d1ca485bfc402f70617b6 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 22 Apr 2014 13:42:38 -0600 Subject: [PATCH] Fix Bob's name in as many places as possible; Make sure that Bob is an author in as many files as I can think of (might be missing a few) --- examples/cpuhog/cpuhog_main.c | 3 ++- examples/serialblaster/serialblaster_main.c | 3 ++- examples/serialrx/serialrx_main.c | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/examples/cpuhog/cpuhog_main.c b/examples/cpuhog/cpuhog_main.c index 26c456952..4e5fe3593 100644 --- a/examples/cpuhog/cpuhog_main.c +++ b/examples/cpuhog/cpuhog_main.c @@ -2,7 +2,8 @@ * examples/cpuhog/cpuhog_main.c * * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * Authors: Gregory Nutt + * Bob Doiron * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/examples/serialblaster/serialblaster_main.c b/examples/serialblaster/serialblaster_main.c index 8889c2e30..88d8ebf84 100644 --- a/examples/serialblaster/serialblaster_main.c +++ b/examples/serialblaster/serialblaster_main.c @@ -2,7 +2,8 @@ * examples/serialblaster/serialblaster_main.c * * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * Authors: Gregory Nutt + * Bob Doiron * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/examples/serialrx/serialrx_main.c b/examples/serialrx/serialrx_main.c index 21b3d9494..fcf2f49a4 100644 --- a/examples/serialrx/serialrx_main.c +++ b/examples/serialrx/serialrx_main.c @@ -2,7 +2,8 @@ * examples/serialrx/serialrx_main.c * * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * Authors: Gregory Nutt + * Bob Doiron * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions