diff options
Diffstat (limited to 'plugins/pychrysa/format')
-rw-r--r-- | plugins/pychrysa/format/dex/class.c | 4 | ||||
-rw-r--r-- | plugins/pychrysa/format/dex/class.h | 4 | ||||
-rw-r--r-- | plugins/pychrysa/format/dex/dex.c | 4 | ||||
-rw-r--r-- | plugins/pychrysa/format/dex/dex.h | 4 | ||||
-rw-r--r-- | plugins/pychrysa/format/dex/module.c | 4 | ||||
-rw-r--r-- | plugins/pychrysa/format/dex/module.h | 4 | ||||
-rw-r--r-- | plugins/pychrysa/format/elf/elf.c | 4 | ||||
-rw-r--r-- | plugins/pychrysa/format/elf/elf.h | 4 | ||||
-rw-r--r-- | plugins/pychrysa/format/elf/module.c | 4 | ||||
-rw-r--r-- | plugins/pychrysa/format/elf/module.h | 4 | ||||
-rw-r--r-- | plugins/pychrysa/format/executable.c | 4 | ||||
-rw-r--r-- | plugins/pychrysa/format/executable.h | 4 | ||||
-rw-r--r-- | plugins/pychrysa/format/format.c | 4 | ||||
-rw-r--r-- | plugins/pychrysa/format/format.h | 4 | ||||
-rw-r--r-- | plugins/pychrysa/format/module.c | 4 | ||||
-rw-r--r-- | plugins/pychrysa/format/module.h | 4 | ||||
-rw-r--r-- | plugins/pychrysa/format/symbol.c | 4 | ||||
-rw-r--r-- | plugins/pychrysa/format/symbol.h | 4 |
18 files changed, 36 insertions, 36 deletions
diff --git a/plugins/pychrysa/format/dex/class.c b/plugins/pychrysa/format/dex/class.c index 59dfe44..bbcb6a8 100644 --- a/plugins/pychrysa/format/dex/class.c +++ b/plugins/pychrysa/format/dex/class.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/format/dex/class.h b/plugins/pychrysa/format/dex/class.h index 9bfcde2..fc20973 100644 --- a/plugins/pychrysa/format/dex/class.h +++ b/plugins/pychrysa/format/dex/class.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/format/dex/dex.c b/plugins/pychrysa/format/dex/dex.c index 68f259b..2350291 100644 --- a/plugins/pychrysa/format/dex/dex.c +++ b/plugins/pychrysa/format/dex/dex.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/format/dex/dex.h b/plugins/pychrysa/format/dex/dex.h index 9d524bb..5b194ca 100644 --- a/plugins/pychrysa/format/dex/dex.h +++ b/plugins/pychrysa/format/dex/dex.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/format/dex/module.c b/plugins/pychrysa/format/dex/module.c index 41f48c4..aa8de0b 100644 --- a/plugins/pychrysa/format/dex/module.c +++ b/plugins/pychrysa/format/dex/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/format/dex/module.h b/plugins/pychrysa/format/dex/module.h index e293f23..ec81396 100644 --- a/plugins/pychrysa/format/dex/module.h +++ b/plugins/pychrysa/format/dex/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/format/elf/elf.c b/plugins/pychrysa/format/elf/elf.c index c1dc2b9..5fc205a 100644 --- a/plugins/pychrysa/format/elf/elf.c +++ b/plugins/pychrysa/format/elf/elf.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/format/elf/elf.h b/plugins/pychrysa/format/elf/elf.h index d037942..bc3d628 100644 --- a/plugins/pychrysa/format/elf/elf.h +++ b/plugins/pychrysa/format/elf/elf.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/format/elf/module.c b/plugins/pychrysa/format/elf/module.c index ebd34d9..7198006 100644 --- a/plugins/pychrysa/format/elf/module.c +++ b/plugins/pychrysa/format/elf/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/format/elf/module.h b/plugins/pychrysa/format/elf/module.h index 13c5978..c91f9b2 100644 --- a/plugins/pychrysa/format/elf/module.h +++ b/plugins/pychrysa/format/elf/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/format/executable.c b/plugins/pychrysa/format/executable.c index c48ae2f..5135b13 100644 --- a/plugins/pychrysa/format/executable.c +++ b/plugins/pychrysa/format/executable.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/format/executable.h b/plugins/pychrysa/format/executable.h index 64b03f7..73d8712 100644 --- a/plugins/pychrysa/format/executable.h +++ b/plugins/pychrysa/format/executable.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/format/format.c b/plugins/pychrysa/format/format.c index 22ade20..1b129d0 100644 --- a/plugins/pychrysa/format/format.c +++ b/plugins/pychrysa/format/format.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/format/format.h b/plugins/pychrysa/format/format.h index 50ec47a..a2a6003 100644 --- a/plugins/pychrysa/format/format.h +++ b/plugins/pychrysa/format/format.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/format/module.c b/plugins/pychrysa/format/module.c index bd81187..228688c 100644 --- a/plugins/pychrysa/format/module.c +++ b/plugins/pychrysa/format/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/format/module.h b/plugins/pychrysa/format/module.h index 8567251..a052f73 100644 --- a/plugins/pychrysa/format/module.h +++ b/plugins/pychrysa/format/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/format/symbol.c b/plugins/pychrysa/format/symbol.c index 27674e0..3fde2bf 100644 --- a/plugins/pychrysa/format/symbol.c +++ b/plugins/pychrysa/format/symbol.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/format/symbol.h b/plugins/pychrysa/format/symbol.h index c094c75..7446134 100644 --- a/plugins/pychrysa/format/symbol.h +++ b/plugins/pychrysa/format/symbol.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. |