From 7fa35e8a8830de13f79efb461ff9a6e0e0543e07 Mon Sep 17 00:00:00 2001 From: Ban Siesta Date: Fri, 12 Jun 2015 08:29:22 +0100 Subject: [PATCH 1/2] README.md: added link to LICENSE.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7acae4a6ed..751b285326 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/PX4/Firmware?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -This repository contains the PX4 Flight Core, with the main applications located in the src/modules directory. It also contains the PX4 Drone Platform, which contains drivers and middleware to run drones. +This repository contains the PX4 Flight Core, with the main applications located in the src/modules directory. It also contains the PX4 Drone Platform, which contains drivers and middleware to run drones. * Official Website: http://px4.io -* License: BSD 3-clause (see LICENSE.md) +* License: BSD 3-clause (see [LICENSE.md](https://github.com/PX4/Firmware/blob/master/LICENSE.md)) * Supported airframes (more experimental are supported): * [Multicopters](http://px4.io/platforms/multicopters/start) * [Fixed wing](http://px4.io/platforms/planes/start) From 0e428a6b3b9fa03913866446d0f824084f52c35a Mon Sep 17 00:00:00 2001 From: Ban Siesta Date: Fri, 12 Jun 2015 08:30:50 +0100 Subject: [PATCH 2/2] LICENSE.md: bring year up-to-date --- LICENSE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 2ad83eba48..075d48c452 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -3,7 +3,7 @@ to be made under the same license. Any exception to this general rule is listed /**************************************************************************** * - * Copyright (c) 2012-2014 PX4 Development Team. All rights reserved. + * Copyright (c) 2012-2015 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 @@ -38,4 +38,4 @@ to be made under the same license. Any exception to this general rule is listed - PX4 middleware: BSD 3-clause - PX4 flight control stack: BSD 3-clause - NuttX operating system: BSD 3-clause - - Exceptions: Currently only this [400 LOC file](https://github.com/PX4/Firmware/blob/master/src/lib/external_lgpl/tecs/tecs.cpp) remains LGPL, but will be replaced with a BSD implementation. \ No newline at end of file + - Exceptions: Currently only this [400 LOC file](https://github.com/PX4/Firmware/blob/master/src/lib/external_lgpl/tecs/tecs.cpp) remains LGPL, but will be replaced with a BSD implementation.