]> git.maquefel.me Git - brevno-suite/hugo/commitdiff
watcher/filenotify: Remove redundant duplicated comments
authorOleksandr Redko <Oleksandr_Redko@epam.com>
Fri, 20 Oct 2023 11:10:37 +0000 (14:10 +0300)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sat, 21 Oct 2023 16:57:35 +0000 (18:57 +0200)
watcher/filenotify/fsnotify.go
watcher/filenotify/poller.go
watcher/filenotify/poller_test.go

index 19534128a3109a279e56b07cd0b0f583283bef29..2614e05d315a3bd0053f11805ad8f66ee44f74eb 100644 (file)
@@ -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"
index 91e1e21b891b45de0918c65e811e7dc5e66a95c6..3bde73bd81ed1d0eda70bce6a00bc69105b12521 100644 (file)
@@ -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 (
index 7416f793a4746e9c61ba660354830faa585a1ffa..166a19e8038e79de237f8e75544c99e224978019 100644 (file)
@@ -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 (