Correct license header
This commit is contained in:
parent
eb65a0541e
commit
652291c175
10 changed files with 10 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
||||||
-- This file is part of QUI, copyright (c) 2016 Matthias Richter
|
-- This file is part of SUIT, copyright (c) 2016 Matthias Richter
|
||||||
|
|
||||||
local BASE = (...):match('(.-)[^%.]+$')
|
local BASE = (...):match('(.-)[^%.]+$')
|
||||||
local core = require(BASE .. 'core')
|
local core = require(BASE .. 'core')
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
-- This file is part of QUI, copyright (c) 2016 Matthias Richter
|
-- This file is part of SUIT, copyright (c) 2016 Matthias Richter
|
||||||
|
|
||||||
local BASE = (...):match('(.-)[^%.]+$')
|
local BASE = (...):match('(.-)[^%.]+$')
|
||||||
local core = require(BASE .. 'core')
|
local core = require(BASE .. 'core')
|
||||||
|
|
2
core.lua
2
core.lua
|
@ -1,4 +1,4 @@
|
||||||
-- This file is part of QUI, copyright (c) 2016 Matthias Richter
|
-- This file is part of SUIT, copyright (c) 2016 Matthias Richter
|
||||||
|
|
||||||
local BASE = (...):match('(.-)[^%.]+$')
|
local BASE = (...):match('(.-)[^%.]+$')
|
||||||
local theme = require(BASE..'theme')
|
local theme = require(BASE..'theme')
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
-- This file is part of QUI, copyright (c) 2016 Matthias Richter
|
-- This file is part of SUIT, copyright (c) 2016 Matthias Richter
|
||||||
|
|
||||||
local BASE = (...):match('(.-)[^%.]+$')
|
local BASE = (...):match('(.-)[^%.]+$')
|
||||||
local core = require(BASE .. 'core')
|
local core = require(BASE .. 'core')
|
||||||
|
|
2
init.lua
2
init.lua
|
@ -1,4 +1,4 @@
|
||||||
-- This file is part of QUI, copyright (c) 2016 Matthias Richter
|
-- This file is part of SUIT, copyright (c) 2016 Matthias Richter
|
||||||
|
|
||||||
local BASE = (...) .. '.'
|
local BASE = (...) .. '.'
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
-- This file is part of QUI, copyright (c) 2016 Matthias Richter
|
-- This file is part of SUIT, copyright (c) 2016 Matthias Richter
|
||||||
|
|
||||||
local BASE = (...):match('(.-)[^%.]+$')
|
local BASE = (...):match('(.-)[^%.]+$')
|
||||||
local core = require(BASE .. 'core')
|
local core = require(BASE .. 'core')
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
-- This file is part of QUI, copyright (c) 2016 Matthias Richter
|
-- This file is part of SUIT, copyright (c) 2016 Matthias Richter
|
||||||
|
|
||||||
local BASE = (...):match('(.-)[^%.]+$')
|
local BASE = (...):match('(.-)[^%.]+$')
|
||||||
local core = require(BASE .. 'core')
|
local core = require(BASE .. 'core')
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
-- This file is part of QUI, copyright (c) 2016 Matthias Richter
|
-- This file is part of SUIT, copyright (c) 2016 Matthias Richter
|
||||||
|
|
||||||
local Layout = {}
|
local Layout = {}
|
||||||
function Layout.new()
|
function Layout.new()
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
-- This file is part of QUI, copyright (c) 2016 Matthias Richter
|
-- This file is part of SUIT, copyright (c) 2016 Matthias Richter
|
||||||
|
|
||||||
local BASE = (...):match('(.-)[^%.]+$')
|
local BASE = (...):match('(.-)[^%.]+$')
|
||||||
local core = require(BASE .. 'core')
|
local core = require(BASE .. 'core')
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
-- This file is part of QUI, copyright (c) 2016 Matthias Richter
|
-- This file is part of SUIT, copyright (c) 2016 Matthias Richter
|
||||||
|
|
||||||
local BASE = (...):match('(.-)[^%.]+$')
|
local BASE = (...):match('(.-)[^%.]+$')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue