mirror of
https://github.com/20kdc/OC-KittenOS.git
synced 2024-11-16 23:48:05 +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.
|
-- No warranty is provided, implied or otherwise.
|
||||||
|
|
||||||
-- app-launchbar: launchbar with application pinning
|
-- app-launchbar: launchbar with application pinning
|
||||||
|
-- Authors: Izaya
|
||||||
|
|
||||||
local event = require("event")(neo)
|
local event = require("event")(neo)
|
||||||
local neoux, err = require("neoux")
|
local neoux, err = require("neoux")
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
-- No warranty is provided, implied or otherwise.
|
-- No warranty is provided, implied or otherwise.
|
||||||
|
|
||||||
-- app-slaunch: searching launcher
|
-- app-slaunch: searching launcher
|
||||||
|
-- Authors: Izaya
|
||||||
|
|
||||||
local event = require("event")(neo)
|
local event = require("event")(neo)
|
||||||
local neoux, err = require("neoux")
|
local neoux, err = require("neoux")
|
||||||
if not neoux then error(err) end
|
if not neoux then error(err) end
|
||||||
|
@ -110,7 +110,8 @@ return {
|
|||||||
desc = "Application launcher bar",
|
desc = "Application launcher bar",
|
||||||
v = 0,
|
v = 0,
|
||||||
deps = {
|
deps = {
|
||||||
"neo"
|
"neo",
|
||||||
|
"zzz-license-pd"
|
||||||
},
|
},
|
||||||
dirs = {
|
dirs = {
|
||||||
"apps",
|
"apps",
|
||||||
@ -125,7 +126,8 @@ return {
|
|||||||
desc = "Searching launcher",
|
desc = "Searching launcher",
|
||||||
v = 0,
|
v = 0,
|
||||||
deps = {
|
deps = {
|
||||||
"neo"
|
"neo",
|
||||||
|
"zzz-license-pd"
|
||||||
},
|
},
|
||||||
dirs = {
|
dirs = {
|
||||||
"apps",
|
"apps",
|
||||||
|
Loading…
Reference in New Issue
Block a user