File tree 2 files changed +14
-0
lines changed
pk-billing-lib/project-config
list-exports/pk-billing-lib
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ local EXPORTS_LIST_NAME = PROJECT_PATH
16
16
.. " tmp/" .. NAME .. " /code/exports/client_api.lua"
17
17
18
18
common .PROJECT_PATH = PROJECT_PATH
19
+ common .www .application .file_header = [[
20
+ -- This file is a part of pk-billing-lib library
21
+ -- Copyright (c) Alexander Gladysh <[email protected] >
22
+ -- Copyright (c) Dmitry Potapov <[email protected] >
23
+ -- See file `COPYRIGHT` for the license
24
+ ]]
19
25
20
26
common .www .application .url = " http://." -- no url used
21
27
common .www .application .api_schema_dir = PROJECT_PATH .. " schema/client_api/"
Original file line number Diff line number Diff line change 10
10
---- ----------------------------------------------------------------------------
11
11
12
12
common .PROJECT_PATH = PROJECT_PATH
13
+ common .file_header = [[
14
+ -- This file is a part of pk-billing-lib library
15
+ -- Copyright (c) Alexander Gladysh <[email protected] >
16
+ -- Copyright (c) Dmitry Potapov <[email protected] >
17
+ -- See file `COPYRIGHT` for the license
18
+ ]]
13
19
common .exports =
14
20
{
15
21
exports_dir = PROJECT_PATH ;
@@ -22,12 +28,14 @@ common.exports =
22
28
root_dir_only = " pk-billing-lib/lib/" ;
23
29
profile_filename = " profiles.lua" ;
24
30
out_filename = " code/exports.lua" ;
31
+ file_header = common .file_header ;
25
32
};
26
33
{
27
34
sources_dir = PROJECT_PATH .. " generated/" ;
28
35
root_dir_only = " pk-billing-lib/ext/" ;
29
36
profile_filename = " profiles.lua" ;
30
37
out_filename = " code/extensions.lua" ;
38
+ file_header = common .file_header ;
31
39
};
32
40
};
33
41
}
You can’t perform that action at this time.
0 commit comments