diff options
Diffstat (limited to 'arch/i386/cpu/resetvec.S')
| -rw-r--r-- | arch/i386/cpu/resetvec.S | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/arch/i386/cpu/resetvec.S b/arch/i386/cpu/resetvec.S index d9222dd2f..27021bd72 100644 --- a/arch/i386/cpu/resetvec.S +++ b/arch/i386/cpu/resetvec.S @@ -1,7 +1,8 @@  /*   *  U-boot - i386 Startup Code   * - *  Copyright (c) 2002	Omicron Ceti AB, Daniel Engström <denaiel@omicron.se> + * (C) Copyright 2002 + * Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>   *   * See file CREDITS for list of people who contributed to this   * project. |