diff options
Diffstat (limited to 'src/arch/x86/operands/modrm.c')
-rw-r--r-- | src/arch/x86/operands/modrm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/x86/operands/modrm.c b/src/arch/x86/operands/modrm.c index 030b401..2fd8e5b 100644 --- a/src/arch/x86/operands/modrm.c +++ b/src/arch/x86/operands/modrm.c @@ -6,12 +6,12 @@ * * This file is part of Chrysalide. * - * OpenIDA is free software; you can redistribute it and/or modify + * Chrysalide 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. * - * OpenIDA is distributed in the hope that it will be useful, + * Chrysalide 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. |