mirror of https://github.com/xemu-project/xemu.git
Convert source files to UTF-8 encoding
Most QEMU files either are pure ASCII or use UTF-8. Convert some files which still used ISO-8859-1 to UTF-8. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
6efd751789
commit
bcc4e41ffd
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* QEMU NVRAM emulation for DS1225Y chip
|
* QEMU NVRAM emulation for DS1225Y chip
|
||||||
*
|
*
|
||||||
* Copyright (c) 2007-2008 Hervé Poussineau
|
* Copyright (c) 2007-2008 Hervé Poussineau
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
2
hw/fdc.c
2
hw/fdc.c
|
@ -2,7 +2,7 @@
|
||||||
* QEMU Floppy disk emulator (Intel 82078)
|
* QEMU Floppy disk emulator (Intel 82078)
|
||||||
*
|
*
|
||||||
* Copyright (c) 2003, 2007 Jocelyn Mayer
|
* Copyright (c) 2003, 2007 Jocelyn Mayer
|
||||||
* Copyright (c) 2008 Hervé Poussineau
|
* Copyright (c) 2008 Hervé Poussineau
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* QEMU JAZZ LED emulator.
|
* QEMU JAZZ LED emulator.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2007 Hervé Poussineau
|
* Copyright (c) 2007 Hervé Poussineau
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
*
|
*
|
||||||
* FB support code. Based on G364 fb emulator
|
* FB support code. Based on G364 fb emulator
|
||||||
*
|
*
|
||||||
* Copyright (c) 2007 Hervé Poussineau
|
* Copyright (c) 2007 Hervé Poussineau
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License as
|
* modify it under the terms of the GNU General Public License as
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* QEMU VMPort emulation
|
* QEMU VMPort emulation
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007 Hervé Poussineau
|
* Copyright (C) 2007 Hervé Poussineau
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
Loading…
Reference in New Issue