svn commit: r338054 - head/stand/lua
Kyle Evans
kevans at freebsd.org
Sun Aug 19 16:00:12 UTC 2018
On Sun, Aug 19, 2018 at 10:33 AM, Rodney W. Grimes
<freebsd at pdx.rh.cn85.dnsmgr.net> 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 <kevans at FreeBSD.org>
> ^^^
> 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
More information about the svn-src-all
mailing list