summaryrefslogtreecommitdiff
path: root/src/arch/arm
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/arm')
-rw-r--r--src/arch/arm/cond.h4
-rw-r--r--src/arch/arm/context-int.h4
-rw-r--r--src/arch/arm/context.c4
-rw-r--r--src/arch/arm/context.h4
-rw-r--r--src/arch/arm/instruction-int.h4
-rw-r--r--src/arch/arm/instruction.c4
-rw-r--r--src/arch/arm/instruction.h4
-rw-r--r--src/arch/arm/link.c4
-rw-r--r--src/arch/arm/link.h4
-rw-r--r--src/arch/arm/processor-int.h4
-rw-r--r--src/arch/arm/processor.c4
-rw-r--r--src/arch/arm/processor.h4
-rw-r--r--src/arch/arm/register-int.h4
-rw-r--r--src/arch/arm/register.c4
-rw-r--r--src/arch/arm/register.h4
-rw-r--r--src/arch/arm/v7/arm.c4
-rw-r--r--src/arch/arm/v7/arm.h4
-rw-r--r--src/arch/arm/v7/context.c4
-rw-r--r--src/arch/arm/v7/context.h4
-rw-r--r--src/arch/arm/v7/cregister.c4
-rw-r--r--src/arch/arm/v7/cregister.h4
-rw-r--r--src/arch/arm/v7/fetch.c4
-rw-r--r--src/arch/arm/v7/fetch.h4
-rw-r--r--src/arch/arm/v7/helpers.c4
-rw-r--r--src/arch/arm/v7/helpers.h4
-rw-r--r--src/arch/arm/v7/instruction.c4
-rw-r--r--src/arch/arm/v7/instruction.h4
-rw-r--r--src/arch/arm/v7/link.c4
-rw-r--r--src/arch/arm/v7/link.h4
-rw-r--r--src/arch/arm/v7/operands/coproc.c4
-rw-r--r--src/arch/arm/v7/operands/coproc.h4
-rw-r--r--src/arch/arm/v7/operands/estate.c4
-rw-r--r--src/arch/arm/v7/operands/estate.h4
-rw-r--r--src/arch/arm/v7/operands/limitation.c4
-rw-r--r--src/arch/arm/v7/operands/limitation.h4
-rw-r--r--src/arch/arm/v7/operands/maccess.c4
-rw-r--r--src/arch/arm/v7/operands/maccess.h4
-rw-r--r--src/arch/arm/v7/operands/offset.c4
-rw-r--r--src/arch/arm/v7/operands/offset.h4
-rw-r--r--src/arch/arm/v7/operands/reglist.c4
-rw-r--r--src/arch/arm/v7/operands/reglist.h4
-rw-r--r--src/arch/arm/v7/operands/rotation.c4
-rw-r--r--src/arch/arm/v7/operands/rotation.h4
-rw-r--r--src/arch/arm/v7/operands/shift.c4
-rw-r--r--src/arch/arm/v7/operands/shift.h4
-rw-r--r--src/arch/arm/v7/post.c4
-rw-r--r--src/arch/arm/v7/post.h4
-rw-r--r--src/arch/arm/v7/processor.c4
-rw-r--r--src/arch/arm/v7/processor.h4
-rw-r--r--src/arch/arm/v7/pseudo.c4
-rw-r--r--src/arch/arm/v7/pseudo.h4
-rw-r--r--src/arch/arm/v7/register.c4
-rw-r--r--src/arch/arm/v7/register.h4
-rw-r--r--src/arch/arm/v7/simd.c4
-rw-r--r--src/arch/arm/v7/simd.h4
-rw-r--r--src/arch/arm/v7/thumb_16.c4
-rw-r--r--src/arch/arm/v7/thumb_16.h4
-rw-r--r--src/arch/arm/v7/thumb_32.c4
-rw-r--r--src/arch/arm/v7/thumb_32.h4
59 files changed, 118 insertions, 118 deletions
diff --git a/src/arch/arm/cond.h b/src/arch/arm/cond.h
index faa0727..9115c11 100644
--- a/src/arch/arm/cond.h
+++ b/src/arch/arm/cond.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/context-int.h b/src/arch/arm/context-int.h
index fbd3a6f..a232908 100644
--- a/src/arch/arm/context-int.h
+++ b/src/arch/arm/context-int.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/context.c b/src/arch/arm/context.c
index e2a8842..b952027 100644
--- a/src/arch/arm/context.c
+++ b/src/arch/arm/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/context.h b/src/arch/arm/context.h
index 5fc6fab..304b5e0 100644
--- a/src/arch/arm/context.h
+++ b/src/arch/arm/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/instruction-int.h b/src/arch/arm/instruction-int.h
index ba93b03..f72cf5f 100644
--- a/src/arch/arm/instruction-int.h
+++ b/src/arch/arm/instruction-int.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/instruction.c b/src/arch/arm/instruction.c
index 4c08c9a..8167579 100644
--- a/src/arch/arm/instruction.c
+++ b/src/arch/arm/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/instruction.h b/src/arch/arm/instruction.h
index 946d272..51a8069 100644
--- a/src/arch/arm/instruction.h
+++ b/src/arch/arm/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/link.c b/src/arch/arm/link.c
index c0f1f54..d50ff5f 100644
--- a/src/arch/arm/link.c
+++ b/src/arch/arm/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/link.h b/src/arch/arm/link.h
index 7529dc4..732f203 100644
--- a/src/arch/arm/link.h
+++ b/src/arch/arm/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/processor-int.h b/src/arch/arm/processor-int.h
index 48f8151..d23e8ea 100644
--- a/src/arch/arm/processor-int.h
+++ b/src/arch/arm/processor-int.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/processor.c b/src/arch/arm/processor.c
index 2c676be..83c03bb 100644
--- a/src/arch/arm/processor.c
+++ b/src/arch/arm/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/processor.h b/src/arch/arm/processor.h
index 425652d..b39800b 100644
--- a/src/arch/arm/processor.h
+++ b/src/arch/arm/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/register-int.h b/src/arch/arm/register-int.h
index 4ea0bc9..dc41b6a 100644
--- a/src/arch/arm/register-int.h
+++ b/src/arch/arm/register-int.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/register.c b/src/arch/arm/register.c
index dd287ca..e2ef678 100644
--- a/src/arch/arm/register.c
+++ b/src/arch/arm/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/register.h b/src/arch/arm/register.h
index 0c24d21..37a81c0 100644
--- a/src/arch/arm/register.h
+++ b/src/arch/arm/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/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.