[x/blog] content/go-brand: make slide theme license match all our other content

The blog post says the slide theme is licensed under
Creative Commons Attribution-ShareAlike 4.0 International License
but we license all our blog content and the gopher images
under Creative Commons Attributions 3.0.
Do the same here, after discussion with Steve Francia.
The use of CC-SA 4 was an oversight.

Change-Id: I0bfa720627be719107636f483aca01ba94b229a4
Reviewed-on: https://go-review.googlesource.com/109916
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
X-Blog-Commit: ba39ac5dc54ac8b5b86cd56b8935ff70c37f4076
2 files changed
tree: 4369296bf01fd57494bf33d28a9eb2c35f1dc1dd
  1. blog/
  2. AUTHORS
  3. CONTRIBUTING.md
  4. CONTRIBUTORS
  5. LICENSE
  6. PATENTS
  7. README.md
README.md

Go Website

This repository holds the Go Website server code and content.

Download/Install

The easiest way to install is to run go get -u golang.org/x/website. You can also manually git clone the repository to $GOPATH/src/golang.org/x/website.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.

The main issue tracker for the time repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/website:” in the subject line, so it is easy to find.