Add LICENSE notices

This commit is contained in:
kortschak
2014-04-07 16:30:00 +09:30
parent 325c2a27ab
commit 398e5b91bd
19 changed files with 76 additions and 0 deletions

4
doc.go
View File

@@ -1,3 +1,7 @@
// Copyright ©2014 The gonum Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
/*
Package graph implements functions and interfaces to deal with formal discrete graphs. It aims to
be first and foremost flexible, with speed as a strong second priority.