You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hu...@apache.org on 2019/12/25 15:27:30 UTC

[dubbo-js] branch v3.0.0 updated: fixed example license

This is an automated email from the ASF dual-hosted git repository.

hufeng pushed a commit to branch v3.0.0
in repository https://gitbox.apache.org/repos/asf/dubbo-js.git


The following commit(s) were added to refs/heads/v3.0.0 by this push:
     new 2c2748e  fixed example license
     new 91d365b  Merge pull request #185 from hufeng/v3.0.0
2c2748e is described below

commit 2c2748efed5f12196ff58692f9d01c5078032486
Author: hufeng <fe...@gmail.com>
AuthorDate: Wed Dec 25 23:23:49 2019 +0800

    fixed example license
---
 examples/hello-egg/package.json | 2 +-
 examples/hello-koa/package.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/hello-egg/package.json b/examples/hello-egg/package.json
index c5f011a..58af6ba 100644
--- a/examples/hello-egg/package.json
+++ b/examples/hello-egg/package.json
@@ -59,5 +59,5 @@
     "coverage"
   ],
   "author": "",
-  "license": "MIT"
+  "license": "Apache Licence 2.0"
 }
diff --git a/examples/hello-koa/package.json b/examples/hello-koa/package.json
index 444c53d..912e252 100644
--- a/examples/hello-koa/package.json
+++ b/examples/hello-koa/package.json
@@ -11,7 +11,7 @@
   },
   "keywords": [],
   "author": "",
-  "license": "ISC",
+  "license": "Apache Licence 2.0",
   "devDependencies": {
     "koa": "^2.4.1",
     "koa-router": "^7.3.0"