Source-Changes-HG archive

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

[src/trunk]: src/lib/csu/m68k_elf sweep of my licenses for consistency. (no ...



details:   https://anonhg.NetBSD.org/src/rev/118a96d9a6cc
branches:  trunk
changeset: 487943:118a96d9a6cc
user:      cgd <cgd%NetBSD.org@localhost>
date:      Thu Jun 15 16:48:28 2000 +0000

description:
sweep of my licenses for consistency.  (no functional changes)  These
files have copyright held by people in addition to myself.  (I did the
original work, they copied it, enhanced it, and added their copyright
to the derivative work.)  Their approval has been given re: the license
change.

diffstat:

 lib/csu/m68k_elf/crt0.c |  17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

diffs (51 lines):

diff -r 6a8d87413781 -r 118a96d9a6cc lib/csu/m68k_elf/crt0.c
--- a/lib/csu/m68k_elf/crt0.c   Thu Jun 15 15:51:07 2000 +0000
+++ b/lib/csu/m68k_elf/crt0.c   Thu Jun 15 16:48:28 2000 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: crt0.c,v 1.6 2000/06/14 06:48:59 cgd Exp $ */
+/* $NetBSD: crt0.c,v 1.7 2000/06/15 16:48:28 cgd Exp $ */
 
 /*
  * Copyright (c) 1999 Klaus Klein
  * Copyright (c) 1995 Christopher G. Demetriou
  * All rights reserved.
- *
+ * 
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -15,11 +15,12 @@
  *    documentation and/or other materials provided with the distribution.
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
- *      This product includes software developed by Christopher G. Demetriou
- *     for the NetBSD Project.
+ *          This product includes software developed for the
+ *          NetBSD Project.  See http://www.netbsd.org/ for
+ *          information about NetBSD.
  * 4. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission
- *
+ *    derived from this software without specific prior written permission.
+ * 
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
@@ -30,6 +31,8 @@
  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * 
+ * <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
  */
 
 #include "common.h"
@@ -93,7 +96,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.6 2000/06/14 06:48:59 cgd Exp $");
+__RCSID("$NetBSD: crt0.c,v 1.7 2000/06/15 16:48:28 cgd Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include "common.c"



Home | Main Index | Thread Index | Old Index