add copyright statements
This commit is contained in:
parent
f6d4bc16d4
commit
baf6674f00
2
rate.go
2
rate.go
|
@ -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
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
// Copyright (c) 2013 ActiveState Software Inc. All rights reserved.
|
||||||
|
|
||||||
package watch
|
package watch
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in New Issue