From 08a34619e03f5e0dbe3bb58a17d4381d5b604896 Mon Sep 17 00:00:00 2001 From: Izaya Date: Mon, 23 Apr 2018 20:50:21 +1000 Subject: [PATCH] added (public domain) license info to app-launchbar --- repository/apps/app-launchbar.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/repository/apps/app-launchbar.lua b/repository/apps/app-launchbar.lua index 8bc34e2..9649122 100644 --- a/repository/apps/app-launchbar.lua +++ b/repository/apps/app-launchbar.lua @@ -1,3 +1,8 @@ +-- This is released into the public domain. +-- No warranty is provided, implied or otherwise. + +-- app-launchbar: launchbar with application pinning + local event = require("event")(neo) local neoux, err = require("neoux") if not neoux then error(err) end