aboutsummaryrefslogtreecommitdiffstats
path: root/os/nil/ports/e200
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-07-26 08:49:10 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-07-26 08:49:10 +0000
commit8be2283c72471ae09fc3fdd4802764fe7c863ed8 (patch)
tree6c12a5598122285b95509a15f44c8b8b7d78931e /os/nil/ports/e200
parent023a554d8346539c905d042f0494475aea8a50ba (diff)
downloadChibiOS-8be2283c72471ae09fc3fdd4802764fe7c863ed8.tar.gz
ChibiOS-8be2283c72471ae09fc3fdd4802764fe7c863ed8.tar.bz2
ChibiOS-8be2283c72471ae09fc3fdd4802764fe7c863ed8.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7095 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/nil/ports/e200')
-rw-r--r--os/nil/ports/e200/compilers/GCC/ivor.s9
-rw-r--r--os/nil/ports/e200/compilers/GCC/niltypes.h2
-rw-r--r--os/nil/ports/e200/nilcore.c9
-rw-r--r--os/nil/ports/e200/nilcore.h9
4 files changed, 13 insertions, 16 deletions
diff --git a/os/nil/ports/e200/compilers/GCC/ivor.s b/os/nil/ports/e200/compilers/GCC/ivor.s
index 3afc6522d..ad94f45ef 100644
--- a/os/nil/ports/e200/compilers/GCC/ivor.s
+++ b/os/nil/ports/e200/compilers/GCC/ivor.s
@@ -1,15 +1,14 @@
/*
- ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ ChibiOS/NIL - Copyright (C) 2013,2014 Giovanni Di Sirio.
- This file is part of ChibiOS/RT.
+ This file is part of ChibiOS/NIL.
- ChibiOS/RT is free software; you can redistribute it and/or modify
+ ChibiOS/NIL 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,
+ ChibiOS/NIL 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.
diff --git a/os/nil/ports/e200/compilers/GCC/niltypes.h b/os/nil/ports/e200/compilers/GCC/niltypes.h
index f66345ef0..6ea0f76de 100644
--- a/os/nil/ports/e200/compilers/GCC/niltypes.h
+++ b/os/nil/ports/e200/compilers/GCC/niltypes.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/NIL - Copyright (C) 2012,2013 Giovanni Di Sirio.
+ ChibiOS/NIL - Copyright (C) 2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/NIL.
diff --git a/os/nil/ports/e200/nilcore.c b/os/nil/ports/e200/nilcore.c
index 1f6e62fe1..45efd524b 100644
--- a/os/nil/ports/e200/nilcore.c
+++ b/os/nil/ports/e200/nilcore.c
@@ -1,15 +1,14 @@
/*
- ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ ChibiOS/NIL - Copyright (C) 2013,2014 Giovanni Di Sirio.
- This file is part of ChibiOS/RT.
+ This file is part of ChibiOS/NIL.
- ChibiOS/RT is free software; you can redistribute it and/or modify
+ ChibiOS/NIL 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,
+ ChibiOS/NIL 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.
diff --git a/os/nil/ports/e200/nilcore.h b/os/nil/ports/e200/nilcore.h
index 583452c67..82f04bf1a 100644
--- a/os/nil/ports/e200/nilcore.h
+++ b/os/nil/ports/e200/nilcore.h
@@ -1,15 +1,14 @@
/*
- ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ ChibiOS/NIL - Copyright (C) 2013,2014 Giovanni Di Sirio.
- This file is part of ChibiOS/RT.
+ This file is part of ChibiOS/NIL.
- ChibiOS/RT is free software; you can redistribute it and/or modify
+ ChibiOS/NIL 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,
+ ChibiOS/NIL 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.