Module Name:    src
Committed By:   uwe
Date:           Sat Jun  2 22:15:15 UTC 2012

Modified Files:
        src/lib/csu/arch/sh3: crtbegin.S

Log Message:
Claim copyright (per Joerg's request).


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/csu/arch/sh3/crtbegin.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/csu/arch/sh3/crtbegin.S
diff -u src/lib/csu/arch/sh3/crtbegin.S:1.1 src/lib/csu/arch/sh3/crtbegin.S:1.2
--- src/lib/csu/arch/sh3/crtbegin.S:1.1	Tue Jan 31 20:30:15 2012
+++ src/lib/csu/arch/sh3/crtbegin.S	Sat Jun  2 22:15:15 2012
@@ -1,6 +1,6 @@
-/*	$NetBSD: crtbegin.S,v 1.1 2012/01/31 20:30:15 uwe Exp $	*/
+/*	$NetBSD: crtbegin.S,v 1.2 2012/06/02 22:15:15 uwe Exp $	*/
 /*-
- * Copyright (c) 2010 Joerg Sonnenberger <jo...@netbsd.org>
+ * Copyright (c) 2012 Valeriy E. Ushakov
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -30,7 +30,7 @@
 
 #include <machine/asm.h>
 
-RCSID("$NetBSD: crtbegin.S,v 1.1 2012/01/31 20:30:15 uwe Exp $")
+RCSID("$NetBSD: crtbegin.S,v 1.2 2012/06/02 22:15:15 uwe Exp $")
 
 	.section	.ctors, "aw", @progbits
 	.p2align 2

Reply via email to