diff options
Diffstat (limited to 'src/arch/arm/v7')
44 files changed, 88 insertions, 88 deletions
diff --git a/src/arch/arm/v7/arm.c b/src/arch/arm/v7/arm.c index 9a29939..14f8c46 100644 --- a/src/arch/arm/v7/arm.c +++ b/src/arch/arm/v7/arm.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. diff --git a/src/arch/arm/v7/arm.h b/src/arch/arm/v7/arm.h index 5fcedc3..8768817 100644 --- a/src/arch/arm/v7/arm.h +++ b/src/arch/arm/v7/arm.h @@ -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. diff --git a/src/arch/arm/v7/context.c b/src/arch/arm/v7/context.c index 8206619..bc591fd 100644 --- a/src/arch/arm/v7/context.c +++ b/src/arch/arm/v7/context.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. diff --git a/src/arch/arm/v7/context.h b/src/arch/arm/v7/context.h index b7edfd5..aeb8580 100644 --- a/src/arch/arm/v7/context.h +++ b/src/arch/arm/v7/context.h @@ -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. diff --git a/src/arch/arm/v7/cregister.c b/src/arch/arm/v7/cregister.c index f247df4..65f56a2 100644 --- a/src/arch/arm/v7/cregister.c +++ b/src/arch/arm/v7/cregister.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. diff --git a/src/arch/arm/v7/cregister.h b/src/arch/arm/v7/cregister.h index c0dfa7b..9aa0394 100644 --- a/src/arch/arm/v7/cregister.h +++ b/src/arch/arm/v7/cregister.h @@ -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. diff --git a/src/arch/arm/v7/fetch.c b/src/arch/arm/v7/fetch.c index 67129b2..8c36f9b 100644 --- a/src/arch/arm/v7/fetch.c +++ b/src/arch/arm/v7/fetch.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. diff --git a/src/arch/arm/v7/fetch.h b/src/arch/arm/v7/fetch.h index 1b253ed..e8e57e5 100644 --- a/src/arch/arm/v7/fetch.h +++ b/src/arch/arm/v7/fetch.h @@ -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. diff --git a/src/arch/arm/v7/helpers.c b/src/arch/arm/v7/helpers.c index 45c6ba5..d63614f 100644 --- a/src/arch/arm/v7/helpers.c +++ b/src/arch/arm/v7/helpers.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. diff --git a/src/arch/arm/v7/helpers.h b/src/arch/arm/v7/helpers.h index c014682..d945ca0 100644 --- a/src/arch/arm/v7/helpers.h +++ b/src/arch/arm/v7/helpers.h @@ -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. diff --git a/src/arch/arm/v7/instruction.c b/src/arch/arm/v7/instruction.c index 0fba9cb..0f15737 100644 --- a/src/arch/arm/v7/instruction.c +++ b/src/arch/arm/v7/instruction.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. diff --git a/src/arch/arm/v7/instruction.h b/src/arch/arm/v7/instruction.h index 5d79cb8..11150bc 100644 --- a/src/arch/arm/v7/instruction.h +++ b/src/arch/arm/v7/instruction.h @@ -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. diff --git a/src/arch/arm/v7/link.c b/src/arch/arm/v7/link.c index 9eb625f..e9fc4bc 100644 --- a/src/arch/arm/v7/link.c +++ b/src/arch/arm/v7/link.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. diff --git a/src/arch/arm/v7/link.h b/src/arch/arm/v7/link.h index e5cc483..0b658fc 100644 --- a/src/arch/arm/v7/link.h +++ b/src/arch/arm/v7/link.h @@ -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. diff --git a/src/arch/arm/v7/operands/coproc.c b/src/arch/arm/v7/operands/coproc.c index 90f8874..0db634d 100644 --- a/src/arch/arm/v7/operands/coproc.c +++ b/src/arch/arm/v7/operands/coproc.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. diff --git a/src/arch/arm/v7/operands/coproc.h b/src/arch/arm/v7/operands/coproc.h index 4920cef..ee2b22a 100644 --- a/src/arch/arm/v7/operands/coproc.h +++ b/src/arch/arm/v7/operands/coproc.h @@ -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. diff --git a/src/arch/arm/v7/operands/estate.c b/src/arch/arm/v7/operands/estate.c index 6f66832..178d1a4 100644 --- a/src/arch/arm/v7/operands/estate.c +++ b/src/arch/arm/v7/operands/estate.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. diff --git a/src/arch/arm/v7/operands/estate.h b/src/arch/arm/v7/operands/estate.h index 903c1ab..00cacae 100644 --- a/src/arch/arm/v7/operands/estate.h +++ b/src/arch/arm/v7/operands/estate.h @@ -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. diff --git a/src/arch/arm/v7/operands/limitation.c b/src/arch/arm/v7/operands/limitation.c index 5a5b567..d761ebf 100644 --- a/src/arch/arm/v7/operands/limitation.c +++ b/src/arch/arm/v7/operands/limitation.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. diff --git a/src/arch/arm/v7/operands/limitation.h b/src/arch/arm/v7/operands/limitation.h index 1b2bcca..ca2ce3b 100644 --- a/src/arch/arm/v7/operands/limitation.h +++ b/src/arch/arm/v7/operands/limitation.h @@ -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. diff --git a/src/arch/arm/v7/operands/maccess.c b/src/arch/arm/v7/operands/maccess.c index 10c8328..9cb097f 100644 --- a/src/arch/arm/v7/operands/maccess.c +++ b/src/arch/arm/v7/operands/maccess.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. diff --git a/src/arch/arm/v7/operands/maccess.h b/src/arch/arm/v7/operands/maccess.h index 3bfd30e..9ea2074 100644 --- a/src/arch/arm/v7/operands/maccess.h +++ b/src/arch/arm/v7/operands/maccess.h @@ -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. diff --git a/src/arch/arm/v7/operands/offset.c b/src/arch/arm/v7/operands/offset.c index 03d69d8..9fda36b 100644 --- a/src/arch/arm/v7/operands/offset.c +++ b/src/arch/arm/v7/operands/offset.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. diff --git a/src/arch/arm/v7/operands/offset.h b/src/arch/arm/v7/operands/offset.h index 156a3c4..6137754 100644 --- a/src/arch/arm/v7/operands/offset.h +++ b/src/arch/arm/v7/operands/offset.h @@ -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. diff --git a/src/arch/arm/v7/operands/reglist.c b/src/arch/arm/v7/operands/reglist.c index 7ad72d0..fcc1828 100644 --- a/src/arch/arm/v7/operands/reglist.c +++ b/src/arch/arm/v7/operands/reglist.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. diff --git a/src/arch/arm/v7/operands/reglist.h b/src/arch/arm/v7/operands/reglist.h index cf0b9c0..9da2a0d 100644 --- a/src/arch/arm/v7/operands/reglist.h +++ b/src/arch/arm/v7/operands/reglist.h @@ -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. diff --git a/src/arch/arm/v7/operands/rotation.c b/src/arch/arm/v7/operands/rotation.c index 22f53c3..8370770 100644 --- a/src/arch/arm/v7/operands/rotation.c +++ b/src/arch/arm/v7/operands/rotation.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. diff --git a/src/arch/arm/v7/operands/rotation.h b/src/arch/arm/v7/operands/rotation.h index fdf5219..610fd59 100644 --- a/src/arch/arm/v7/operands/rotation.h +++ b/src/arch/arm/v7/operands/rotation.h @@ -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. diff --git a/src/arch/arm/v7/operands/shift.c b/src/arch/arm/v7/operands/shift.c index 9a9035c..fe55a52 100644 --- a/src/arch/arm/v7/operands/shift.c +++ b/src/arch/arm/v7/operands/shift.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. diff --git a/src/arch/arm/v7/operands/shift.h b/src/arch/arm/v7/operands/shift.h index 06efef1..a939369 100644 --- a/src/arch/arm/v7/operands/shift.h +++ b/src/arch/arm/v7/operands/shift.h @@ -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. diff --git a/src/arch/arm/v7/post.c b/src/arch/arm/v7/post.c index 929d166..b6c0f14 100644 --- a/src/arch/arm/v7/post.c +++ b/src/arch/arm/v7/post.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. diff --git a/src/arch/arm/v7/post.h b/src/arch/arm/v7/post.h index c2e5b66..5237045 100644 --- a/src/arch/arm/v7/post.h +++ b/src/arch/arm/v7/post.h @@ -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. diff --git a/src/arch/arm/v7/processor.c b/src/arch/arm/v7/processor.c index e9781f3..4af5fc2 100644 --- a/src/arch/arm/v7/processor.c +++ b/src/arch/arm/v7/processor.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. diff --git a/src/arch/arm/v7/processor.h b/src/arch/arm/v7/processor.h index 0361c55..184d640 100644 --- a/src/arch/arm/v7/processor.h +++ b/src/arch/arm/v7/processor.h @@ -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. diff --git a/src/arch/arm/v7/pseudo.c b/src/arch/arm/v7/pseudo.c index 8487d6d..07dabd9 100644 --- a/src/arch/arm/v7/pseudo.c +++ b/src/arch/arm/v7/pseudo.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. diff --git a/src/arch/arm/v7/pseudo.h b/src/arch/arm/v7/pseudo.h index bf8fe2a..ff7b77a 100644 --- a/src/arch/arm/v7/pseudo.h +++ b/src/arch/arm/v7/pseudo.h @@ -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. diff --git a/src/arch/arm/v7/register.c b/src/arch/arm/v7/register.c index 7b91260..9cd3f6c 100644 --- a/src/arch/arm/v7/register.c +++ b/src/arch/arm/v7/register.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. diff --git a/src/arch/arm/v7/register.h b/src/arch/arm/v7/register.h index ab71995..04ba711 100644 --- a/src/arch/arm/v7/register.h +++ b/src/arch/arm/v7/register.h @@ -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. diff --git a/src/arch/arm/v7/simd.c b/src/arch/arm/v7/simd.c index 48ba0dc..0690856 100644 --- a/src/arch/arm/v7/simd.c +++ b/src/arch/arm/v7/simd.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. diff --git a/src/arch/arm/v7/simd.h b/src/arch/arm/v7/simd.h index a7894c1..e058143 100644 --- a/src/arch/arm/v7/simd.h +++ b/src/arch/arm/v7/simd.h @@ -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. diff --git a/src/arch/arm/v7/thumb_16.c b/src/arch/arm/v7/thumb_16.c index 4697b3e..a9f78ab 100644 --- a/src/arch/arm/v7/thumb_16.c +++ b/src/arch/arm/v7/thumb_16.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. diff --git a/src/arch/arm/v7/thumb_16.h b/src/arch/arm/v7/thumb_16.h index 134a3aa..bf6c0d1 100644 --- a/src/arch/arm/v7/thumb_16.h +++ b/src/arch/arm/v7/thumb_16.h @@ -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. diff --git a/src/arch/arm/v7/thumb_32.c b/src/arch/arm/v7/thumb_32.c index 7f6ae74..0c3e2aa 100644 --- a/src/arch/arm/v7/thumb_32.c +++ b/src/arch/arm/v7/thumb_32.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. diff --git a/src/arch/arm/v7/thumb_32.h b/src/arch/arm/v7/thumb_32.h index 83e5ecb..0b432b5 100644 --- a/src/arch/arm/v7/thumb_32.h +++ b/src/arch/arm/v7/thumb_32.h @@ -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. |