From: Le Yao Date: Wed, 2 Dec 2020 07:12:57 +0000 (+0000) Subject: Update the license to Apache License 2.0 X-Git-Tag: 21-12-01~25^2 X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=8e1d6d5fa7c362f2606e8bbc47ca6d0be5f28558;p=icn%2Fsdwan.git Update the license to Apache License 2.0 Change to Apache License 2.0 Add copyright info Signed-off-by: Le Yao Change-Id: I725ac47c82405429d5157f485ea7a229b6e63f2a --- diff --git a/platform/cnf/src/rest_v1/firewall_rest.lua b/platform/cnf/src/rest_v1/firewall_rest.lua index 41c748e..2ed4e6a 100644 --- a/platform/cnf/src/rest_v1/firewall_rest.lua +++ b/platform/cnf/src/rest_v1/firewall_rest.lua @@ -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) diff --git a/platform/cnf/src/rest_v1/index.lua b/platform/cnf/src/rest_v1/index.lua index 97a5d96..8d307de 100644 --- a/platform/cnf/src/rest_v1/index.lua +++ b/platform/cnf/src/rest_v1/index.lua @@ -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) diff --git a/platform/cnf/src/rest_v1/ipsec_rest.lua b/platform/cnf/src/rest_v1/ipsec_rest.lua index 5f0e7a0..8500820 100644 --- a/platform/cnf/src/rest_v1/ipsec_rest.lua +++ b/platform/cnf/src/rest_v1/ipsec_rest.lua @@ -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) diff --git a/platform/cnf/src/rest_v1/mwan3_rest.lua b/platform/cnf/src/rest_v1/mwan3_rest.lua index 05902fd..2efe6b9 100644 --- a/platform/cnf/src/rest_v1/mwan3_rest.lua +++ b/platform/cnf/src/rest_v1/mwan3_rest.lua @@ -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 diff --git a/platform/cnf/src/rest_v1/service.lua b/platform/cnf/src/rest_v1/service.lua index 6a54deb..b2de70c 100644 --- a/platform/cnf/src/rest_v1/service.lua +++ b/platform/cnf/src/rest_v1/service.lua @@ -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) diff --git a/platform/cnf/src/rest_v1/svc_rest.lua b/platform/cnf/src/rest_v1/svc_rest.lua index 06e9e6e..7c2613c 100644 --- a/platform/cnf/src/rest_v1/svc_rest.lua +++ b/platform/cnf/src/rest_v1/svc_rest.lua @@ -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) diff --git a/platform/cnf/src/rest_v1/utils.lua b/platform/cnf/src/rest_v1/utils.lua index f3627aa..1e4b488 100644 --- a/platform/cnf/src/rest_v1/utils.lua +++ b/platform/cnf/src/rest_v1/utils.lua @@ -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