Update the license to Apache License 2.0 56/3956/1
authorLe Yao <le.yao@intel.com>
Wed, 2 Dec 2020 07:12:57 +0000 (07:12 +0000)
committerLe Yao <le.yao@intel.com>
Wed, 2 Dec 2020 07:14:29 +0000 (07:14 +0000)
Change to Apache License 2.0
Add copyright info

Signed-off-by: Le Yao <le.yao@intel.com>
Change-Id: I725ac47c82405429d5157f485ea7a229b6e63f2a

platform/cnf/src/rest_v1/firewall_rest.lua
platform/cnf/src/rest_v1/index.lua
platform/cnf/src/rest_v1/ipsec_rest.lua
platform/cnf/src/rest_v1/mwan3_rest.lua
platform/cnf/src/rest_v1/service.lua
platform/cnf/src/rest_v1/svc_rest.lua
platform/cnf/src/rest_v1/utils.lua

index 41c748e..2ed4e6a 100644 (file)
@@ -1,4 +1,5 @@
--- 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)
 
index 97a5d96..8d307de 100644 (file)
@@ -1,4 +1,5 @@
--- 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)
 
index 5f0e7a0..8500820 100644 (file)
@@ -1,4 +1,5 @@
--- 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)
 
index 05902fd..2efe6b9 100644 (file)
@@ -1,4 +1,5 @@
--- 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)
 
@@ -230,4 +231,4 @@ function update_policy(policy)
     end
 
     return false, code, msg
-end
\ No newline at end of file
+end
index 6a54deb..b2de70c 100644 (file)
@@ -1,4 +1,5 @@
--- 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)
 
index 06e9e6e..7c2613c 100644 (file)
@@ -1,4 +1,5 @@
--- 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)
 
index f3627aa..1e4b488 100644 (file)
@@ -1,4 +1,5 @@
--- 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)
 
@@ -832,4 +833,4 @@ end
 function response_message(message)
     luci.http.prepare_content("text/plain")
     luci.http.write(message)
-end
\ No newline at end of file
+end