diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-04-28 17:25:25 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-04-28 17:25:25 (GMT) |
commit | 9fb4e05f124c8f794c835251f5e31142039f9f59 (patch) | |
tree | 36cab0df0b287a0f6a0221d207565ca95faf03ea /src/common | |
parent | 4ed8f24200c6e4df4c3fe922fc81923fb39f44be (diff) |
Updated all copyright headers.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@373 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/cpp.h | 6 | ||||
-rw-r--r-- | src/common/dllist.c | 6 | ||||
-rw-r--r-- | src/common/dllist.h | 6 | ||||
-rwxr-xr-x | src/common/endianness.c | 6 | ||||
-rwxr-xr-x | src/common/endianness.h | 6 | ||||
-rw-r--r-- | src/common/environment.c | 6 | ||||
-rw-r--r-- | src/common/environment.h | 4 | ||||
-rw-r--r-- | src/common/extstr.c | 6 | ||||
-rw-r--r-- | src/common/extstr.h | 6 | ||||
-rw-r--r-- | src/common/fnv1a.c | 4 | ||||
-rw-r--r-- | src/common/fnv1a.h | 4 | ||||
-rw-r--r-- | src/common/io.c | 4 | ||||
-rw-r--r-- | src/common/io.h | 4 | ||||
-rw-r--r-- | src/common/leb128.c | 4 | ||||
-rw-r--r-- | src/common/leb128.h | 6 | ||||
-rw-r--r-- | src/common/macros.h | 6 | ||||
-rw-r--r-- | src/common/net.c | 4 | ||||
-rw-r--r-- | src/common/net.h | 4 | ||||
-rw-r--r-- | src/common/xdg.c | 6 | ||||
-rw-r--r-- | src/common/xdg.h | 6 | ||||
-rw-r--r-- | src/common/xml.c | 2 | ||||
-rw-r--r-- | src/common/xml.h | 2 |
22 files changed, 54 insertions, 54 deletions
diff --git a/src/common/cpp.h b/src/common/cpp.h index a658559..79c4c79 100644 --- a/src/common/cpp.h +++ b/src/common/cpp.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * cpp.h - prototypes pour avoir à disposition un langage C plus plus mieux * - * Copyright (C) 2010 Cyrille Bagard + * 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/common/dllist.c b/src/common/dllist.c index 6445ce5..7b4b9ad 100644 --- a/src/common/dllist.c +++ b/src/common/dllist.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * dllist.c - implantation simple des listes doublement chaînées * - * 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/common/dllist.h b/src/common/dllist.h index 9641cb4..0473c35 100644 --- a/src/common/dllist.h +++ b/src/common/dllist.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * dllist.h - prototypes de l'implantation simple des listes doublement chaînées * - * 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/common/endianness.c b/src/common/endianness.c index 46a3be2..2292620 100755 --- a/src/common/endianness.c +++ b/src/common/endianness.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * endianness.c - manipulation abstraite des nombres * - * 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/common/endianness.h b/src/common/endianness.h index c39d702..c573366 100755 --- a/src/common/endianness.h +++ b/src/common/endianness.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * endianness.h - prototypes pour la manipulation abstraite des nombres * - * 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/common/environment.c b/src/common/environment.c index 2a4115f..d88c679 100644 --- a/src/common/environment.c +++ b/src/common/environment.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * environment.c - manipulations des variables d'environnement. * - * Copyright (C) 2010-2011 Cyrille Bagard + * 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/common/environment.h b/src/common/environment.h index a96c6eb..dcded71 100644 --- a/src/common/environment.h +++ b/src/common/environment.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * environment.h - prototypes pour la manipulations des variables d'environnement. * * 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/common/extstr.c b/src/common/extstr.c index 309f487..caffbcd 100644 --- a/src/common/extstr.c +++ b/src/common/extstr.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * extstr.c - extension des fonctions relatives aux chaînes * - * Copyright (C) 2009 Cyrille Bagard + * Copyright (C) 2009-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/common/extstr.h b/src/common/extstr.h index 830e1fa..b8bd225 100644 --- a/src/common/extstr.h +++ b/src/common/extstr.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * extstr.h - prototypes pour une extension des fonctions relatives aux chaînes * - * Copyright (C) 2009 Cyrille Bagard + * Copyright (C) 2009-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/common/fnv1a.c b/src/common/fnv1a.c index 57fddf7..c21a5e1 100644 --- a/src/common/fnv1a.c +++ b/src/common/fnv1a.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * fnv1a.c - implémentaton du calcul rapide d'empreintes de chaînes * * Copyright (C) 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/common/fnv1a.h b/src/common/fnv1a.h index f379ec8..294ce12 100644 --- a/src/common/fnv1a.h +++ b/src/common/fnv1a.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * fnv1a.h - prototypes pour l'implémentaton du calcul rapide d'empreintes de chaînes * * Copyright (C) 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/common/io.c b/src/common/io.c index c001449..c3d3231 100644 --- a/src/common/io.c +++ b/src/common/io.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * io.c - entrées sorties fiables * * Copyright (C) 2014 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/common/io.h b/src/common/io.h index e805067..9145736 100644 --- a/src/common/io.h +++ b/src/common/io.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * io.h - prototypes pour des entrées sorties fiables * * Copyright (C) 2014 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/common/leb128.c b/src/common/leb128.c index 1b65fa7..dc041b5 100644 --- a/src/common/leb128.c +++ b/src/common/leb128.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * leb128.c - support des valeurs encodées au format LEB128. * * 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/common/leb128.h b/src/common/leb128.h index 398785f..b777d94 100644 --- a/src/common/leb128.h +++ b/src/common/leb128.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * leb128.h - prototypes pour le support des valeurs encodées au format LEB128. * - * Copyright (C) 2010 Cyrille Bagard + * 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/common/macros.h b/src/common/macros.h index 63f61c8..269dc95 100644 --- a/src/common/macros.h +++ b/src/common/macros.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * macros.h - prototypes de macros utiles * - * 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/common/net.c b/src/common/net.c index 79a5883..aba5ba2 100644 --- a/src/common/net.c +++ b/src/common/net.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * net.c - fonctions complémentaires liées au réseau * * 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/common/net.h b/src/common/net.h index fbfe6e0..80f7496 100644 --- a/src/common/net.h +++ b/src/common/net.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * net.h - prototypes pour les fonctions complémentaires liées au réseau * * 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/common/xdg.c b/src/common/xdg.c index 712f1c8..29e4cb9 100644 --- a/src/common/xdg.c +++ b/src/common/xdg.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * xdg.c - compléments mineurs au support Freedesktop * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2014 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/common/xdg.h b/src/common/xdg.h index 78aa5ca..a9aa254 100644 --- a/src/common/xdg.h +++ b/src/common/xdg.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * xdg.h - prototypes pour des compléments mineurs au support Freedesktop * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2014 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/common/xml.c b/src/common/xml.c index 2d38f96..8c4cc81 100644 --- a/src/common/xml.c +++ b/src/common/xml.c @@ -2,7 +2,7 @@ /* Firebox Tools - Outils de configurations pour le WM Firebox * xml.c - lecture ou écriture de documents XML * - * Copyright (C) 2008-2011 Cyrille Bagard + * Copyright (C) 2008-2014 Cyrille Bagard * * This file is part of Firebox Tools. * diff --git a/src/common/xml.h b/src/common/xml.h index eb7703e..8cb8c0e 100644 --- a/src/common/xml.h +++ b/src/common/xml.h @@ -2,7 +2,7 @@ /* Firebox Tools - Outils de configurations pour le WM Firebox * xml.h - prototypes pour la lecture ou l'écriture de documents XML * - * Copyright (C) 2008-2011 Cyrille Bagard + * Copyright (C) 2008-2014 Cyrille Bagard * * This file is part of Firebox Tools. * |