--- Licensed to the public under the GNU General Public License v2.
+-- Copyright 2020 Intel Corporation, Inc
+-- Licensed to the public under the Apache License 2.0.
module("luci.controller.rest_v1.firewall_rest", package.seeall)
--- Licensed to the public under the GNU General Public License v2.
+-- Copyright 2020 Intel Corporation, Inc
+-- Licensed to the public under the Apache License 2.0.
module("luci.controller.rest_v1.index", package.seeall)
--- Licensed to the public under the GNU General Public License v2.
+-- Copyright 2020 Intel Corporation, Inc
+-- Licensed to the public under the Apache License 2.0.
module("luci.controller.rest_v1.ipsec_rest", package.seeall)
--- Licensed to the public under the GNU General Public License v2.
+-- Copyright 2020 Intel Corporation, Inc
+-- Licensed to the public under the Apache License 2.0.
module("luci.controller.rest_v1.mwan3_rest", package.seeall)
end
return false, code, msg
-end
\ No newline at end of file
+end
--- Licensed to the public under the GNU General Public License v2.
+-- Copyright 2020 Intel Corporation, Inc
+-- Licensed to the public under the Apache License 2.0.
module("luci.controller.rest_v1.service", package.seeall)
--- Licensed to the public under the GNU General Public License v2.
+-- Copyright 2020 Intel Corporation, Inc
+-- Licensed to the public under the Apache License 2.0.
module("luci.controller.rest_v1.svc_rest", package.seeall)
--- Licensed to the public under the GNU General Public License v2.
+-- Copyright 2020 Intel Corporation, Inc
+-- Licensed to the public under the Apache License 2.0.
module("luci.controller.rest_v1.utils", package.seeall)
function response_message(message)
luci.http.prepare_content("text/plain")
luci.http.write(message)
-end
\ No newline at end of file
+end