summaryrefslogtreecommitdiff
path: root/src/decomp/lang
diff options
context:
space:
mode:
Diffstat (limited to 'src/decomp/lang')
-rw-r--r--src/decomp/lang/asm.c4
-rw-r--r--src/decomp/lang/asm.h4
-rw-r--r--src/decomp/lang/java.c4
-rw-r--r--src/decomp/lang/java.h4
4 files changed, 8 insertions, 8 deletions
diff --git a/src/decomp/lang/asm.c b/src/decomp/lang/asm.c
index 1767706..bafef2e 100644
--- a/src/decomp/lang/asm.c
+++ b/src/decomp/lang/asm.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* asm.c - sorties en langage d'assemblage
*
* Copyright (C) 2010-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/decomp/lang/asm.h b/src/decomp/lang/asm.h
index af96a46..da32c18 100644
--- a/src/decomp/lang/asm.h
+++ b/src/decomp/lang/asm.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* asm.h - prototypes pour les sorties en langage d'assemblage
*
* Copyright (C) 2010 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/decomp/lang/java.c b/src/decomp/lang/java.c
index 65383b0..d3db691 100644
--- a/src/decomp/lang/java.c
+++ b/src/decomp/lang/java.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* java.c - sorties en langage Java
*
* Copyright (C) 2010-2013 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/decomp/lang/java.h b/src/decomp/lang/java.h
index d1e0421..9e8cd5f 100644
--- a/src/decomp/lang/java.h
+++ b/src/decomp/lang/java.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* java.h - prototypes pour les sorties en langage Java
*
* Copyright (C) 2010 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by