diff options
Diffstat (limited to 'src/lua-apk.c')
-rw-r--r-- | src/lua-apk.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lua-apk.c b/src/lua-apk.c index 73c33e9..fa153e1 100644 --- a/src/lua-apk.c +++ b/src/lua-apk.c @@ -1,3 +1,12 @@ +/* src/lua-apk.c - Alpine Package Keeper (APK) + * + * Copyright (C) 2005-2008 Natanael Copa <n@tanael.org> + * Copyright (C) 2008-2011 Timo Teräs <timo.teras@iki.fi> + * All rights reserved. + * + * SPDX-License-Identifier: GPL-2.0-only + */ + #include <features.h> #include <lua.h> #include <lualib.h> |