Skip to content
This repository was archived by the owner on Mar 11, 2020. It is now read-only.

Commit 75b24ac

Browse files
committed
Fix copyright statement
Removes placeholder, and adds basic copyright/license section to the README Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent e60ed56 commit 75b24ac

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright {yyyy} {name of copyright owner}
189+
Copyright 2015 Docker, Inc.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

Diff for: README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
# p9p
22
A modern, performant 9P library for Go
3+
4+
## Copyright and license
5+
6+
Copyright © 2015 Docker, Inc. go-p9p is licensed under the Apache License,
7+
Version 2.0. See [LICENSE](LICENSE) for the full license text.

0 commit comments

Comments
 (0)