diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-21 14:29:42 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-21 14:29:42 +0000 |
commit | de5dcbba856524599a8f06d3a9bdbf1b01db44c2 (patch) | |
tree | 733590eac072fce42d023617c8ca7cedfe17f398 /demos/ARMCM3-GENERIC-KERNEL | |
parent | b316c6ddae889dd598efa6f98b2ceeec7f53a0a4 (diff) | |
download | ChibiOS-de5dcbba856524599a8f06d3a9bdbf1b01db44c2.tar.gz ChibiOS-de5dcbba856524599a8f06d3a9bdbf1b01db44c2.tar.bz2 ChibiOS-de5dcbba856524599a8f06d3a9bdbf1b01db44c2.zip |
License text updated with new year.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3846 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM3-GENERIC-KERNEL')
-rw-r--r-- | demos/ARMCM3-GENERIC-KERNEL/chconf.h | 2 | ||||
-rw-r--r-- | demos/ARMCM3-GENERIC-KERNEL/main.c | 14 |
2 files changed, 5 insertions, 11 deletions
diff --git a/demos/ARMCM3-GENERIC-KERNEL/chconf.h b/demos/ARMCM3-GENERIC-KERNEL/chconf.h index 9dd831c96..4115636d6 100644 --- a/demos/ARMCM3-GENERIC-KERNEL/chconf.h +++ b/demos/ARMCM3-GENERIC-KERNEL/chconf.h @@ -1,6 +1,6 @@ /*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011 Giovanni Di Sirio.
+ 2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/demos/ARMCM3-GENERIC-KERNEL/main.c b/demos/ARMCM3-GENERIC-KERNEL/main.c index deaab87d6..f36a2e01e 100644 --- a/demos/ARMCM3-GENERIC-KERNEL/main.c +++ b/demos/ARMCM3-GENERIC-KERNEL/main.c @@ -1,5 +1,6 @@ /*
- ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,2011 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
+ 2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
@@ -10,18 +11,11 @@ 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
+ 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 <http://www.gnu.org/licenses/>.
-
- ---
-
- A special exception to the GPL can be applied should you wish to distribute
- a combined work that includes ChibiOS/RT, without being obliged to provide
- the source code for any proprietary components. See the file exception.txt
- for full details of how and when the exception can be applied.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "ch.h"
|