Removed redudant license info
diff --git a/position.go b/position.go index 83f0eb9..266bfcb 100644 --- a/position.go +++ b/position.go
@@ -1,7 +1,4 @@ // Position support for go-toml -// -// BSD Licensed -// Copyright 2014 eric.t.anderton@gmail.com package toml
diff --git a/position_test.go b/position_test.go index 8c4cdaf..4cf0ebd 100644 --- a/position_test.go +++ b/position_test.go
@@ -1,7 +1,5 @@ // Testing support for go-toml -// -// BSD Licensed -// Copyright 2014 eric.t.anderton@gmail.com + package toml import (