Add copyright notices to all remaining files.

This commit is contained in:
Julius Volz 2013-02-07 11:49:04 +01:00
parent d8c4f2c3c9
commit 16d9dcd6a8
23 changed files with 310 additions and 63 deletions

View file

@ -10,7 +10,7 @@ import (
"sort"
)
import (
"github.com/prometheus/prometheus/model"
"github.com/matttproud/prometheus/model"
"strconv"
)