From dc8a8bc664b7f1635470eb122c5cf42af057f46d Mon Sep 17 00:00:00 2001 From: Alan Donovan Date: Sun, 11 Oct 2015 12:56:10 -0400 Subject: [PATCH] Add CC-BY-NC-SA 4.0 license --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6596253..1e765e2 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ for the book, "The Go Programming Language"; see http://www.gopl.io. (At present, only gopl.io/ch1/helloworld is available. The other programs will be published as soon as the book is printed.) +All programs are licensed for use under the terms of +Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0). +Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. + You can download, build, and run the programs with the following commands: $ export GOPATH=$HOME/gobook # choose workspace directory