diff --git a/drivers/include/srf02.h b/drivers/include/srf02.h index c8636b5f67..10bcd77e20 100644 --- a/drivers/include/srf02.h +++ b/drivers/include/srf02.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Hamburg University of Applied Sciences + * Copyright (C) 2013 Zakaria Kasmi * * This file is subject to the terms and conditions of the GNU Lesser General * Public License v2.1. See the file LICENSE in the top level directory for more diff --git a/drivers/srf02/srf02.c b/drivers/srf02/srf02.c index ff4aced4f8..d1bc822ca4 100644 --- a/drivers/srf02/srf02.c +++ b/drivers/srf02/srf02.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Hamburg University of Applied Sciences + * Copyright (C) 2013 Zakaria Kasmi * * This file is subject to the terms and conditions of the GNU Lesser General * Public License v2.1. See the file LICENSE in the top level directory for more diff --git a/tests/driver_srf02/main.c b/tests/driver_srf02/main.c index 61ac112e97..7740b1c9c1 100644 --- a/tests/driver_srf02/main.c +++ b/tests/driver_srf02/main.c @@ -14,6 +14,7 @@ * @brief Test application for the SRF02 ultrasonic range sensor * * @author Peter Kietzmann + * @author Zakaria Kasmi * * @} */ diff --git a/tests/driver_srf08/main.c b/tests/driver_srf08/main.c index 41f3465b1d..567d8e1fe6 100644 --- a/tests/driver_srf08/main.c +++ b/tests/driver_srf08/main.c @@ -14,6 +14,7 @@ * @brief Test application for the SRF08 ultrasonic range sensor * * @author Peter Kietzmann + * @author Zakaria Kasmi * * @} */