From owner-svn-src-head@FreeBSD.ORG Fri Dec 18 17:22:21 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE8A21065670; Fri, 18 Dec 2009 17:22:21 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CE2B18FC0A; Fri, 18 Dec 2009 17:22:21 +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 nBIHMLJ9099393; Fri, 18 Dec 2009 17:22:21 GMT (envelope-from ru@svn.freebsd.org) Received: (from ru@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id nBIHMLxK099391; Fri, 18 Dec 2009 17:22:21 GMT (envelope-from ru@svn.freebsd.org) Message-Id: <200912181722.nBIHMLxK099391@svn.freebsd.org> From: Ruslan Ermilov Date: Fri, 18 Dec 2009 17:22:21 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r200673 - head/sys/netinet/ipfw X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Dec 2009 17:22:22 -0000 Author: ru Date: Fri Dec 18 17:22:21 2009 New Revision: 200673 URL: http://svn.freebsd.org/changeset/base/200673 Log: Added proper attribution. Requested by: luigi Modified: head/sys/netinet/ipfw/ip_fw_table.c Modified: head/sys/netinet/ipfw/ip_fw_table.c ============================================================================== --- head/sys/netinet/ipfw/ip_fw_table.c Fri Dec 18 16:35:28 2009 (r200672) +++ head/sys/netinet/ipfw/ip_fw_table.c Fri Dec 18 17:22:21 2009 (r200673) @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2002 ......... + * Copyright (c) 2004 Ruslan Ermilov and Vsevolod Lobko. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions