From 2f2635528d8e428e0fafaf7877a4572a397cdf52 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 21 Jan 2015 12:50:09 -0400 Subject: update my email address and homepage url --- Utility/Applicative.hs | 2 +- Utility/Base64.hs | 2 +- Utility/Batch.hs | 2 +- Utility/Bloom.hs | 2 +- Utility/CoProcess.hs | 2 +- Utility/CopyFile.hs | 2 +- Utility/DBus.hs | 2 +- Utility/Daemon.hs | 2 +- Utility/Data.hs | 2 +- Utility/DataUnits.hs | 2 +- Utility/DirWatcher.hs | 2 +- Utility/DirWatcher/FSEvents.hs | 2 +- Utility/DirWatcher/INotify.hs | 2 +- Utility/DirWatcher/Kqueue.hs | 2 +- Utility/DirWatcher/Types.hs | 2 +- Utility/DirWatcher/Win32Notify.hs | 2 +- Utility/Directory.hs | 2 +- Utility/DiskFree.hs | 2 +- Utility/Dot.hs | 2 +- Utility/DottedVersion.hs | 2 +- Utility/Env.hs | 2 +- Utility/Exception.hs | 2 +- Utility/ExternalSHA.hs | 2 +- Utility/FileMode.hs | 2 +- Utility/FileSystemEncoding.hs | 2 +- Utility/Format.hs | 2 +- Utility/FreeDesktop.hs | 2 +- Utility/Glob.hs | 2 +- Utility/Gpg.hs | 2 +- Utility/HumanNumber.hs | 2 +- Utility/HumanTime.hs | 2 +- Utility/InodeCache.hs | 2 +- Utility/JSONStream.hs | 2 +- Utility/LinuxMkLibs.hs | 2 +- Utility/LockFile.hs | 2 +- Utility/LockFile/Posix.hs | 2 +- Utility/LockFile/Windows.hs | 2 +- Utility/LogFile.hs | 2 +- Utility/Lsof.hs | 2 +- Utility/Matcher.hs | 2 +- Utility/Metered.hs | 2 +- Utility/Misc.hs | 2 +- Utility/Monad.hs | 2 +- Utility/Mounts.hsc | 2 +- Utility/Network.hs | 2 +- Utility/NotificationBroadcaster.hs | 2 +- Utility/OSX.hs | 2 +- Utility/PID.hs | 2 +- Utility/Parallel.hs | 2 +- Utility/Path.hs | 2 +- Utility/Percentage.hs | 2 +- Utility/PosixFiles.hs | 2 +- Utility/QuickCheck.hs | 2 +- Utility/Quvi.hs | 2 +- Utility/Rsync.hs | 2 +- Utility/SRV.hs | 2 +- Utility/SafeCommand.hs | 2 +- Utility/Scheduled.hs | 2 +- Utility/Shell.hs | 2 +- Utility/SimpleProtocol.hs | 2 +- Utility/SshConfig.hs | 2 +- Utility/TList.hs | 2 +- Utility/Tense.hs | 2 +- Utility/ThreadLock.hs | 2 +- Utility/ThreadScheduler.hs | 2 +- Utility/Tmp.hs | 2 +- Utility/Touch.hsc | 2 +- Utility/URI.hs | 2 +- Utility/Url.hs | 2 +- Utility/UserInfo.hs | 2 +- Utility/Verifiable.hs | 2 +- Utility/WebApp.hs | 2 +- Utility/WinProcess.hs | 2 +- Utility/Yesod.hs | 2 +- Utility/libdiskfree.c | 2 +- Utility/libkqueue.c | 2 +- Utility/libmounts.c | 2 +- 77 files changed, 77 insertions(+), 77 deletions(-) (limited to 'Utility') diff --git a/Utility/Applicative.hs b/Utility/Applicative.hs index fd8944b28..fce3c0485 100644 --- a/Utility/Applicative.hs +++ b/Utility/Applicative.hs @@ -1,6 +1,6 @@ {- applicative stuff - - - Copyright 2012 Joey Hess + - Copyright 2012 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/Base64.hs b/Utility/Base64.hs index 3f0c19965..56637a117 100644 --- a/Utility/Base64.hs +++ b/Utility/Base64.hs @@ -1,6 +1,6 @@ {- Simple Base64 access - - - Copyright 2011 Joey Hess + - Copyright 2011 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/Batch.hs b/Utility/Batch.hs index ff81318fb..d96f9d3f3 100644 --- a/Utility/Batch.hs +++ b/Utility/Batch.hs @@ -1,6 +1,6 @@ {- Running a long or expensive batch operation niced. - - - Copyright 2013 Joey Hess + - Copyright 2013 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/Bloom.hs b/Utility/Bloom.hs index b0988a8c4..aee760a1d 100644 --- a/Utility/Bloom.hs +++ b/Utility/Bloom.hs @@ -1,6 +1,6 @@ {- bloomfilter compatability wrapper - - - Copyright 2014 Joey Hess + - Copyright 2014 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/CoProcess.hs b/Utility/CoProcess.hs index 97826ec1e..9854b47fc 100644 --- a/Utility/CoProcess.hs +++ b/Utility/CoProcess.hs @@ -1,7 +1,7 @@ {- Interface for running a shell command as a coprocess, - sending it queries and getting back results. - - - Copyright 2012-2013 Joey Hess + - Copyright 2012-2013 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/CopyFile.hs b/Utility/CopyFile.hs index 503ab842a..b123d006d 100644 --- a/Utility/CopyFile.hs +++ b/Utility/CopyFile.hs @@ -1,6 +1,6 @@ {- file copying - - - Copyright 2010-2014 Joey Hess + - Copyright 2010-2014 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/DBus.hs b/Utility/DBus.hs index 29dbc9479..5b0470301 100644 --- a/Utility/DBus.hs +++ b/Utility/DBus.hs @@ -1,6 +1,6 @@ {- DBus utilities - - - Copyright 2012 Joey Hess + - Copyright 2012 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/Daemon.hs b/Utility/Daemon.hs index d1f539e98..d7f0407be 100644 --- a/Utility/Daemon.hs +++ b/Utility/Daemon.hs @@ -1,6 +1,6 @@ {- daemon support - - - Copyright 2012-2014 Joey Hess + - Copyright 2012-2014 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/Data.hs b/Utility/Data.hs index 2df12b36d..5ecd218fb 100644 --- a/Utility/Data.hs +++ b/Utility/Data.hs @@ -1,6 +1,6 @@ {- utilities for simple data types - - - Copyright 2013 Joey Hess + - Copyright 2013 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/DataUnits.hs b/Utility/DataUnits.hs index e035b2f86..3ff553887 100644 --- a/Utility/DataUnits.hs +++ b/Utility/DataUnits.hs @@ -1,6 +1,6 @@ {- data size display and parsing - - - Copyright 2011 Joey Hess + - Copyright 2011 Joey Hess - - License: BSD-2-clause - diff --git a/Utility/DirWatcher.hs b/Utility/DirWatcher.hs index 7e582239d..3d3c14619 100644 --- a/Utility/DirWatcher.hs +++ b/Utility/DirWatcher.hs @@ -4,7 +4,7 @@ - (and subdirectories) for changes, and runs hooks for different - sorts of events as they occur. - - - Copyright 2012-2013 Joey Hess + - Copyright 2012-2013 Joey Hess - - License: BSD-2-clause -} 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 + - Copyright 2012 Joey Hess - - 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 + - Copyright 2012 Joey Hess - - 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 + - Copyright 2012 Joey Hess - - 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 + - Copyright 2012 Joey Hess - - 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 + - Copyright 2013 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/Directory.hs b/Utility/Directory.hs index e4e4b80a7..85ec8bf45 100644 --- a/Utility/Directory.hs +++ b/Utility/Directory.hs @@ -1,6 +1,6 @@ {- directory traversal and manipulation - - - Copyright 2011-2014 Joey Hess + - Copyright 2011-2014 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/DiskFree.hs b/Utility/DiskFree.hs index af4431e88..c4125d4f0 100644 --- a/Utility/DiskFree.hs +++ b/Utility/DiskFree.hs @@ -1,6 +1,6 @@ {- disk free space checking - - - Copyright 2012, 2014 Joey Hess + - Copyright 2012, 2014 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/Dot.hs b/Utility/Dot.hs index 3bea644f7..e21915d32 100644 --- a/Utility/Dot.hs +++ b/Utility/Dot.hs @@ -1,6 +1,6 @@ {- a simple graphviz / dot(1) digraph description generator library - - - Copyright 2010 Joey Hess + - Copyright 2010 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/DottedVersion.hs b/Utility/DottedVersion.hs index 14aa16da9..67e40ff3c 100644 --- a/Utility/DottedVersion.hs +++ b/Utility/DottedVersion.hs @@ -1,6 +1,6 @@ {- dotted versions, such as 1.0.1 - - - Copyright 2011-2014 Joey Hess + - Copyright 2011-2014 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/Env.hs b/Utility/Env.hs index ff6644fbf..fdf06d807 100644 --- a/Utility/Env.hs +++ b/Utility/Env.hs @@ -1,6 +1,6 @@ {- portable environment variables - - - Copyright 2013 Joey Hess + - Copyright 2013 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/Exception.hs b/Utility/Exception.hs index ef3ab1dac..ab47ae95f 100644 --- a/Utility/Exception.hs +++ b/Utility/Exception.hs @@ -1,6 +1,6 @@ {- Simple IO exception handling (and some more) - - - Copyright 2011-2014 Joey Hess + - Copyright 2011-2014 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/ExternalSHA.hs b/Utility/ExternalSHA.hs index 858d04e6a..6cef2830d 100644 --- a/Utility/ExternalSHA.hs +++ b/Utility/ExternalSHA.hs @@ -3,7 +3,7 @@ - This is typically a bit faster than using Haskell libraries, - by around 1% to 10%. Worth it for really big files. - - - Copyright 2011-2013 Joey Hess + - Copyright 2011-2013 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/FileMode.hs b/Utility/FileMode.hs index 832250bde..5c4001ed8 100644 --- a/Utility/FileMode.hs +++ b/Utility/FileMode.hs @@ -1,6 +1,6 @@ {- File mode utilities. - - - Copyright 2010-2012 Joey Hess + - Copyright 2010-2012 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/FileSystemEncoding.hs b/Utility/FileSystemEncoding.hs index fa4b39aa3..844e81e59 100644 --- a/Utility/FileSystemEncoding.hs +++ b/Utility/FileSystemEncoding.hs @@ -1,6 +1,6 @@ {- GHC File system encoding handling. - - - Copyright 2012-2014 Joey Hess + - Copyright 2012-2014 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/Format.hs b/Utility/Format.hs index 78620f9b9..0a6f6ce7d 100644 --- a/Utility/Format.hs +++ b/Utility/Format.hs @@ -1,6 +1,6 @@ {- Formatted string handling. - - - Copyright 2010, 2011 Joey Hess + - Copyright 2010, 2011 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/FreeDesktop.hs b/Utility/FreeDesktop.hs index c1f042ce8..ee1c2f302 100644 --- a/Utility/FreeDesktop.hs +++ b/Utility/FreeDesktop.hs @@ -5,7 +5,7 @@ - http://standards.freedesktop.org/menu-spec/latest/ - http://standards.freedesktop.org/icon-theme-spec/latest/ - - - Copyright 2012 Joey Hess + - Copyright 2012 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/Glob.hs b/Utility/Glob.hs index 373f3fdbf..d35a96849 100644 --- a/Utility/Glob.hs +++ b/Utility/Glob.hs @@ -3,7 +3,7 @@ - This uses TDFA when available, with a fallback to regex-compat. - TDFA is less buggy in its support for non-unicode characters. - - - Copyright 2014 Joey Hess + - Copyright 2014 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/Gpg.hs b/Utility/Gpg.hs index cda89028f..37508a495 100644 --- a/Utility/Gpg.hs +++ b/Utility/Gpg.hs @@ -1,6 +1,6 @@ {- gpg interface - - - Copyright 2011 Joey Hess + - Copyright 2011 Joey Hess - - Licensed under the GNU GPL version 3 or higher. -} diff --git a/Utility/HumanNumber.hs b/Utility/HumanNumber.hs index 8783f8152..c3fede95f 100644 --- a/Utility/HumanNumber.hs +++ b/Utility/HumanNumber.hs @@ -1,6 +1,6 @@ {- numbers for humans - - - Copyright 2012-2013 Joey Hess + - Copyright 2012-2013 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/HumanTime.hs b/Utility/HumanTime.hs index 3c23f31f7..85a9e15b6 100644 --- a/Utility/HumanTime.hs +++ b/Utility/HumanTime.hs @@ -1,6 +1,6 @@ {- Time for humans. - - - Copyright 2012-2013 Joey Hess + - Copyright 2012-2013 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/InodeCache.hs b/Utility/InodeCache.hs index d068e3801..b5fe9034e 100644 --- a/Utility/InodeCache.hs +++ b/Utility/InodeCache.hs @@ -1,7 +1,7 @@ {- Caching a file's inode, size, and modification time - to see when it's changed. - - - Copyright 2013, 2014 Joey Hess + - Copyright 2013, 2014 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/JSONStream.hs b/Utility/JSONStream.hs index b28646268..2746678cc 100644 --- a/Utility/JSONStream.hs +++ b/Utility/JSONStream.hs @@ -1,6 +1,6 @@ {- Streaming JSON output. - - - Copyright 2011 Joey Hess + - Copyright 2011 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/LinuxMkLibs.hs b/Utility/LinuxMkLibs.hs index aaafd8d0c..db64d1236 100644 --- a/Utility/LinuxMkLibs.hs +++ b/Utility/LinuxMkLibs.hs @@ -1,6 +1,6 @@ {- Linux library copier and binary shimmer - - - Copyright 2013 Joey Hess + - Copyright 2013 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/LockFile.hs b/Utility/LockFile.hs index 4f0d4ba3e..f9a0e6783 100644 --- a/Utility/LockFile.hs +++ b/Utility/LockFile.hs @@ -4,7 +4,7 @@ - This module does *not* attempt to be a portability shim, it just exposes - the native locking of the OS. - - - Copyright 2014 Joey Hess + - Copyright 2014 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/LockFile/Posix.hs b/Utility/LockFile/Posix.hs index 6e4444fcf..a5775dba1 100644 --- a/Utility/LockFile/Posix.hs +++ b/Utility/LockFile/Posix.hs @@ -1,6 +1,6 @@ {- Posix lock files - - - Copyright 2014 Joey Hess + - Copyright 2014 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/LockFile/Windows.hs b/Utility/LockFile/Windows.hs index 73c248b03..eff129cee 100644 --- a/Utility/LockFile/Windows.hs +++ b/Utility/LockFile/Windows.hs @@ -1,6 +1,6 @@ {- Windows lock files - - - Copyright 2014 Joey Hess + - Copyright 2014 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/LogFile.hs b/Utility/LogFile.hs index e4f90d418..bc6d92ca9 100644 --- a/Utility/LogFile.hs +++ b/Utility/LogFile.hs @@ -1,6 +1,6 @@ {- log files - - - Copyright 2012 Joey Hess + - Copyright 2012 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/Lsof.hs b/Utility/Lsof.hs index ae74b25fd..433b7c679 100644 --- a/Utility/Lsof.hs +++ b/Utility/Lsof.hs @@ -1,6 +1,6 @@ {- lsof interface - - - Copyright 2012 Joey Hess + - Copyright 2012 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/Matcher.hs b/Utility/Matcher.hs index 3356bdd07..19a77201c 100644 --- a/Utility/Matcher.hs +++ b/Utility/Matcher.hs @@ -10,7 +10,7 @@ - Is forgiving about misplaced closing parens, so "foo and (bar or baz" - will be handled, as will "foo and ( bar or baz ) )" - - - Copyright 2011-2013 Joey Hess + - Copyright 2011-2013 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/Metered.hs b/Utility/Metered.hs index e4f3b448a..84694b26b 100644 --- a/Utility/Metered.hs +++ b/Utility/Metered.hs @@ -1,6 +1,6 @@ {- Metered IO - - - Copyright 2012, 2013 Joey Hess + - Copyright 2012, 2013 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/Misc.hs b/Utility/Misc.hs index 949f41e7b..e4eccac43 100644 --- a/Utility/Misc.hs +++ b/Utility/Misc.hs @@ -1,6 +1,6 @@ {- misc utility functions - - - Copyright 2010-2011 Joey Hess + - Copyright 2010-2011 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/Monad.hs b/Utility/Monad.hs index eba3c4283..878e0da67 100644 --- a/Utility/Monad.hs +++ b/Utility/Monad.hs @@ -1,6 +1,6 @@ {- monadic stuff - - - Copyright 2010-2012 Joey Hess + - Copyright 2010-2012 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/Mounts.hsc b/Utility/Mounts.hsc index b6defda43..1fb2362df 100644 --- a/Utility/Mounts.hsc +++ b/Utility/Mounts.hsc @@ -4,7 +4,7 @@ - Volker Wysk - - Modified to support BSD, Mac OS X, and Android by - - Joey Hess + - Joey Hess - - Licensed under the GNU LGPL version 2.1 or higher. -} diff --git a/Utility/Network.hs b/Utility/Network.hs index 9c6980261..7f228e155 100644 --- a/Utility/Network.hs +++ b/Utility/Network.hs @@ -1,6 +1,6 @@ {- network functions - - - Copyright 2012 Joey Hess + - Copyright 2012 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/NotificationBroadcaster.hs b/Utility/NotificationBroadcaster.hs index 8a6e09f92..6f7cabf10 100644 --- a/Utility/NotificationBroadcaster.hs +++ b/Utility/NotificationBroadcaster.hs @@ -6,7 +6,7 @@ - - Multiple clients are supported. Each has a unique id. - - - Copyright 2012 Joey Hess + - Copyright 2012 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/OSX.hs b/Utility/OSX.hs index 4c930f2f8..22028e210 100644 --- a/Utility/OSX.hs +++ b/Utility/OSX.hs @@ -1,6 +1,6 @@ {- OSX stuff - - - Copyright 2012 Joey Hess + - Copyright 2012 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/PID.hs b/Utility/PID.hs index a70a4e2a4..ac63045a7 100644 --- a/Utility/PID.hs +++ b/Utility/PID.hs @@ -1,6 +1,6 @@ {- process ids - - - Copyright 2014 Joey Hess + - Copyright 2014 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/Parallel.hs b/Utility/Parallel.hs index 7966811ab..2352ba706 100644 --- a/Utility/Parallel.hs +++ b/Utility/Parallel.hs @@ -1,6 +1,6 @@ {- parallel processing via threads - - - Copyright 2012 Joey Hess + - Copyright 2012 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/Path.hs b/Utility/Path.hs index b9dbd92a9..4ff88f72e 100644 --- a/Utility/Path.hs +++ b/Utility/Path.hs @@ -1,6 +1,6 @@ {- path manipulation - - - Copyright 2010-2014 Joey Hess + - Copyright 2010-2014 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/Percentage.hs b/Utility/Percentage.hs index f2fb45762..a30c26037 100644 --- a/Utility/Percentage.hs +++ b/Utility/Percentage.hs @@ -1,6 +1,6 @@ {- percentages - - - Copyright 2012 Joey Hess + - Copyright 2012 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/PosixFiles.hs b/Utility/PosixFiles.hs index 5abbb5785..5a94ead01 100644 --- a/Utility/PosixFiles.hs +++ b/Utility/PosixFiles.hs @@ -2,7 +2,7 @@ - - This is like System.PosixCompat.Files, except with a fixed rename. - - - Copyright 2014 Joey Hess + - Copyright 2014 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/QuickCheck.hs b/Utility/QuickCheck.hs index a498ee619..54200d3f7 100644 --- a/Utility/QuickCheck.hs +++ b/Utility/QuickCheck.hs @@ -1,6 +1,6 @@ {- QuickCheck with additional instances - - - Copyright 2012-2014 Joey Hess + - Copyright 2012-2014 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/Quvi.hs b/Utility/Quvi.hs index cf3a23cfd..7f73809c0 100644 --- a/Utility/Quvi.hs +++ b/Utility/Quvi.hs @@ -1,6 +1,6 @@ {- querying quvi (import qualified) - - - Copyright 2013 Joey Hess + - Copyright 2013 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/Rsync.hs b/Utility/Rsync.hs index ed1eab6f3..241202813 100644 --- a/Utility/Rsync.hs +++ b/Utility/Rsync.hs @@ -1,6 +1,6 @@ {- various rsync stuff - - - Copyright 2010-2013 Joey Hess + - Copyright 2010-2013 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/SRV.hs b/Utility/SRV.hs index 1b86aeb76..203585a7e 100644 --- a/Utility/SRV.hs +++ b/Utility/SRV.hs @@ -3,7 +3,7 @@ - Uses either the ADNS Haskell library, or the standalone Haskell DNS - package, or the host command. - - - Copyright 2012 Joey Hess + - Copyright 2012 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/SafeCommand.hs b/Utility/SafeCommand.hs index 86e60db0e..a5556200a 100644 --- a/Utility/SafeCommand.hs +++ b/Utility/SafeCommand.hs @@ -1,6 +1,6 @@ {- safely running shell commands - - - Copyright 2010-2013 Joey Hess + - Copyright 2010-2013 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/Scheduled.hs b/Utility/Scheduled.hs index 4fa3a29f1..e077a1fea 100644 --- a/Utility/Scheduled.hs +++ b/Utility/Scheduled.hs @@ -1,6 +1,6 @@ {- scheduled activities - - - Copyright 2013-2014 Joey Hess + - Copyright 2013-2014 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/Shell.hs b/Utility/Shell.hs index 00f60d09f..e71ca53aa 100644 --- a/Utility/Shell.hs +++ b/Utility/Shell.hs @@ -1,6 +1,6 @@ {- /bin/sh handling - - - Copyright 2013 Joey Hess + - Copyright 2013 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/SimpleProtocol.hs b/Utility/SimpleProtocol.hs index 0ac0be4cc..4a2d8635e 100644 --- a/Utility/SimpleProtocol.hs +++ b/Utility/SimpleProtocol.hs @@ -1,6 +1,6 @@ {- Simple line-based protocols. - - - Copyright 2013-2014 Joey Hess + - Copyright 2013-2014 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/SshConfig.hs b/Utility/SshConfig.hs index e45d09acd..ca336a4b8 100644 --- a/Utility/SshConfig.hs +++ b/Utility/SshConfig.hs @@ -1,6 +1,6 @@ {- ssh config file parsing and modification - - - Copyright 2013 Joey Hess + - Copyright 2013 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/TList.hs b/Utility/TList.hs index 5532cdce5..033c8ca02 100644 --- a/Utility/TList.hs +++ b/Utility/TList.hs @@ -6,7 +6,7 @@ - Unlike a TQueue, the entire contents of a TList can be efficiently - read without modifying it. - - - Copyright 2013 Joey Hess + - Copyright 2013 Joey Hess -} {-# LANGUAGE BangPatterns #-} diff --git a/Utility/Tense.hs b/Utility/Tense.hs index 0392ba500..ef2454bdc 100644 --- a/Utility/Tense.hs +++ b/Utility/Tense.hs @@ -1,6 +1,6 @@ {- Past and present tense text. - - - Copyright 2012 Joey Hess + - Copyright 2012 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/ThreadLock.hs b/Utility/ThreadLock.hs index 548d524e1..e212fc11f 100644 --- a/Utility/ThreadLock.hs +++ b/Utility/ThreadLock.hs @@ -1,6 +1,6 @@ {- locking between threads - - - Copyright 2012 Joey Hess + - Copyright 2012 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/ThreadScheduler.hs b/Utility/ThreadScheduler.hs index e6a81aebd..da05e9966 100644 --- a/Utility/ThreadScheduler.hs +++ b/Utility/ThreadScheduler.hs @@ -1,6 +1,6 @@ {- thread scheduling - - - Copyright 2012, 2013 Joey Hess + - Copyright 2012, 2013 Joey Hess - Copyright 2011 Bas van Dijk & Roel van Dijk - - License: BSD-2-clause diff --git a/Utility/Tmp.hs b/Utility/Tmp.hs index 7599cdd00..dc5598137 100644 --- a/Utility/Tmp.hs +++ b/Utility/Tmp.hs @@ -1,6 +1,6 @@ {- Temporary files and directories. - - - Copyright 2010-2013 Joey Hess + - Copyright 2010-2013 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/Touch.hsc b/Utility/Touch.hsc index 87d551ad6..f87bb62d6 100644 --- a/Utility/Touch.hsc +++ b/Utility/Touch.hsc @@ -1,6 +1,6 @@ {- More control over touching a file. - - - Copyright 2011 Joey Hess + - Copyright 2011 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/URI.hs b/Utility/URI.hs index 30c6be3db..e68fda58d 100644 --- a/Utility/URI.hs +++ b/Utility/URI.hs @@ -1,6 +1,6 @@ {- Network.URI - - - Copyright 2014 Joey Hess + - Copyright 2014 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/Url.hs b/Utility/Url.hs index a8828e048..9d131353a 100644 --- a/Utility/Url.hs +++ b/Utility/Url.hs @@ -1,6 +1,6 @@ {- Url downloading. - - - Copyright 2011-2014 Joey Hess + - Copyright 2011-2014 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/UserInfo.hs b/Utility/UserInfo.hs index c82f04079..5bf8d5c09 100644 --- a/Utility/UserInfo.hs +++ b/Utility/UserInfo.hs @@ -1,6 +1,6 @@ {- user info - - - Copyright 2012 Joey Hess + - Copyright 2012 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/Verifiable.hs b/Utility/Verifiable.hs index a62213074..a861416e2 100644 --- a/Utility/Verifiable.hs +++ b/Utility/Verifiable.hs @@ -1,6 +1,6 @@ {- values verified using a shared secret - - - Copyright 2012 Joey Hess + - Copyright 2012 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/WebApp.hs b/Utility/WebApp.hs index 6c42e103b..54f2d6f2b 100644 --- a/Utility/WebApp.hs +++ b/Utility/WebApp.hs @@ -1,6 +1,6 @@ {- Yesod webapp - - - Copyright 2012-2014 Joey Hess + - Copyright 2012-2014 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/WinProcess.hs b/Utility/WinProcess.hs index 4621b4fa6..36f079d04 100644 --- a/Utility/WinProcess.hs +++ b/Utility/WinProcess.hs @@ -1,6 +1,6 @@ {- Windows processes - - - Copyright 2014 Joey Hess + - Copyright 2014 Joey Hess - - License: BSD-2-clause -} diff --git a/Utility/Yesod.hs b/Utility/Yesod.hs index ecd4eaf94..231bb291e 100644 --- a/Utility/Yesod.hs +++ b/Utility/Yesod.hs @@ -3,7 +3,7 @@ - Also a bit of a compatability layer to make it easier to support yesod - 1.1-1.4 in the same code base. - - - Copyright 2012-2014 Joey Hess + - Copyright 2012-2014 Joey Hess - - Licensed under the GNU GPL version 3 or higher. -} diff --git a/Utility/libdiskfree.c b/Utility/libdiskfree.c index fd8f87766..c2f8368f0 100644 --- a/Utility/libdiskfree.c +++ b/Utility/libdiskfree.c @@ -1,6 +1,6 @@ /* disk free space checking, C mini-library * - * Copyright 2012, 2014 Joey Hess + * Copyright 2012, 2014 Joey Hess * * License: BSD-2-clause */ diff --git a/Utility/libkqueue.c b/Utility/libkqueue.c index 8e33d2885..3f40465e3 100644 --- a/Utility/libkqueue.c +++ b/Utility/libkqueue.c @@ -1,6 +1,6 @@ /* kqueue interface, C mini-library * - * Copyright 2012 Joey Hess + * Copyright 2012 Joey Hess * * License: BSD-2-clause */ diff --git a/Utility/libmounts.c b/Utility/libmounts.c index 9b3ae9578..c469d7710 100644 --- a/Utility/libmounts.c +++ b/Utility/libmounts.c @@ -5,7 +5,7 @@ * Copyright (c) 2001 * David Rufino * Copyright 2012 - * Joey Hess + * Joey Hess * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions -- cgit v1.2.3