Module Name:    src
Committed By:   jruoho
Date:           Thu Apr  7 18:14:10 UTC 2011

Modified Files:
        src/tests/lib/libc/gen: t_dir.c t_ldexp.c t_rbstress.c
        src/tests/lib/libc/ieeefp: t_subnormal.c
        src/tests/lib/libc/net: h_protoent.c h_servent.c
        src/tests/lib/libc/string: t_memcpy.c
        src/tests/lib/libc/time: t_mktime.c

Log Message:
Remove the following (literal) text in the TNF copyrights:

  * This code is derived from software contributed to The NetBSD Foundation
  * by
  *

XXX: If these originated from you and you want your name to be mentioned,
     please add it.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/gen/t_dir.c \
    src/tests/lib/libc/gen/t_rbstress.c
cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/gen/t_ldexp.c
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/ieeefp/t_subnormal.c
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/net/h_protoent.c \
    src/tests/lib/libc/net/h_servent.c
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/string/t_memcpy.c
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/time/t_mktime.c

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

Modified files:

Index: src/tests/lib/libc/gen/t_dir.c
diff -u src/tests/lib/libc/gen/t_dir.c:1.1 src/tests/lib/libc/gen/t_dir.c:1.2
--- src/tests/lib/libc/gen/t_dir.c:1.1	Tue Dec 28 12:46:15 2010
+++ src/tests/lib/libc/gen/t_dir.c	Thu Apr  7 18:14:08 2011
@@ -1,12 +1,9 @@
-/* $NetBSD: t_dir.c,v 1.1 2010/12/28 12:46:15 pgoyette Exp $ */
+/* $NetBSD: t_dir.c,v 1.2 2011/04/07 18:14:08 jruoho Exp $ */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
- * This code is derived from software contributed to The NetBSD Foundation
- * by 
- *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
Index: src/tests/lib/libc/gen/t_rbstress.c
diff -u src/tests/lib/libc/gen/t_rbstress.c:1.1 src/tests/lib/libc/gen/t_rbstress.c:1.2
--- src/tests/lib/libc/gen/t_rbstress.c:1.1	Tue Dec 28 12:46:15 2010
+++ src/tests/lib/libc/gen/t_rbstress.c	Thu Apr  7 18:14:08 2011
@@ -1,12 +1,9 @@
-/* $NetBSD: t_rbstress.c,v 1.1 2010/12/28 12:46:15 pgoyette Exp $ */
+/* $NetBSD: t_rbstress.c,v 1.2 2011/04/07 18:14:08 jruoho Exp $ */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
- * This code is derived from software contributed to The NetBSD Foundation
- * by 
- *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Index: src/tests/lib/libc/gen/t_ldexp.c
diff -u src/tests/lib/libc/gen/t_ldexp.c:1.4 src/tests/lib/libc/gen/t_ldexp.c:1.5
--- src/tests/lib/libc/gen/t_ldexp.c:1.4	Sun Feb 20 20:57:46 2011
+++ src/tests/lib/libc/gen/t_ldexp.c	Thu Apr  7 18:14:08 2011
@@ -1,12 +1,9 @@
-/* $NetBSD: t_ldexp.c,v 1.4 2011/02/20 20:57:46 jmmv Exp $ */
+/* $NetBSD: t_ldexp.c,v 1.5 2011/04/07 18:14:08 jruoho Exp $ */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
- * This code is derived from software contributed to The NetBSD Foundation
- * by 
- *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Index: src/tests/lib/libc/ieeefp/t_subnormal.c
diff -u src/tests/lib/libc/ieeefp/t_subnormal.c:1.2 src/tests/lib/libc/ieeefp/t_subnormal.c:1.3
--- src/tests/lib/libc/ieeefp/t_subnormal.c:1.2	Tue Jan  4 22:30:41 2011
+++ src/tests/lib/libc/ieeefp/t_subnormal.c	Thu Apr  7 18:14:09 2011
@@ -1,12 +1,9 @@
-/* $NetBSD: t_subnormal.c,v 1.2 2011/01/04 22:30:41 pgoyette Exp $ */
+/* $NetBSD: t_subnormal.c,v 1.3 2011/04/07 18:14:09 jruoho Exp $ */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
- * This code is derived from software contributed to The NetBSD Foundation
- * by 
- *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Index: src/tests/lib/libc/net/h_protoent.c
diff -u src/tests/lib/libc/net/h_protoent.c:1.1 src/tests/lib/libc/net/h_protoent.c:1.2
--- src/tests/lib/libc/net/h_protoent.c:1.1	Wed Jan 12 17:32:27 2011
+++ src/tests/lib/libc/net/h_protoent.c	Thu Apr  7 18:14:09 2011
@@ -1,12 +1,9 @@
-/* $NetBSD: h_protoent.c,v 1.1 2011/01/12 17:32:27 pgoyette Exp $ */
+/* $NetBSD: h_protoent.c,v 1.2 2011/04/07 18:14:09 jruoho Exp $ */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
- * This code is derived from software contributed to The NetBSD Foundation
- * by 
- *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
Index: src/tests/lib/libc/net/h_servent.c
diff -u src/tests/lib/libc/net/h_servent.c:1.1 src/tests/lib/libc/net/h_servent.c:1.2
--- src/tests/lib/libc/net/h_servent.c:1.1	Wed Jan 12 17:32:27 2011
+++ src/tests/lib/libc/net/h_servent.c	Thu Apr  7 18:14:09 2011
@@ -1,12 +1,9 @@
-/* $NetBSD: h_servent.c,v 1.1 2011/01/12 17:32:27 pgoyette Exp $ */
+/* $NetBSD: h_servent.c,v 1.2 2011/04/07 18:14:09 jruoho Exp $ */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
- * This code is derived from software contributed to The NetBSD Foundation
- * by 
- *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Index: src/tests/lib/libc/string/t_memcpy.c
diff -u src/tests/lib/libc/string/t_memcpy.c:1.1 src/tests/lib/libc/string/t_memcpy.c:1.2
--- src/tests/lib/libc/string/t_memcpy.c:1.1	Sun Dec 26 13:35:54 2010
+++ src/tests/lib/libc/string/t_memcpy.c	Thu Apr  7 18:14:09 2011
@@ -1,12 +1,9 @@
-/* $NetBSD: t_memcpy.c,v 1.1 2010/12/26 13:35:54 pgoyette Exp $ */
+/* $NetBSD: t_memcpy.c,v 1.2 2011/04/07 18:14:09 jruoho Exp $ */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
- * This code is derived from software contributed to The NetBSD Foundation
- * by 
- *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Index: src/tests/lib/libc/time/t_mktime.c
diff -u src/tests/lib/libc/time/t_mktime.c:1.1 src/tests/lib/libc/time/t_mktime.c:1.2
--- src/tests/lib/libc/time/t_mktime.c:1.1	Thu Jan 13 00:14:10 2011
+++ src/tests/lib/libc/time/t_mktime.c	Thu Apr  7 18:14:09 2011
@@ -1,12 +1,9 @@
-/* $NetBSD: t_mktime.c,v 1.1 2011/01/13 00:14:10 pgoyette Exp $ */
+/* $NetBSD: t_mktime.c,v 1.2 2011/04/07 18:14:09 jruoho Exp $ */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
- * This code is derived from software contributed to The NetBSD Foundation
- * by 
- *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Reply via email to