This is an automated email from the ASF dual-hosted git repository. altay pushed a commit to branch aaltay-patch-1 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 2e95a204626d2b70a670826d360041f05989c174 Author: Ahmet Altay <[email protected]> AuthorDate: Thu Jan 7 16:05:02 2021 -0800 Correct the license in website package.json file --- website/www/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/www/package.json b/website/www/package.json index 186858f..cd336b6 100644 --- a/website/www/package.json +++ b/website/www/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "Apache Beam website", "repository": "apache/beam", - "license": "MIT", + "license": "Apache-2.0", "scripts": { "build_code_samples": "./build_code_samples.sh", "develop": "cd site && hugo server",
