svn commit: r232601 - in head/lib/libc: locale regex

David Chisnall theraven at FreeBSD.org
Tue Mar 6 12:53:45 UTC 2012


Author: theraven
Date: Tue Mar  6 12:53:44 2012
New Revision: 232601
URL: http://svn.freebsd.org/changeset/base/232601

Log:
  Remove some duplicated copyright notices.
  
  Approved by:	dim (mentor)

Modified:
  head/lib/libc/locale/collate.c
  head/lib/libc/regex/regcomp.c

Modified: head/lib/libc/locale/collate.c
==============================================================================
--- head/lib/libc/locale/collate.c	Tue Mar  6 12:20:37 2012	(r232600)
+++ head/lib/libc/locale/collate.c	Tue Mar  6 12:53:44 2012	(r232601)
@@ -8,11 +8,6 @@
  * Portions of this software were developed by David Chisnall
  * under sponsorship from the FreeBSD Foundation.
  *
- * Copyright (c) 2011 The FreeBSD Foundation
- * All rights reserved.
- * Portions of this software were developed by David Chisnall
- * under sponsorship from the FreeBSD Foundation.
- *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: head/lib/libc/regex/regcomp.c
==============================================================================
--- head/lib/libc/regex/regcomp.c	Tue Mar  6 12:20:37 2012	(r232600)
+++ head/lib/libc/regex/regcomp.c	Tue Mar  6 12:53:44 2012	(r232601)
@@ -11,11 +11,6 @@
  * This code is derived from software contributed to Berkeley by
  * Henry Spencer.
  *
- * Copyright (c) 2011 The FreeBSD Foundation
- * All rights reserved.
- * Portions of this software were developed by David Chisnall
- * under sponsorship from the FreeBSD Foundation.
- *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:


More information about the svn-src-head mailing list