diff --git a/README.md b/README.md index a78c666..7996359 100644 --- a/README.md +++ b/README.md @@ -201,3 +201,12 @@ To run this example from the Web UI, you can same steps following done on the CL OpenShift 3: Node.js Sample + +## Looking for help + +If you get stuck at some point, or think that this document needs further details or clarification, you can give feedback and look for help using the channels mentioned in [the OpenShift Origin repo](https://github.com/openshift/origin), or by filing an issue. + + +## License + +This code is dedicated to the public domain to the maximum extent permitted by applicable law, pursuant to [CC0](http://creativecommons.org/publicdomain/zero/1.0/). diff --git a/package.json b/package.json index 32173ad..3e8b184 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "url": "http://github.com/openshift/nodejs-ex.git" }, "author": "Steve Speicher ", - "license": "", + "license": "CC-BY-1.0", "bugs": { "url": "http://github.com/openshift/nodejs-ex/issues" },