From nobody@FreeBSD.org  Mon Feb  6 23:47:33 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0BC3116A420
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  6 Feb 2006 23:47:33 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CE80543D45
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  6 Feb 2006 23:47:32 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k16NlW8I010142
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 6 Feb 2006 23:47:32 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k16NlWSJ010141;
	Mon, 6 Feb 2006 23:47:32 GMT
	(envelope-from nobody)
Message-Id: <200602062347.k16NlWSJ010141@www.freebsd.org>
Date: Mon, 6 Feb 2006 23:47:32 GMT
From: Aurelien Jarno <aurelien@aurel32.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Missing copyright in /usr/include/sys/queue.h
X-Send-Pr-Version: www-2.3

>Number:         92926
>Category:       kern
>Synopsis:       [headers] [patch] Missing copyright in /usr/include/sys/queue.h
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 06 23:50:04 GMT 2006
>Closed-Date:    Fri Nov 16 10:23:24 UTC 2007
>Last-Modified:  Fri Nov 16 10:23:24 UTC 2007
>Originator:     Aurelien Jarno
>Release:        6.0
>Organization:
>Environment:
FreeBSD bsd.miki.eu.org 6.0-RELEASE-p2 FreeBSD 6.0-RELEASE-p2 #0: Fri Jan 13 23:34:08 CET 2006     root@bsd.miki.eu.org:/usr/obj/usr/src/sys/BSD  i386
         
>Description:
The file /usr/include/sys/queue.h comes from BSD 4.4 lite, and has been modified by FreeBSD later. However the header at the beginning of the file assigns all the copyright to the Regents of the University of California, which is wrong, as some part have been modified by FreeBSD.

See the proposed patch below.
>How-To-Repeat:
              
>Fix:
Proposed patch:

--- /usr/include/sys/queue.h.orig    2006-02-04 21:09:50.000000000 +0100
+++ /usr/include/sys/queue.h     2006-02-07 00:43:14.000000000 +0100
@@ -1,6 +1,8 @@
 /*
  * Copyright (c) 1991, 1993
  *     The Regents of the University of California.  All rights reserved.
+ * Copyright (c) 1994-2006
+ *      The FreeBSD Project. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: kmacy 
State-Changed-When: Fri Nov 16 10:22:08 UTC 2007 
State-Changed-Why:  

All the intervening changes have been incremental and not really creative. 
As such they do not merit additional copyright assignment. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92926 
>Unformatted:
