svn commit: r251818 - head/tools/regression/lib/libc/nss

Eitan Adler eadler at FreeBSD.org
Sun Jun 16 19:35:03 UTC 2013


Author: eadler
Date: Sun Jun 16 19:35:01 2013
New Revision: 251818
URL: http://svnweb.freebsd.org/changeset/base/251818

Log:
  Remove lines declaring "All rights reserved" or similar comments: they
  are not true as the files are actually under the BSD-2 license
  
  Approved by:	bushman

Modified:
  head/tools/regression/lib/libc/nss/test-getaddr.c
  head/tools/regression/lib/libc/nss/test-getgr.c
  head/tools/regression/lib/libc/nss/test-gethostby.c
  head/tools/regression/lib/libc/nss/test-getproto.c
  head/tools/regression/lib/libc/nss/test-getpw.c
  head/tools/regression/lib/libc/nss/test-getrpc.c
  head/tools/regression/lib/libc/nss/test-getserv.c
  head/tools/regression/lib/libc/nss/test-getusershell.c
  head/tools/regression/lib/libc/nss/testutil.h

Modified: head/tools/regression/lib/libc/nss/test-getaddr.c
==============================================================================
--- head/tools/regression/lib/libc/nss/test-getaddr.c	Sun Jun 16 19:07:06 2013	(r251817)
+++ head/tools/regression/lib/libc/nss/test-getaddr.c	Sun Jun 16 19:35:01 2013	(r251818)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2006 Michael Bushkov <bushman at freebsd.org>
- * All rights rehted.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/tools/regression/lib/libc/nss/test-getgr.c
==============================================================================
--- head/tools/regression/lib/libc/nss/test-getgr.c	Sun Jun 16 19:07:06 2013	(r251817)
+++ head/tools/regression/lib/libc/nss/test-getgr.c	Sun Jun 16 19:35:01 2013	(r251818)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2006 Michael Bushkov <bushman at freebsd.org>
- * All rights regrped.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/tools/regression/lib/libc/nss/test-gethostby.c
==============================================================================
--- head/tools/regression/lib/libc/nss/test-gethostby.c	Sun Jun 16 19:07:06 2013	(r251817)
+++ head/tools/regression/lib/libc/nss/test-gethostby.c	Sun Jun 16 19:35:01 2013	(r251818)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2006 Michael Bushkov <bushman at freebsd.org>
- * All rights rehted.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/tools/regression/lib/libc/nss/test-getproto.c
==============================================================================
--- head/tools/regression/lib/libc/nss/test-getproto.c	Sun Jun 16 19:07:06 2013	(r251817)
+++ head/tools/regression/lib/libc/nss/test-getproto.c	Sun Jun 16 19:35:01 2013	(r251818)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2006 Michael Bushkov <bushman at freebsd.org>
- * All rights repeed.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/tools/regression/lib/libc/nss/test-getpw.c
==============================================================================
--- head/tools/regression/lib/libc/nss/test-getpw.c	Sun Jun 16 19:07:06 2013	(r251817)
+++ head/tools/regression/lib/libc/nss/test-getpw.c	Sun Jun 16 19:35:01 2013	(r251818)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2006 Michael Bushkov <bushman at freebsd.org>
- * All rights repwded.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/tools/regression/lib/libc/nss/test-getrpc.c
==============================================================================
--- head/tools/regression/lib/libc/nss/test-getrpc.c	Sun Jun 16 19:07:06 2013	(r251817)
+++ head/tools/regression/lib/libc/nss/test-getrpc.c	Sun Jun 16 19:35:01 2013	(r251818)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2006 Michael Bushkov <bushman at freebsd.org>
- * All rights repeed.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/tools/regression/lib/libc/nss/test-getserv.c
==============================================================================
--- head/tools/regression/lib/libc/nss/test-getserv.c	Sun Jun 16 19:07:06 2013	(r251817)
+++ head/tools/regression/lib/libc/nss/test-getserv.c	Sun Jun 16 19:35:01 2013	(r251818)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2006 Michael Bushkov <bushman at freebsd.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/tools/regression/lib/libc/nss/test-getusershell.c
==============================================================================
--- head/tools/regression/lib/libc/nss/test-getusershell.c	Sun Jun 16 19:07:06 2013	(r251817)
+++ head/tools/regression/lib/libc/nss/test-getusershell.c	Sun Jun 16 19:35:01 2013	(r251818)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2006 Michael Bushkov <bushman at freebsd.org>
- * All rights repwded.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/tools/regression/lib/libc/nss/testutil.h
==============================================================================
--- head/tools/regression/lib/libc/nss/testutil.h	Sun Jun 16 19:07:06 2013	(r251817)
+++ head/tools/regression/lib/libc/nss/testutil.h	Sun Jun 16 19:35:01 2013	(r251818)
@@ -1,6 +1,5 @@
 /*-
  * Copyright (c) 2006 Michael Bushkov <bushman at freebsd.org>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions


More information about the svn-src-all mailing list