mirror of
https://github.com/20kdc/OC-KittenOS.git
synced 2024-11-23 10:58:06 +11:00
updated the repo to listing to include license files, added licensing and authorship for app-launchbar and app-slaunch
This commit is contained in:
parent
704d54bb8f
commit
7996915103
@ -22,32 +22,6 @@ return {
|
||||
"docs/repoauthors/app-eeprog"
|
||||
},
|
||||
},
|
||||
["app-launchbar"] = {
|
||||
desc = "Application launcher bar",
|
||||
v = 0,
|
||||
deps = {
|
||||
"neo"
|
||||
},
|
||||
dirs = {
|
||||
"apps"
|
||||
},
|
||||
files = {
|
||||
"apps/app-launchbar.lua"
|
||||
},
|
||||
},
|
||||
["app-slaunch"] = {
|
||||
desc = "Searching launcher",
|
||||
v = 0,
|
||||
deps = {
|
||||
"neo"
|
||||
},
|
||||
dirs = {
|
||||
"apps"
|
||||
},
|
||||
files = {
|
||||
"apps/app-slaunch.lua"
|
||||
},
|
||||
},
|
||||
["neo-docs"] = {
|
||||
desc = "KittenOS NEO system documentation",
|
||||
v = 2,
|
||||
@ -132,6 +106,36 @@ return {
|
||||
"docs/repoauthors/svc-ghostie"
|
||||
},
|
||||
},
|
||||
["app-launchbar"] = {
|
||||
desc = "Application launcher bar",
|
||||
v = 0,
|
||||
deps = {
|
||||
"neo"
|
||||
},
|
||||
dirs = {
|
||||
"apps",
|
||||
"docs/repoauthors"
|
||||
},
|
||||
files = {
|
||||
"apps/app-launchbar.lua",
|
||||
"docs/repoauthors/app-launchbar"
|
||||
},
|
||||
},
|
||||
["app-slaunch"] = {
|
||||
desc = "Searching launcher",
|
||||
v = 0,
|
||||
deps = {
|
||||
"neo"
|
||||
},
|
||||
dirs = {
|
||||
"apps",
|
||||
"docs/repoauthors"
|
||||
},
|
||||
files = {
|
||||
"apps/app-slaunch.lua",
|
||||
"docs/repoauthors/app-slaunch"
|
||||
},
|
||||
},
|
||||
-- licenses (MUST BE IMMUTABLE)
|
||||
["zzz-license-pd"] = {
|
||||
desc = "license file 'Public Domain'",
|
||||
|
2
repository/docs/repoauthors/app-launchbar
Normal file
2
repository/docs/repoauthors/app-launchbar
Normal file
@ -0,0 +1,2 @@
|
||||
repository/apps/app-launchbar.lua: Izaya, Public Domain
|
||||
|
2
repository/docs/repoauthors/app-slaunch
Normal file
2
repository/docs/repoauthors/app-slaunch
Normal file
@ -0,0 +1,2 @@
|
||||
repository/apps/app-slaunch.lua: Izaya, Public Domain
|
||||
|
Loading…
Reference in New Issue
Block a user