diff --git a/src/format/dex.c b/src/format/dex.c index 42606a6..366f96e 100644 --- a/src/format/dex.c +++ b/src/format/dex.c @@ -1,6 +1,6 @@ /* $Id$ */ -/* Copyright (c) 2011 Pierre Pronchery */ -/* This file is part of DeforaOS Devel asm */ +/* Copyright (c) 2011-2013 Pierre Pronchery */ +/* This file is part of DeforaOS Devel Asm */ /* This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, version 3 of the License. diff --git a/src/format/elf.c b/src/format/elf.c index f39aa47..21fc34d 100644 --- a/src/format/elf.c +++ b/src/format/elf.c @@ -1,6 +1,6 @@ /* $Id$ */ -/* Copyright (c) 2011 Pierre Pronchery */ -/* This file is part of DeforaOS Devel asm */ +/* Copyright (c) 2011-2013 Pierre Pronchery */ +/* This file is part of DeforaOS Devel Asm */ /* This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, version 3 of the License. diff --git a/src/format/flat.c b/src/format/flat.c index ab652af..5d001ba 100644 --- a/src/format/flat.c +++ b/src/format/flat.c @@ -1,6 +1,6 @@ /* $Id$ */ -/* Copyright (c) 2011 Pierre Pronchery */ -/* This file is part of DeforaOS Devel asm */ +/* Copyright (c) 2011-2013 Pierre Pronchery */ +/* This file is part of DeforaOS Devel Asm */ /* This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, version 3 of the License. diff --git a/src/format/java.c b/src/format/java.c index 7d72a3e..6c33eae 100644 --- a/src/format/java.c +++ b/src/format/java.c @@ -1,6 +1,6 @@ /* $Id$ */ -/* Copyright (c) 2011 Pierre Pronchery */ -/* This file is part of DeforaOS Devel asm */ +/* Copyright (c) 2011-2013 Pierre Pronchery */ +/* This file is part of DeforaOS Devel Asm */ /* This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, version 3 of the License. diff --git a/src/format/pe.c b/src/format/pe.c index 5cfbc52..74d9c45 100644 --- a/src/format/pe.c +++ b/src/format/pe.c @@ -1,6 +1,6 @@ /* $Id$ */ -/* Copyright (c) 2011 Pierre Pronchery */ -/* This file is part of DeforaOS Devel asm */ +/* Copyright (c) 2011-2013 Pierre Pronchery */ +/* This file is part of DeforaOS Devel Asm */ /* This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, version 3 of the License.