Correct license header

This commit is contained in:
Matthias Richter 2016-01-01 21:38:20 +01:00
parent eb65a0541e
commit 652291c175
10 changed files with 10 additions and 10 deletions

View file

@ -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 core = require(BASE .. 'core')

View file

@ -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 core = require(BASE .. 'core')

View file

@ -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 theme = require(BASE..'theme')

View file

@ -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 core = require(BASE .. 'core')

View file

@ -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 = (...) .. '.'

View file

@ -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 core = require(BASE .. 'core')

View file

@ -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 core = require(BASE .. 'core')

View file

@ -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 = {}
function Layout.new()

View file

@ -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 core = require(BASE .. 'core')

View file

@ -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('(.-)[^%.]+$')