summaryrefslogtreecommitdiff
path: root/plugins/pychrysa/analysis
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pychrysa/analysis')
-rw-r--r--plugins/pychrysa/analysis/binary.c4
-rw-r--r--plugins/pychrysa/analysis/binary.h4
-rw-r--r--plugins/pychrysa/analysis/block.c4
-rw-r--r--plugins/pychrysa/analysis/block.h4
-rw-r--r--plugins/pychrysa/analysis/blocks/flow.c4
-rw-r--r--plugins/pychrysa/analysis/blocks/flow.h4
-rw-r--r--plugins/pychrysa/analysis/blocks/module.c4
-rw-r--r--plugins/pychrysa/analysis/blocks/module.h4
-rw-r--r--plugins/pychrysa/analysis/blocks/virtual.c4
-rw-r--r--plugins/pychrysa/analysis/blocks/virtual.h4
-rw-r--r--plugins/pychrysa/analysis/content.c4
-rw-r--r--plugins/pychrysa/analysis/content.h4
-rw-r--r--plugins/pychrysa/analysis/contents/file.c4
-rw-r--r--plugins/pychrysa/analysis/contents/file.h4
-rw-r--r--plugins/pychrysa/analysis/contents/module.c4
-rw-r--r--plugins/pychrysa/analysis/contents/module.h4
-rw-r--r--plugins/pychrysa/analysis/contents/restricted.c4
-rw-r--r--plugins/pychrysa/analysis/contents/restricted.h4
-rw-r--r--plugins/pychrysa/analysis/db/collection.c4
-rw-r--r--plugins/pychrysa/analysis/db/collection.h4
-rw-r--r--plugins/pychrysa/analysis/db/item.c4
-rw-r--r--plugins/pychrysa/analysis/db/item.h4
-rw-r--r--plugins/pychrysa/analysis/db/items/comment.c4
-rw-r--r--plugins/pychrysa/analysis/db/items/comment.h4
-rw-r--r--plugins/pychrysa/analysis/db/items/module.c4
-rw-r--r--plugins/pychrysa/analysis/db/items/module.h4
-rw-r--r--plugins/pychrysa/analysis/db/module.c4
-rw-r--r--plugins/pychrysa/analysis/db/module.h4
-rw-r--r--plugins/pychrysa/analysis/module.c4
-rw-r--r--plugins/pychrysa/analysis/module.h4
-rw-r--r--plugins/pychrysa/analysis/routine.c4
-rw-r--r--plugins/pychrysa/analysis/routine.h4
32 files changed, 64 insertions, 64 deletions
diff --git a/plugins/pychrysa/analysis/binary.c b/plugins/pychrysa/analysis/binary.c
index 14bf450..b01d0b3 100644
--- a/plugins/pychrysa/analysis/binary.c
+++ b/plugins/pychrysa/analysis/binary.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/plugins/pychrysa/analysis/binary.h b/plugins/pychrysa/analysis/binary.h
index 83ea7c7..25874f0 100644
--- a/plugins/pychrysa/analysis/binary.h
+++ b/plugins/pychrysa/analysis/binary.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/plugins/pychrysa/analysis/block.c b/plugins/pychrysa/analysis/block.c
index 3ee7fcd..bb00063 100644
--- a/plugins/pychrysa/analysis/block.c
+++ b/plugins/pychrysa/analysis/block.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/plugins/pychrysa/analysis/block.h b/plugins/pychrysa/analysis/block.h
index 71e3160..19bed4a 100644
--- a/plugins/pychrysa/analysis/block.h
+++ b/plugins/pychrysa/analysis/block.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/plugins/pychrysa/analysis/blocks/flow.c b/plugins/pychrysa/analysis/blocks/flow.c
index aa0e3bf..d14ab8c 100644
--- a/plugins/pychrysa/analysis/blocks/flow.c
+++ b/plugins/pychrysa/analysis/blocks/flow.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/plugins/pychrysa/analysis/blocks/flow.h b/plugins/pychrysa/analysis/blocks/flow.h
index 69b6c24..8ffae1a 100644
--- a/plugins/pychrysa/analysis/blocks/flow.h
+++ b/plugins/pychrysa/analysis/blocks/flow.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/plugins/pychrysa/analysis/blocks/module.c b/plugins/pychrysa/analysis/blocks/module.c
index 4968e90..857d69f 100644
--- a/plugins/pychrysa/analysis/blocks/module.c
+++ b/plugins/pychrysa/analysis/blocks/module.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/plugins/pychrysa/analysis/blocks/module.h b/plugins/pychrysa/analysis/blocks/module.h
index dc2d17c..68959bd 100644
--- a/plugins/pychrysa/analysis/blocks/module.h
+++ b/plugins/pychrysa/analysis/blocks/module.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/plugins/pychrysa/analysis/blocks/virtual.c b/plugins/pychrysa/analysis/blocks/virtual.c
index 6a35925..4879f62 100644
--- a/plugins/pychrysa/analysis/blocks/virtual.c
+++ b/plugins/pychrysa/analysis/blocks/virtual.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/plugins/pychrysa/analysis/blocks/virtual.h b/plugins/pychrysa/analysis/blocks/virtual.h
index 0bfaf82..a5e8063 100644
--- a/plugins/pychrysa/analysis/blocks/virtual.h
+++ b/plugins/pychrysa/analysis/blocks/virtual.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/plugins/pychrysa/analysis/content.c b/plugins/pychrysa/analysis/content.c
index fa59d69..ea6a9b7 100644
--- a/plugins/pychrysa/analysis/content.c
+++ b/plugins/pychrysa/analysis/content.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/plugins/pychrysa/analysis/content.h b/plugins/pychrysa/analysis/content.h
index 230bfe1..83016d7 100644
--- a/plugins/pychrysa/analysis/content.h
+++ b/plugins/pychrysa/analysis/content.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/plugins/pychrysa/analysis/contents/file.c b/plugins/pychrysa/analysis/contents/file.c
index c9f880f..e51b6ba 100644
--- a/plugins/pychrysa/analysis/contents/file.c
+++ b/plugins/pychrysa/analysis/contents/file.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/plugins/pychrysa/analysis/contents/file.h b/plugins/pychrysa/analysis/contents/file.h
index 4652ad6..6a3213c 100644
--- a/plugins/pychrysa/analysis/contents/file.h
+++ b/plugins/pychrysa/analysis/contents/file.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/plugins/pychrysa/analysis/contents/module.c b/plugins/pychrysa/analysis/contents/module.c
index 366a158..dc40d71 100644
--- a/plugins/pychrysa/analysis/contents/module.c
+++ b/plugins/pychrysa/analysis/contents/module.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/plugins/pychrysa/analysis/contents/module.h b/plugins/pychrysa/analysis/contents/module.h
index 35ff722..4138ece 100644
--- a/plugins/pychrysa/analysis/contents/module.h
+++ b/plugins/pychrysa/analysis/contents/module.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/plugins/pychrysa/analysis/contents/restricted.c b/plugins/pychrysa/analysis/contents/restricted.c
index 300031a..677624a 100644
--- a/plugins/pychrysa/analysis/contents/restricted.c
+++ b/plugins/pychrysa/analysis/contents/restricted.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/plugins/pychrysa/analysis/contents/restricted.h b/plugins/pychrysa/analysis/contents/restricted.h
index 46875e2..5684fee 100644
--- a/plugins/pychrysa/analysis/contents/restricted.h
+++ b/plugins/pychrysa/analysis/contents/restricted.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/plugins/pychrysa/analysis/db/collection.c b/plugins/pychrysa/analysis/db/collection.c
index 60afb02..235a7ae 100644
--- a/plugins/pychrysa/analysis/db/collection.c
+++ b/plugins/pychrysa/analysis/db/collection.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/plugins/pychrysa/analysis/db/collection.h b/plugins/pychrysa/analysis/db/collection.h
index cb9a88a..3a6d041 100644
--- a/plugins/pychrysa/analysis/db/collection.h
+++ b/plugins/pychrysa/analysis/db/collection.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/plugins/pychrysa/analysis/db/item.c b/plugins/pychrysa/analysis/db/item.c
index e314552..6250f99 100644
--- a/plugins/pychrysa/analysis/db/item.c
+++ b/plugins/pychrysa/analysis/db/item.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/plugins/pychrysa/analysis/db/item.h b/plugins/pychrysa/analysis/db/item.h
index eff0d04..17478e2 100644
--- a/plugins/pychrysa/analysis/db/item.h
+++ b/plugins/pychrysa/analysis/db/item.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/plugins/pychrysa/analysis/db/items/comment.c b/plugins/pychrysa/analysis/db/items/comment.c
index 5ce54c9..c566ff7 100644
--- a/plugins/pychrysa/analysis/db/items/comment.c
+++ b/plugins/pychrysa/analysis/db/items/comment.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/plugins/pychrysa/analysis/db/items/comment.h b/plugins/pychrysa/analysis/db/items/comment.h
index db02dca..b3f1eb9 100644
--- a/plugins/pychrysa/analysis/db/items/comment.h
+++ b/plugins/pychrysa/analysis/db/items/comment.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/plugins/pychrysa/analysis/db/items/module.c b/plugins/pychrysa/analysis/db/items/module.c
index 009e823..0a7b311 100644
--- a/plugins/pychrysa/analysis/db/items/module.c
+++ b/plugins/pychrysa/analysis/db/items/module.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/plugins/pychrysa/analysis/db/items/module.h b/plugins/pychrysa/analysis/db/items/module.h
index d780d30..948e8b0 100644
--- a/plugins/pychrysa/analysis/db/items/module.h
+++ b/plugins/pychrysa/analysis/db/items/module.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/plugins/pychrysa/analysis/db/module.c b/plugins/pychrysa/analysis/db/module.c
index 08c408c..b879a88 100644
--- a/plugins/pychrysa/analysis/db/module.c
+++ b/plugins/pychrysa/analysis/db/module.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/plugins/pychrysa/analysis/db/module.h b/plugins/pychrysa/analysis/db/module.h
index d85c092..2bb14c7 100644
--- a/plugins/pychrysa/analysis/db/module.h
+++ b/plugins/pychrysa/analysis/db/module.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/plugins/pychrysa/analysis/module.c b/plugins/pychrysa/analysis/module.c
index ea0f34d..1e1ab90 100644
--- a/plugins/pychrysa/analysis/module.c
+++ b/plugins/pychrysa/analysis/module.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/plugins/pychrysa/analysis/module.h b/plugins/pychrysa/analysis/module.h
index bc4a65e..02f01d3 100644
--- a/plugins/pychrysa/analysis/module.h
+++ b/plugins/pychrysa/analysis/module.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/plugins/pychrysa/analysis/routine.c b/plugins/pychrysa/analysis/routine.c
index 39025b5..16c6595 100644
--- a/plugins/pychrysa/analysis/routine.c
+++ b/plugins/pychrysa/analysis/routine.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/plugins/pychrysa/analysis/routine.h b/plugins/pychrysa/analysis/routine.h
index ec61466..6bd8271 100644
--- a/plugins/pychrysa/analysis/routine.h
+++ b/plugins/pychrysa/analysis/routine.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.