Explorar o código

run update.sh (for fred's license changes)

Joe Ferguson %!s(int64=11) %!d(string=hai) anos
pai
achega
3ee80e96d5
Modificáronse 3 ficheiros con 20 adicións e 0 borrados
  1. 11 0
      buildpack-deps/README.md
  2. 4 0
      python/README.md
  3. 5 0
      rails/README.md

+ 11 - 0
buildpack-deps/README.md

@@ -12,6 +12,17 @@ things like Ruby Gems, PyPI modules, etc. For example, `buildpack-deps` would
 let you do a `bundle install` in an arbitrary application directory without
 let you do a `bundle install` in an arbitrary application directory without
 knowing beforehand that `ssl.h` is required to build a dependent module.
 knowing beforehand that `ssl.h` is required to build a dependent module.
 
 
+# How to use this image
+
+This stack is designed to be the foundation of a language-stack image.
+
+<!-- TODO: add an example -->
+
+# License
+
+View [license information](https://www.debian.org/social_contract#guidelines)
+for the software contained in this image.
+
 # User Feedback
 # User Feedback
 
 
 ## Issues
 ## Issues

+ 4 - 0
python/README.md

@@ -54,6 +54,10 @@ or (again, if you need to use Python 2):
 
 
     docker run -it --rm --name my-running-script -v "$(pwd)":/usr/src/myapp -w /usr/src/myapp python:2 python your-daemon-or-script.py
     docker run -it --rm --name my-running-script -v "$(pwd)":/usr/src/myapp -w /usr/src/myapp python:2 python your-daemon-or-script.py
 
 
+# License
+
+View license information for [Python 2](https://docs.python.org/2/license.html#)and [Python 3](https://docs.python.org/3/license.html#) software contained in this image.
+
 # User Feedback
 # User Feedback
 
 
 ## Issues
 ## Issues

+ 5 - 0
rails/README.md

@@ -39,6 +39,11 @@ need access outside the host, on port 8080:
 You can then go to `http://localhost:8080` or `http://host-ip:8080` in a
 You can then go to `http://localhost:8080` or `http://host-ip:8080` in a
 browser.
 browser.
 
 
+# License
+
+View [license information](https://github.com/rails/rails#license)
+for the software contained in this image.
+
 # User Feedback
 # User Feedback
 
 
 ## Issues
 ## Issues