fixed example license
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"