From 1335e5640f2bc5ebbe82cf5ecb80071723eb3bb7 Mon Sep 17 00:00:00 2001 From: PI-Victor Date: Sat, 16 Apr 2016 19:41:21 +0200 Subject: [PATCH] add HELP and LICENSE information --- README.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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" },