From owner-svn-src-head@freebsd.org Sun Aug 19 16:00:12 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C69C106DD7A; Sun, 19 Aug 2018 16:00:12 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BF7D57CBE9; Sun, 19 Aug 2018 16:00:11 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lj1-f176.google.com (mail-lj1-f176.google.com [209.85.208.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 5AE041A042; Sun, 19 Aug 2018 16:00:11 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lj1-f176.google.com with SMTP id u7-v6so9765191lji.3; Sun, 19 Aug 2018 09:00:11 -0700 (PDT) X-Gm-Message-State: AOUpUlHmAUqMOdGtimb0cqcSg4WtPzVCoTGkm5UIUdijwkL6DbMFmPiF 0Ft6sL5+mWHXOYrZBAihuP4sFOVgCpywfwdPVf4= X-Google-Smtp-Source: AA+uWPwU32P9o65NPWTkrZyKuymkvv4/+BGucwHt3V1s+gv8VuxYnU7F/obWE7y/Z6cux4fVHQx8RZ/iRXa+YBkR0o8= X-Received: by 2002:a2e:2e02:: with SMTP id u2-v6mr30452626lju.77.1534694409735; Sun, 19 Aug 2018 09:00:09 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a2e:5742:0:0:0:0:0 with HTTP; Sun, 19 Aug 2018 08:59:49 -0700 (PDT) In-Reply-To: <201808191533.w7JFXwSP070263@pdx.rh.CN85.dnsmgr.net> References: <201808191507.w7JF7dIm074770@repo.freebsd.org> <201808191533.w7JFXwSP070263@pdx.rh.CN85.dnsmgr.net> From: Kyle Evans Date: Sun, 19 Aug 2018 10:59:49 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r338054 - head/stand/lua To: "Rodney W. Grimes" Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 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: Sun, 19 Aug 2018 16:00:12 -0000 On Sun, Aug 19, 2018 at 10:33 AM, Rodney W. Grimes wrote: > [ Charset UTF-8 unsupported, converting... ] >> Author: kevans >> Date: Sun Aug 19 15:07:39 2018 >> New Revision: 338054 >> URL: https://svnweb.freebsd.org/changeset/base/338054 >> >> Log: >> Add config.lua(8) to the tree >> >> Reviewed by: 0mp, rpokala (earlier version) >> Differential Revision: https://reviews.freebsd.org/D14819 >> >> Added: >> head/stand/lua/config.lua.8 (contents, props changed) >> >> Added: head/stand/lua/config.lua.8 >> ============================================================================== >> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >> +++ head/stand/lua/config.lua.8 Sun Aug 19 15:07:39 2018 (r338054) >> @@ -0,0 +1,188 @@ >> +.\" >> +.\" SPDX-License-Identifier: BSD-2-Clause-FreeBSD >> +.\" >> +.\" Copyright (c) 2018 Kyle Evans > ^^^ > As an FYI you do not need to put that attempt at a Copyright Mark > when you spell out the word Copyright. > Alright... I might make a pass later when I'm done adding these to remove the redundant (c), but for now I aim to be consistent with the header used. Thanks, Kyle Evans