Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/csu/powerpc Normalize copyright notice.
details: https://anonhg.NetBSD.org/src/rev/82de20915fa4
branches: trunk
changeset: 487897:82de20915fa4
user: thorpej <thorpej%NetBSD.org@localhost>
date: Wed Jun 14 16:09:54 2000 +0000
description:
Normalize copyright notice.
diffstat:
lib/csu/powerpc/crt0.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (26 lines):
diff -r f13dfda60ed5 -r 82de20915fa4 lib/csu/powerpc/crt0.c
--- a/lib/csu/powerpc/crt0.c Wed Jun 14 16:06:57 2000 +0000
+++ b/lib/csu/powerpc/crt0.c Wed Jun 14 16:09:54 2000 +0000
@@ -1,11 +1,10 @@
-/* $NetBSD: crt0.c,v 1.16 2000/06/14 06:49:00 cgd Exp $ */
+/* $NetBSD: crt0.c,v 1.17 2000/06/14 16:09:54 thorpej Exp $ */
/*
+ * Copyright (c) 1997 Jason R. Thorpe.
* Copyright (c) 1995 Christopher G. Demetriou
* All rights reserved.
*
- * Modificiations for NetBSD/powerpc by Jason R. Thorpe.
- *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -84,7 +83,7 @@
* NOTE: Leave the RCS ID _after_ __start(), in case it gets placed in .text.
*/
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: crt0.c,v 1.16 2000/06/14 06:49:00 cgd Exp $");
+__RCSID("$NetBSD: crt0.c,v 1.17 2000/06/14 16:09:54 thorpej Exp $");
#endif /* LIBC_SCCS and not lint */
#include "common.c"
Home |
Main Index |
Thread Index |
Old Index