Skip to content

Commit 1335e56

Browse files
author
PI-Victor
committed
add HELP and LICENSE information
1 parent 81f62ff commit 1335e56

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -201,3 +201,12 @@ To run this example from the Web UI, you can same steps following done on the CL
201201
<a href="http://www.youtube.com/watch?feature=player_embedded&v=uocucZqg_0I&t=225" target="_blank">
202202
<img src="http://img.youtube.com/vi/uocucZqg_0I/0.jpg"
203203
alt="OpenShift 3: Node.js Sample" width="240" height="180" border="10" /></a>
204+
205+
## Looking for help
206+
207+
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.
208+
209+
210+
## License
211+
212+
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/).

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"url": "http://github.com/openshift/nodejs-ex.git"
2626
},
2727
"author": "Steve Speicher <[email protected]>",
28-
"license": "",
28+
"license": "CC-BY-1.0",
2929
"bugs": {
3030
"url": "http://github.com/openshift/nodejs-ex/issues"
3131
},

0 commit comments

Comments
 (0)