From 0aafd6746c9b68689becff5e202f1831c753cc0d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 10 May 2014 11:01:27 -0300 Subject: relicense general utility library code to BSD Omitted a couple of files what have had significant contributions from others. --- 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 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'Utility/DirWatcher') diff --git a/Utility/DirWatcher/FSEvents.hs b/Utility/DirWatcher/FSEvents.hs index 26e1f7671..7d755518f 100644 --- a/Utility/DirWatcher/FSEvents.hs +++ b/Utility/DirWatcher/FSEvents.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - License: BSD-2-clause -} module Utility.DirWatcher.FSEvents where diff --git a/Utility/DirWatcher/INotify.hs b/Utility/DirWatcher/INotify.hs index 016858b1b..9400c7940 100644 --- a/Utility/DirWatcher/INotify.hs +++ b/Utility/DirWatcher/INotify.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - License: BSD-2-clause -} module Utility.DirWatcher.INotify where diff --git a/Utility/DirWatcher/Kqueue.hs b/Utility/DirWatcher/Kqueue.hs index 3ddef603f..453c8d3f1 100644 --- a/Utility/DirWatcher/Kqueue.hs +++ b/Utility/DirWatcher/Kqueue.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - License: BSD-2-clause -} {-# LANGUAGE ForeignFunctionInterface #-} diff --git a/Utility/DirWatcher/Types.hs b/Utility/DirWatcher/Types.hs index 8cfa69d34..2c92d6cd5 100644 --- a/Utility/DirWatcher/Types.hs +++ b/Utility/DirWatcher/Types.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - License: BSD-2-clause -} module Utility.DirWatcher.Types where diff --git a/Utility/DirWatcher/Win32Notify.hs b/Utility/DirWatcher/Win32Notify.hs index f095e5d0e..ef4f385c5 100644 --- a/Utility/DirWatcher/Win32Notify.hs +++ b/Utility/DirWatcher/Win32Notify.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - License: BSD-2-clause -} module Utility.DirWatcher.Win32Notify where -- cgit v1.2.3