1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

Merged in paul_jewell/librepilot/LP-330_fix_copyright_symbol (pull request #313)

Changed (c) to (C) for consistency
This commit is contained in:
Lalanne Laurent 2016-09-04 12:44:17 +02:00
commit f182931c6b
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
/**
******************************************************************************
* @file pios_hott.h
* @author The LibrePilot Project, http://www.librepilot.org, Copyright (c) 2015
* @author The LibrePilot Project, http://www.librepilot.org, Copyright (C) 2015
* Tau Labs, http://taulabs.org, Copyright (C) 2013
* @addtogroup PIOS PIOS Core hardware abstraction layer
* @{

View File

@ -1,7 +1,7 @@
/**
******************************************************************************
* @file pios_hott_private.h
* @author The LibrePilot Project, http://www.librepilot.org, Copyright (c) 2015
* @author The LibrePilot Project, http://www.librepilot.org, Copyright (C) 2015
* @author Tau Labs, http://taulabs.org, Copyright (C) 2013
* @addtogroup PIOS PIOS Core hardware abstraction layer
* @{

View File

@ -2,7 +2,7 @@
******************************************************************************
*
* @file pios_instrumentation_helper.h
* @author The LibrePilot Project, http://www.librepilot.org, Copyright (c) 2016
* @author The LibrePilot Project, http://www.librepilot.org, Copyright (C) 2016
* The OpenPilot Team, http://www.openpilot.org Copyright (C) 2014.
* @brief Macros to easily add optional performance monitoring to a module
*

View File

@ -1,7 +1,7 @@
/**
******************************************************************************
* @file pios.h
* @author The LibrePilot Project, http://www.librepilot.org, Copyright (c) 2015
* @author The LibrePilot Project, http://www.librepilot.org, Copyright (C) 2015
* The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010-2013
* PhoenixPilot, http://github.com/PhoenixPilot, Copyright (C) 2012
* @brief Main PiOS header.