mirror of https://github.com/docker/docs.git
Merge pull request #9528 from SvenDowideit/add-license-to-docs
Add Apache license and link to the docs
This commit is contained in:
commit
8bfe4d906e
|
@ -202,5 +202,7 @@ For more information, please see http://www.bis.doc.gov
|
|||
|
||||
Licensing
|
||||
=========
|
||||
Docker is licensed under the Apache License, Version 2.0. See LICENSE for full license text.
|
||||
Docker is licensed under the Apache License, Version 2.0. See
|
||||
[LICENSE](https://github.com/docker/docker/blob/master/LICENSE) for the full
|
||||
license text.
|
||||
|
||||
|
|
|
@ -88,4 +88,12 @@ implementation, check out the [Docker User Guide](/userguide/).
|
|||
|
||||
## Release Notes
|
||||
|
||||
A summary of the changes in each release in the current series can now be found on the separate [Release Notes page](/release-notes/)
|
||||
A summary of the changes in each release in the current series can now be found
|
||||
on the separate [Release Notes page](/release-notes/)
|
||||
|
||||
## Licensing
|
||||
|
||||
Docker is licensed under the Apache License, Version 2.0. See
|
||||
[LICENSE](https://github.com/docker/docker/blob/master/LICENSE) for the full
|
||||
license text.
|
||||
|
||||
|
|
Loading…
Reference in New Issue