From 99799d83b163b43cc1eeb515abe07d3b314850c8 Mon Sep 17 00:00:00 2001 From: davidaroyer <dave@aerotenna.com> Date: Wed, 24 May 2017 10:18:12 -0500 Subject: [PATCH] ocpoc support: update copyright dates --- src/drivers/ocpoc_mmap_pwm_out/CMakeLists.txt | 2 +- src/drivers/ocpoc_mmap_pwm_out/ocpoc_mmap_pwm_out.cpp | 2 +- src/drivers/ocpoc_sbus_rc_in/CMakeLists.txt | 2 +- src/drivers/ocpoc_sbus_rc_in/ocpoc_sbus_rc_in.cpp | 4 ++-- src/lib/rc/sbus.cpp | 2 +- src/modules/commander/PreflightCheck.cpp | 2 +- src/modules/commander/accelerometer_calibration.cpp | 2 +- src/modules/commander/esc_calibration.cpp | 2 +- src/modules/commander/gyro_calibration.cpp | 2 +- src/modules/commander/mag_calibration.cpp | 2 +- src/modules/sensors/CMakeLists.txt | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/drivers/ocpoc_mmap_pwm_out/CMakeLists.txt b/src/drivers/ocpoc_mmap_pwm_out/CMakeLists.txt index 3f17ff6a81..d8fa9c5bbc 100644 --- a/src/drivers/ocpoc_mmap_pwm_out/CMakeLists.txt +++ b/src/drivers/ocpoc_mmap_pwm_out/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # -# Copyright (c) 2015-2016 PX4 Development Team. All rights reserved. +# Copyright (c) 2015-2017 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 diff --git a/src/drivers/ocpoc_mmap_pwm_out/ocpoc_mmap_pwm_out.cpp b/src/drivers/ocpoc_mmap_pwm_out/ocpoc_mmap_pwm_out.cpp index 179f48d49f..77cdefd3af 100644 --- a/src/drivers/ocpoc_mmap_pwm_out/ocpoc_mmap_pwm_out.cpp +++ b/src/drivers/ocpoc_mmap_pwm_out/ocpoc_mmap_pwm_out.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * - * Copyright (c) 2015-2016 PX4 Development Team. All rights reserved. + * Copyright (c) 2015-2017 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 diff --git a/src/drivers/ocpoc_sbus_rc_in/CMakeLists.txt b/src/drivers/ocpoc_sbus_rc_in/CMakeLists.txt index e58f88f4b2..49e0590602 100644 --- a/src/drivers/ocpoc_sbus_rc_in/CMakeLists.txt +++ b/src/drivers/ocpoc_sbus_rc_in/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # -# Copyright (c) 2016 PX4 Development Team. All rights reserved. +# Copyright (c) 2016-2017 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 diff --git a/src/drivers/ocpoc_sbus_rc_in/ocpoc_sbus_rc_in.cpp b/src/drivers/ocpoc_sbus_rc_in/ocpoc_sbus_rc_in.cpp index f1e0428ab7..47f3528c45 100644 --- a/src/drivers/ocpoc_sbus_rc_in/ocpoc_sbus_rc_in.cpp +++ b/src/drivers/ocpoc_sbus_rc_in/ocpoc_sbus_rc_in.cpp @@ -1,7 +1,7 @@ /**************************************************************************** * * Copyright (C) 2015 Mark Charlebois. All rights reserved. - * Copyright (C) 2016 PX4 Development Team. All rights reserved. + * Copyright (C) 2017 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 @@ -303,4 +303,4 @@ int ocpoc_sbus_rc_in_main(int argc, char *argv[]) } -}; // namespace navio_sysfs_rc_in +}; // namespace ocpoc_sbus_rc_in diff --git a/src/lib/rc/sbus.cpp b/src/lib/rc/sbus.cpp index 5a0fcadaf1..9abcc8979c 100644 --- a/src/lib/rc/sbus.cpp +++ b/src/lib/rc/sbus.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * - * Copyright (c) 2012-2014 PX4 Development Team. All rights reserved. + * Copyright (c) 2012-2017 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 diff --git a/src/modules/commander/PreflightCheck.cpp b/src/modules/commander/PreflightCheck.cpp index 586b67c09a..d7126cbee7 100644 --- a/src/modules/commander/PreflightCheck.cpp +++ b/src/modules/commander/PreflightCheck.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * -* Copyright (c) 2012-2015 PX4 Development Team. All rights reserved. +* Copyright (c) 2012-2017 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 diff --git a/src/modules/commander/accelerometer_calibration.cpp b/src/modules/commander/accelerometer_calibration.cpp index ea38903e37..00092922ab 100644 --- a/src/modules/commander/accelerometer_calibration.cpp +++ b/src/modules/commander/accelerometer_calibration.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * - * Copyright (c) 2013-2016 PX4 Development Team. All rights reserved. + * Copyright (c) 2013-2017 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 diff --git a/src/modules/commander/esc_calibration.cpp b/src/modules/commander/esc_calibration.cpp index 8fbcfcb56c..9d9713e34f 100644 --- a/src/modules/commander/esc_calibration.cpp +++ b/src/modules/commander/esc_calibration.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * - * Copyright (c) 2015 PX4 Development Team. All rights reserved. + * Copyright (c) 2015-2017 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 diff --git a/src/modules/commander/gyro_calibration.cpp b/src/modules/commander/gyro_calibration.cpp index 7fe1f0111b..5c54bfe69d 100644 --- a/src/modules/commander/gyro_calibration.cpp +++ b/src/modules/commander/gyro_calibration.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * - * Copyright (c) 2013-2016 PX4 Development Team. All rights reserved. + * Copyright (c) 2013-2017 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 diff --git a/src/modules/commander/mag_calibration.cpp b/src/modules/commander/mag_calibration.cpp index 4767e3a6d9..1923b75f93 100644 --- a/src/modules/commander/mag_calibration.cpp +++ b/src/modules/commander/mag_calibration.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * - * Copyright (c) 2013-2016 PX4 Development Team. All rights reserved. + * Copyright (c) 2013-2017 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 diff --git a/src/modules/sensors/CMakeLists.txt b/src/modules/sensors/CMakeLists.txt index efad6e26e1..5e82bae4fa 100644 --- a/src/modules/sensors/CMakeLists.txt +++ b/src/modules/sensors/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # -# Copyright (c) 2015-2016 PX4 Development Team. All rights reserved. +# Copyright (c) 2015-2017 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 -- GitLab