You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2021/01/08 00:05:34 UTC

[beam] 01/01: Correct the license in website package.json file

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 <aa...@gmail.com>
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",