add copyright statements

This commit is contained in:
Sridhar Ratnakumar 2014-04-12 16:59:40 -07:00
parent f6d4bc16d4
commit baf6674f00
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// Copyright (c) 2013 ActiveState Software Inc. All rights reserved.
package tail package tail
// RateMonitor is a naive rate monitor that monitors the number of // RateMonitor is a naive rate monitor that monitors the number of

View File

@ -1,3 +1,5 @@
// Copyright (c) 2013 ActiveState Software Inc. All rights reserved.
package watch package watch
import ( import (