From owner-svn-src-all@FreeBSD.ORG Sun Oct 23 10:17:43 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F269106564A; Sun, 23 Oct 2011 10:17:43 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id F1E468FC13; Sun, 23 Oct 2011 10:17:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p9NAHgx1022846; Sun, 23 Oct 2011 10:17:42 GMT (envelope-from mm@svn.freebsd.org) Received: (from mm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p9NAHgYi022844; Sun, 23 Oct 2011 10:17:42 GMT (envelope-from mm@svn.freebsd.org) Message-Id: <201110231017.p9NAHgYi022844@svn.freebsd.org> From: Martin Matuska Date: Sun, 23 Oct 2011 10:17:42 +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: r226657 - head/etc/rc.d X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2011 10:17:43 -0000 Author: mm Date: Sun Oct 23 10:17:42 2011 New Revision: 226657 URL: http://svn.freebsd.org/changeset/base/226657 Log: Correctly reassign copyright of etc/rc.d/static_ndp back to delphij@ as the project itself is no legal entity Reported by: Joe Dahl MFC after: 3 days Modified: head/etc/rc.d/static_ndp Modified: head/etc/rc.d/static_ndp ============================================================================== --- head/etc/rc.d/static_ndp Sun Oct 23 10:13:20 2011 (r226656) +++ head/etc/rc.d/static_ndp Sun Oct 23 10:17:42 2011 (r226657) @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2011 The FreeBSD Project +# Copyright (c) 2011 Xin Li # All rights reserved. # # Redistribution and use in source and binary forms, with or without