diff options
Diffstat (limited to 'src/format/java')
-rw-r--r-- | src/format/java/attribute.c | 6 | ||||
-rw-r--r-- | src/format/java/attribute.h | 6 | ||||
-rwxr-xr-x | src/format/java/e_java.c | 6 | ||||
-rwxr-xr-x | src/format/java/e_java.h | 6 | ||||
-rw-r--r-- | src/format/java/field.c | 6 | ||||
-rw-r--r-- | src/format/java/field.h | 6 | ||||
-rw-r--r-- | src/format/java/java-int.c | 4 | ||||
-rwxr-xr-x | src/format/java/java-int.h | 6 | ||||
-rwxr-xr-x | src/format/java/java.c | 6 | ||||
-rwxr-xr-x | src/format/java/java.h | 6 | ||||
-rwxr-xr-x | src/format/java/java_def.h | 6 | ||||
-rw-r--r-- | src/format/java/method.c | 6 | ||||
-rw-r--r-- | src/format/java/method.h | 6 | ||||
-rwxr-xr-x | src/format/java/pool.c | 6 | ||||
-rwxr-xr-x | src/format/java/pool.h | 6 |
15 files changed, 44 insertions, 44 deletions
diff --git a/src/format/java/attribute.c b/src/format/java/attribute.c index caf3b86..e569909 100644 --- a/src/format/java/attribute.c +++ b/src/format/java/attribute.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * attribute.c - manipulation des attributs Java * - * Copyright (C) 2009 Cyrille Bagard + * Copyright (C) 2009-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/format/java/attribute.h b/src/format/java/attribute.h index a370e3b..9fa0c26 100644 --- a/src/format/java/attribute.h +++ b/src/format/java/attribute.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * attribute.h - prototypes pour la manipulation des attributs Java * - * Copyright (C) 2009 Cyrille Bagard + * Copyright (C) 2009-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/format/java/e_java.c b/src/format/java/e_java.c index c7cf2e5..0c037f3 100755 --- a/src/format/java/e_java.c +++ b/src/format/java/e_java.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * e_java.c - support du format Java * - * Copyright (C) 2009 Cyrille Bagard + * Copyright (C) 2009-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/format/java/e_java.h b/src/format/java/e_java.h index 4fe1cef..6f3050d 100755 --- a/src/format/java/e_java.h +++ b/src/format/java/e_java.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * e_java.h - prototypes pour le support du format Java * - * Copyright (C) 2009 Cyrille Bagard + * Copyright (C) 2009-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/format/java/field.c b/src/format/java/field.c index cb2a57b..ca209fc 100644 --- a/src/format/java/field.c +++ b/src/format/java/field.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * field.c - gestion des champs Java * - * Copyright (C) 2009 Cyrille Bagard + * Copyright (C) 2009-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/format/java/field.h b/src/format/java/field.h index e33a9bc..ae9d696 100644 --- a/src/format/java/field.h +++ b/src/format/java/field.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * field.h - prototypes pour la gestion des champs Java * - * Copyright (C) 2009 Cyrille Bagard + * Copyright (C) 2009-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/format/java/java-int.c b/src/format/java/java-int.c index b742744..2593f3c 100644 --- a/src/format/java/java-int.c +++ b/src/format/java/java-int.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * java-int.c - structures internes du format 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 diff --git a/src/format/java/java-int.h b/src/format/java/java-int.h index 022f512..d5ca146 100755 --- a/src/format/java/java-int.h +++ b/src/format/java/java-int.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * java-int.h - prototypes pour les structures internes du format Java * - * Copyright (C) 2009-2010 Cyrille Bagard + * Copyright (C) 2009-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/format/java/java.c b/src/format/java/java.c index d16be63..78cf717 100755 --- a/src/format/java/java.c +++ b/src/format/java/java.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * java.c - support du format Java * - * Copyright (C) 2009-2010 Cyrille Bagard + * Copyright (C) 2009-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/format/java/java.h b/src/format/java/java.h index 7eea5d3..e19b03a 100755 --- a/src/format/java/java.h +++ b/src/format/java/java.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * java.h - prototypes pour le support du format Java * - * Copyright (C) 2009-2010 Cyrille Bagard + * Copyright (C) 2009-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/format/java/java_def.h b/src/format/java/java_def.h index 90eedcd..922b6b0 100755 --- a/src/format/java/java_def.h +++ b/src/format/java/java_def.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * java_def.h - liste des structures et constantes utilisées par le format Java * - * Copyright (C) 2009-2010 Cyrille Bagard + * Copyright (C) 2009-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/format/java/method.c b/src/format/java/method.c index fb69755..af5e355 100644 --- a/src/format/java/method.c +++ b/src/format/java/method.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * method.c - gestion des méthodes Java * - * Copyright (C) 2009 Cyrille Bagard + * Copyright (C) 2009-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/format/java/method.h b/src/format/java/method.h index ece8ae2..98b1190 100644 --- a/src/format/java/method.h +++ b/src/format/java/method.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * method.h - prototypes pour la gestion des méthodes Java * - * Copyright (C) 2009 Cyrille Bagard + * Copyright (C) 2009-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/format/java/pool.c b/src/format/java/pool.c index 2ee71f6..e90484e 100755 --- a/src/format/java/pool.c +++ b/src/format/java/pool.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * pool.c - lecture du réservoir de constantes * - * Copyright (C) 2009-2010 Cyrille Bagard + * Copyright (C) 2009-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/format/java/pool.h b/src/format/java/pool.h index 0fe42db..b9cc7ba 100755 --- a/src/format/java/pool.h +++ b/src/format/java/pool.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * pool.h - prototypes pour la lecture du réservoir de constantes * - * Copyright (C) 2009-2010 Cyrille Bagard + * Copyright (C) 2009-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 |