Commit 1a379149 authored by Alexandre Julliard's avatar Alexandre Julliard

winedos: Convert source files to utf-8.

parent 6cfef95c
/* /*
* DOS devices * DOS devices
* *
* Copyright 1999 Ove Kven * Copyright 1999 Ove Kåven
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
......
/* /*
* DOS EXE loader * DOS EXE loader
* *
* Copyright 1998 Ove Kven * Copyright 1998 Ove Kåven
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
......
/* /*
* DOS Virtual Machine * DOS Virtual Machine
* *
* Copyright 1998 Ove Kåven * Copyright 1998 Ove Kåven
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
......
/* /*
* DOS virtual machine * DOS virtual machine
* *
* Copyright 2000 Ove Kåven * Copyright 2000 Ove Kåven
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
......
/* /*
* DOS interrupt 09h handler (IRQ1 - KEYBOARD) * DOS interrupt 09h handler (IRQ1 - KEYBOARD)
* *
* Copyright 1999 Ove Kven * Copyright 1999 Ove Kåven
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
......
/* /*
* BIOS interrupt 10h handler * BIOS interrupt 10h handler
* *
* Copyright 1998 Ove Kven * Copyright 1998 Ove Kåven
* Copyright 1998 Joseph Pranevich * Copyright 1998 Joseph Pranevich
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* DOS interrupt 16h handler * DOS interrupt 16h handler
* *
* Copyright 1998 Joseph Pranevich * Copyright 1998 Joseph Pranevich
* Copyright 1999 Ove Kven * Copyright 1999 Ove Kåven
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
......
/* /*
* DOS interrupt 33h handler * DOS interrupt 33h handler
* *
* Copyright 1999 Ove Kven * Copyright 1999 Ove Kåven
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
......
/* /*
* DOS (MZ) loader * DOS (MZ) loader
* *
* Copyright 1998 Ove Kven * Copyright 1998 Ove Kåven
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
......
/* /*
* VGA hardware emulation * VGA hardware emulation
* *
* Copyright 1998 Ove Kven (with some help from Marcus Meissner) * Copyright 1998 Ove Kåven (with some help from Marcus Meissner)
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
......
/* /*
* VGA emulation * VGA emulation
* *
* Copyright 1998 Ove Kven * Copyright 1998 Ove Kåven
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
......
/* /*
* XMS v2+ emulation * XMS v2+ emulation
* *
* Copyright 1998 Ove Kven * Copyright 1998 Ove Kåven
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment