svn commit: r329630 - head/stand/lua

Kyle Evans kevans at FreeBSD.org
Tue Feb 20 05:11:18 UTC 2018


Author: kevans
Date: Tue Feb 20 05:11:17 2018
New Revision: 329630
URL: https://svnweb.freebsd.org/changeset/base/329630

Log:
  stand/lua: Stick a copyright notice on drawer.lua

Modified:
  head/stand/lua/drawer.lua

Modified: head/stand/lua/drawer.lua
==============================================================================
--- head/stand/lua/drawer.lua	Tue Feb 20 05:10:26 2018	(r329629)
+++ head/stand/lua/drawer.lua	Tue Feb 20 05:11:17 2018	(r329630)
@@ -1,5 +1,6 @@
 --
 -- Copyright (c) 2015 Pedro Souza <pedrosouza at freebsd.org>
+-- Copyright (c) 2018 Kyle Evans <kevans at FreeBSD.org>
 -- All rights reserved.
 --
 -- Redistribution and use in source and binary forms, with or without


More information about the svn-src-head mailing list