diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-07-26 08:49:10 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-07-26 08:49:10 +0000 |
commit | 8be2283c72471ae09fc3fdd4802764fe7c863ed8 (patch) | |
tree | 6c12a5598122285b95509a15f44c8b8b7d78931e /os/nil/src/nil.c | |
parent | 023a554d8346539c905d042f0494475aea8a50ba (diff) | |
download | ChibiOS-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/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.
|