From 8be2283c72471ae09fc3fdd4802764fe7c863ed8 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 26 Jul 2014 08:49:10 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7095 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/nil/include/nil.h | 8 ++++---- os/nil/ports/ARMCMx/compilers/GCC/nilcoreasm_v6m.s | 2 +- os/nil/ports/ARMCMx/compilers/GCC/nilcoreasm_v7m.s | 2 +- os/nil/ports/ARMCMx/compilers/GCC/niltypes.h | 2 +- os/nil/ports/ARMCMx/nilcore.c | 9 ++++----- os/nil/ports/ARMCMx/nilcore.h | 9 ++++----- os/nil/ports/ARMCMx/nilcore_timer.h | 9 ++++----- os/nil/ports/ARMCMx/nilcore_v6m.c | 9 ++++----- os/nil/ports/ARMCMx/nilcore_v6m.h | 9 ++++----- os/nil/ports/ARMCMx/nilcore_v7m.c | 9 ++++----- os/nil/ports/ARMCMx/nilcore_v7m.h | 9 ++++----- os/nil/ports/AVR/compilers/GCC/niltypes.h | 2 +- os/nil/ports/AVR/nilcore.c | 9 ++++----- os/nil/ports/AVR/nilcore.h | 9 ++++----- os/nil/ports/AVR/nilcore_timer.h | 9 ++++----- os/nil/ports/e200/compilers/GCC/ivor.s | 9 ++++----- os/nil/ports/e200/compilers/GCC/niltypes.h | 2 +- os/nil/ports/e200/nilcore.c | 9 ++++----- os/nil/ports/e200/nilcore.h | 9 ++++----- os/nil/src/nil.c | 8 ++++---- 20 files changed, 65 insertions(+), 78 deletions(-) (limited to 'os/nil') diff --git a/os/nil/include/nil.h b/os/nil/include/nil.h index 83d4208d2..80ef93b5d 100644 --- a/os/nil/include/nil.h +++ b/os/nil/include/nil.h @@ -1,14 +1,14 @@ /* - Nil RTOS - Copyright (C) 2012 Giovanni Di Sirio. + ChibiOS/NIL - Copyright (C) 2013,2014 Giovanni Di Sirio. - This file is part of Nil RTOS. + This file is part of ChibiOS/NIL. - Nil RTOS 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. - Nil RTOS 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/ARMCMx/compilers/GCC/nilcoreasm_v6m.s b/os/nil/ports/ARMCMx/compilers/GCC/nilcoreasm_v6m.s index d824fd260..2ae81b738 100644 --- a/os/nil/ports/ARMCMx/compilers/GCC/nilcoreasm_v6m.s +++ b/os/nil/ports/ARMCMx/compilers/GCC/nilcoreasm_v6m.s @@ -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/ARMCMx/compilers/GCC/nilcoreasm_v7m.s b/os/nil/ports/ARMCMx/compilers/GCC/nilcoreasm_v7m.s index 27e5fcc9e..3537f03d4 100644 --- a/os/nil/ports/ARMCMx/compilers/GCC/nilcoreasm_v7m.s +++ b/os/nil/ports/ARMCMx/compilers/GCC/nilcoreasm_v7m.s @@ -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/ARMCMx/compilers/GCC/niltypes.h b/os/nil/ports/ARMCMx/compilers/GCC/niltypes.h index cb0eda2d0..30750c31d 100644 --- a/os/nil/ports/ARMCMx/compilers/GCC/niltypes.h +++ b/os/nil/ports/ARMCMx/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/ARMCMx/nilcore.c b/os/nil/ports/ARMCMx/nilcore.c index 58b86e76b..650c1d325 100644 --- a/os/nil/ports/ARMCMx/nilcore.c +++ b/os/nil/ports/ARMCMx/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/ARMCMx/nilcore.h b/os/nil/ports/ARMCMx/nilcore.h index 60202222a..eb6fc0f0c 100644 --- a/os/nil/ports/ARMCMx/nilcore.h +++ b/os/nil/ports/ARMCMx/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. diff --git a/os/nil/ports/ARMCMx/nilcore_timer.h b/os/nil/ports/ARMCMx/nilcore_timer.h index a045ef544..c42e7ee46 100644 --- a/os/nil/ports/ARMCMx/nilcore_timer.h +++ b/os/nil/ports/ARMCMx/nilcore_timer.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. diff --git a/os/nil/ports/ARMCMx/nilcore_v6m.c b/os/nil/ports/ARMCMx/nilcore_v6m.c index 158e7d63d..5df896649 100644 --- a/os/nil/ports/ARMCMx/nilcore_v6m.c +++ b/os/nil/ports/ARMCMx/nilcore_v6m.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/ARMCMx/nilcore_v6m.h b/os/nil/ports/ARMCMx/nilcore_v6m.h index ff925342a..24d204885 100644 --- a/os/nil/ports/ARMCMx/nilcore_v6m.h +++ b/os/nil/ports/ARMCMx/nilcore_v6m.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. diff --git a/os/nil/ports/ARMCMx/nilcore_v7m.c b/os/nil/ports/ARMCMx/nilcore_v7m.c index d8a42a86a..45398126f 100644 --- a/os/nil/ports/ARMCMx/nilcore_v7m.c +++ b/os/nil/ports/ARMCMx/nilcore_v7m.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/ARMCMx/nilcore_v7m.h b/os/nil/ports/ARMCMx/nilcore_v7m.h index e98923145..2406ba748 100644 --- a/os/nil/ports/ARMCMx/nilcore_v7m.h +++ b/os/nil/ports/ARMCMx/nilcore_v7m.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. diff --git a/os/nil/ports/AVR/compilers/GCC/niltypes.h b/os/nil/ports/AVR/compilers/GCC/niltypes.h index 25d849d77..022ec9d56 100644 --- a/os/nil/ports/AVR/compilers/GCC/niltypes.h +++ b/os/nil/ports/AVR/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/AVR/nilcore.c b/os/nil/ports/AVR/nilcore.c index 8c115c17f..e2f51aa0f 100644 --- a/os/nil/ports/AVR/nilcore.c +++ b/os/nil/ports/AVR/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/AVR/nilcore.h b/os/nil/ports/AVR/nilcore.h index 1aa40d5b9..2d9f2ec00 100644 --- a/os/nil/ports/AVR/nilcore.h +++ b/os/nil/ports/AVR/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. diff --git a/os/nil/ports/AVR/nilcore_timer.h b/os/nil/ports/AVR/nilcore_timer.h index 0eadcf12a..c891f5e7b 100644 --- a/os/nil/ports/AVR/nilcore_timer.h +++ b/os/nil/ports/AVR/nilcore_timer.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. 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. diff --git a/os/nil/src/nil.c b/os/nil/src/nil.c index 90e4b8379..3462b735a 100644 --- a/os/nil/src/nil.c +++ b/os/nil/src/nil.c @@ -1,14 +1,14 @@ /* - Nil RTOS - Copyright (C) 2012 Giovanni Di Sirio. + ChibiOS/NIL - Copyright (C) 2013,2014 Giovanni Di Sirio. - This file is part of Nil RTOS. + This file is part of ChibiOS/NIL. - Nil RTOS 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. - Nil RTOS 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. -- cgit v1.2.3