diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-07-17 19:54:25 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-07-17 19:54:25 +0000 |
commit | 8b994145b849c40b0a195c3fb332b9770b2f9097 (patch) | |
tree | ac8decf22177a337ce4cce511a69638c5ddee20b /ecosflash | |
parent | 14cbd545bfca253a1c4063685eff6535e41d0611 (diff) | |
download | riscv-openocd-8b994145b849c40b0a195c3fb332b9770b2f9097.zip riscv-openocd-8b994145b849c40b0a195c3fb332b9770b2f9097.tar.gz riscv-openocd-8b994145b849c40b0a195c3fb332b9770b2f9097.tar.bz2 |
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
git-svn-id: svn://svn.berlios.de/openocd/trunk@2549 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'ecosflash')
-rw-r--r-- | ecosflash/Makefile | 2 | ||||
-rw-r--r-- | ecosflash/flash.S | 2 | ||||
-rw-r--r-- | ecosflash/flash.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ecosflash/Makefile b/ecosflash/Makefile index d8345b0..8a879ad 100644 --- a/ecosflash/Makefile +++ b/ecosflash/Makefile @@ -1,7 +1,7 @@ #####ECOSGPLCOPYRIGHTBEGIN#### ## ------------------------------------------- ## This file is part of eCos, the Embedded Configurable Operating System. -## Copyright (C) 2008 Øyvind Harboe +## Copyright (C) 2008 Øyvind Harboe ## ## eCos 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 diff --git a/ecosflash/flash.S b/ecosflash/flash.S index 694d422..b6e6fcc 100644 --- a/ecosflash/flash.S +++ b/ecosflash/flash.S @@ -2,7 +2,7 @@ #####ECOSGPLCOPYRIGHTBEGIN#### ## ------------------------------------------- ## This file is part of eCos, the Embedded Configurable Operating System. -## Copyright (C) 2008 Øyvind Harboe +## Copyright (C) 2008 Øyvind Harboe ## ## eCos 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 diff --git a/ecosflash/flash.c b/ecosflash/flash.c index e6651b8..81f7d07 100644 --- a/ecosflash/flash.c +++ b/ecosflash/flash.c @@ -2,7 +2,7 @@ #####ECOSGPLCOPYRIGHTBEGIN#### ## ------------------------------------------- ## This file is part of eCos, the Embedded Configurable Operating System. -## Copyright (C) 2008 Øyvind Harboe +## Copyright (C) 2008 Øyvind Harboe ## ## eCos 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 |