From ad845476372792e5fa5e9ad6eff45a42b044ead8 Mon Sep 17 00:00:00 2001 From: Roy Bekken Date: Wed, 12 Aug 2015 14:02:29 +0200 Subject: [PATCH] Update all changed files against GIT log with copyright headers consistency. --- Makefile | 2 +- README.md | 3 ++- flight/modules/Actuator/actuator.c | 2 +- flight/modules/Stabilization/innerloop.c | 2 +- flight/modules/Stabilization/outerloop.c | 3 ++- flight/modules/Telemetry/telemetry.c | 4 +++- flight/modules/TxPID/txpid.c | 2 +- flight/pios/inc/pios_usb_defs.h | 3 ++- .../boards/coptercontrol/board_hw_defs.c | 7 ++++--- .../boards/coptercontrol/bootloader/Makefile | 1 + .../boards/coptercontrol/firmware/Makefile | 1 + .../boards/coptercontrol/firmware/pios_board.c | 7 ++++--- .../targets/boards/coptercontrol/pios_board.h | 5 +++-- .../boards/discoveryf4bare/bootloader/Makefile | 1 + .../boards/discoveryf4bare/firmware/Makefile | 1 + .../boards/gpsplatinum/bootloader/Makefile | 1 + .../boards/gpsplatinum/firmware/Makefile | 1 + .../boards/oplinkmini/bootloader/Makefile | 1 + .../boards/oplinkmini/firmware/Makefile | 1 + flight/targets/boards/osd/bootloader/Makefile | 1 + flight/targets/boards/osd/firmware/Makefile | 1 + .../boards/revolution/bootloader/Makefile | 1 + .../boards/revolution/firmware/Makefile | 1 + .../boards/revonano/bootloader/Makefile | 1 + .../targets/boards/revonano/firmware/Makefile | 1 + .../boards/revoproto/bootloader/Makefile | 1 + .../targets/boards/revoproto/firmware/Makefile | 1 + flight/tests/lednotification/Makefile | 4 +++- flight/tests/math/Makefile | 3 ++- ground/gcs/src/app/gcssplashscreen.cpp | 3 ++- .../gcs/src/libs/version_info/version_info.cpp | 3 ++- .../version_info/version_info.cpp.template | 3 ++- .../cfg_vehicletypes/configccpmwidget.cpp | 2 +- .../config/cfg_vehicletypes/configccpmwidget.h | 2 +- .../cfg_vehicletypes/configfixedwingwidget.cpp | 2 +- .../config/cfg_vehicletypes/vehicleconfig.h | 2 +- .../src/plugins/config/config_cc_hw_widget.cpp | 3 ++- .../config/configstabilizationwidget.cpp | 2 +- .../src/plugins/config/configtxpidwidget.cpp | 2 +- .../gcs/src/plugins/coreplugin/coreconstants.h | 5 +++-- .../src/plugins/coreplugin/generalsettings.cpp | 3 ++- .../gcs/src/plugins/coreplugin/mainwindow.cpp | 3 ++- make/apps-defs.mk | 1 + make/boot-defs.mk | 1 + make/firmware-defs.mk | 1 + make/functions.mk | 18 ++++++++++++++++++ make/scripts/version-info.py | 1 + make/scripts/win_sdk_install.sh | 2 ++ make/tools.mk | 2 +- 49 files changed, 91 insertions(+), 33 deletions(-) diff --git a/Makefile b/Makefile index ca590b8f5..5dd681f16 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# Top level Makefile for the LibrePilot project build system. +# Top level Makefile for the LibrePilot Project build system. # Copyright (c) 2015, The LibrePilot Project, http://www.librepilot.org # Copyright (c) 2010-2013, The OpenPilot Team, http://www.openpilot.org # Use 'make help' for instructions. diff --git a/README.md b/README.md index e1c165a24..a809c2559 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ collaboration under the spirit of open source. LibrePilot finds its roots in the OpenPilot project and the founding members are all long-standing contributors in that project. -The LibrePilot project will be governed by a board of members using consensual +The LibrePilot Project will be governed by a board of members using consensual methods to make important decisions and to set the overall direction of the project. @@ -35,3 +35,4 @@ Links for the LibrePilot Project - [Issue tracker](https://librepilot.atlassian.net) - [Gitter Chat](https://gitter.im/librepilot/LibrePilot) - IRC: #LibrePilot on FreeNode + diff --git a/flight/modules/Actuator/actuator.c b/flight/modules/Actuator/actuator.c index d3d2f426d..67e344a4b 100644 --- a/flight/modules/Actuator/actuator.c +++ b/flight/modules/Actuator/actuator.c @@ -8,8 +8,8 @@ * @{ * * @file actuator.c - * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2015. + * The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @brief Actuator module. Drives the actuators (servos, motors etc). * * @see The GNU Public License (GPL) Version 3 diff --git a/flight/modules/Stabilization/innerloop.c b/flight/modules/Stabilization/innerloop.c index 4c08d5c8d..0e3a93282 100644 --- a/flight/modules/Stabilization/innerloop.c +++ b/flight/modules/Stabilization/innerloop.c @@ -9,8 +9,8 @@ * @{ * * @file innerloop.c - * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2014. * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2015. + * The OpenPilot Team, http://www.openpilot.org Copyright (C) 2014. * @brief Attitude stabilization module. * * @see The GNU Public License (GPL) Version 3 diff --git a/flight/modules/Stabilization/outerloop.c b/flight/modules/Stabilization/outerloop.c index b2265abf6..bb44b70b2 100644 --- a/flight/modules/Stabilization/outerloop.c +++ b/flight/modules/Stabilization/outerloop.c @@ -9,7 +9,8 @@ * @{ * * @file outerloop.c - * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2014. + * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2015. + * The OpenPilot Team, http://www.openpilot.org Copyright (C) 2014. * @brief Attitude stabilization module. * * @see The GNU Public License (GPL) Version 3 diff --git a/flight/modules/Telemetry/telemetry.c b/flight/modules/Telemetry/telemetry.c index d386d21b3..17bf78b07 100644 --- a/flight/modules/Telemetry/telemetry.c +++ b/flight/modules/Telemetry/telemetry.c @@ -9,8 +9,10 @@ * @{ * * @file telemetry.c - * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2015. + * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2015. + * The OpenPilot Team, http://www.openpilot.org Copyright (C) 2015. * @brief Telemetry module, handles telemetry and UAVObject updates + * * @see The GNU Public License (GPL) Version 3 * *****************************************************************************/ diff --git a/flight/modules/TxPID/txpid.c b/flight/modules/TxPID/txpid.c index b7c3baaae..363705c5e 100644 --- a/flight/modules/TxPID/txpid.c +++ b/flight/modules/TxPID/txpid.c @@ -8,8 +8,8 @@ * @{ * * @file txpid.c - * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2011. * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2015. + * The OpenPilot Team, http://www.openpilot.org Copyright (C) 2011. * @brief Optional module to tune PID settings using R/C transmitter. * * @see The GNU Public License (GPL) Version 3 diff --git a/flight/pios/inc/pios_usb_defs.h b/flight/pios/inc/pios_usb_defs.h index 164d31fb3..289a96439 100644 --- a/flight/pios/inc/pios_usb_defs.h +++ b/flight/pios/inc/pios_usb_defs.h @@ -7,7 +7,8 @@ * @{ * * @file pios_usb_defs.h - * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. + * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2015. + * The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @brief USB Standard types and definitions * @see The GNU Public License (GPL) Version 3 * diff --git a/flight/targets/boards/coptercontrol/board_hw_defs.c b/flight/targets/boards/coptercontrol/board_hw_defs.c index e7f60d0fa..ab7181119 100644 --- a/flight/targets/boards/coptercontrol/board_hw_defs.c +++ b/flight/targets/boards/coptercontrol/board_hw_defs.c @@ -1,9 +1,10 @@ /** ****************************************************************************** * @file board_hw_defs.c - * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2012. - * @author PhoenixPilot, http://github.com/PhoenixPilot, Copyright (C) 2012 - * @author LibrePilot, https://bitbucket.org/librepilot, Copyright (C) 2015 + * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2015. + * The OpenPilot Team, http://www.openpilot.org Copyright (C) 2012. + * PhoenixPilot, http://github.com/PhoenixPilot, Copyright (C) 2012 + * * @addtogroup OpenPilotSystem OpenPilot System * @{ * @addtogroup OpenPilotCore OpenPilot Core diff --git a/flight/targets/boards/coptercontrol/bootloader/Makefile b/flight/targets/boards/coptercontrol/bootloader/Makefile index 9d2ef566a..6ed1abd61 100644 --- a/flight/targets/boards/coptercontrol/bootloader/Makefile +++ b/flight/targets/boards/coptercontrol/bootloader/Makefile @@ -1,4 +1,5 @@ # +# Copyright (c) 2015, The LibrePilot Project, http://www.librepilot.org # Copyright (c) 2009-2013, The OpenPilot Team, http://www.openpilot.org # # This program is free software; you can redistribute it and/or modify diff --git a/flight/targets/boards/coptercontrol/firmware/Makefile b/flight/targets/boards/coptercontrol/firmware/Makefile index b351a4e8d..aea610e7a 100644 --- a/flight/targets/boards/coptercontrol/firmware/Makefile +++ b/flight/targets/boards/coptercontrol/firmware/Makefile @@ -1,4 +1,5 @@ # +# Copyright (c) 2015, The LibrePilot Project, http://www.librepilot.org # Copyright (c) 2009-2013, The OpenPilot Team, http://www.openpilot.org # Copyright (c) 2012, PhoenixPilot, http://github.com/PhoenixPilot # diff --git a/flight/targets/boards/coptercontrol/firmware/pios_board.c b/flight/targets/boards/coptercontrol/firmware/pios_board.c index 0de142cc1..659980639 100644 --- a/flight/targets/boards/coptercontrol/firmware/pios_board.c +++ b/flight/targets/boards/coptercontrol/firmware/pios_board.c @@ -1,9 +1,10 @@ /** ***************************************************************************** * @file pios_board.c - * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. - * @author PhoenixPilot, http://github.com/PhoenixPilot, Copyright (C) 2012 - * @author LibrePilot, https://bitbucket.org/librepilot, Copyright (C) 2015 + * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2015. + * The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. + * PhoenixPilot, http://github.com/PhoenixPilot, Copyright (C) 2012 + * * @addtogroup OpenPilotSystem OpenPilot System * @{ * @addtogroup OpenPilotCore OpenPilot Core diff --git a/flight/targets/boards/coptercontrol/pios_board.h b/flight/targets/boards/coptercontrol/pios_board.h index 9df516b9c..36e719378 100644 --- a/flight/targets/boards/coptercontrol/pios_board.h +++ b/flight/targets/boards/coptercontrol/pios_board.h @@ -2,8 +2,9 @@ ****************************************************************************** * * @file pios_board.h - * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. - * @author LibrePilot, https://bitbucket.org/librepilot, Copyright (C) 2015 + * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2015. + * The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. + * * @brief Defines board hardware for the OpenPilot Version 1.1 hardware. * @see The GNU Public License (GPL) Version 3 * diff --git a/flight/targets/boards/discoveryf4bare/bootloader/Makefile b/flight/targets/boards/discoveryf4bare/bootloader/Makefile index da2e83dcb..4dc5d5050 100644 --- a/flight/targets/boards/discoveryf4bare/bootloader/Makefile +++ b/flight/targets/boards/discoveryf4bare/bootloader/Makefile @@ -1,4 +1,5 @@ # +# Copyright (c) 2015, The LibrePilot Project, http://www.librepilot.org # Copyright (c) 2009-2013, The OpenPilot Team, http://www.openpilot.org # # This program is free software; you can redistribute it and/or modify diff --git a/flight/targets/boards/discoveryf4bare/firmware/Makefile b/flight/targets/boards/discoveryf4bare/firmware/Makefile index 4fed14963..b662f3070 100644 --- a/flight/targets/boards/discoveryf4bare/firmware/Makefile +++ b/flight/targets/boards/discoveryf4bare/firmware/Makefile @@ -1,4 +1,5 @@ # +# Copyright (c) 2015, The LibrePilot Project, http://www.librepilot.org # Copyright (c) 2009-2013, The OpenPilot Team, http://www.openpilot.org # Copyright (c) 2012, PhoenixPilot, http://github.com/PhoenixPilot # diff --git a/flight/targets/boards/gpsplatinum/bootloader/Makefile b/flight/targets/boards/gpsplatinum/bootloader/Makefile index a027d74e2..c69c6e56a 100644 --- a/flight/targets/boards/gpsplatinum/bootloader/Makefile +++ b/flight/targets/boards/gpsplatinum/bootloader/Makefile @@ -1,4 +1,5 @@ # +# Copyright (c) 2015, The LibrePilot Project, http://www.librepilot.org # Copyright (c) 2009-2013, The OpenPilot Team, http://www.openpilot.org # # This program is free software; you can redistribute it and/or modify diff --git a/flight/targets/boards/gpsplatinum/firmware/Makefile b/flight/targets/boards/gpsplatinum/firmware/Makefile index 4f69e6c9a..ecb993928 100644 --- a/flight/targets/boards/gpsplatinum/firmware/Makefile +++ b/flight/targets/boards/gpsplatinum/firmware/Makefile @@ -1,4 +1,5 @@ # +# Copyright (c) 2015, The LibrePilot Project, http://www.librepilot.org # Copyright (c) 2009-2013, The OpenPilot Team, http://www.openpilot.org # Copyright (c) 2012, PhoenixPilot, http://github.com/PhoenixPilot # diff --git a/flight/targets/boards/oplinkmini/bootloader/Makefile b/flight/targets/boards/oplinkmini/bootloader/Makefile index c5f4011b2..c3cbf7ad9 100644 --- a/flight/targets/boards/oplinkmini/bootloader/Makefile +++ b/flight/targets/boards/oplinkmini/bootloader/Makefile @@ -1,4 +1,5 @@ # +# Copyright (c) 2015, The LibrePilot Project, http://www.librepilot.org # Copyright (c) 2009-2013, The OpenPilot Team, http://www.openpilot.org # # This program is free software; you can redistribute it and/or modify diff --git a/flight/targets/boards/oplinkmini/firmware/Makefile b/flight/targets/boards/oplinkmini/firmware/Makefile index 794331a28..82baa2845 100644 --- a/flight/targets/boards/oplinkmini/firmware/Makefile +++ b/flight/targets/boards/oplinkmini/firmware/Makefile @@ -1,4 +1,5 @@ # +# Copyright (c) 2015, The LibrePilot Project, http://www.librepilot.org # Copyright (c) 2009-2013, The OpenPilot Team, http://www.openpilot.org # # This program is free software; you can redistribute it and/or modify diff --git a/flight/targets/boards/osd/bootloader/Makefile b/flight/targets/boards/osd/bootloader/Makefile index da2e83dcb..4dc5d5050 100644 --- a/flight/targets/boards/osd/bootloader/Makefile +++ b/flight/targets/boards/osd/bootloader/Makefile @@ -1,4 +1,5 @@ # +# Copyright (c) 2015, The LibrePilot Project, http://www.librepilot.org # Copyright (c) 2009-2013, The OpenPilot Team, http://www.openpilot.org # # This program is free software; you can redistribute it and/or modify diff --git a/flight/targets/boards/osd/firmware/Makefile b/flight/targets/boards/osd/firmware/Makefile index 84be0b690..4cb48b945 100644 --- a/flight/targets/boards/osd/firmware/Makefile +++ b/flight/targets/boards/osd/firmware/Makefile @@ -1,4 +1,5 @@ # +# Copyright (c) 2015, The LibrePilot Project, http://www.librepilot.org # Copyright (c) 2009-2013, The OpenPilot Team, http://www.openpilot.org # # This program is free software; you can redistribute it and/or modify diff --git a/flight/targets/boards/revolution/bootloader/Makefile b/flight/targets/boards/revolution/bootloader/Makefile index da2e83dcb..4dc5d5050 100644 --- a/flight/targets/boards/revolution/bootloader/Makefile +++ b/flight/targets/boards/revolution/bootloader/Makefile @@ -1,4 +1,5 @@ # +# Copyright (c) 2015, The LibrePilot Project, http://www.librepilot.org # Copyright (c) 2009-2013, The OpenPilot Team, http://www.openpilot.org # # This program is free software; you can redistribute it and/or modify diff --git a/flight/targets/boards/revolution/firmware/Makefile b/flight/targets/boards/revolution/firmware/Makefile index 386debfb1..05264a36c 100644 --- a/flight/targets/boards/revolution/firmware/Makefile +++ b/flight/targets/boards/revolution/firmware/Makefile @@ -1,4 +1,5 @@ # +# Copyright (c) 2015, The LibrePilot Project, http://www.librepilot.org # Copyright (c) 2009-2013, The OpenPilot Team, http://www.openpilot.org # Copyright (c) 2012, PhoenixPilot, http://github.com/PhoenixPilot # diff --git a/flight/targets/boards/revonano/bootloader/Makefile b/flight/targets/boards/revonano/bootloader/Makefile index da2e83dcb..4dc5d5050 100644 --- a/flight/targets/boards/revonano/bootloader/Makefile +++ b/flight/targets/boards/revonano/bootloader/Makefile @@ -1,4 +1,5 @@ # +# Copyright (c) 2015, The LibrePilot Project, http://www.librepilot.org # Copyright (c) 2009-2013, The OpenPilot Team, http://www.openpilot.org # # This program is free software; you can redistribute it and/or modify diff --git a/flight/targets/boards/revonano/firmware/Makefile b/flight/targets/boards/revonano/firmware/Makefile index b14027084..4fc7d2bb2 100644 --- a/flight/targets/boards/revonano/firmware/Makefile +++ b/flight/targets/boards/revonano/firmware/Makefile @@ -1,4 +1,5 @@ # +# Copyright (c) 2015, The LibrePilot Project, http://www.librepilot.org # Copyright (c) 2009-2014, The OpenPilot Team, http://www.openpilot.org # # This program is free software; you can redistribute it and/or modify diff --git a/flight/targets/boards/revoproto/bootloader/Makefile b/flight/targets/boards/revoproto/bootloader/Makefile index da2e83dcb..4dc5d5050 100644 --- a/flight/targets/boards/revoproto/bootloader/Makefile +++ b/flight/targets/boards/revoproto/bootloader/Makefile @@ -1,4 +1,5 @@ # +# Copyright (c) 2015, The LibrePilot Project, http://www.librepilot.org # Copyright (c) 2009-2013, The OpenPilot Team, http://www.openpilot.org # # This program is free software; you can redistribute it and/or modify diff --git a/flight/targets/boards/revoproto/firmware/Makefile b/flight/targets/boards/revoproto/firmware/Makefile index 49370c760..4461db964 100644 --- a/flight/targets/boards/revoproto/firmware/Makefile +++ b/flight/targets/boards/revoproto/firmware/Makefile @@ -1,4 +1,5 @@ # +# Copyright (c) 2015, The LibrePilot Project, http://www.librepilot.org # Copyright (c) 2009-2013, The OpenPilot Team, http://www.openpilot.org # Copyright (c) 2012, PhoenixPilot, http://github.com/PhoenixPilot # diff --git a/flight/tests/lednotification/Makefile b/flight/tests/lednotification/Makefile index c1ee271cf..b8269f6a5 100644 --- a/flight/tests/lednotification/Makefile +++ b/flight/tests/lednotification/Makefile @@ -1,7 +1,9 @@ ############################################################################### # @file Makefile -# @author PhoenixPilot, http://github.com/PhoenixPilot, Copyright (C) 2012 +# @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2015. # Copyright (c) 2013, The OpenPilot Team, http://www.openpilot.org +# PhoenixPilot, http://github.com/PhoenixPilot, Copyright (C) 2012 +# # @addtogroup # @{ # @addtogroup diff --git a/flight/tests/math/Makefile b/flight/tests/math/Makefile index d38b8e0c0..b572158d2 100644 --- a/flight/tests/math/Makefile +++ b/flight/tests/math/Makefile @@ -1,7 +1,8 @@ ############################################################################### # @file Makefile -# @author PhoenixPilot, http://github.com/PhoenixPilot, Copyright (C) 2012 +# @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2015. # Copyright (c) 2013, The OpenPilot Team, http://www.openpilot.org +# PhoenixPilot, http://github.com/PhoenixPilot, Copyright (C) 2012 # @addtogroup # @{ # @addtogroup diff --git a/ground/gcs/src/app/gcssplashscreen.cpp b/ground/gcs/src/app/gcssplashscreen.cpp index 1c7dba610..cffac1202 100644 --- a/ground/gcs/src/app/gcssplashscreen.cpp +++ b/ground/gcs/src/app/gcssplashscreen.cpp @@ -2,7 +2,8 @@ ****************************************************************************** * * @file gcssplashscreen.cpp - * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2012. + * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2015. + * The OpenPilot Team, http://www.openpilot.org Copyright (C) 2012. * @addtogroup [Group] * @{ * @addtogroup GCSSplashScreen diff --git a/ground/gcs/src/libs/version_info/version_info.cpp b/ground/gcs/src/libs/version_info/version_info.cpp index c446e58b0..2ed74a100 100644 --- a/ground/gcs/src/libs/version_info/version_info.cpp +++ b/ground/gcs/src/libs/version_info/version_info.cpp @@ -1,7 +1,8 @@ /** ****************************************************************************** * @file version_info.cpp - * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2013. + * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2015. + * The OpenPilot Team, http://www.openpilot.org Copyright (C) 2013. * @addtogroup VersionInfo * @{ * @brief This file includes autogenerated version info data file. diff --git a/ground/gcs/src/libs/version_info/version_info.cpp.template b/ground/gcs/src/libs/version_info/version_info.cpp.template index 620148919..80d79069c 100644 --- a/ground/gcs/src/libs/version_info/version_info.cpp.template +++ b/ground/gcs/src/libs/version_info/version_info.cpp.template @@ -1,7 +1,8 @@ /** ****************************************************************************** * @file version_info.cpp.template - * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2013. + * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2015. + * The OpenPilot Team, http://www.openpilot.org Copyright (C) 2013. * @addtogroup VersionInfo * @{ * @brief The template file used to generate the real source file called diff --git a/ground/gcs/src/plugins/config/cfg_vehicletypes/configccpmwidget.cpp b/ground/gcs/src/plugins/config/cfg_vehicletypes/configccpmwidget.cpp index d42a174be..272702fed 100644 --- a/ground/gcs/src/plugins/config/cfg_vehicletypes/configccpmwidget.cpp +++ b/ground/gcs/src/plugins/config/cfg_vehicletypes/configccpmwidget.cpp @@ -2,8 +2,8 @@ ****************************************************************************** * * @file configccpmwidget.cpp - * @author E. Lafargue & The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2015. + * E. Lafargue & The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @addtogroup GCSPlugins GCS Plugins * @{ * @addtogroup ConfigPlugin Config Plugin diff --git a/ground/gcs/src/plugins/config/cfg_vehicletypes/configccpmwidget.h b/ground/gcs/src/plugins/config/cfg_vehicletypes/configccpmwidget.h index 88bea55d0..09a412030 100644 --- a/ground/gcs/src/plugins/config/cfg_vehicletypes/configccpmwidget.h +++ b/ground/gcs/src/plugins/config/cfg_vehicletypes/configccpmwidget.h @@ -2,8 +2,8 @@ ****************************************************************************** * * @file configccpmtwidget.h - * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2015. + * The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @addtogroup GCSPlugins GCS Plugins * @{ * @addtogroup ConfigPlugin Config Plugin diff --git a/ground/gcs/src/plugins/config/cfg_vehicletypes/configfixedwingwidget.cpp b/ground/gcs/src/plugins/config/cfg_vehicletypes/configfixedwingwidget.cpp index d65652927..5c90738db 100644 --- a/ground/gcs/src/plugins/config/cfg_vehicletypes/configfixedwingwidget.cpp +++ b/ground/gcs/src/plugins/config/cfg_vehicletypes/configfixedwingwidget.cpp @@ -2,8 +2,8 @@ ****************************************************************************** * * @file configfixedwingwidget.cpp - * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2012. * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2015. + * The OpenPilot Team, http://www.openpilot.org Copyright (C) 2012. * @addtogroup GCSPlugins GCS Plugins * @{ * @addtogroup ConfigPlugin Config Plugin diff --git a/ground/gcs/src/plugins/config/cfg_vehicletypes/vehicleconfig.h b/ground/gcs/src/plugins/config/cfg_vehicletypes/vehicleconfig.h index 0620ed056..b792556c7 100644 --- a/ground/gcs/src/plugins/config/cfg_vehicletypes/vehicleconfig.h +++ b/ground/gcs/src/plugins/config/cfg_vehicletypes/vehicleconfig.h @@ -2,8 +2,8 @@ ****************************************************************************** * * @file vehicleconfig.h - * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2012. * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2015. + * The OpenPilot Team, http://www.openpilot.org Copyright (C) 2012. * @addtogroup GCSPlugins GCS Plugins * @{ * @addtogroup ConfigPlugin Config Plugin diff --git a/ground/gcs/src/plugins/config/config_cc_hw_widget.cpp b/ground/gcs/src/plugins/config/config_cc_hw_widget.cpp index 60faa6dfb..9c5fde297 100644 --- a/ground/gcs/src/plugins/config/config_cc_hw_widget.cpp +++ b/ground/gcs/src/plugins/config/config_cc_hw_widget.cpp @@ -2,7 +2,8 @@ ****************************************************************************** * * @file configtelemetrywidget.h - * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. + * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2015. + * The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @addtogroup GCSPlugins GCS Plugins * @{ * @addtogroup ConfigPlugin Config Plugin diff --git a/ground/gcs/src/plugins/config/configstabilizationwidget.cpp b/ground/gcs/src/plugins/config/configstabilizationwidget.cpp index ca02fcea8..3790c8b73 100644 --- a/ground/gcs/src/plugins/config/configstabilizationwidget.cpp +++ b/ground/gcs/src/plugins/config/configstabilizationwidget.cpp @@ -3,7 +3,7 @@ * * @file configstabilizationwidget.cpp * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2015. - * @author E. Lafargue & The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. + * E. Lafargue & The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @addtogroup GCSPlugins GCS Plugins * @{ * @addtogroup ConfigPlugin Config Plugin diff --git a/ground/gcs/src/plugins/config/configtxpidwidget.cpp b/ground/gcs/src/plugins/config/configtxpidwidget.cpp index d66deb77d..d555c2079 100644 --- a/ground/gcs/src/plugins/config/configtxpidwidget.cpp +++ b/ground/gcs/src/plugins/config/configtxpidwidget.cpp @@ -2,8 +2,8 @@ ****************************************************************************** * * @file configtxpidswidget.cpp - * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2012. * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2015. + * The OpenPilot Team, http://www.openpilot.org Copyright (C) 2012. * @addtogroup GCSPlugins GCS Plugins * @{ * @addtogroup ConfigPlugin Config Plugin diff --git a/ground/gcs/src/plugins/coreplugin/coreconstants.h b/ground/gcs/src/plugins/coreplugin/coreconstants.h index f1fdc716f..832294f81 100644 --- a/ground/gcs/src/plugins/coreplugin/coreconstants.h +++ b/ground/gcs/src/plugins/coreplugin/coreconstants.h @@ -2,7 +2,8 @@ ****************************************************************************** * * @file coreconstants.h - * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. + * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2015. + * The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * Parts by Nokia Corporation (qt-info@nokia.com) Copyright (C) 2009. * @addtogroup GCSPlugins GCS Plugins * @{ @@ -45,7 +46,7 @@ namespace Constants { const char *const GCS_VERSION_LONG = GCS_VERSION; const char *const GCS_AUTHOR = "The LibrePilot Project"; -const char *const GCS_HELP = "http://wiki.openpilot.org"; +const char *const GCS_HELP = "http://forum.librepilot.org"; #undef GCS_VERSION #undef STRINGIFY diff --git a/ground/gcs/src/plugins/coreplugin/generalsettings.cpp b/ground/gcs/src/plugins/coreplugin/generalsettings.cpp index 74e4e2c6c..436692f84 100644 --- a/ground/gcs/src/plugins/coreplugin/generalsettings.cpp +++ b/ground/gcs/src/plugins/coreplugin/generalsettings.cpp @@ -2,7 +2,8 @@ ****************************************************************************** * * @file generalsettings.cpp - * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. + * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2015. + * The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * Parts by Nokia Corporation (qt-info@nokia.com) Copyright (C) 2009. * @addtogroup GCSPlugins GCS Plugins * @{ diff --git a/ground/gcs/src/plugins/coreplugin/mainwindow.cpp b/ground/gcs/src/plugins/coreplugin/mainwindow.cpp index cfc134529..d5a163755 100644 --- a/ground/gcs/src/plugins/coreplugin/mainwindow.cpp +++ b/ground/gcs/src/plugins/coreplugin/mainwindow.cpp @@ -2,7 +2,8 @@ ****************************************************************************** * * @file mainwindow.cpp - * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. + * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2015. + * The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * Parts by Nokia Corporation (qt-info@nokia.com) Copyright (C) 2009. * @addtogroup GCSPlugins GCS Plugins * @{ diff --git a/make/apps-defs.mk b/make/apps-defs.mk index e99ce4c57..ebeac39ce 100644 --- a/make/apps-defs.mk +++ b/make/apps-defs.mk @@ -1,4 +1,5 @@ # +# Copyright (C) 2015, The LibrePilot Project, http://www.librepilot.org # Copyright (c) 2009-2013, The OpenPilot Team, http://www.openpilot.org # # This program is free software; you can redistribute it and/or modify diff --git a/make/boot-defs.mk b/make/boot-defs.mk index ebebc0802..2691c9bd4 100644 --- a/make/boot-defs.mk +++ b/make/boot-defs.mk @@ -1,4 +1,5 @@ # +# Copyright (C) 2015, The LibrePilot Project, http://www.librepilot.org # Copyright (c) 2009-2013, The OpenPilot Team, http://www.openpilot.org # # This program is free software; you can redistribute it and/or modify diff --git a/make/firmware-defs.mk b/make/firmware-defs.mk index ec1a0e1a9..a27de5a30 100644 --- a/make/firmware-defs.mk +++ b/make/firmware-defs.mk @@ -1,4 +1,5 @@ # +# Copyright (C) 2015, The LibrePilot Project, http://www.librepilot.org # Copyright (c) 2010-2013, The OpenPilot Team, http://www.openpilot.org # # This program is free software; you can redistribute it and/or modify diff --git a/make/functions.mk b/make/functions.mk index 11a32c0e2..1652a5292 100644 --- a/make/functions.mk +++ b/make/functions.mk @@ -1,3 +1,20 @@ +# +# Copyright (C) 2015, The LibrePilot Team, http://www.librepilot.org +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +# for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# # Function for converting Windows style slashes into Unix style slashfix = $(subst \,/,$(1)) @@ -8,6 +25,7 @@ toprel = $(subst $(realpath $(ROOT_DIR))/,,$(abspath $(1))) # Function to convert to all lowercase lc = $(subst A,a,$(subst B,b,$(subst C,c,$(subst D,d,$(subst E,e,$(subst F,f,$(subst G,g,$(subst H,h,$(subst I,i,$(subst J,j,$(subst K,k,$(subst L,l,$(subst M,m,$(subst N,n,$(subst O,o,$(subst P,p,$(subst Q,q,$(subst R,r,$(subst S,s,$(subst T,t,$(subst U,u,$(subst V,v,$(subst W,w,$(subst X,x,$(subst Y,y,$(subst Z,z,$1)))))))))))))))))))))))))) + # Function to make all lowercase and replace spaces with - EMPTY := SPACE := $(EMPTY) $(EMPTY) diff --git a/make/scripts/version-info.py b/make/scripts/version-info.py index 8b466825e..140ec7c85 100644 --- a/make/scripts/version-info.py +++ b/make/scripts/version-info.py @@ -3,6 +3,7 @@ # Utility functions to access git repository info and # generate source files and binary objects using templates. # +# (C) 2015, The LibrePilot Project, http://www.librepilot.org # (c) 2011, The OpenPilot Team, http://www.openpilot.org # See also: The GNU Public License (GPL) Version 3 # diff --git a/make/scripts/win_sdk_install.sh b/make/scripts/win_sdk_install.sh index 9ac170ef6..45d91cef9 100644 --- a/make/scripts/win_sdk_install.sh +++ b/make/scripts/win_sdk_install.sh @@ -1,6 +1,7 @@ #!/bin/bash # # win_sdk_install.sh - Windows toolchain install script. +# Copyright (C) 2015, The LibrePilot Project, http://www.librepilot.org # Copyright (c) 2013, The OpenPilot Team, http://www.openpilot.org # # This program is free software; you can redistribute it and/or modify @@ -22,6 +23,7 @@ # environment and expects path names in the form of /C/some/path, where # C is a drive letter, and paths are in MSYS format. It probably won't # work under cygwin. + SCRIPT_PATH="`echo "$BASH_SOURCE" | sed 's|\\\\|/|g; s|^\(.\):|/\1|'`" SCRIPT_NAME="`basename \"$SCRIPT_PATH\"`" SCRIPT_DIR="`dirname \"$SCRIPT_PATH\"`" diff --git a/make/tools.mk b/make/tools.mk index aded93fbe..4c6f15c11 100644 --- a/make/tools.mk +++ b/make/tools.mk @@ -1,5 +1,5 @@ # -# Installers for tools required by the OpenPilot build system. +# Installers for tools required by the build system. # Copyright (c) 2015, The LibrePilot Project, http://www.librepilot.org # Copyright (c) 2010-2013, The OpenPilot Team, http://www.openpilot.org #