diff options
Diffstat (limited to 'os/nil/src/nil.c')
-rw-r--r-- | os/nil/src/nil.c | 8 |
1 files changed, 4 insertions, 4 deletions
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.
|