summaryrefslogtreecommitdiffstats
path: root/watcher
diff options
context:
space:
mode:
authorOleksandr Redko <Oleksandr_Redko@epam.com>2023-10-20 14:10:37 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-10-21 18:57:35 +0200
commitc23a0c4a0f468c718f6783b3498d0aa9801d00bf (patch)
tree2efc162f041234cc2c675ef73c11441315ce4f18 /watcher
parenta95670b981c5dbee7b7b72408191cdcc9ccb0fde (diff)
watcher/filenotify: Remove redundant duplicated comments
Diffstat (limited to 'watcher')
-rw-r--r--watcher/filenotify/fsnotify.go2
-rw-r--r--watcher/filenotify/poller.go2
-rw-r--r--watcher/filenotify/poller_test.go2
3 files changed, 0 insertions, 6 deletions
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 (