From 83c3c7666de2c164f23196f0b28fd67c57f996bc Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 17 Oct 2022 00:32:59 +0200 Subject: [PATCH] Update the copyright notice --- src/format/elf/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/format/elf/common.c b/src/format/elf/common.c index 15b5051..6b3564f 100644 --- a/src/format/elf/common.c +++ b/src/format/elf/common.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2011-2015 Pierre Pronchery */ +/* Copyright (c) 2011-2022 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