From owner-svn-src-projects@FreeBSD.ORG Wed Sep 30 01:34:03 2009 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9156106566B; Wed, 30 Sep 2009 01:34:03 +0000 (UTC) (envelope-from lstewart@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D8C748FC08; Wed, 30 Sep 2009 01:34:03 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n8U1Y34g001641; Wed, 30 Sep 2009 01:34:03 GMT (envelope-from lstewart@svn.freebsd.org) Received: (from lstewart@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n8U1Y3cx001639; Wed, 30 Sep 2009 01:34:03 GMT (envelope-from lstewart@svn.freebsd.org) Message-Id: <200909300134.n8U1Y3cx001639@svn.freebsd.org> From: Lawrence Stewart Date: Wed, 30 Sep 2009 01:34:03 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r197633 - projects/tcp_ffcaia2008_8.x/sys/kern X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Sep 2009 01:34:04 -0000 Author: lstewart Date: Wed Sep 30 01:34:03 2009 New Revision: 197633 URL: http://svn.freebsd.org/changeset/base/197633 Log: Acknowledge the FreeBSD Foundation as the copyright owner for the work done on ALQ in 2009 as part of the "Enhancing the FreeBSD TCP Implementation" project. Sponsored by: FreeBSD Foundation Modified: projects/tcp_ffcaia2008_8.x/sys/kern/kern_alq.c Modified: projects/tcp_ffcaia2008_8.x/sys/kern/kern_alq.c ============================================================================== --- projects/tcp_ffcaia2008_8.x/sys/kern/kern_alq.c Wed Sep 30 01:22:43 2009 (r197632) +++ projects/tcp_ffcaia2008_8.x/sys/kern/kern_alq.c Wed Sep 30 01:34:03 2009 (r197633) @@ -1,8 +1,13 @@ /*- * Copyright (c) 2002, Jeffrey Roberson * Copyright (c) 2008-2009, Lawrence Stewart + * Copyright (c) 2009, The FreeBSD Foundation * All rights reserved. * + * Portions of this software were developed at the Centre for Advanced + * Internet Architectures, Swinburne University of Technology, Melbourne, + * Australia by Lawrence Stewart 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: