/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
ChibiOS/RT 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.
ChibiOS/RT 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, see
* This article contains some answers about the exception.
*
* @section faq Frequently Asked Questions
* - Is ChibiOS/RT free ?
* Yes, free as both in free beer and freedom.
* - Can I use it in my commercial embedded product?
* Yes, you just have to advertise that you are using ChibiOS/RT by putting
* a link to the project somewhere on your web site or documentation.
* - Am I forced to release the source code of my product?
* The exception to the GPL allows you to use ChibiOS/RT in your commercial
* application without have to release your source code under certains
* conditions. See the @ref exception_text under "Approved Interfaces" for
* details.
* - What I have to contribute back?
* In general you have to offer changes done on existing files (where
* allowed) or new developments done using the OS template files. As example:
* - Ports to new architectures because a new port uses copyrighted OS
* template files.
* - New, HAL-style, device drivers because device drivers use copyrighted
* template files.
* - Improvements on modifiable OS code as described in the
* "approved interfaces" section of the @ref exception_text.
* .
* - Is the exception applicable to any ChibiOS/RT version ?
* The exception is valid only for ChibiOS/RT releases marked as @e stable.
* Beta or unstable versions are covered by the GPL3 alone because are meant
* for testing only.
* - I don't want to be bound by any of the above restriction, is this
* possible?
* You may contact us about a commercial license.
* .
* @section exception_text GPL Exception Text