summaryrefslogtreecommitdiff
path: root/debian/copyright
AgeCommit message (Collapse)AuthorFilesLines
2013-07-19Relicense debian/ under the Go licenseMichael Stapelberg1-3/+4
2011-04-20Remove xkcd strip to get rid of CC-NC-BYOndřej Surý1-25/+0
2011-02-14Relicence from versionless GPL to GPL-3Ondřej Surý1-3/+3
2011-01-17Fill out copyright fileJonathan Nieder1-46/+1148
Glance over license headers and document findings in a format vaguely similar to that documented at <http://dep.debian.net/deps/dep5/>. Still to do: * match up files in src/pkg/debug/*/testdata/* to corresponding source * check MPEG license: does it permit modification? * check pngsuite licensing: does it permit modification? * figure out how to deal with third-party content in PDFs: - color profiles are labelled as copyright Apple - xkcd comic does not permit commercial use * add license notices where missing. check the result with ‘licensecheck’.
2011-01-17Initial packaging for DebianIvan Wong1-0/+55
Currently I see two show stoppers: - the ugly wrapper for those env. variables. I don't really want to have it but $GOROOT is also what the build process depends and makes changes to. I will be surely more than happy if we can have a better solution. - missing man pages