diff --git a/watcher/filenotify/fsnotify.go b/watcher/filenotify/fsnotify.go index 19534128a..2614e05d3 100644 --- a/watcher/filenotify/fsnotify.go +++ b/watcher/filenotify/fsnotify.go @@ -1,5 +1,3 @@ -// Package filenotify is adapted from https://github.com/moby/moby/tree/master/pkg/filenotify, Apache-2.0 License. -// Hopefully this can be replaced with an external package sometime in the future, see https://github.com/fsnotify/fsnotify/issues/9 package filenotify import "github.com/fsnotify/fsnotify" diff --git a/watcher/filenotify/poller.go b/watcher/filenotify/poller.go index 91e1e21b8..3bde73bd8 100644 --- a/watcher/filenotify/poller.go +++ b/watcher/filenotify/poller.go @@ -1,5 +1,3 @@ -// Package filenotify is adapted from https://github.com/moby/moby/tree/master/pkg/filenotify, Apache-2.0 License. -// Hopefully this can be replaced with an external package sometime in the future, see https://github.com/fsnotify/fsnotify/issues/9 package filenotify import ( diff --git a/watcher/filenotify/poller_test.go b/watcher/filenotify/poller_test.go index 7416f793a..166a19e80 100644 --- a/watcher/filenotify/poller_test.go +++ b/watcher/filenotify/poller_test.go @@ -1,5 +1,3 @@ -// Package filenotify is adapted from https://github.com/moby/moby/tree/master/pkg/filenotify, Apache-2.0 License. -// Hopefully this can be replaced with an external package sometime in the future, see https://github.com/fsnotify/fsnotify/issues/9 package filenotify import (