mirror of
https://github.com/Qsgs-Fans/FreeKill.git
synced 2024-11-16 03:32:34 +08:00
9a951fdbfe
在所有代码中添加了许可证标记头
17 lines
266 B
Lua
17 lines
266 B
Lua
-- SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
return {
|
|
name = "standard_cards",
|
|
author = "official",
|
|
description = "",
|
|
collaborators = {
|
|
program = {},
|
|
designer = {},
|
|
cv = {},
|
|
illustrator = {},
|
|
},
|
|
|
|
dependencies = {},
|
|
extra_files = {},
|
|
}
|