commit 75b24ac26f4d124968fe56c3c4b257e6c58e9ef2 from: Sebastiaan van Stijn date: Wed Apr 06 04:01:19 2016 UTC Fix copyright statement Removes placeholder, and adds basic copyright/license section to the README Signed-off-by: Sebastiaan van Stijn commit - e60ed56ed9dbee0bd84e5568ea9b3ebc76bd3759 commit + 75b24ac26f4d124968fe56c3c4b257e6c58e9ef2 blob - 8f71f43fee3f78649d238238cbde51e6d7055c82 blob + 34fc18b87391e2b946eab0f0e4fae9713ce24c8c --- LICENSE +++ LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright {yyyy} {name of copyright owner} + Copyright 2015 Docker, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. blob - 44785e217f9244d0b2e3d5719768200a720d9977 blob + b66acf27f1b54e0ef1d8839de04bb81382879ea9 --- README.md +++ README.md @@ -1,2 +1,7 @@ # p9p A modern, performant 9P library for Go + +## Copyright and license + +Copyright © 2015 Docker, Inc. go-p9p is licensed under the Apache License, +Version 2.0. See [LICENSE](LICENSE) for the full license text.