From baf6674f00b0bdc2938210041bcea6dd0e8cac7d Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 12 Apr 2014 16:59:40 -0700 Subject: [PATCH] add copyright statements --- rate.go | 2 ++ watch/inotify_tracker.go | 2 ++ 2 files changed, 4 insertions(+) diff --git a/rate.go b/rate.go index 447133e..ab639d0 100644 --- a/rate.go +++ b/rate.go @@ -1,3 +1,5 @@ +// Copyright (c) 2013 ActiveState Software Inc. All rights reserved. + package tail // RateMonitor is a naive rate monitor that monitors the number of diff --git a/watch/inotify_tracker.go b/watch/inotify_tracker.go index 29d6d43..5b64267 100644 --- a/watch/inotify_tracker.go +++ b/watch/inotify_tracker.go @@ -1,3 +1,5 @@ +// Copyright (c) 2013 ActiveState Software Inc. All rights reserved. + package watch import (