From owner-svn-src-all@FreeBSD.ORG Tue Oct 30 22:26:20 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4D7B7C64; Tue, 30 Oct 2012 22:26:20 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 30FFF8FC0A; Tue, 30 Oct 2012 22:26:20 +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 q9UMQKdw089932; Tue, 30 Oct 2012 22:26:20 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9UMQJAG089929; Tue, 30 Oct 2012 22:26:19 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201210302226.q9UMQJAG089929@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 30 Oct 2012 22:26:19 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r242382 - head/lib/libutil X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 30 Oct 2012 22:26:20 -0000 Author: bapt Date: Tue Oct 30 22:26:19 2012 New Revision: 242382 URL: http://svn.freebsd.org/changeset/base/242382 Log: Removed unnecessary bits in the header that shows where I stole the template Modified: head/lib/libutil/pw_util.3 Modified: head/lib/libutil/pw_util.3 ============================================================================== --- head/lib/libutil/pw_util.3 Tue Oct 30 22:18:08 2012 (r242381) +++ head/lib/libutil/pw_util.3 Tue Oct 30 22:26:19 2012 (r242382) @@ -1,9 +1,6 @@ .\" Copyright (c) 2012 Baptiste Daroussin .\" All rights reserved. .\" -.\" This software was developed by Pawel Jakub Dawidek 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: