From fbd84192fedcb0915b63d3197950e65139d06f16 Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Thu, 11 Feb 2021 02:58:34 -0500 Subject: [functions-framework-cpp] populate license field (#16163) --- ports/functions-framework-cpp/vcpkg.json | 2 ++ versions/baseline.json | 2 +- versions/f-/functions-framework-cpp.json | 5 +++++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ports/functions-framework-cpp/vcpkg.json b/ports/functions-framework-cpp/vcpkg.json index 74bcf523c..49d41bb8d 100644 --- a/ports/functions-framework-cpp/vcpkg.json +++ b/ports/functions-framework-cpp/vcpkg.json @@ -1,8 +1,10 @@ { "name": "functions-framework-cpp", "version-string": "0.3.0", + "port-version": 1, "description": "Functions Framework for C++.", "homepage": "https://github.com/GoogleCloudPlatform/functions-framework-cpp/", + "license": "Apache-2.0", "dependencies": [ "abseil", "boost-beast", diff --git a/versions/baseline.json b/versions/baseline.json index 268f0dafe..7a426045d 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2070,7 +2070,7 @@ }, "functions-framework-cpp": { "baseline": "0.3.0", - "port-version": 0 + "port-version": 1 }, "fuzzylite": { "baseline": "6.0", diff --git a/versions/f-/functions-framework-cpp.json b/versions/f-/functions-framework-cpp.json index 3a3ad4a35..9f70b1afa 100644 --- a/versions/f-/functions-framework-cpp.json +++ b/versions/f-/functions-framework-cpp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1506acc2df21c0b49e93d73da7229d524ace0fb3", + "version-string": "0.3.0", + "port-version": 1 + }, { "git-tree": "35de9501f7e2c91bb35da41cffac790008330a3c", "version-string": "0.3.0", -- cgit v1.2.3