From d43b007ed4a3ff2dd1f0f5842957db30152a6c06 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Fri, 4 Jan 2013 01:34:25 +0100 Subject: [PATCH] Fixed the project's name in the header --- src/format/dex.c | 4 ++-- src/format/elf.c | 4 ++-- src/format/flat.c | 4 ++-- src/format/java.c | 4 ++-- src/format/pe.c | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) 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.