Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/csu/arch/arm Update copyright year.



details:   https://anonhg.NetBSD.org/src/rev/48fdf4f9bf86
branches:  trunk
changeset: 780915:48fdf4f9bf86
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Aug 11 07:26:25 2012 +0000

description:
Update copyright year.

diffstat:

 lib/csu/arch/arm/crtend.S |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 7d52ec71e8ed -r 48fdf4f9bf86 lib/csu/arch/arm/crtend.S
--- a/lib/csu/arch/arm/crtend.S Sat Aug 11 07:25:44 2012 +0000
+++ b/lib/csu/arch/arm/crtend.S Sat Aug 11 07:26:25 2012 +0000
@@ -1,6 +1,6 @@
-/*     $NetBSD: crtend.S,v 1.1 2012/08/11 01:33:36 matt Exp $  */
+/*     $NetBSD: crtend.S,v 1.2 2012/08/11 07:26:25 matt Exp $  */
 /*-
- * Copyright (c) 2011 The NetBSD Foundation, Inc.
+ * Copyright (c) 2012 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
@@ -30,7 +30,7 @@
 
 #include <arm/asm.h>
 
-RCSID("$NetBSD: crtend.S,v 1.1 2012/08/11 01:33:36 matt Exp $")
+RCSID("$NetBSD: crtend.S,v 1.2 2012/08/11 07:26:25 matt Exp $")
 
        .section        .ctors, "aw", %progbits
        .p2align 2



Home | Main Index | Thread Index | Old Index