diff options
Diffstat (limited to 'src/format/dwarf/v4')
-rw-r--r-- | src/format/dwarf/v4/dwarf.c | 4 | ||||
-rw-r--r-- | src/format/dwarf/v4/dwarf.h | 4 | ||||
-rw-r--r-- | src/format/dwarf/v4/form.c | 4 | ||||
-rw-r--r-- | src/format/dwarf/v4/form.h | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/src/format/dwarf/v4/dwarf.c b/src/format/dwarf/v4/dwarf.c index 995d4f7..bb3ca90 100644 --- a/src/format/dwarf/v4/dwarf.c +++ b/src/format/dwarf/v4/dwarf.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/format/dwarf/v4/dwarf.h b/src/format/dwarf/v4/dwarf.h index d0f5b7a..29059b5 100644 --- a/src/format/dwarf/v4/dwarf.h +++ b/src/format/dwarf/v4/dwarf.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/format/dwarf/v4/form.c b/src/format/dwarf/v4/form.c index fffc0c3..286977e 100644 --- a/src/format/dwarf/v4/form.c +++ b/src/format/dwarf/v4/form.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/format/dwarf/v4/form.h b/src/format/dwarf/v4/form.h index ac36142..c433794 100644 --- a/src/format/dwarf/v4/form.h +++ b/src/format/dwarf/v4/form.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. |