From 9c18c9aea481ac7692561839198cfd45a8c6bdbf Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Wed, 10 Feb 2016 15:23:33 +0100 Subject: [PATCH] sensors: header comment changes --- src/modules/sensors/sensors.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/sensors/sensors.cpp b/src/modules/sensors/sensors.cpp index 4fa37baf90..25bd686370 100644 --- a/src/modules/sensors/sensors.cpp +++ b/src/modules/sensors/sensors.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * - * Copyright (c) 2012-2015 PX4 Development Team. All rights reserved. + * Copyright (c) 2012-2016 PX4 Development Team. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -41,7 +41,7 @@ * well instead of relying on the sensor_combined topic. * * @author Lorenz Meier - * @author Julian Oes + * @author Julian Oes * @author Thomas Gubler * @author Anton Babushkin */