From df74a61f098aaf79a3cfe29d39366687d809aa5e Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Tue, 20 Feb 2018 05:11:17 +0000 Subject: [PATCH] stand/lua: Stick a copyright notice on drawer.lua --- stand/lua/drawer.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/stand/lua/drawer.lua b/stand/lua/drawer.lua index db70319eaf2..c06c439e5a2 100644 --- a/stand/lua/drawer.lua +++ b/stand/lua/drawer.lua @@ -1,5 +1,6 @@ -- -- Copyright (c) 2015 Pedro Souza +-- Copyright (c) 2018 Kyle Evans -- All rights reserved. -- -- Redistribution and use in source and binary forms, with or without