From 74360c123080318f69471354bf225b72c73a02f9 Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Wed, 1 Oct 2014 15:16:34 -0600 Subject: [PATCH] Add license link to gcc, java, node --- gcc/README.md | 5 +++++ gcc/license.md | 2 ++ java/README.md | 5 +++++ java/license.md | 2 ++ node/README.md | 5 +++++ node/license.md | 2 ++ 6 files changed, 21 insertions(+) create mode 100644 gcc/license.md create mode 100644 java/license.md create mode 100644 node/license.md diff --git a/gcc/README.md b/gcc/README.md index a185f141d..c218bc1ef 100644 --- a/gcc/README.md +++ b/gcc/README.md @@ -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 diff --git a/gcc/license.md b/gcc/license.md new file mode 100644 index 000000000..8dc41a3c1 --- /dev/null +++ b/gcc/license.md @@ -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. diff --git a/java/README.md b/java/README.md index bf3e54dac..45f97fcfa 100644 --- a/java/README.md +++ b/java/README.md @@ -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 diff --git a/java/license.md b/java/license.md new file mode 100644 index 000000000..06da38278 --- /dev/null +++ b/java/license.md @@ -0,0 +1,2 @@ +View [license information](http://openjdk.java.net/legal/gplv2+ce.html) +for the software contained in this image. diff --git a/node/README.md b/node/README.md index 6ab6bd2bd..fcf83ce21 100644 --- a/node/README.md +++ b/node/README.md @@ -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 diff --git a/node/license.md b/node/license.md new file mode 100644 index 000000000..e0c28d5f8 --- /dev/null +++ b/node/license.md @@ -0,0 +1,2 @@ +View [license information](https://github.com/joyent/node/blob/master/LICENSE) +for the software contained in this image.