diff --git a/classic.lua b/classic.lua index cbd6f81..c892aa0 100644 --- a/classic.lua +++ b/classic.lua @@ -1,12 +1,11 @@ --- --- classic --- --- Copyright (c) 2014, rxi --- --- This module is free software; you can redistribute it and/or modify it under --- the terms of the MIT license. See LICENSE for details. --- +--[[ + classic + Copyright (c) 2014, rxi + + This module is free software; you can redistribute it and/or modify it under + the terms of the MIT license. See LICENSE for details. +--]] local Object = {} Object.__index = Object