ref: adding copyright headers and licensing files
Change-Id: I135f73159c3e010f7faf14f1215bbd74eb32c2cb
diff --git a/lib/stats/counter.go b/lib/stats/counter.go
index 3f2beff..6482149 100644
--- a/lib/stats/counter.go
+++ b/lib/stats/counter.go
@@ -1,3 +1,7 @@
+// Copyright 2015 The Vanadium 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 stats
import (
diff --git a/lib/stats/counter/counter.go b/lib/stats/counter/counter.go
index 0dc4ec9..947e1b7 100644
--- a/lib/stats/counter/counter.go
+++ b/lib/stats/counter/counter.go
@@ -1,3 +1,7 @@
+// Copyright 2015 The Vanadium 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 counter implements counters that keeps track of their recent values
// over different periods of time.
// Example:
diff --git a/lib/stats/counter/counter_test.go b/lib/stats/counter/counter_test.go
index dba6c39..4533adb 100644
--- a/lib/stats/counter/counter_test.go
+++ b/lib/stats/counter/counter_test.go
@@ -1,3 +1,7 @@
+// Copyright 2015 The Vanadium 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 counter_test
import (
diff --git a/lib/stats/counter/timeseries.go b/lib/stats/counter/timeseries.go
index 3573d57..36dfbd8 100644
--- a/lib/stats/counter/timeseries.go
+++ b/lib/stats/counter/timeseries.go
@@ -1,3 +1,7 @@
+// Copyright 2015 The Vanadium 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 counter
import (
diff --git a/lib/stats/counter/timeseries_test.go b/lib/stats/counter/timeseries_test.go
index 9a3700d..8bd3bbd 100644
--- a/lib/stats/counter/timeseries_test.go
+++ b/lib/stats/counter/timeseries_test.go
@@ -1,3 +1,7 @@
+// Copyright 2015 The Vanadium 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 counter
import (
diff --git a/lib/stats/counter/tracker.go b/lib/stats/counter/tracker.go
index 30cc114..aea38a6 100644
--- a/lib/stats/counter/tracker.go
+++ b/lib/stats/counter/tracker.go
@@ -1,3 +1,7 @@
+// Copyright 2015 The Vanadium 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 counter
import (
diff --git a/lib/stats/counter/tracker_test.go b/lib/stats/counter/tracker_test.go
index b8b5235..5800148 100644
--- a/lib/stats/counter/tracker_test.go
+++ b/lib/stats/counter/tracker_test.go
@@ -1,3 +1,7 @@
+// Copyright 2015 The Vanadium 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 counter_test
import (
diff --git a/lib/stats/float.go b/lib/stats/float.go
index d74f957..11ad378 100644
--- a/lib/stats/float.go
+++ b/lib/stats/float.go
@@ -1,3 +1,7 @@
+// Copyright 2015 The Vanadium 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 stats
import (
diff --git a/lib/stats/func.go b/lib/stats/func.go
index 2a9c193..083c68e 100644
--- a/lib/stats/func.go
+++ b/lib/stats/func.go
@@ -1,3 +1,7 @@
+// Copyright 2015 The Vanadium 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 stats
import (
diff --git a/lib/stats/glob.go b/lib/stats/glob.go
index 25884d1..51b9a83 100644
--- a/lib/stats/glob.go
+++ b/lib/stats/glob.go
@@ -1,3 +1,7 @@
+// Copyright 2015 The Vanadium 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 stats
import (
diff --git a/lib/stats/histogram.go b/lib/stats/histogram.go
index 280b5ba..7ccdcce 100644
--- a/lib/stats/histogram.go
+++ b/lib/stats/histogram.go
@@ -1,3 +1,7 @@
+// Copyright 2015 The Vanadium 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 stats
import (
diff --git a/lib/stats/histogram/histogram.go b/lib/stats/histogram/histogram.go
index dd6aaa9..246a3aa 100644
--- a/lib/stats/histogram/histogram.go
+++ b/lib/stats/histogram/histogram.go
@@ -1,3 +1,7 @@
+// Copyright 2015 The Vanadium 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 histogram implements a basic histogram to keep track of data
// distribution.
package histogram
diff --git a/lib/stats/histogram/histogram_test.go b/lib/stats/histogram/histogram_test.go
index f213809..7de2348 100644
--- a/lib/stats/histogram/histogram_test.go
+++ b/lib/stats/histogram/histogram_test.go
@@ -1,3 +1,7 @@
+// Copyright 2015 The Vanadium 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 histogram_test
import (
diff --git a/lib/stats/integer.go b/lib/stats/integer.go
index c741b4c..b101489 100644
--- a/lib/stats/integer.go
+++ b/lib/stats/integer.go
@@ -1,3 +1,7 @@
+// Copyright 2015 The Vanadium 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 stats
import (
diff --git a/lib/stats/map.go b/lib/stats/map.go
index 89312f6..9d16aba 100644
--- a/lib/stats/map.go
+++ b/lib/stats/map.go
@@ -1,3 +1,7 @@
+// Copyright 2015 The Vanadium 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 stats
import (
diff --git a/lib/stats/stats.go b/lib/stats/stats.go
index d06dabf..e5932b4 100644
--- a/lib/stats/stats.go
+++ b/lib/stats/stats.go
@@ -1,3 +1,7 @@
+// Copyright 2015 The Vanadium 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 stats implements a global repository of stats objects. Each object
// has a name and a value.
// Example:
diff --git a/lib/stats/stats_test.go b/lib/stats/stats_test.go
index 25aded6..60aa37d 100644
--- a/lib/stats/stats_test.go
+++ b/lib/stats/stats_test.go
@@ -1,3 +1,7 @@
+// Copyright 2015 The Vanadium 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 stats_test
import (
diff --git a/lib/stats/string.go b/lib/stats/string.go
index ad7fa35..3162ce0 100644
--- a/lib/stats/string.go
+++ b/lib/stats/string.go
@@ -1,3 +1,7 @@
+// Copyright 2015 The Vanadium 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 stats
import (
diff --git a/lib/stats/sysstats/sysstats.go b/lib/stats/sysstats/sysstats.go
index 76eafac..86772fd 100644
--- a/lib/stats/sysstats/sysstats.go
+++ b/lib/stats/sysstats/sysstats.go
@@ -1,3 +1,7 @@
+// Copyright 2015 The Vanadium 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 sysstats exports system statistics, and updates them periodically.
// The package does not export any symbols, but needs to be imported for its
// side-effects.
diff --git a/lib/stats/sysstats/sysstats_test.go b/lib/stats/sysstats/sysstats_test.go
index e86557f..8bcf3f3 100644
--- a/lib/stats/sysstats/sysstats_test.go
+++ b/lib/stats/sysstats/sysstats_test.go
@@ -1,3 +1,7 @@
+// Copyright 2015 The Vanadium 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 sysstats_test
import (