From 42e4212dc67ea664e1531c604cf3ce5782d181d3 Mon Sep 17 00:00:00 2001 From: Izaya Date: Sun, 29 Apr 2018 12:33:00 +1000 Subject: [PATCH] added a dependency on the public domain license and added authorship info to the actual code files --- repository/apps/app-launchbar.lua | 1 + repository/apps/app-slaunch.lua | 2 ++ repository/data/app-claw/local.lua | 6 ++++-- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/repository/apps/app-launchbar.lua b/repository/apps/app-launchbar.lua index 7d846e6..35ab847 100644 --- a/repository/apps/app-launchbar.lua +++ b/repository/apps/app-launchbar.lua @@ -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") diff --git a/repository/apps/app-slaunch.lua b/repository/apps/app-slaunch.lua index 6e34e64..6fee6ed 100644 --- a/repository/apps/app-slaunch.lua +++ b/repository/apps/app-slaunch.lua @@ -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 diff --git a/repository/data/app-claw/local.lua b/repository/data/app-claw/local.lua index 1310511..ce99e31 100644 --- a/repository/data/app-claw/local.lua +++ b/repository/data/app-claw/local.lua @@ -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",