diff options
author | Auke Kok <auke-jan.h.kok@intel.com> | 2015-04-08 13:53:05 -0700 |
---|---|---|
committer | Auke Kok <auke-jan.h.kok@intel.com> | 2015-04-08 13:53:05 -0700 |
commit | 6df5f0fdf52f299ff35c95e44a6b731a52512b66 (patch) | |
tree | f0f0c24807d4ac7d783ec31782a601b4cccfb1d6 /melon.lua | |
parent | 04e0d57891e60ced156384af316ddbf6e0d67a67 (diff) |
Add license headers to code (lgpl2+)
Diffstat (limited to 'melon.lua')
-rw-r--r-- | melon.lua | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,5 +1,14 @@ --- FIXME - timers!!! +--[[ + +Copyright (C) 2015 - Auke Kok <sofar@foo-projects.org> + +"crops" is free software; you can redistribute it and/or modify +it under the terms of the GNU Lesser General Public License as +published by the Free Software Foundation; either version 2.1 +of the license, or (at your option) any later version. + +--]] local faces = { [1] = { x = -1, z = 0, r = 3, o = 1 } , |