diff options
Diffstat (limited to 'system/desktop.lua')
| -rw-r--r-- | system/desktop.lua | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/system/desktop.lua b/system/desktop.lua index 83abc6f..e0afe4f 100644 --- a/system/desktop.lua +++ b/system/desktop.lua @@ -1,4 +1,17 @@ --- bits-UI: An operating system for ComputerCraft. Licensed with GPL-3.0. +--[[ + bits-UI Desktop: A Desktop for bits-UI + Copyright (C) 2019 Alee14 + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. +]]-- function titleBar() local time = os.time() |
