mirror of
https://github.com/sasjs/core.git
synced 2026-01-03 23:50:06 +00:00
fix: adding licence info. Closes #7
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
%macro ml_json();
|
||||
data _null_;
|
||||
file "%sysfunc(pathname(work))/ml_json.lua";
|
||||
put '-- NOTE - THE COPYRIGHT BELOW IS IN RELATION TO THE JSON.LUA FILE ONLY ';
|
||||
put '-- THIS FILE STARTS ON THE NEXT LINE AND WILL FINISH WITH "JSON.LUA ENDS HERE" ';
|
||||
put '-- ';
|
||||
put '-- json.lua ';
|
||||
put '-- ';
|
||||
@@ -383,6 +385,8 @@ data _null_;
|
||||
put 'end ';
|
||||
put ' ';
|
||||
put 'return json ';
|
||||
put ' ';
|
||||
put '-- JSON.LUA ENDS HERE ';
|
||||
run;
|
||||
|
||||
%inc "%sysfunc(pathname(work))/ml_json.lua";
|
||||
|
||||
Reference in New Issue
Block a user