diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-21 12:50:09 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-21 12:50:09 -0400 |
commit | 2f2635528d8e428e0fafaf7877a4572a397cdf52 (patch) | |
tree | aea27617e406050b507efa379ea6a1bf7497d6d3 /Utility/DirWatcher | |
parent | 14a50deef7c83c104ce5e706dfb2e9887a37e663 (diff) |
update my email address and homepage url
Diffstat (limited to 'Utility/DirWatcher')
-rw-r--r-- | Utility/DirWatcher/FSEvents.hs | 2 | ||||
-rw-r--r-- | Utility/DirWatcher/INotify.hs | 2 | ||||
-rw-r--r-- | Utility/DirWatcher/Kqueue.hs | 2 | ||||
-rw-r--r-- | Utility/DirWatcher/Types.hs | 2 | ||||
-rw-r--r-- | Utility/DirWatcher/Win32Notify.hs | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/Utility/DirWatcher/FSEvents.hs b/Utility/DirWatcher/FSEvents.hs index e16de7b94..a07139c44 100644 --- a/Utility/DirWatcher/FSEvents.hs +++ b/Utility/DirWatcher/FSEvents.hs @@ -1,6 +1,6 @@ {- FSEvents interface - - - Copyright 2012 Joey Hess <joey@kitenet.net> + - Copyright 2012 Joey Hess <id@joeyh.name> - - License: BSD-2-clause -} diff --git a/Utility/DirWatcher/INotify.hs b/Utility/DirWatcher/INotify.hs index 9400c7940..4d11b95a8 100644 --- a/Utility/DirWatcher/INotify.hs +++ b/Utility/DirWatcher/INotify.hs @@ -1,6 +1,6 @@ {- higher-level inotify interface - - - Copyright 2012 Joey Hess <joey@kitenet.net> + - Copyright 2012 Joey Hess <id@joeyh.name> - - License: BSD-2-clause -} diff --git a/Utility/DirWatcher/Kqueue.hs b/Utility/DirWatcher/Kqueue.hs index 453c8d3f1..b0a6ed84f 100644 --- a/Utility/DirWatcher/Kqueue.hs +++ b/Utility/DirWatcher/Kqueue.hs @@ -1,6 +1,6 @@ {- BSD kqueue file modification notification interface - - - Copyright 2012 Joey Hess <joey@kitenet.net> + - Copyright 2012 Joey Hess <id@joeyh.name> - - License: BSD-2-clause -} diff --git a/Utility/DirWatcher/Types.hs b/Utility/DirWatcher/Types.hs index 2c92d6cd5..75ef69f83 100644 --- a/Utility/DirWatcher/Types.hs +++ b/Utility/DirWatcher/Types.hs @@ -1,6 +1,6 @@ {- generic directory watching types - - - Copyright 2012 Joey Hess <joey@kitenet.net> + - Copyright 2012 Joey Hess <id@joeyh.name> - - License: BSD-2-clause -} diff --git a/Utility/DirWatcher/Win32Notify.hs b/Utility/DirWatcher/Win32Notify.hs index 54f34935a..3428f3db3 100644 --- a/Utility/DirWatcher/Win32Notify.hs +++ b/Utility/DirWatcher/Win32Notify.hs @@ -1,6 +1,6 @@ {- Win32-notify interface - - - Copyright 2013 Joey Hess <joey@kitenet.net> + - Copyright 2013 Joey Hess <id@joeyh.name> - - License: BSD-2-clause -} |