mirror of
https://github.com/20kdc/OC-KittenOS.git
synced 2024-11-23 10:58:06 +11:00
added a dependency on the public domain license and added authorship info to the actual code files
This commit is contained in:
parent
7996915103
commit
42e4212dc6
@ -2,6 +2,7 @@
|
||||
-- No warranty is provided, implied or otherwise.
|
||||
|
||||
-- app-launchbar: launchbar with application pinning
|
||||
-- Authors: Izaya
|
||||
|
||||
local event = require("event")(neo)
|
||||
local neoux, err = require("neoux")
|
||||
|
@ -2,6 +2,8 @@
|
||||
-- No warranty is provided, implied or otherwise.
|
||||
|
||||
-- app-slaunch: searching launcher
|
||||
-- Authors: Izaya
|
||||
|
||||
local event = require("event")(neo)
|
||||
local neoux, err = require("neoux")
|
||||
if not neoux then error(err) end
|
||||
|
@ -110,7 +110,8 @@ return {
|
||||
desc = "Application launcher bar",
|
||||
v = 0,
|
||||
deps = {
|
||||
"neo"
|
||||
"neo",
|
||||
"zzz-license-pd"
|
||||
},
|
||||
dirs = {
|
||||
"apps",
|
||||
@ -125,7 +126,8 @@ return {
|
||||
desc = "Searching launcher",
|
||||
v = 0,
|
||||
deps = {
|
||||
"neo"
|
||||
"neo",
|
||||
"zzz-license-pd"
|
||||
},
|
||||
dirs = {
|
||||
"apps",
|
||||
|
Loading…
Reference in New Issue
Block a user