added a dependency on the public domain license and added authorship info to the actual code files

This commit is contained in:
Izaya 2018-04-29 12:33:00 +10:00
parent 7996915103
commit 42e4212dc6
3 changed files with 7 additions and 2 deletions

View File

@ -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")

View File

@ -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

View File

@ -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",