Merge pull request #56 from infosiftr/license

Add license link to gcc, java, node
This commit is contained in:
Tianon Gravi 2014-10-01 15:23:28 -06:00
commit b0aa8e80a8
6 changed files with 21 additions and 0 deletions

View File

@ -52,6 +52,11 @@ command inside your container:
docker run --rm -v "$(pwd)":/usr/src/myapp -w /usr/src/myapp gcc:4.9 make
# License
View [license information](https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/COPYING3?view=markup)
for the software contained in this image.
# User Feedback
## Issues

2
gcc/license.md Normal file
View File

@ -0,0 +1,2 @@
View [license information](https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/COPYING3?view=markup)
for the software contained in this image.

View File

@ -49,6 +49,11 @@ working directory to the volume, and run the command `javac Main.java` which
will tell Java to compile the code in `Main.java` and output the Java class file
to `Main.class`.
# License
View [license information](http://openjdk.java.net/legal/gplv2+ce.html)
for the software contained in this image.
# User Feedback
## Issues

2
java/license.md Normal file
View File

@ -0,0 +1,2 @@
View [license information](http://openjdk.java.net/legal/gplv2+ce.html)
for the software contained in this image.

View File

@ -57,6 +57,11 @@ Node.js Docker image directly:
docker run -it --rm --name my-running-script -v "$(pwd)":/usr/src/myapp -w /usr/src/myapp node:0.10 node your-daemon-or-script.js
# License
View [license information](https://github.com/joyent/node/blob/master/LICENSE)
for the software contained in this image.
# User Feedback
## Issues

2
node/license.md Normal file
View File

@ -0,0 +1,2 @@
View [license information](https://github.com/joyent/node/blob/master/LICENSE)
for the software contained in this image.