diff options
author | utzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-08-23 17:33:19 +0000 |
---|---|---|
committer | utzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-08-23 17:33:19 +0000 |
commit | 1cd76f36d54470527decec083f02aa7e73173944 (patch) | |
tree | 869158a35839cc5f0dd68947f3d341528590f853 /os/ext/CMSIS | |
parent | e66d3a1c1b1ebc39dc03ac872a831aa300fae908 (diff) | |
download | ChibiOS-1cd76f36d54470527decec083f02aa7e73173944.tar.gz ChibiOS-1cd76f36d54470527decec083f02aa7e73173944.tar.bz2 ChibiOS-1cd76f36d54470527decec083f02aa7e73173944.zip |
[KINETIS] Use ASCII chars on license because people don't like UTF-8...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7184 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ext/CMSIS')
-rw-r--r-- | os/ext/CMSIS/KINETIS/kl25z.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/ext/CMSIS/KINETIS/kl25z.h b/os/ext/CMSIS/KINETIS/kl25z.h index 331142dd7..ab61670c7 100644 --- a/os/ext/CMSIS/KINETIS/kl25z.h +++ b/os/ext/CMSIS/KINETIS/kl25z.h @@ -1,8 +1,8 @@ /* - * Copyright © 2013-2014 Fabio Utzig, http://fabioutzig.com + * Copyright (C) 2013-2014 Fabio Utzig, http://fabioutzig.com * * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the “Software”), + * a copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or sell copies of the Software, and to permit persons to whom the @@ -11,7 +11,7 @@ * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * - * THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |