apache 2 license
diff --git a/healthcheck/index.js b/healthcheck/index.js
index 1713bdf..cc2bcb9 100644
--- a/healthcheck/index.js
+++ b/healthcheck/index.js
@@ -22,8 +22,9 @@
         res.write(JSON.stringify(healthInfo))
         res.end()
       }
-      else
+      else {
         next()
+      }
     }
   }
 }
diff --git a/healthcheck/package.json b/healthcheck/package.json
index 001c9c5..ae4a118 100644
--- a/healthcheck/package.json
+++ b/healthcheck/package.json
@@ -14,7 +14,7 @@
     "url": "git+https://github.com/apigee/microgateway-plugins.git"
   },
   "author": "srinandan",
-  "license": "ISC",
+  "license": "Apache 2.0",
   "bugs": {
     "url": "https://github.com/apigee/microgateway-plugins/issues"
   },