diff --git a/Annex.hs b/Annex.hs index 220f8ef3de..014316d51e 100644 --- a/Annex.hs +++ b/Annex.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE GeneralizedNewtypeDeriving, PackageImports, BangPatterns #-} diff --git a/Annex/Action.hs b/Annex/Action.hs index 625db479d5..72e3904dd9 100644 --- a/Annex/Action.hs +++ b/Annex/Action.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Annex/AutoMerge.hs b/Annex/AutoMerge.hs index 904ae2e890..36b67af6cc 100644 --- a/Annex/AutoMerge.hs +++ b/Annex/AutoMerge.hs @@ -2,7 +2,7 @@ - - Copyright 2012-2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.AutoMerge diff --git a/Annex/BloomFilter.hs b/Annex/BloomFilter.hs index af467503a0..544fdeeccc 100644 --- a/Annex/BloomFilter.hs +++ b/Annex/BloomFilter.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.BloomFilter where diff --git a/Annex/Branch.hs b/Annex/Branch.hs index ef5c8e8584..0d8eb7944f 100644 --- a/Annex/Branch.hs +++ b/Annex/Branch.hs @@ -2,7 +2,7 @@ - - Copyright 2011-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.Branch ( diff --git a/Annex/Branch/Transitions.hs b/Annex/Branch/Transitions.hs index 5595be2ed1..d86dd1a14b 100644 --- a/Annex/Branch/Transitions.hs +++ b/Annex/Branch/Transitions.hs @@ -2,7 +2,7 @@ - - Copyright 2013-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.Branch.Transitions ( diff --git a/Annex/BranchState.hs b/Annex/BranchState.hs index 0550d4224b..97d3f4f693 100644 --- a/Annex/BranchState.hs +++ b/Annex/BranchState.hs @@ -4,7 +4,7 @@ - - Copyright 2011-2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.BranchState where diff --git a/Annex/CatFile.hs b/Annex/CatFile.hs index cdf700ddec..149fde4475 100644 --- a/Annex/CatFile.hs +++ b/Annex/CatFile.hs @@ -2,7 +2,7 @@ - - Copyright 2011-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.CatFile ( diff --git a/Annex/ChangedRefs.hs b/Annex/ChangedRefs.hs index edef1c06ca..82828bb847 100644 --- a/Annex/ChangedRefs.hs +++ b/Annex/ChangedRefs.hs @@ -2,7 +2,7 @@ - - Copyright 2014-216 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.ChangedRefs diff --git a/Annex/CheckAttr.hs b/Annex/CheckAttr.hs index 2be95483ef..cf85d6900a 100644 --- a/Annex/CheckAttr.hs +++ b/Annex/CheckAttr.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.CheckAttr ( diff --git a/Annex/CheckIgnore.hs b/Annex/CheckIgnore.hs index 824f5feeb5..c8cd08c7d4 100644 --- a/Annex/CheckIgnore.hs +++ b/Annex/CheckIgnore.hs @@ -3,7 +3,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.CheckIgnore ( diff --git a/Annex/Concurrent.hs b/Annex/Concurrent.hs index 2e92d18598..42c560760e 100644 --- a/Annex/Concurrent.hs +++ b/Annex/Concurrent.hs @@ -2,7 +2,7 @@ - - Copyright 2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.Concurrent where diff --git a/Annex/Content.hs b/Annex/Content.hs index f8d0006c7a..9e2c2eb1dd 100644 --- a/Annex/Content.hs +++ b/Annex/Content.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Annex/Content/Direct.hs b/Annex/Content/Direct.hs index 46fd327ccc..040070eab0 100644 --- a/Annex/Content/Direct.hs +++ b/Annex/Content/Direct.hs @@ -5,7 +5,7 @@ - - Copyright 2012-2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.Content.Direct ( diff --git a/Annex/Content/LowLevel.hs b/Annex/Content/LowLevel.hs index 47e6a9dee4..86d0826b2d 100644 --- a/Annex/Content/LowLevel.hs +++ b/Annex/Content/LowLevel.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Annex/Content/PointerFile.hs b/Annex/Content/PointerFile.hs index 1aba305835..2949ac96b0 100644 --- a/Annex/Content/PointerFile.hs +++ b/Annex/Content/PointerFile.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Annex/Difference.hs b/Annex/Difference.hs index 1d9d0c9969..be621dc6fc 100644 --- a/Annex/Difference.hs +++ b/Annex/Difference.hs @@ -2,7 +2,7 @@ - - Copyright 2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.Difference ( diff --git a/Annex/DirHashes.hs b/Annex/DirHashes.hs index 194b4932c5..5910479c83 100644 --- a/Annex/DirHashes.hs +++ b/Annex/DirHashes.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.DirHashes ( diff --git a/Annex/Direct.hs b/Annex/Direct.hs index c6c9b50fa8..6c766f6b8e 100644 --- a/Annex/Direct.hs +++ b/Annex/Direct.hs @@ -5,7 +5,7 @@ - - Copyright 2012-2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.Direct where diff --git a/Annex/Drop.hs b/Annex/Drop.hs index 6ec5e48f00..558b885073 100644 --- a/Annex/Drop.hs +++ b/Annex/Drop.hs @@ -2,7 +2,7 @@ - - Copyright 2012-2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.Drop where diff --git a/Annex/Environment.hs b/Annex/Environment.hs index 68d617e224..ea9eda0339 100644 --- a/Annex/Environment.hs +++ b/Annex/Environment.hs @@ -2,7 +2,7 @@ - - Copyright 2012, 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.Environment where diff --git a/Annex/Export.hs b/Annex/Export.hs index b4951adc05..08a1630bf0 100644 --- a/Annex/Export.hs +++ b/Annex/Export.hs @@ -2,7 +2,7 @@ - - Copyright 2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.Export where diff --git a/Annex/FileMatcher.hs b/Annex/FileMatcher.hs index 535180a9b3..693ef107f4 100644 --- a/Annex/FileMatcher.hs +++ b/Annex/FileMatcher.hs @@ -2,7 +2,7 @@ - - Copyright 2012-2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Annex/Fixup.hs b/Annex/Fixup.hs index 416ccbaf0f..449c28491c 100644 --- a/Annex/Fixup.hs +++ b/Annex/Fixup.hs @@ -2,7 +2,7 @@ - - Copyright 2013-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.Fixup where diff --git a/Annex/GitOverlay.hs b/Annex/GitOverlay.hs index 25021b7740..de355217d2 100644 --- a/Annex/GitOverlay.hs +++ b/Annex/GitOverlay.hs @@ -2,7 +2,7 @@ - - Copyright 2014-2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.GitOverlay where diff --git a/Annex/HashObject.hs b/Annex/HashObject.hs index 8eb6cb4edb..d368318255 100644 --- a/Annex/HashObject.hs +++ b/Annex/HashObject.hs @@ -2,7 +2,7 @@ - - Copyright 2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.HashObject ( diff --git a/Annex/Hook.hs b/Annex/Hook.hs index c4ed790528..3bd958b8e5 100644 --- a/Annex/Hook.hs +++ b/Annex/Hook.hs @@ -6,7 +6,7 @@ - - Copyright 2013-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.Hook where diff --git a/Annex/Ingest.hs b/Annex/Ingest.hs index f3f925a496..0ae0b4289a 100644 --- a/Annex/Ingest.hs +++ b/Annex/Ingest.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.Ingest ( diff --git a/Annex/Init.hs b/Annex/Init.hs index 8ce85ba04c..16129ca3ab 100644 --- a/Annex/Init.hs +++ b/Annex/Init.hs @@ -2,7 +2,7 @@ - - Copyright 2011-2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Annex/InodeSentinal.hs b/Annex/InodeSentinal.hs index 1e763d3170..0f5c7ca606 100644 --- a/Annex/InodeSentinal.hs +++ b/Annex/InodeSentinal.hs @@ -2,7 +2,7 @@ - - Copyright 2012-2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Annex/Journal.hs b/Annex/Journal.hs index 7ba72755ac..917d638aa8 100644 --- a/Annex/Journal.hs +++ b/Annex/Journal.hs @@ -6,7 +6,7 @@ - - Copyright 2011-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.Journal where diff --git a/Annex/Link.hs b/Annex/Link.hs index 68b34e9b92..62a5635de4 100644 --- a/Annex/Link.hs +++ b/Annex/Link.hs @@ -9,7 +9,7 @@ - - Copyright 2013-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP, BangPatterns #-} diff --git a/Annex/Locations.hs b/Annex/Locations.hs index 43e78e74dd..07abad2b2b 100644 --- a/Annex/Locations.hs +++ b/Annex/Locations.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE OverloadedStrings #-} diff --git a/Annex/LockFile.hs b/Annex/LockFile.hs index f8389711b7..45a2c39913 100644 --- a/Annex/LockFile.hs +++ b/Annex/LockFile.hs @@ -2,7 +2,7 @@ - - Copyright 2012-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Annex/LockPool.hs b/Annex/LockPool.hs index c6a34720ee..33df3b611e 100644 --- a/Annex/LockPool.hs +++ b/Annex/LockPool.hs @@ -3,7 +3,7 @@ - - Copyright 2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Annex/LockPool/PosixOrPid.hs b/Annex/LockPool/PosixOrPid.hs index 4f8968b982..2c854f132b 100644 --- a/Annex/LockPool/PosixOrPid.hs +++ b/Annex/LockPool/PosixOrPid.hs @@ -3,7 +3,7 @@ - - Copyright 2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.LockPool.PosixOrPid ( diff --git a/Annex/Magic.hs b/Annex/Magic.hs index ce6b49d35f..f8671d8ffb 100644 --- a/Annex/Magic.hs +++ b/Annex/Magic.hs @@ -2,7 +2,7 @@ - - Copyright 2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Annex/MakeRepo.hs b/Annex/MakeRepo.hs index 25565629ef..9092fb3278 100644 --- a/Annex/MakeRepo.hs +++ b/Annex/MakeRepo.hs @@ -2,7 +2,7 @@ - - Copyright 2012-2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.MakeRepo where diff --git a/Annex/MetaData.hs b/Annex/MetaData.hs index 525af81c85..4b355dbb72 100644 --- a/Annex/MetaData.hs +++ b/Annex/MetaData.hs @@ -2,7 +2,7 @@ - - Copyright 2014-2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.MetaData ( diff --git a/Annex/MetaData/StandardFields.hs b/Annex/MetaData/StandardFields.hs index c96ca64a34..9cc3ed4c49 100644 --- a/Annex/MetaData/StandardFields.hs +++ b/Annex/MetaData/StandardFields.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE OverloadedStrings #-} diff --git a/Annex/Multicast.hs b/Annex/Multicast.hs index b05fcce6ef..67ef2c5be1 100644 --- a/Annex/Multicast.hs +++ b/Annex/Multicast.hs @@ -2,7 +2,7 @@ - - Copyright 2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Annex/Notification.hs b/Annex/Notification.hs index ea24be9833..29b8fc9828 100644 --- a/Annex/Notification.hs +++ b/Annex/Notification.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE TypeSynonymInstances, FlexibleInstances #-} diff --git a/Annex/NumCopies.hs b/Annex/NumCopies.hs index bd448ddbda..0072614674 100644 --- a/Annex/NumCopies.hs +++ b/Annex/NumCopies.hs @@ -2,7 +2,7 @@ - - Copyright 2014-2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE ScopedTypeVariables, DeriveDataTypeable #-} diff --git a/Annex/Path.hs b/Annex/Path.hs index 0f85b11bff..dba10a1cef 100644 --- a/Annex/Path.hs +++ b/Annex/Path.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.Path where diff --git a/Annex/Perms.hs b/Annex/Perms.hs index b467d4a607..d2b270dd40 100644 --- a/Annex/Perms.hs +++ b/Annex/Perms.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.Perms ( diff --git a/Annex/Queue.hs b/Annex/Queue.hs index c5555caec4..f650cb4f81 100644 --- a/Annex/Queue.hs +++ b/Annex/Queue.hs @@ -2,7 +2,7 @@ - - Copyright 2011, 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE BangPatterns #-} diff --git a/Annex/ReplaceFile.hs b/Annex/ReplaceFile.hs index 828f9b80ad..6e86e2a77e 100644 --- a/Annex/ReplaceFile.hs +++ b/Annex/ReplaceFile.hs @@ -2,7 +2,7 @@ - - Copyright 2013-2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Annex/SpecialRemote.hs b/Annex/SpecialRemote.hs index 64f90852bf..ca8078c90f 100644 --- a/Annex/SpecialRemote.hs +++ b/Annex/SpecialRemote.hs @@ -2,7 +2,7 @@ - - Copyright 2011-2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.SpecialRemote where diff --git a/Annex/Ssh.hs b/Annex/Ssh.hs index 55384ade05..ab757fc048 100644 --- a/Annex/Ssh.hs +++ b/Annex/Ssh.hs @@ -2,7 +2,7 @@ - - Copyright 2012-2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Annex/TaggedPush.hs b/Annex/TaggedPush.hs index 13c53a3ca0..b2368dba14 100644 --- a/Annex/TaggedPush.hs +++ b/Annex/TaggedPush.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.TaggedPush where diff --git a/Annex/Tmp.hs b/Annex/Tmp.hs index 008b5fd826..38262f5c2a 100644 --- a/Annex/Tmp.hs +++ b/Annex/Tmp.hs @@ -2,7 +2,7 @@ - - Copyright 2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.Tmp where diff --git a/Annex/Transfer.hs b/Annex/Transfer.hs index 8841266dd9..419c6a3f0f 100644 --- a/Annex/Transfer.hs +++ b/Annex/Transfer.hs @@ -2,7 +2,7 @@ - - Copyright 2012-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP, BangPatterns #-} diff --git a/Annex/UUID.hs b/Annex/UUID.hs index 3e25b5b02c..98d0c5219b 100644 --- a/Annex/UUID.hs +++ b/Annex/UUID.hs @@ -8,7 +8,7 @@ - - Copyright 2010-2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.UUID ( diff --git a/Annex/UpdateInstead.hs b/Annex/UpdateInstead.hs index e31bcedaf6..a3a1decb67 100644 --- a/Annex/UpdateInstead.hs +++ b/Annex/UpdateInstead.hs @@ -2,7 +2,7 @@ - - Copyright 2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.UpdateInstead where diff --git a/Annex/Url.hs b/Annex/Url.hs index ca1d81f393..89618fd769 100644 --- a/Annex/Url.hs +++ b/Annex/Url.hs @@ -3,7 +3,7 @@ - - Copyright 2013-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.Url ( diff --git a/Annex/VariantFile.hs b/Annex/VariantFile.hs index acab1e8281..58a6b4b634 100644 --- a/Annex/VariantFile.hs +++ b/Annex/VariantFile.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.VariantFile where diff --git a/Annex/VectorClock.hs b/Annex/VectorClock.hs index 86cdd8e61c..18fc254701 100644 --- a/Annex/VectorClock.hs +++ b/Annex/VectorClock.hs @@ -5,7 +5,7 @@ - - Copyright 2017-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.VectorClock where diff --git a/Annex/View.hs b/Annex/View.hs index 46c0c715ab..b3addb967a 100644 --- a/Annex/View.hs +++ b/Annex/View.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.View where diff --git a/Annex/View/ViewedFile.hs b/Annex/View/ViewedFile.hs index 4bd11f756e..2398d41a41 100644 --- a/Annex/View/ViewedFile.hs +++ b/Annex/View/ViewedFile.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Annex/Wanted.hs b/Annex/Wanted.hs index d226483a13..021fe5cafb 100644 --- a/Annex/Wanted.hs +++ b/Annex/Wanted.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.Wanted where diff --git a/Annex/WorkTree.hs b/Annex/WorkTree.hs index 074496854e..c37bfa14db 100644 --- a/Annex/WorkTree.hs +++ b/Annex/WorkTree.hs @@ -2,7 +2,7 @@ - - Copyright 2013-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.WorkTree where diff --git a/Annex/YoutubeDl.hs b/Annex/YoutubeDl.hs index 6c3a888042..c80d9bc348 100644 --- a/Annex/YoutubeDl.hs +++ b/Annex/YoutubeDl.hs @@ -2,7 +2,7 @@ - - Copyright 2017-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Annex.YoutubeDl ( diff --git a/Assistant.hs b/Assistant.hs index dc358c2bd4..037dd19c91 100644 --- a/Assistant.hs +++ b/Assistant.hs @@ -2,7 +2,7 @@ - - Copyright 2012-2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Assistant/Alert.hs b/Assistant/Alert.hs index 6db66399c5..ead791dcc9 100644 --- a/Assistant/Alert.hs +++ b/Assistant/Alert.hs @@ -2,7 +2,7 @@ - - Copyright 2012-2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE OverloadedStrings, CPP, BangPatterns #-} diff --git a/Assistant/Alert/Utility.hs b/Assistant/Alert/Utility.hs index f3485deab3..a864edb0f8 100644 --- a/Assistant/Alert/Utility.hs +++ b/Assistant/Alert/Utility.hs @@ -2,7 +2,7 @@ - - Copyright 2012, 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Alert.Utility where diff --git a/Assistant/BranchChange.hs b/Assistant/BranchChange.hs index c588c910a7..b78e13a015 100644 --- a/Assistant/BranchChange.hs +++ b/Assistant/BranchChange.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.BranchChange where diff --git a/Assistant/Changes.hs b/Assistant/Changes.hs index 6eb9bc28e5..4a20850fa0 100644 --- a/Assistant/Changes.hs +++ b/Assistant/Changes.hs @@ -2,7 +2,7 @@ - - Copyright 2012-2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Changes where diff --git a/Assistant/Commits.hs b/Assistant/Commits.hs index 255648c94d..09c3172ad4 100644 --- a/Assistant/Commits.hs +++ b/Assistant/Commits.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Commits where diff --git a/Assistant/Common.hs b/Assistant/Common.hs index d26d2b07a7..a09b8c70ea 100644 --- a/Assistant/Common.hs +++ b/Assistant/Common.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Common (module X) where diff --git a/Assistant/CredPairCache.hs b/Assistant/CredPairCache.hs index ac355b55a5..eba3d2b779 100644 --- a/Assistant/CredPairCache.hs +++ b/Assistant/CredPairCache.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE BangPatterns #-} diff --git a/Assistant/DaemonStatus.hs b/Assistant/DaemonStatus.hs index 2f39bc08f0..3e1556328c 100644 --- a/Assistant/DaemonStatus.hs +++ b/Assistant/DaemonStatus.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE BangPatterns #-} diff --git a/Assistant/DeleteRemote.hs b/Assistant/DeleteRemote.hs index 6c88c61f55..99560d7afc 100644 --- a/Assistant/DeleteRemote.hs +++ b/Assistant/DeleteRemote.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Assistant/Drop.hs b/Assistant/Drop.hs index 5653b7795b..e0359683ed 100644 --- a/Assistant/Drop.hs +++ b/Assistant/Drop.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Drop ( diff --git a/Assistant/Fsck.hs b/Assistant/Fsck.hs index 9d8848ba98..067c7d1a10 100644 --- a/Assistant/Fsck.hs +++ b/Assistant/Fsck.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Fsck where diff --git a/Assistant/Gpg.hs b/Assistant/Gpg.hs index 34d00a3842..8910e83854 100644 --- a/Assistant/Gpg.hs +++ b/Assistant/Gpg.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Gpg where diff --git a/Assistant/Install.hs b/Assistant/Install.hs index 7e72887dc2..67204d0a0a 100644 --- a/Assistant/Install.hs +++ b/Assistant/Install.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Assistant/Install/AutoStart.hs b/Assistant/Install/AutoStart.hs index 99c2c0e41c..78b9e3c1be 100644 --- a/Assistant/Install/AutoStart.hs +++ b/Assistant/Install/AutoStart.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Assistant/Install/Menu.hs b/Assistant/Install/Menu.hs index dd21ee117e..076991c216 100644 --- a/Assistant/Install/Menu.hs +++ b/Assistant/Install/Menu.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Assistant/MakeRemote.hs b/Assistant/MakeRemote.hs index 7571f0c9ef..83eb40c321 100644 --- a/Assistant/MakeRemote.hs +++ b/Assistant/MakeRemote.hs @@ -2,7 +2,7 @@ - - Copyright 2012, 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.MakeRemote where diff --git a/Assistant/Monad.hs b/Assistant/Monad.hs index ef2ee60129..5afeaeba88 100644 --- a/Assistant/Monad.hs +++ b/Assistant/Monad.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE GeneralizedNewtypeDeriving, MultiParamTypeClasses #-} diff --git a/Assistant/NamedThread.hs b/Assistant/NamedThread.hs index 22125810ca..7abe274d58 100644 --- a/Assistant/NamedThread.hs +++ b/Assistant/NamedThread.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Assistant/Pairing.hs b/Assistant/Pairing.hs index d105e6c51c..aa700f5998 100644 --- a/Assistant/Pairing.hs +++ b/Assistant/Pairing.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Pairing where diff --git a/Assistant/Pairing/MakeRemote.hs b/Assistant/Pairing/MakeRemote.hs index 22baffe67f..6848429036 100644 --- a/Assistant/Pairing/MakeRemote.hs +++ b/Assistant/Pairing/MakeRemote.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Pairing.MakeRemote where diff --git a/Assistant/Pairing/Network.hs b/Assistant/Pairing/Network.hs index 09f0fc3207..3fe889bc9b 100644 --- a/Assistant/Pairing/Network.hs +++ b/Assistant/Pairing/Network.hs @@ -6,7 +6,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Pairing.Network where diff --git a/Assistant/Pushes.hs b/Assistant/Pushes.hs index 61891ea28c..f1fccb5d66 100644 --- a/Assistant/Pushes.hs +++ b/Assistant/Pushes.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Pushes where diff --git a/Assistant/RemoteControl.hs b/Assistant/RemoteControl.hs index 1016f1169b..d61b3e16d3 100644 --- a/Assistant/RemoteControl.hs +++ b/Assistant/RemoteControl.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.RemoteControl ( diff --git a/Assistant/Repair.hs b/Assistant/Repair.hs index 29bdc44f1c..97c9f7f94a 100644 --- a/Assistant/Repair.hs +++ b/Assistant/Repair.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Assistant/RepoProblem.hs b/Assistant/RepoProblem.hs index 32595916ec..cf7318b7e6 100644 --- a/Assistant/RepoProblem.hs +++ b/Assistant/RepoProblem.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.RepoProblem where diff --git a/Assistant/Restart.hs b/Assistant/Restart.hs index 51ad7748a0..1660c1317d 100644 --- a/Assistant/Restart.hs +++ b/Assistant/Restart.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Assistant/ScanRemotes.hs b/Assistant/ScanRemotes.hs index 0ce7a47ccf..7cecc62cd6 100644 --- a/Assistant/ScanRemotes.hs +++ b/Assistant/ScanRemotes.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.ScanRemotes where diff --git a/Assistant/Ssh.hs b/Assistant/Ssh.hs index 429a824947..e12c6bbfae 100644 --- a/Assistant/Ssh.hs +++ b/Assistant/Ssh.hs @@ -2,7 +2,7 @@ - - Copyright 2012-2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Ssh where diff --git a/Assistant/Sync.hs b/Assistant/Sync.hs index 64ba174762..c528cf565f 100644 --- a/Assistant/Sync.hs +++ b/Assistant/Sync.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Sync where diff --git a/Assistant/Threads/Committer.hs b/Assistant/Threads/Committer.hs index a3283714b4..db422dcdb9 100644 --- a/Assistant/Threads/Committer.hs +++ b/Assistant/Threads/Committer.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Assistant/Threads/ConfigMonitor.hs b/Assistant/Threads/ConfigMonitor.hs index 8fd9469625..b295526466 100644 --- a/Assistant/Threads/ConfigMonitor.hs +++ b/Assistant/Threads/ConfigMonitor.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Threads.ConfigMonitor where diff --git a/Assistant/Threads/Cronner.hs b/Assistant/Threads/Cronner.hs index 3e21531380..6122680b5e 100644 --- a/Assistant/Threads/Cronner.hs +++ b/Assistant/Threads/Cronner.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE DeriveDataTypeable #-} diff --git a/Assistant/Threads/DaemonStatus.hs b/Assistant/Threads/DaemonStatus.hs index d5b2cc25d6..0b14ca737f 100644 --- a/Assistant/Threads/DaemonStatus.hs +++ b/Assistant/Threads/DaemonStatus.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Threads.DaemonStatus where diff --git a/Assistant/Threads/Exporter.hs b/Assistant/Threads/Exporter.hs index ab0da5b128..b5344304e9 100644 --- a/Assistant/Threads/Exporter.hs +++ b/Assistant/Threads/Exporter.hs @@ -2,7 +2,7 @@ - - Copyright 2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Threads.Exporter where diff --git a/Assistant/Threads/Glacier.hs b/Assistant/Threads/Glacier.hs index 2fd025df17..d5a20e908f 100644 --- a/Assistant/Threads/Glacier.hs +++ b/Assistant/Threads/Glacier.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Assistant/Threads/Merger.hs b/Assistant/Threads/Merger.hs index 24f4705226..d1f29e7845 100644 --- a/Assistant/Threads/Merger.hs +++ b/Assistant/Threads/Merger.hs @@ -2,7 +2,7 @@ - - Copyright 2012-2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Threads.Merger where diff --git a/Assistant/Threads/MountWatcher.hs b/Assistant/Threads/MountWatcher.hs index c5d075f86f..e35d624409 100644 --- a/Assistant/Threads/MountWatcher.hs +++ b/Assistant/Threads/MountWatcher.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Assistant/Threads/NetWatcher.hs b/Assistant/Threads/NetWatcher.hs index 4dc8721b1e..59b1da5f37 100644 --- a/Assistant/Threads/NetWatcher.hs +++ b/Assistant/Threads/NetWatcher.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Assistant/Threads/PairListener.hs b/Assistant/Threads/PairListener.hs index 09eaf1fe8a..28b55ef420 100644 --- a/Assistant/Threads/PairListener.hs +++ b/Assistant/Threads/PairListener.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Threads.PairListener where diff --git a/Assistant/Threads/ProblemFixer.hs b/Assistant/Threads/ProblemFixer.hs index 19f7ccca21..5146932b25 100644 --- a/Assistant/Threads/ProblemFixer.hs +++ b/Assistant/Threads/ProblemFixer.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Threads.ProblemFixer ( diff --git a/Assistant/Threads/Pusher.hs b/Assistant/Threads/Pusher.hs index 82bd39d893..b4cca60d4c 100644 --- a/Assistant/Threads/Pusher.hs +++ b/Assistant/Threads/Pusher.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Threads.Pusher where diff --git a/Assistant/Threads/RemoteControl.hs b/Assistant/Threads/RemoteControl.hs index 2a411ef31c..5a0339eef4 100644 --- a/Assistant/Threads/RemoteControl.hs +++ b/Assistant/Threads/RemoteControl.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Threads.RemoteControl where diff --git a/Assistant/Threads/SanityChecker.hs b/Assistant/Threads/SanityChecker.hs index fe93b2e6ef..abdba7d91a 100644 --- a/Assistant/Threads/SanityChecker.hs +++ b/Assistant/Threads/SanityChecker.hs @@ -2,7 +2,7 @@ - - Copyright 2012, 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Assistant/Threads/TransferPoller.hs b/Assistant/Threads/TransferPoller.hs index f5d6890c8f..aa5e6f72a2 100644 --- a/Assistant/Threads/TransferPoller.hs +++ b/Assistant/Threads/TransferPoller.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Threads.TransferPoller where diff --git a/Assistant/Threads/TransferScanner.hs b/Assistant/Threads/TransferScanner.hs index e76c0b4fbc..c6fc97fad0 100644 --- a/Assistant/Threads/TransferScanner.hs +++ b/Assistant/Threads/TransferScanner.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Threads.TransferScanner where diff --git a/Assistant/Threads/TransferWatcher.hs b/Assistant/Threads/TransferWatcher.hs index a04c6c01c8..181cb10f55 100644 --- a/Assistant/Threads/TransferWatcher.hs +++ b/Assistant/Threads/TransferWatcher.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Threads.TransferWatcher where diff --git a/Assistant/Threads/Transferrer.hs b/Assistant/Threads/Transferrer.hs index 293ce41c27..1b2b14d7b8 100644 --- a/Assistant/Threads/Transferrer.hs +++ b/Assistant/Threads/Transferrer.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Threads.Transferrer where diff --git a/Assistant/Threads/UpgradeWatcher.hs b/Assistant/Threads/UpgradeWatcher.hs index a50c845969..314b79d1f1 100644 --- a/Assistant/Threads/UpgradeWatcher.hs +++ b/Assistant/Threads/UpgradeWatcher.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Assistant/Threads/Upgrader.hs b/Assistant/Threads/Upgrader.hs index 75c4353b99..4fff909203 100644 --- a/Assistant/Threads/Upgrader.hs +++ b/Assistant/Threads/Upgrader.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Assistant/Threads/Watcher.hs b/Assistant/Threads/Watcher.hs index f293ab7705..b24f6c479d 100644 --- a/Assistant/Threads/Watcher.hs +++ b/Assistant/Threads/Watcher.hs @@ -2,7 +2,7 @@ - - Copyright 2012-2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE DeriveDataTypeable, CPP #-} diff --git a/Assistant/Threads/WebApp.hs b/Assistant/Threads/WebApp.hs index cf2f1724a2..b4e906857a 100644 --- a/Assistant/Threads/WebApp.hs +++ b/Assistant/Threads/WebApp.hs @@ -2,7 +2,7 @@ - - Copyright 2012-2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE TemplateHaskell, MultiParamTypeClasses #-} diff --git a/Assistant/TransferQueue.hs b/Assistant/TransferQueue.hs index 7c0ab80d0c..43c1cf29b9 100644 --- a/Assistant/TransferQueue.hs +++ b/Assistant/TransferQueue.hs @@ -2,7 +2,7 @@ - - Copyright 2012-2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE BangPatterns #-} diff --git a/Assistant/TransferSlots.hs b/Assistant/TransferSlots.hs index 3c7a01bec1..6dacefbf45 100644 --- a/Assistant/TransferSlots.hs +++ b/Assistant/TransferSlots.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Assistant/TransferrerPool.hs b/Assistant/TransferrerPool.hs index 892e156e8b..edf60c6ff3 100644 --- a/Assistant/TransferrerPool.hs +++ b/Assistant/TransferrerPool.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.TransferrerPool where diff --git a/Assistant/Types/Alert.hs b/Assistant/Types/Alert.hs index a2e5d5c822..e6dcdc9ce2 100644 --- a/Assistant/Types/Alert.hs +++ b/Assistant/Types/Alert.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Types.Alert where diff --git a/Assistant/Types/BranchChange.hs b/Assistant/Types/BranchChange.hs index 4c15f133ae..1f4128b754 100644 --- a/Assistant/Types/BranchChange.hs +++ b/Assistant/Types/BranchChange.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Types.BranchChange where diff --git a/Assistant/Types/Changes.hs b/Assistant/Types/Changes.hs index 70c40523a0..c62b27a2b9 100644 --- a/Assistant/Types/Changes.hs +++ b/Assistant/Types/Changes.hs @@ -2,7 +2,7 @@ - - Copyright 2012-2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE BangPatterns #-} diff --git a/Assistant/Types/Commits.hs b/Assistant/Types/Commits.hs index bf83fc486e..d7c13b027e 100644 --- a/Assistant/Types/Commits.hs +++ b/Assistant/Types/Commits.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Types.Commits where diff --git a/Assistant/Types/CredPairCache.hs b/Assistant/Types/CredPairCache.hs index 9777e29ee0..d70c47b943 100644 --- a/Assistant/Types/CredPairCache.hs +++ b/Assistant/Types/CredPairCache.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Types.CredPairCache where diff --git a/Assistant/Types/DaemonStatus.hs b/Assistant/Types/DaemonStatus.hs index 1166cd18ad..9c547aa10a 100644 --- a/Assistant/Types/DaemonStatus.hs +++ b/Assistant/Types/DaemonStatus.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Types.DaemonStatus where diff --git a/Assistant/Types/NamedThread.hs b/Assistant/Types/NamedThread.hs index b07b322ad9..866affc90c 100644 --- a/Assistant/Types/NamedThread.hs +++ b/Assistant/Types/NamedThread.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Types.NamedThread where diff --git a/Assistant/Types/Pushes.hs b/Assistant/Types/Pushes.hs index ff860a0c11..57cafb4fae 100644 --- a/Assistant/Types/Pushes.hs +++ b/Assistant/Types/Pushes.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Types.Pushes where diff --git a/Assistant/Types/RemoteControl.hs b/Assistant/Types/RemoteControl.hs index 42cb4a5aa4..433a37bd9b 100644 --- a/Assistant/Types/RemoteControl.hs +++ b/Assistant/Types/RemoteControl.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Types.RemoteControl where diff --git a/Assistant/Types/RepoProblem.hs b/Assistant/Types/RepoProblem.hs index 3b9c72cf81..16128d0d81 100644 --- a/Assistant/Types/RepoProblem.hs +++ b/Assistant/Types/RepoProblem.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Types.RepoProblem where diff --git a/Assistant/Types/ScanRemotes.hs b/Assistant/Types/ScanRemotes.hs index 84a9ee6592..09fa75a877 100644 --- a/Assistant/Types/ScanRemotes.hs +++ b/Assistant/Types/ScanRemotes.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Types.ScanRemotes where diff --git a/Assistant/Types/ThreadName.hs b/Assistant/Types/ThreadName.hs index 57c704dad5..06435f474f 100644 --- a/Assistant/Types/ThreadName.hs +++ b/Assistant/Types/ThreadName.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Types.ThreadName where diff --git a/Assistant/Types/ThreadedMonad.hs b/Assistant/Types/ThreadedMonad.hs index ccb35d023e..aeb95a8e16 100644 --- a/Assistant/Types/ThreadedMonad.hs +++ b/Assistant/Types/ThreadedMonad.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Types.ThreadedMonad where diff --git a/Assistant/Types/TransferQueue.hs b/Assistant/Types/TransferQueue.hs index 7e2b4ce3bb..f15a43200c 100644 --- a/Assistant/Types/TransferQueue.hs +++ b/Assistant/Types/TransferQueue.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Types.TransferQueue where diff --git a/Assistant/Types/TransferSlots.hs b/Assistant/Types/TransferSlots.hs index 5fa1219a7f..bbcc84fb4b 100644 --- a/Assistant/Types/TransferSlots.hs +++ b/Assistant/Types/TransferSlots.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE DeriveDataTypeable #-} diff --git a/Assistant/Types/TransferrerPool.hs b/Assistant/Types/TransferrerPool.hs index 742d8437c1..20ea2ce7c1 100644 --- a/Assistant/Types/TransferrerPool.hs +++ b/Assistant/Types/TransferrerPool.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Assistant.Types.TransferrerPool where diff --git a/Assistant/Types/UrlRenderer.hs b/Assistant/Types/UrlRenderer.hs index 68c238d6a1..f0ffb10acd 100644 --- a/Assistant/Types/UrlRenderer.hs +++ b/Assistant/Types/UrlRenderer.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Assistant/Unused.hs b/Assistant/Unused.hs index 1a4d2dc641..d9c17e7a2c 100644 --- a/Assistant/Unused.hs +++ b/Assistant/Unused.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE OverloadedStrings #-} diff --git a/Assistant/Upgrade.hs b/Assistant/Upgrade.hs index 4929fda858..9f07d5b39c 100644 --- a/Assistant/Upgrade.hs +++ b/Assistant/Upgrade.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Backend.hs b/Backend.hs index 2932253aec..f198bac9a7 100644 --- a/Backend.hs +++ b/Backend.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Backend ( diff --git a/Backend/Hash.hs b/Backend/Hash.hs index abf52ab3ed..9f2bc55727 100644 --- a/Backend/Hash.hs +++ b/Backend/Hash.hs @@ -2,7 +2,7 @@ - - Copyright 2011-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Backend/URL.hs b/Backend/URL.hs index b9d8264d6c..62a516fcce 100644 --- a/Backend/URL.hs +++ b/Backend/URL.hs @@ -2,7 +2,7 @@ - - Copyright 2011 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Backend.URL ( diff --git a/Backend/Utilities.hs b/Backend/Utilities.hs index bfb0f1043c..bcb0c4bda4 100644 --- a/Backend/Utilities.hs +++ b/Backend/Utilities.hs @@ -2,7 +2,7 @@ - - Copyright 2012-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Backend.Utilities where diff --git a/Backend/WORM.hs b/Backend/WORM.hs index eb565bf618..a03bbb9293 100644 --- a/Backend/WORM.hs +++ b/Backend/WORM.hs @@ -2,7 +2,7 @@ - - Copyright 2010 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Backend.WORM (backends) where diff --git a/Build/BundledPrograms.hs b/Build/BundledPrograms.hs index f593c98103..77f24ad43a 100644 --- a/Build/BundledPrograms.hs +++ b/Build/BundledPrograms.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Build/DesktopFile.hs b/Build/DesktopFile.hs index a54f45d338..b9af9df42d 100644 --- a/Build/DesktopFile.hs +++ b/Build/DesktopFile.hs @@ -3,7 +3,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Build/InstallDesktopFile.hs b/Build/InstallDesktopFile.hs index d6a94added..be261f32cd 100644 --- a/Build/InstallDesktopFile.hs +++ b/Build/InstallDesktopFile.hs @@ -3,7 +3,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Main where diff --git a/Build/LinuxMkLibs.hs b/Build/LinuxMkLibs.hs index ba40206fdf..b62fc762bc 100644 --- a/Build/LinuxMkLibs.hs +++ b/Build/LinuxMkLibs.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Main where diff --git a/Build/MakeMans.hs b/Build/MakeMans.hs index 25e09c4aa7..359fdd48b2 100644 --- a/Build/MakeMans.hs +++ b/Build/MakeMans.hs @@ -2,7 +2,7 @@ - - Copyright 2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# OPTIONS_GHC -fno-warn-tabs #-} diff --git a/Build/Mans.hs b/Build/Mans.hs index 2ea9b4197c..9fb29d4a31 100644 --- a/Build/Mans.hs +++ b/Build/Mans.hs @@ -2,7 +2,7 @@ - - Copyright 2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# OPTIONS_GHC -fno-warn-tabs #-} diff --git a/Build/NullSoftInstaller.hs b/Build/NullSoftInstaller.hs index 257b60851d..2dcaf6ac7b 100644 --- a/Build/NullSoftInstaller.hs +++ b/Build/NullSoftInstaller.hs @@ -15,7 +15,7 @@ - - Copyright 2013-2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE OverloadedStrings, FlexibleContexts #-} diff --git a/Build/OSXMkLibs.hs b/Build/OSXMkLibs.hs index f430e17b52..17af6592b4 100644 --- a/Build/OSXMkLibs.hs +++ b/Build/OSXMkLibs.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Main where diff --git a/Build/Standalone.hs b/Build/Standalone.hs index 5cb09cd609..f11d64993d 100644 --- a/Build/Standalone.hs +++ b/Build/Standalone.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/BuildFlags.hs b/BuildFlags.hs index 5fdc4df914..74ac576b6f 100644 --- a/BuildFlags.hs +++ b/BuildFlags.hs @@ -2,7 +2,7 @@ - - Copyright 2013-2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/BuildInfo.hs b/BuildInfo.hs index 465ac372ef..f0a61cb242 100644 --- a/BuildInfo.hs +++ b/BuildInfo.hs @@ -2,7 +2,7 @@ - - Copyright 2013-2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/COPYRIGHT b/COPYRIGHT index 53ba3d4a62..dd4574cb7e 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -3,21 +3,17 @@ Source: native package Files: * Copyright: © 2010-2019 Joey Hess -License: GPL-3+ +License: AGPL-3+ Files: Assistant/WebApp.hs Assistant/WebApp/* templates/* static/* Copyright: © 2012-2017 Joey Hess © 2014 Sören Brunk License: AGPL-3+ -Files: Annex/AdjustedBranch.hs Annex/AdjustedBranch/Name.hs Annex/CurrentBranch.hs Annex/Import.hs Annex/RemoteTrackingBranch.hs Benchmark.hs Database/ContentIdentifier.hs Logs/File.hs Logs/Line.hs Logs/Smudge.hs Logs/ContentIdentifier.hs Logs/ContentIdentifier/Pure.hs Remote/Git.hs Remote/Helper/Ssh.hs Remote/Adb.hs Remote/External.hs Remote/Extermal/Types.hs Types/AdjustedBranch.hs Types/RepoVersion.hs Upgrade/V6.hs -Copyright: © 2011-2019 Joey Hess -License: AGPL-3+ - Files: Remote/Ddar.hs Copyright: © 2011 Joey Hess © 2014 Robie Basak -License: GPL-3+ +License: AGPL-3+ Files: Utility/ThreadScheduler.hs Copyright: 2011 Bas van Dijk & Roel van Dijk @@ -43,7 +39,7 @@ License: icon-license Files: Annex/DirHashes.hs Copyright: 2001 Ian Lynagh 2010-2015 Joey Hess -License: GPL-3+ +License: AGPL-3+ Files: doc/tips/automatically_adding_metadata/pre-commit-annex Copyright: 2014 Joey Hess diff --git a/CmdLine.hs b/CmdLine.hs index 036463fd5c..dc885956d6 100644 --- a/CmdLine.hs +++ b/CmdLine.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module CmdLine ( diff --git a/CmdLine/Action.hs b/CmdLine/Action.hs index 9d45558787..0a65673827 100644 --- a/CmdLine/Action.hs +++ b/CmdLine/Action.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/CmdLine/Batch.hs b/CmdLine/Batch.hs index bcff74420b..4d1f33c289 100644 --- a/CmdLine/Batch.hs +++ b/CmdLine/Batch.hs @@ -2,7 +2,7 @@ - - Copyright 2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module CmdLine.Batch where diff --git a/CmdLine/GitAnnex.hs b/CmdLine/GitAnnex.hs index d9aa23b5d9..2fdfe4bcca 100644 --- a/CmdLine/GitAnnex.hs +++ b/CmdLine/GitAnnex.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP, OverloadedStrings #-} diff --git a/CmdLine/GitAnnex/Options.hs b/CmdLine/GitAnnex/Options.hs index be7a3c292f..55f2612eb1 100644 --- a/CmdLine/GitAnnex/Options.hs +++ b/CmdLine/GitAnnex/Options.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE TypeSynonymInstances, FlexibleInstances, CPP #-} diff --git a/CmdLine/GitAnnexShell.hs b/CmdLine/GitAnnexShell.hs index c18aa1f59e..2c3593c102 100644 --- a/CmdLine/GitAnnexShell.hs +++ b/CmdLine/GitAnnexShell.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module CmdLine.GitAnnexShell where diff --git a/CmdLine/GitAnnexShell/Checks.hs b/CmdLine/GitAnnexShell/Checks.hs index bcef88ce28..9e7c8a189d 100644 --- a/CmdLine/GitAnnexShell/Checks.hs +++ b/CmdLine/GitAnnexShell/Checks.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module CmdLine.GitAnnexShell.Checks where diff --git a/CmdLine/GitAnnexShell/Fields.hs b/CmdLine/GitAnnexShell/Fields.hs index efe22971dd..c5c0118a43 100644 --- a/CmdLine/GitAnnexShell/Fields.hs +++ b/CmdLine/GitAnnexShell/Fields.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module CmdLine.GitAnnexShell.Fields where diff --git a/CmdLine/GitRemoteTorAnnex.hs b/CmdLine/GitRemoteTorAnnex.hs index 7425c5b622..5c67aa2a86 100644 --- a/CmdLine/GitRemoteTorAnnex.hs +++ b/CmdLine/GitRemoteTorAnnex.hs @@ -2,7 +2,7 @@ - - Copyright 2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module CmdLine.GitRemoteTorAnnex where diff --git a/CmdLine/GlobalSetter.hs b/CmdLine/GlobalSetter.hs index b0447c6c83..11c967b707 100644 --- a/CmdLine/GlobalSetter.hs +++ b/CmdLine/GlobalSetter.hs @@ -2,7 +2,7 @@ - - Copyright 2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module CmdLine.GlobalSetter where diff --git a/CmdLine/Option.hs b/CmdLine/Option.hs index b0fec3f092..ccc49bfc21 100644 --- a/CmdLine/Option.hs +++ b/CmdLine/Option.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2011 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module CmdLine.Option where diff --git a/CmdLine/Seek.hs b/CmdLine/Seek.hs index 5dae1ba847..ac44601f73 100644 --- a/CmdLine/Seek.hs +++ b/CmdLine/Seek.hs @@ -6,7 +6,7 @@ - - Copyright 2010-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module CmdLine.Seek where diff --git a/CmdLine/Usage.hs b/CmdLine/Usage.hs index 6dd2d053d9..27619a04a6 100644 --- a/CmdLine/Usage.hs +++ b/CmdLine/Usage.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module CmdLine.Usage where diff --git a/Command.hs b/Command.hs index b886e4fe27..39c790dedb 100644 --- a/Command.hs +++ b/Command.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command ( diff --git a/Command/Add.hs b/Command/Add.hs index dc6ea5ac75..e21985f728 100644 --- a/Command/Add.hs +++ b/Command/Add.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Add where diff --git a/Command/AddUnused.hs b/Command/AddUnused.hs index b07d2ba20f..5aa035fe4d 100644 --- a/Command/AddUnused.hs +++ b/Command/AddUnused.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.AddUnused where diff --git a/Command/AddUrl.hs b/Command/AddUrl.hs index be008f63aa..51ba1f0063 100644 --- a/Command/AddUrl.hs +++ b/Command/AddUrl.hs @@ -2,7 +2,7 @@ - - Copyright 2011-2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.AddUrl where diff --git a/Command/Adjust.hs b/Command/Adjust.hs index 9f9e6153e5..7126359b91 100644 --- a/Command/Adjust.hs +++ b/Command/Adjust.hs @@ -2,7 +2,7 @@ - - Copyright 2016-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Adjust where diff --git a/Command/Assistant.hs b/Command/Assistant.hs index 70088674da..21ef8a242d 100644 --- a/Command/Assistant.hs +++ b/Command/Assistant.hs @@ -2,7 +2,7 @@ - - Copyright 2012-2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Assistant where diff --git a/Command/Benchmark.hs b/Command/Benchmark.hs index 7af2ed2b18..95418c1c0c 100644 --- a/Command/Benchmark.hs +++ b/Command/Benchmark.hs @@ -2,7 +2,7 @@ - - Copyright 2016-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Command/CalcKey.hs b/Command/CalcKey.hs index 0226a15bba..f894aee40b 100644 --- a/Command/CalcKey.hs +++ b/Command/CalcKey.hs @@ -2,7 +2,7 @@ - - Copyright 2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.CalcKey where diff --git a/Command/CheckPresentKey.hs b/Command/CheckPresentKey.hs index fa7b3a1830..b41797fe2f 100644 --- a/Command/CheckPresentKey.hs +++ b/Command/CheckPresentKey.hs @@ -2,7 +2,7 @@ - - Copyright 2015-2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.CheckPresentKey where diff --git a/Command/Commit.hs b/Command/Commit.hs index c2943aebe6..dc7d3c7655 100644 --- a/Command/Commit.hs +++ b/Command/Commit.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Commit where diff --git a/Command/Config.hs b/Command/Config.hs index a79a4f0772..25ae6f6b28 100644 --- a/Command/Config.hs +++ b/Command/Config.hs @@ -2,7 +2,7 @@ - - Copyright 2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Config where diff --git a/Command/ConfigList.hs b/Command/ConfigList.hs index e8af8f53ed..53b89c3489 100644 --- a/Command/ConfigList.hs +++ b/Command/ConfigList.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.ConfigList where diff --git a/Command/ContentLocation.hs b/Command/ContentLocation.hs index 57350917ba..9576f86044 100644 --- a/Command/ContentLocation.hs +++ b/Command/ContentLocation.hs @@ -2,7 +2,7 @@ - - Copyright 2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.ContentLocation where diff --git a/Command/Copy.hs b/Command/Copy.hs index 12e1af1621..18a0cc348e 100644 --- a/Command/Copy.hs +++ b/Command/Copy.hs @@ -2,7 +2,7 @@ - - Copyright 2010 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Copy where diff --git a/Command/Dead.hs b/Command/Dead.hs index 01f16f6b82..ecddce2049 100644 --- a/Command/Dead.hs +++ b/Command/Dead.hs @@ -2,7 +2,7 @@ - - Copyright 2011, 2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Dead where diff --git a/Command/Describe.hs b/Command/Describe.hs index 390be84395..2135482da2 100644 --- a/Command/Describe.hs +++ b/Command/Describe.hs @@ -2,7 +2,7 @@ - - Copyright 2011 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Describe where diff --git a/Command/DiffDriver.hs b/Command/DiffDriver.hs index dfd7f4b007..2ed0a415ae 100644 --- a/Command/DiffDriver.hs +++ b/Command/DiffDriver.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.DiffDriver where diff --git a/Command/Direct.hs b/Command/Direct.hs index 093999c805..f8f89379b5 100644 --- a/Command/Direct.hs +++ b/Command/Direct.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Direct where diff --git a/Command/Drop.hs b/Command/Drop.hs index c48fe353cb..71879205e0 100644 --- a/Command/Drop.hs +++ b/Command/Drop.hs @@ -2,7 +2,7 @@ - - Copyright 2010 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Drop where diff --git a/Command/DropKey.hs b/Command/DropKey.hs index 546c9795e1..0bb7c1547f 100644 --- a/Command/DropKey.hs +++ b/Command/DropKey.hs @@ -2,7 +2,7 @@ - - Copyright 2010,2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.DropKey where diff --git a/Command/DropUnused.hs b/Command/DropUnused.hs index d5394c2ea8..a4d2fa68b4 100644 --- a/Command/DropUnused.hs +++ b/Command/DropUnused.hs @@ -2,7 +2,7 @@ - - Copyright 2010,2012,2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.DropUnused where diff --git a/Command/EnableRemote.hs b/Command/EnableRemote.hs index ab5692e1ad..efa19498dc 100644 --- a/Command/EnableRemote.hs +++ b/Command/EnableRemote.hs @@ -2,7 +2,7 @@ - - Copyright 2013-2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.EnableRemote where diff --git a/Command/EnableTor.hs b/Command/EnableTor.hs index 89f7a27855..3c0a40b1f4 100644 --- a/Command/EnableTor.hs +++ b/Command/EnableTor.hs @@ -2,7 +2,7 @@ - - Copyright 2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Command/ExamineKey.hs b/Command/ExamineKey.hs index 07554d181e..9cb8defb9c 100644 --- a/Command/ExamineKey.hs +++ b/Command/ExamineKey.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.ExamineKey where diff --git a/Command/Expire.hs b/Command/Expire.hs index a72c5fef92..924b5851d5 100644 --- a/Command/Expire.hs +++ b/Command/Expire.hs @@ -2,7 +2,7 @@ - - Copyright 2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Expire where diff --git a/Command/Export.hs b/Command/Export.hs index 4e87f43b05..1bbc449102 100644 --- a/Command/Export.hs +++ b/Command/Export.hs @@ -2,7 +2,7 @@ - - Copyright 2017-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE TupleSections, BangPatterns #-} diff --git a/Command/Find.hs b/Command/Find.hs index 4164ba1ff9..263bdd68f7 100644 --- a/Command/Find.hs +++ b/Command/Find.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Find where diff --git a/Command/FindRef.hs b/Command/FindRef.hs index f09ed4b9e3..eb74928f4c 100644 --- a/Command/FindRef.hs +++ b/Command/FindRef.hs @@ -2,7 +2,7 @@ - - Copyright 2014-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.FindRef where diff --git a/Command/Fix.hs b/Command/Fix.hs index 875915a66d..faf84497f4 100644 --- a/Command/Fix.hs +++ b/Command/Fix.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Command/Forget.hs b/Command/Forget.hs index 40ac98d4bf..58098ae02f 100644 --- a/Command/Forget.hs +++ b/Command/Forget.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Forget where diff --git a/Command/FromKey.hs b/Command/FromKey.hs index 1b066a9632..d6773dcc9c 100644 --- a/Command/FromKey.hs +++ b/Command/FromKey.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE BangPatterns #-} diff --git a/Command/Fsck.hs b/Command/Fsck.hs index 7cb03aac5d..43a892cf25 100644 --- a/Command/Fsck.hs +++ b/Command/Fsck.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Command/FuzzTest.hs b/Command/FuzzTest.hs index 2e5c7536e6..de872bc1f7 100644 --- a/Command/FuzzTest.hs +++ b/Command/FuzzTest.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.FuzzTest where diff --git a/Command/GCryptSetup.hs b/Command/GCryptSetup.hs index 83588f1a9f..a17055e5a9 100644 --- a/Command/GCryptSetup.hs +++ b/Command/GCryptSetup.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.GCryptSetup where diff --git a/Command/Get.hs b/Command/Get.hs index d7752101e0..e71cb554eb 100644 --- a/Command/Get.hs +++ b/Command/Get.hs @@ -2,7 +2,7 @@ - - Copyright 2010, 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Get where diff --git a/Command/Group.hs b/Command/Group.hs index 5cd6082e36..8af071a526 100644 --- a/Command/Group.hs +++ b/Command/Group.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Group where diff --git a/Command/GroupWanted.hs b/Command/GroupWanted.hs index af51919d37..3455ca879d 100644 --- a/Command/GroupWanted.hs +++ b/Command/GroupWanted.hs @@ -2,7 +2,7 @@ - - Copyright 2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.GroupWanted where diff --git a/Command/Help.hs b/Command/Help.hs index 227ed1f933..af61ccff0b 100644 --- a/Command/Help.hs +++ b/Command/Help.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Help where diff --git a/Command/Import.hs b/Command/Import.hs index 91d6eca362..743a15f1d3 100644 --- a/Command/Import.hs +++ b/Command/Import.hs @@ -2,7 +2,7 @@ - - Copyright 2012-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE ApplicativeDo #-} diff --git a/Command/ImportFeed.hs b/Command/ImportFeed.hs index c20a6275e9..7a7f3bd07d 100644 --- a/Command/ImportFeed.hs +++ b/Command/ImportFeed.hs @@ -2,7 +2,7 @@ - - Copyright 2013-2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Command/InAnnex.hs b/Command/InAnnex.hs index ad50dfa7c6..5ddd1add4a 100644 --- a/Command/InAnnex.hs +++ b/Command/InAnnex.hs @@ -2,7 +2,7 @@ - - Copyright 2010 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.InAnnex where diff --git a/Command/Indirect.hs b/Command/Indirect.hs index 9148e9d6f2..442e2cd4fc 100644 --- a/Command/Indirect.hs +++ b/Command/Indirect.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Indirect where diff --git a/Command/Info.hs b/Command/Info.hs index 84b7cad5fa..d18134cf9c 100644 --- a/Command/Info.hs +++ b/Command/Info.hs @@ -2,7 +2,7 @@ - - Copyright 2011-2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE BangPatterns, DeriveDataTypeable, CPP #-} diff --git a/Command/Init.hs b/Command/Init.hs index 5f3f992cb8..23b5f93ad3 100644 --- a/Command/Init.hs +++ b/Command/Init.hs @@ -2,7 +2,7 @@ - - Copyright 2010 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Init where diff --git a/Command/InitRemote.hs b/Command/InitRemote.hs index 0f9ec41357..8b4406cf7e 100644 --- a/Command/InitRemote.hs +++ b/Command/InitRemote.hs @@ -2,7 +2,7 @@ - - Copyright 2011,2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.InitRemote where diff --git a/Command/Inprogress.hs b/Command/Inprogress.hs index 0d5032e9cf..c814d0b4f8 100644 --- a/Command/Inprogress.hs +++ b/Command/Inprogress.hs @@ -2,7 +2,7 @@ - - Copyright 2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Inprogress where diff --git a/Command/List.hs b/Command/List.hs index ba2fc50d93..ae9e6a70f1 100644 --- a/Command/List.hs +++ b/Command/List.hs @@ -3,7 +3,7 @@ - Copyright 2013 Joey Hess - Copyright 2013 Antoine Beaupré - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.List where diff --git a/Command/Lock.hs b/Command/Lock.hs index 142e2c73cc..f75cbec1c7 100644 --- a/Command/Lock.hs +++ b/Command/Lock.hs @@ -2,7 +2,7 @@ - - Copyright 2010,2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Lock where diff --git a/Command/LockContent.hs b/Command/LockContent.hs index dfa867aa80..c57801880b 100644 --- a/Command/LockContent.hs +++ b/Command/LockContent.hs @@ -2,7 +2,7 @@ - - Copyright 2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.LockContent where diff --git a/Command/Log.hs b/Command/Log.hs index b626452456..d741158220 100644 --- a/Command/Log.hs +++ b/Command/Log.hs @@ -2,7 +2,7 @@ - - Copyright 2012, 2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Command/LookupKey.hs b/Command/LookupKey.hs index c7c0a59ad7..11fa0c9461 100644 --- a/Command/LookupKey.hs +++ b/Command/LookupKey.hs @@ -2,7 +2,7 @@ - - Copyright 2013-2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.LookupKey where diff --git a/Command/Map.hs b/Command/Map.hs index 94ef89f35e..46bb508cd5 100644 --- a/Command/Map.hs +++ b/Command/Map.hs @@ -2,7 +2,7 @@ - - Copyright 2010 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Map where diff --git a/Command/MatchExpression.hs b/Command/MatchExpression.hs index fe18e9ffae..9f835bd5b6 100644 --- a/Command/MatchExpression.hs +++ b/Command/MatchExpression.hs @@ -2,7 +2,7 @@ - - Copyright 2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.MatchExpression where diff --git a/Command/Merge.hs b/Command/Merge.hs index 7893613e40..b78137c13d 100644 --- a/Command/Merge.hs +++ b/Command/Merge.hs @@ -2,7 +2,7 @@ - - Copyright 2011, 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Merge where diff --git a/Command/MetaData.hs b/Command/MetaData.hs index c279bcdb14..78ccabcdc5 100644 --- a/Command/MetaData.hs +++ b/Command/MetaData.hs @@ -2,7 +2,7 @@ - - Copyright 2014-2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.MetaData where diff --git a/Command/Migrate.hs b/Command/Migrate.hs index 5ee16ab9b0..dc0e32b932 100644 --- a/Command/Migrate.hs +++ b/Command/Migrate.hs @@ -2,7 +2,7 @@ - - Copyright 2011 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Migrate where diff --git a/Command/Mirror.hs b/Command/Mirror.hs index c57dadd951..d5c7f47789 100644 --- a/Command/Mirror.hs +++ b/Command/Mirror.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Mirror where diff --git a/Command/Move.hs b/Command/Move.hs index 71731ac88c..c11a0e4303 100644 --- a/Command/Move.hs +++ b/Command/Move.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Move where diff --git a/Command/Multicast.hs b/Command/Multicast.hs index 6bdd085091..84d96648d3 100644 --- a/Command/Multicast.hs +++ b/Command/Multicast.hs @@ -2,7 +2,7 @@ - - Copyright 2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Command/NotifyChanges.hs b/Command/NotifyChanges.hs index d6a713fb0f..d81fabbfde 100644 --- a/Command/NotifyChanges.hs +++ b/Command/NotifyChanges.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.NotifyChanges where diff --git a/Command/NumCopies.hs b/Command/NumCopies.hs index 83fe4f88c0..b323e0417b 100644 --- a/Command/NumCopies.hs +++ b/Command/NumCopies.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.NumCopies where diff --git a/Command/P2P.hs b/Command/P2P.hs index f1a18fa4d8..0211e9462f 100644 --- a/Command/P2P.hs +++ b/Command/P2P.hs @@ -2,7 +2,7 @@ - - Copyright 2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.P2P where diff --git a/Command/P2PStdIO.hs b/Command/P2PStdIO.hs index 8b3f05d18e..c9be293acd 100644 --- a/Command/P2PStdIO.hs +++ b/Command/P2PStdIO.hs @@ -2,7 +2,7 @@ - - Copyright 2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.P2PStdIO where diff --git a/Command/PostReceive.hs b/Command/PostReceive.hs index 1d3b076338..a362cc6543 100644 --- a/Command/PostReceive.hs +++ b/Command/PostReceive.hs @@ -2,7 +2,7 @@ - - Copyright 2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.PostReceive where diff --git a/Command/PreCommit.hs b/Command/PreCommit.hs index c277547df6..c251f0c46c 100644 --- a/Command/PreCommit.hs +++ b/Command/PreCommit.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Command/Proxy.hs b/Command/Proxy.hs index 56a19ea787..7c042c28b3 100644 --- a/Command/Proxy.hs +++ b/Command/Proxy.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Proxy where diff --git a/Command/ReKey.hs b/Command/ReKey.hs index ed8210ee5a..a2fda4d506 100644 --- a/Command/ReKey.hs +++ b/Command/ReKey.hs @@ -2,7 +2,7 @@ - - Copyright 2012-2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.ReKey where diff --git a/Command/ReadPresentKey.hs b/Command/ReadPresentKey.hs index a5fc0eeecd..46b5b7bb80 100644 --- a/Command/ReadPresentKey.hs +++ b/Command/ReadPresentKey.hs @@ -2,7 +2,7 @@ - - Copyright 2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.ReadPresentKey where diff --git a/Command/RecvKey.hs b/Command/RecvKey.hs index fb4ba1c278..1e73c3b0b1 100644 --- a/Command/RecvKey.hs +++ b/Command/RecvKey.hs @@ -2,7 +2,7 @@ - - Copyright 2010 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.RecvKey where diff --git a/Command/RegisterUrl.hs b/Command/RegisterUrl.hs index 65bad9ca48..a20af1fb47 100644 --- a/Command/RegisterUrl.hs +++ b/Command/RegisterUrl.hs @@ -2,7 +2,7 @@ - - Copyright 2015-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE BangPatterns #-} diff --git a/Command/Reinit.hs b/Command/Reinit.hs index 3a4b312c7b..ca8d50f3d7 100644 --- a/Command/Reinit.hs +++ b/Command/Reinit.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Reinit where diff --git a/Command/Reinject.hs b/Command/Reinject.hs index 50f3ca735d..618985c3c7 100644 --- a/Command/Reinject.hs +++ b/Command/Reinject.hs @@ -2,7 +2,7 @@ - - Copyright 2011-2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Reinject where diff --git a/Command/RemoteDaemon.hs b/Command/RemoteDaemon.hs index c174171041..95fefff4d0 100644 --- a/Command/RemoteDaemon.hs +++ b/Command/RemoteDaemon.hs @@ -2,7 +2,7 @@ - - Copyright 2014-2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Command/Repair.hs b/Command/Repair.hs index c8beeea6eb..f99ff7b3a5 100644 --- a/Command/Repair.hs +++ b/Command/Repair.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Repair where diff --git a/Command/Required.hs b/Command/Required.hs index 3cc053b55d..18eb51e346 100644 --- a/Command/Required.hs +++ b/Command/Required.hs @@ -2,7 +2,7 @@ - - Copyright 2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Required where diff --git a/Command/ResolveMerge.hs b/Command/ResolveMerge.hs index 6add6ff9a0..a8a7ca2234 100644 --- a/Command/ResolveMerge.hs +++ b/Command/ResolveMerge.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.ResolveMerge where diff --git a/Command/RmUrl.hs b/Command/RmUrl.hs index 41cc34cb4a..9858836207 100644 --- a/Command/RmUrl.hs +++ b/Command/RmUrl.hs @@ -2,7 +2,7 @@ - - Copyright 2013-2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.RmUrl where diff --git a/Command/Schedule.hs b/Command/Schedule.hs index c5a8004fdc..2b83e6b830 100644 --- a/Command/Schedule.hs +++ b/Command/Schedule.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Schedule where diff --git a/Command/Semitrust.hs b/Command/Semitrust.hs index d9ee893945..5bf556ed30 100644 --- a/Command/Semitrust.hs +++ b/Command/Semitrust.hs @@ -2,7 +2,7 @@ - - Copyright 2010 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Semitrust where diff --git a/Command/SendKey.hs b/Command/SendKey.hs index 60f0062f83..36959a8ae4 100644 --- a/Command/SendKey.hs +++ b/Command/SendKey.hs @@ -2,7 +2,7 @@ - - Copyright 2010,2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.SendKey where diff --git a/Command/SetKey.hs b/Command/SetKey.hs index 3681fb7bc4..afcf8e786c 100644 --- a/Command/SetKey.hs +++ b/Command/SetKey.hs @@ -2,7 +2,7 @@ - - Copyright 2010, 2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.SetKey where diff --git a/Command/SetPresentKey.hs b/Command/SetPresentKey.hs index bb03ef1bbf..5223224ccb 100644 --- a/Command/SetPresentKey.hs +++ b/Command/SetPresentKey.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.SetPresentKey where diff --git a/Command/Smudge.hs b/Command/Smudge.hs index d144406b48..508a241af4 100644 --- a/Command/Smudge.hs +++ b/Command/Smudge.hs @@ -2,7 +2,7 @@ - - Copyright 2015-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Smudge where diff --git a/Command/Status.hs b/Command/Status.hs index e1a6e963a4..d667342475 100644 --- a/Command/Status.hs +++ b/Command/Status.hs @@ -2,7 +2,7 @@ - - Copyright 2013-2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Status where diff --git a/Command/Sync.hs b/Command/Sync.hs index a9487582e5..6c630e3fcd 100644 --- a/Command/Sync.hs +++ b/Command/Sync.hs @@ -3,7 +3,7 @@ - Copyright 2011 Joachim Breitner - Copyright 2011-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE FlexibleContexts #-} diff --git a/Command/Test.hs b/Command/Test.hs index f3b535ad96..a172c9ebb8 100644 --- a/Command/Test.hs +++ b/Command/Test.hs @@ -2,7 +2,7 @@ - - Copyright 2013-2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Test where diff --git a/Command/TestRemote.hs b/Command/TestRemote.hs index 21c8011273..bcb9490ff7 100644 --- a/Command/TestRemote.hs +++ b/Command/TestRemote.hs @@ -2,7 +2,7 @@ - - Copyright 2014-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.TestRemote where diff --git a/Command/TransferInfo.hs b/Command/TransferInfo.hs index 81389c3ab5..abcf8c6b14 100644 --- a/Command/TransferInfo.hs +++ b/Command/TransferInfo.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.TransferInfo where diff --git a/Command/TransferKey.hs b/Command/TransferKey.hs index e94a1366b2..38ce6f000f 100644 --- a/Command/TransferKey.hs +++ b/Command/TransferKey.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.TransferKey where diff --git a/Command/TransferKeys.hs b/Command/TransferKeys.hs index daecec5df1..2d3cbaef49 100644 --- a/Command/TransferKeys.hs +++ b/Command/TransferKeys.hs @@ -2,7 +2,7 @@ - - Copyright 2012, 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE TypeSynonymInstances, FlexibleInstances #-} diff --git a/Command/Trust.hs b/Command/Trust.hs index 2aaac3f0a8..e31805bc0f 100644 --- a/Command/Trust.hs +++ b/Command/Trust.hs @@ -2,7 +2,7 @@ - - Copyright 2010, 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Trust where diff --git a/Command/Unannex.hs b/Command/Unannex.hs index 1a2140ddf9..dc064f9f56 100644 --- a/Command/Unannex.hs +++ b/Command/Unannex.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Unannex where diff --git a/Command/Undo.hs b/Command/Undo.hs index c755807947..847cae186e 100644 --- a/Command/Undo.hs +++ b/Command/Undo.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Undo where diff --git a/Command/Ungroup.hs b/Command/Ungroup.hs index 79ee83829a..b7b0a15b1e 100644 --- a/Command/Ungroup.hs +++ b/Command/Ungroup.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Ungroup where diff --git a/Command/Uninit.hs b/Command/Uninit.hs index 61dc012b2d..0f61e08d34 100644 --- a/Command/Uninit.hs +++ b/Command/Uninit.hs @@ -2,7 +2,7 @@ - - Copyright 2010 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Uninit where diff --git a/Command/Unlock.hs b/Command/Unlock.hs index 93230da709..8a8011c2c7 100644 --- a/Command/Unlock.hs +++ b/Command/Unlock.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Unlock where diff --git a/Command/Untrust.hs b/Command/Untrust.hs index 7f22a8086d..88973596ce 100644 --- a/Command/Untrust.hs +++ b/Command/Untrust.hs @@ -2,7 +2,7 @@ - - Copyright 2010 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Untrust where diff --git a/Command/Unused.hs b/Command/Unused.hs index bd44d49706..41b4d705d7 100644 --- a/Command/Unused.hs +++ b/Command/Unused.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE BangPatterns #-} diff --git a/Command/Upgrade.hs b/Command/Upgrade.hs index 7d650b29e5..59a25759a3 100644 --- a/Command/Upgrade.hs +++ b/Command/Upgrade.hs @@ -2,7 +2,7 @@ - - Copyright 2011 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Upgrade where diff --git a/Command/VAdd.hs b/Command/VAdd.hs index 8dceae6a46..f166f23775 100644 --- a/Command/VAdd.hs +++ b/Command/VAdd.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.VAdd where diff --git a/Command/VCycle.hs b/Command/VCycle.hs index bb318635d3..45373e60c8 100644 --- a/Command/VCycle.hs +++ b/Command/VCycle.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.VCycle where diff --git a/Command/VFilter.hs b/Command/VFilter.hs index 49a1cbb379..b3cbc2d5a2 100644 --- a/Command/VFilter.hs +++ b/Command/VFilter.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.VFilter where diff --git a/Command/VPop.hs b/Command/VPop.hs index 50860d26eb..55b35bf4de 100644 --- a/Command/VPop.hs +++ b/Command/VPop.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.VPop where diff --git a/Command/Version.hs b/Command/Version.hs index 080f9fa429..f1a48869d0 100644 --- a/Command/Version.hs +++ b/Command/Version.hs @@ -2,7 +2,7 @@ - - Copyright 2010 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Version where diff --git a/Command/Vicfg.hs b/Command/Vicfg.hs index 7b3712d785..4e842f4ea7 100644 --- a/Command/Vicfg.hs +++ b/Command/Vicfg.hs @@ -2,7 +2,7 @@ - - Copyright 2012-2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE RankNTypes #-} diff --git a/Command/View.hs b/Command/View.hs index 3d3819dd57..b57bbf58f4 100644 --- a/Command/View.hs +++ b/Command/View.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.View where diff --git a/Command/Wanted.hs b/Command/Wanted.hs index d9853cc356..b54a720adf 100644 --- a/Command/Wanted.hs +++ b/Command/Wanted.hs @@ -2,7 +2,7 @@ - - Copyright 2013-2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Wanted where diff --git a/Command/Watch.hs b/Command/Watch.hs index 9bc92d85b1..9cd1e6d0cd 100644 --- a/Command/Watch.hs +++ b/Command/Watch.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Watch where diff --git a/Command/WebApp.hs b/Command/WebApp.hs index fc5b8805a6..3f8002d68b 100644 --- a/Command/WebApp.hs +++ b/Command/WebApp.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Command/Whereis.hs b/Command/Whereis.hs index 07081da78b..2282385147 100644 --- a/Command/Whereis.hs +++ b/Command/Whereis.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Command.Whereis where diff --git a/Config.hs b/Config.hs index 38508e2e07..75b3af100c 100644 --- a/Config.hs +++ b/Config.hs @@ -2,7 +2,7 @@ - - Copyright 2011-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE TypeSynonymInstances, FlexibleInstances #-} diff --git a/Config/Cost.hs b/Config/Cost.hs index 026a905762..290b22a9c6 100644 --- a/Config/Cost.hs +++ b/Config/Cost.hs @@ -2,7 +2,7 @@ - - Copyright 2011-2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Config.Cost where diff --git a/Config/DynamicConfig.hs b/Config/DynamicConfig.hs index de76e007b5..370611f243 100644 --- a/Config/DynamicConfig.hs +++ b/Config/DynamicConfig.hs @@ -2,7 +2,7 @@ - - Copyright 2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Config.DynamicConfig where diff --git a/Config/Files.hs b/Config/Files.hs index 73fd5067a8..14026bdab9 100644 --- a/Config/Files.hs +++ b/Config/Files.hs @@ -2,7 +2,7 @@ - - Copyright 2012-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# OPTIONS_GHC -fno-warn-tabs #-} diff --git a/Config/GitConfig.hs b/Config/GitConfig.hs index bac866f0e9..5795129fee 100644 --- a/Config/GitConfig.hs +++ b/Config/GitConfig.hs @@ -2,7 +2,7 @@ - - Copyright 2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Config.GitConfig where diff --git a/Config/Smudge.hs b/Config/Smudge.hs index 3ef7d4b2fe..4a2889bfca 100644 --- a/Config/Smudge.hs +++ b/Config/Smudge.hs @@ -2,7 +2,7 @@ - - Copyright 2011-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Config.Smudge where diff --git a/Creds.hs b/Creds.hs index 092175b4b0..da29cc1773 100644 --- a/Creds.hs +++ b/Creds.hs @@ -2,7 +2,7 @@ - - Copyright 2012-2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Creds ( diff --git a/Crypto.hs b/Crypto.hs index c1477a3cbe..f21cb57c94 100644 --- a/Crypto.hs +++ b/Crypto.hs @@ -5,7 +5,7 @@ - - Copyright 2011-2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE FlexibleInstances #-} diff --git a/Database/Export.hs b/Database/Export.hs index d0d72d44cb..f919cbda3b 100644 --- a/Database/Export.hs +++ b/Database/Export.hs @@ -2,7 +2,7 @@ - - Copyright 2017-2019 Joey Hess -: - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE QuasiQuotes, TypeFamilies, TemplateHaskell #-} diff --git a/Database/Fsck.hs b/Database/Fsck.hs index fcfb1c9571..affac558bb 100644 --- a/Database/Fsck.hs +++ b/Database/Fsck.hs @@ -2,7 +2,7 @@ - - Copyright 2015 Joey Hess -: - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE QuasiQuotes, TypeFamilies, TemplateHaskell #-} diff --git a/Database/Handle.hs b/Database/Handle.hs index 3d5c816088..389ec366dd 100644 --- a/Database/Handle.hs +++ b/Database/Handle.hs @@ -2,7 +2,7 @@ - - Copyright 2015-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Database.Handle ( diff --git a/Database/Init.hs b/Database/Init.hs index 1fd6030ecd..af922b19fa 100644 --- a/Database/Init.hs +++ b/Database/Init.hs @@ -2,7 +2,7 @@ - - Copyright 2015-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Database/Keys.hs b/Database/Keys.hs index 2183ecd245..77931365e9 100644 --- a/Database/Keys.hs +++ b/Database/Keys.hs @@ -2,7 +2,7 @@ - - Copyright 2015-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE ScopedTypeVariables #-} diff --git a/Database/Keys/Handle.hs b/Database/Keys/Handle.hs index eec9e0fda3..4920ee28ed 100644 --- a/Database/Keys/Handle.hs +++ b/Database/Keys/Handle.hs @@ -2,7 +2,7 @@ - - Copyright 2015 Joey Hess -: - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Database.Keys.Handle ( diff --git a/Database/Keys/SQL.hs b/Database/Keys/SQL.hs index 06ca08c7ef..6dd870afcb 100644 --- a/Database/Keys/SQL.hs +++ b/Database/Keys/SQL.hs @@ -2,7 +2,7 @@ - - Copyright 2015-2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE QuasiQuotes, TypeFamilies, TemplateHaskell #-} diff --git a/Database/Queue.hs b/Database/Queue.hs index f0a2d2b654..0ed4d161a4 100644 --- a/Database/Queue.hs +++ b/Database/Queue.hs @@ -2,7 +2,7 @@ - - Copyright 2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE BangPatterns #-} diff --git a/Database/Types.hs b/Database/Types.hs index a3a6061e4f..f08cf4e9d8 100644 --- a/Database/Types.hs +++ b/Database/Types.hs @@ -2,7 +2,7 @@ - - Copyright 2015-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE TemplateHaskell #-} diff --git a/Git.hs b/Git.hs index b35051523f..d6147db650 100644 --- a/Git.hs +++ b/Git.hs @@ -5,7 +5,7 @@ - - Copyright 2010-2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Git/AutoCorrect.hs b/Git/AutoCorrect.hs index ae7cc91a87..2faaa32980 100644 --- a/Git/AutoCorrect.hs +++ b/Git/AutoCorrect.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Git.AutoCorrect where diff --git a/Git/Branch.hs b/Git/Branch.hs index 875f20f89c..f0e46bedfd 100644 --- a/Git/Branch.hs +++ b/Git/Branch.hs @@ -2,7 +2,7 @@ - - Copyright 2011 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE BangPatterns #-} diff --git a/Git/BuildVersion.hs b/Git/BuildVersion.hs index 7d1c53aa0a..f94a892015 100644 --- a/Git/BuildVersion.hs +++ b/Git/BuildVersion.hs @@ -2,7 +2,7 @@ - - Copyright 2011 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Git.BuildVersion where diff --git a/Git/CatFile.hs b/Git/CatFile.hs index 0aec9ff57c..c4a32cf264 100644 --- a/Git/CatFile.hs +++ b/Git/CatFile.hs @@ -2,7 +2,7 @@ - - Copyright 2011-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Git.CatFile ( diff --git a/Git/CheckAttr.hs b/Git/CheckAttr.hs index a248f49822..cfac5b12f0 100644 --- a/Git/CheckAttr.hs +++ b/Git/CheckAttr.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Git.CheckAttr where diff --git a/Git/CheckIgnore.hs b/Git/CheckIgnore.hs index 594882a81d..3ecbd93a65 100644 --- a/Git/CheckIgnore.hs +++ b/Git/CheckIgnore.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Git.CheckIgnore ( diff --git a/Git/Command.hs b/Git/Command.hs index 871589a2a3..2db15136a7 100644 --- a/Git/Command.hs +++ b/Git/Command.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Git/Command/Batch.hs b/Git/Command/Batch.hs index b2d6509b61..c4008137f4 100644 --- a/Git/Command/Batch.hs +++ b/Git/Command/Batch.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Git.Command.Batch where diff --git a/Git/Config.hs b/Git/Config.hs index 9cee83f2f6..f250af73d6 100644 --- a/Git/Config.hs +++ b/Git/Config.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Git.Config where diff --git a/Git/ConfigTypes.hs b/Git/ConfigTypes.hs index af3dc976df..2e262c643a 100644 --- a/Git/ConfigTypes.hs +++ b/Git/ConfigTypes.hs @@ -2,7 +2,7 @@ - - Copyright 2012, 2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Git.ConfigTypes where diff --git a/Git/Construct.hs b/Git/Construct.hs index 5cb80127da..d032c59c39 100644 --- a/Git/Construct.hs +++ b/Git/Construct.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Git/CurrentRepo.hs b/Git/CurrentRepo.hs index 82fd0c6429..f4cdf28634 100644 --- a/Git/CurrentRepo.hs +++ b/Git/CurrentRepo.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Git.CurrentRepo where diff --git a/Git/DiffTree.hs b/Git/DiffTree.hs index dae99db414..0aad4db188 100644 --- a/Git/DiffTree.hs +++ b/Git/DiffTree.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Git.DiffTree ( diff --git a/Git/DiffTreeItem.hs b/Git/DiffTreeItem.hs index 859f590c17..ffda2e8eea 100644 --- a/Git/DiffTreeItem.hs +++ b/Git/DiffTreeItem.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Git.DiffTreeItem ( diff --git a/Git/Env.hs b/Git/Env.hs index d29ef9e3c3..b824e1f234 100644 --- a/Git/Env.hs +++ b/Git/Env.hs @@ -2,7 +2,7 @@ - - Copyright 2014-2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Git.Env where diff --git a/Git/FileMode.hs b/Git/FileMode.hs index b07fd302c4..602fdc2983 100644 --- a/Git/FileMode.hs +++ b/Git/FileMode.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Git/FilePath.hs b/Git/FilePath.hs index ffa3331075..242309e2df 100644 --- a/Git/FilePath.hs +++ b/Git/FilePath.hs @@ -7,7 +7,7 @@ - - Copyright 2012-2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Git/Filename.hs b/Git/Filename.hs index 355e75f459..40a449c9c9 100644 --- a/Git/Filename.hs +++ b/Git/Filename.hs @@ -3,7 +3,7 @@ - - Copyright 2010, 2011 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Git.Filename where diff --git a/Git/Fsck.hs b/Git/Fsck.hs index a6d3c9b3bc..0f32684641 100644 --- a/Git/Fsck.hs +++ b/Git/Fsck.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE BangPatterns, CPP #-} diff --git a/Git/GCrypt.hs b/Git/GCrypt.hs index e61b763588..f19b77a98b 100644 --- a/Git/GCrypt.hs +++ b/Git/GCrypt.hs @@ -4,7 +4,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Git.GCrypt where diff --git a/Git/HashObject.hs b/Git/HashObject.hs index 7ec30bfe93..2453cc1c5f 100644 --- a/Git/HashObject.hs +++ b/Git/HashObject.hs @@ -2,7 +2,7 @@ - - Copyright 2011-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Git/Hook.hs b/Git/Hook.hs index 3f7c3dd850..411a52ea45 100644 --- a/Git/Hook.hs +++ b/Git/Hook.hs @@ -2,7 +2,7 @@ - - Copyright 2013-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Git/Index.hs b/Git/Index.hs index 91f46f9917..2fdae25b87 100644 --- a/Git/Index.hs +++ b/Git/Index.hs @@ -2,7 +2,7 @@ - - Copyright 2011-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Git.Index where diff --git a/Git/LockFile.hs b/Git/LockFile.hs index e3d59009e1..218a9588cd 100644 --- a/Git/LockFile.hs +++ b/Git/LockFile.hs @@ -2,7 +2,7 @@ - - Copyright 2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Git/LsFiles.hs b/Git/LsFiles.hs index 2dc24ad0fa..d27146c890 100644 --- a/Git/LsFiles.hs +++ b/Git/LsFiles.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Git.LsFiles ( diff --git a/Git/LsTree.hs b/Git/LsTree.hs index 4a10a56b8d..0fdb35a36a 100644 --- a/Git/LsTree.hs +++ b/Git/LsTree.hs @@ -2,7 +2,7 @@ - - Copyright 2011-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE BangPatterns #-} diff --git a/Git/Merge.hs b/Git/Merge.hs index a0767e462e..65c571659c 100644 --- a/Git/Merge.hs +++ b/Git/Merge.hs @@ -2,7 +2,7 @@ - - Copyright 2012-2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Git.Merge ( diff --git a/Git/Objects.hs b/Git/Objects.hs index bda220b5e7..3c1108dd13 100644 --- a/Git/Objects.hs +++ b/Git/Objects.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Git.Objects where diff --git a/Git/Queue.hs b/Git/Queue.hs index 3b855ae2b1..175cd3f58b 100644 --- a/Git/Queue.hs +++ b/Git/Queue.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP, BangPatterns #-} diff --git a/Git/Ref.hs b/Git/Ref.hs index 386d7d62da..9d67927fb5 100644 --- a/Git/Ref.hs +++ b/Git/Ref.hs @@ -2,7 +2,7 @@ - - Copyright 2011-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Git.Ref where diff --git a/Git/RefLog.hs b/Git/RefLog.hs index 57f35e9183..2c5a65d74a 100644 --- a/Git/RefLog.hs +++ b/Git/RefLog.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Git.RefLog where diff --git a/Git/Remote.hs b/Git/Remote.hs index 28e8b0741f..9b05a86fb4 100644 --- a/Git/Remote.hs +++ b/Git/Remote.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Git/Remote/Remove.hs b/Git/Remote/Remove.hs index e6c13b9ea7..ae09d8b382 100644 --- a/Git/Remote/Remove.hs +++ b/Git/Remote/Remove.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Git/Repair.hs b/Git/Repair.hs index 5ae4c61f9e..e6267a5f54 100644 --- a/Git/Repair.hs +++ b/Git/Repair.hs @@ -2,7 +2,7 @@ - - Copyright 2013-2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Git.Repair ( diff --git a/Git/Sha.hs b/Git/Sha.hs index b802c85560..cc33cac65d 100644 --- a/Git/Sha.hs +++ b/Git/Sha.hs @@ -2,7 +2,7 @@ - - Copyright 2011 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Git.Sha where diff --git a/Git/Ssh.hs b/Git/Ssh.hs index 3c9b23905b..863d847367 100644 --- a/Git/Ssh.hs +++ b/Git/Ssh.hs @@ -2,7 +2,7 @@ - - Copyright 2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Git.Ssh (module Git.Ssh, module Utility.SshHost) where diff --git a/Git/Status.hs b/Git/Status.hs index 9c4e5a2630..5a1077baf8 100644 --- a/Git/Status.hs +++ b/Git/Status.hs @@ -2,7 +2,7 @@ - - Copyright 2015-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Git.Status where diff --git a/Git/Tree.hs b/Git/Tree.hs index 5f6a2c138b..39e5c56828 100644 --- a/Git/Tree.hs +++ b/Git/Tree.hs @@ -2,7 +2,7 @@ - - Copyright 2016-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE BangPatterns, TypeSynonymInstances, FlexibleInstances #-} diff --git a/Git/Types.hs b/Git/Types.hs index f32f16b12e..4a4dff0c53 100644 --- a/Git/Types.hs +++ b/Git/Types.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Git.Types where diff --git a/Git/UnionMerge.hs b/Git/UnionMerge.hs index 6ba68122d3..ea9dd3500e 100644 --- a/Git/UnionMerge.hs +++ b/Git/UnionMerge.hs @@ -2,7 +2,7 @@ - - Copyright 2011 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Git.UnionMerge ( diff --git a/Git/UpdateIndex.hs b/Git/UpdateIndex.hs index f765c39c2c..435c4f28e2 100644 --- a/Git/UpdateIndex.hs +++ b/Git/UpdateIndex.hs @@ -2,7 +2,7 @@ - - Copyright 2011-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE BangPatterns, CPP #-} diff --git a/Git/Url.hs b/Git/Url.hs index fa7d200dc9..f9cc575a63 100644 --- a/Git/Url.hs +++ b/Git/Url.hs @@ -2,7 +2,7 @@ - - Copyright 2010, 2011 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Git.Url ( diff --git a/Git/Version.hs b/Git/Version.hs index 19ff945c8d..5ecaca0c1c 100644 --- a/Git/Version.hs +++ b/Git/Version.hs @@ -2,7 +2,7 @@ - - Copyright 2011, 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# OPTIONS_GHC -fno-warn-tabs #-} diff --git a/Key.hs b/Key.hs index 593d674ccd..6c369ac425 100644 --- a/Key.hs +++ b/Key.hs @@ -2,7 +2,7 @@ - - Copyright 2011-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# OPTIONS_GHC -fno-warn-orphans #-} diff --git a/Limit.hs b/Limit.hs index 1b30a4a72e..c84ba9a39a 100644 --- a/Limit.hs +++ b/Limit.hs @@ -2,7 +2,7 @@ - - Copyright 2011-2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Limit where diff --git a/Limit/Wanted.hs b/Limit/Wanted.hs index 281e348799..adbcafbfba 100644 --- a/Limit/Wanted.hs +++ b/Limit/Wanted.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Limit.Wanted where diff --git a/Logs.hs b/Logs.hs index 643dd9b5a5..e7b15be3c6 100644 --- a/Logs.hs +++ b/Logs.hs @@ -2,7 +2,7 @@ - - Copyright 2013-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Logs where diff --git a/Logs/Activity.hs b/Logs/Activity.hs index 9286599af0..5a40e7d125 100644 --- a/Logs/Activity.hs +++ b/Logs/Activity.hs @@ -2,7 +2,7 @@ - - Copyright 2015-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Logs.Activity ( diff --git a/Logs/Chunk.hs b/Logs/Chunk.hs index cbcb747bd4..b8bf15f1d7 100644 --- a/Logs/Chunk.hs +++ b/Logs/Chunk.hs @@ -12,7 +12,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Logs.Chunk ( diff --git a/Logs/Chunk/Pure.hs b/Logs/Chunk/Pure.hs index 73e27b5c91..0870f461ae 100644 --- a/Logs/Chunk/Pure.hs +++ b/Logs/Chunk/Pure.hs @@ -2,7 +2,7 @@ - - Copyright 2014, 2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Logs.Chunk.Pure diff --git a/Logs/Config.hs b/Logs/Config.hs index 8773c432ae..ca6387e4e0 100644 --- a/Logs/Config.hs +++ b/Logs/Config.hs @@ -2,7 +2,7 @@ - - Copyright 2017-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Logs.Config ( diff --git a/Logs/Difference.hs b/Logs/Difference.hs index fecddc305f..c134235306 100644 --- a/Logs/Difference.hs +++ b/Logs/Difference.hs @@ -2,7 +2,7 @@ - - Copyright 2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Logs.Difference ( diff --git a/Logs/Difference/Pure.hs b/Logs/Difference/Pure.hs index 663e3a6139..b2d1dc1cdf 100644 --- a/Logs/Difference/Pure.hs +++ b/Logs/Difference/Pure.hs @@ -2,7 +2,7 @@ - - Copyright 2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Logs.Difference.Pure ( diff --git a/Logs/Export.hs b/Logs/Export.hs index 4271517e4e..1bde4a39ba 100644 --- a/Logs/Export.hs +++ b/Logs/Export.hs @@ -2,7 +2,7 @@ - - Copyright 2017-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Logs.Export ( diff --git a/Logs/FsckResults.hs b/Logs/FsckResults.hs index 296847fa46..73f6d4c6c0 100644 --- a/Logs/FsckResults.hs +++ b/Logs/FsckResults.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Logs.FsckResults ( diff --git a/Logs/Group.hs b/Logs/Group.hs index 022a6c36e3..03c59d18ce 100644 --- a/Logs/Group.hs +++ b/Logs/Group.hs @@ -2,7 +2,7 @@ - - Copyright 2012, 2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Logs.Group ( diff --git a/Logs/Location.hs b/Logs/Location.hs index dc3ecbfcc6..d70f364849 100644 --- a/Logs/Location.hs +++ b/Logs/Location.hs @@ -10,7 +10,7 @@ - - Copyright 2010-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Logs.Location ( diff --git a/Logs/MapLog.hs b/Logs/MapLog.hs index bd4b8866ac..9b8f44e909 100644 --- a/Logs/MapLog.hs +++ b/Logs/MapLog.hs @@ -8,7 +8,7 @@ - - Copyright 2014, 2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Logs.MapLog ( diff --git a/Logs/MetaData.hs b/Logs/MetaData.hs index b1085c016b..7dfbb473d5 100644 --- a/Logs/MetaData.hs +++ b/Logs/MetaData.hs @@ -20,7 +20,7 @@ - and so foo currently has no value. - - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Logs.MetaData ( diff --git a/Logs/MetaData/Pure.hs b/Logs/MetaData/Pure.hs index e3e8947fad..1a8c323299 100644 --- a/Logs/MetaData/Pure.hs +++ b/Logs/MetaData/Pure.hs @@ -2,7 +2,7 @@ - - Copyright 2014-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# OPTIONS_GHC -fno-warn-orphans #-} diff --git a/Logs/Multicast.hs b/Logs/Multicast.hs index b3e8ee7056..f6504d43b1 100644 --- a/Logs/Multicast.hs +++ b/Logs/Multicast.hs @@ -2,7 +2,7 @@ - - Copyright 2017, 2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Logs.Multicast ( diff --git a/Logs/NumCopies.hs b/Logs/NumCopies.hs index 24f29132e9..25a151cafd 100644 --- a/Logs/NumCopies.hs +++ b/Logs/NumCopies.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# OPTIONS_GHC -fno-warn-orphans #-} diff --git a/Logs/PreferredContent.hs b/Logs/PreferredContent.hs index aad2f6d5a2..c8605b083f 100644 --- a/Logs/PreferredContent.hs +++ b/Logs/PreferredContent.hs @@ -2,7 +2,7 @@ - - Copyright 2012-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Logs.PreferredContent ( diff --git a/Logs/PreferredContent/Raw.hs b/Logs/PreferredContent/Raw.hs index 98e17cf77c..fb9393ce6e 100644 --- a/Logs/PreferredContent/Raw.hs +++ b/Logs/PreferredContent/Raw.hs @@ -2,7 +2,7 @@ - - Copyright 2012-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Logs.PreferredContent.Raw where diff --git a/Logs/Presence.hs b/Logs/Presence.hs index 23cac58f13..5987460857 100644 --- a/Logs/Presence.hs +++ b/Logs/Presence.hs @@ -8,7 +8,7 @@ - - Copyright 2010-2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Logs.Presence ( diff --git a/Logs/Presence/Pure.hs b/Logs/Presence/Pure.hs index a508f2125e..03cb1c047b 100644 --- a/Logs/Presence/Pure.hs +++ b/Logs/Presence/Pure.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Logs.Presence.Pure where diff --git a/Logs/Remote.hs b/Logs/Remote.hs index ba3c9ff786..28d673b302 100644 --- a/Logs/Remote.hs +++ b/Logs/Remote.hs @@ -2,7 +2,7 @@ - - Copyright 2011 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Logs.Remote ( diff --git a/Logs/RemoteState.hs b/Logs/RemoteState.hs index ec3f5ae392..4d7708bac8 100644 --- a/Logs/RemoteState.hs +++ b/Logs/RemoteState.hs @@ -2,7 +2,7 @@ - - Copyright 2014, 2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Logs.RemoteState ( diff --git a/Logs/Schedule.hs b/Logs/Schedule.hs index 95b9affdff..ab1f06de3a 100644 --- a/Logs/Schedule.hs +++ b/Logs/Schedule.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Logs.Schedule ( diff --git a/Logs/SingleValue.hs b/Logs/SingleValue.hs index c2867093dc..6a4e283a14 100644 --- a/Logs/SingleValue.hs +++ b/Logs/SingleValue.hs @@ -8,7 +8,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Logs.SingleValue ( diff --git a/Logs/SingleValue/Pure.hs b/Logs/SingleValue/Pure.hs index c08ea4f6ca..e1f3b8169d 100644 --- a/Logs/SingleValue/Pure.hs +++ b/Logs/SingleValue/Pure.hs @@ -2,7 +2,7 @@ - - Copyright 2014-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Logs.SingleValue.Pure where diff --git a/Logs/Transfer.hs b/Logs/Transfer.hs index 6f55c88743..ec9645f3d7 100644 --- a/Logs/Transfer.hs +++ b/Logs/Transfer.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Logs/Transitions.hs b/Logs/Transitions.hs index 550727451d..232a47aada 100644 --- a/Logs/Transitions.hs +++ b/Logs/Transitions.hs @@ -9,7 +9,7 @@ - - Copyright 2013-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Logs.Transitions where diff --git a/Logs/Trust.hs b/Logs/Trust.hs index 469e9b3000..9899cdaf47 100644 --- a/Logs/Trust.hs +++ b/Logs/Trust.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Logs.Trust ( diff --git a/Logs/Trust/Basic.hs b/Logs/Trust/Basic.hs index d1328081ae..929c6b552a 100644 --- a/Logs/Trust/Basic.hs +++ b/Logs/Trust/Basic.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Logs.Trust.Basic ( diff --git a/Logs/Trust/Pure.hs b/Logs/Trust/Pure.hs index 1a5ca65adf..1aa7a397a3 100644 --- a/Logs/Trust/Pure.hs +++ b/Logs/Trust/Pure.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE OverloadedStrings #-} diff --git a/Logs/UUID.hs b/Logs/UUID.hs index 21888df472..e7bde47b40 100644 --- a/Logs/UUID.hs +++ b/Logs/UUID.hs @@ -4,7 +4,7 @@ - - Copyright 2010-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Logs.UUID ( diff --git a/Logs/UUIDBased.hs b/Logs/UUIDBased.hs index 384ba4e054..d5c4154d05 100644 --- a/Logs/UUIDBased.hs +++ b/Logs/UUIDBased.hs @@ -11,7 +11,7 @@ - - Copyright 2011-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE OverloadedStrings, TupleSections #-} diff --git a/Logs/Unused.hs b/Logs/Unused.hs index 75279948a0..c56f93ba24 100644 --- a/Logs/Unused.hs +++ b/Logs/Unused.hs @@ -12,7 +12,7 @@ - - Copyright 2010-2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Logs.Unused ( diff --git a/Logs/View.hs b/Logs/View.hs index 897a38597b..b14d065166 100644 --- a/Logs/View.hs +++ b/Logs/View.hs @@ -6,7 +6,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Logs.View ( diff --git a/Logs/Web.hs b/Logs/Web.hs index 5410a74e7a..b057a6580e 100644 --- a/Logs/Web.hs +++ b/Logs/Web.hs @@ -2,7 +2,7 @@ - - Copyright 2011-2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Logs.Web ( diff --git a/Messages.hs b/Messages.hs index e49a53b4aa..4d353f9ed5 100644 --- a/Messages.hs +++ b/Messages.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Messages ( diff --git a/Messages/Concurrent.hs b/Messages/Concurrent.hs index f2c6144337..3669408374 100644 --- a/Messages/Concurrent.hs +++ b/Messages/Concurrent.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Messages/Internal.hs b/Messages/Internal.hs index 42ad14d516..edfb38d5d7 100644 --- a/Messages/Internal.hs +++ b/Messages/Internal.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Messages.Internal where diff --git a/Messages/JSON.hs b/Messages/JSON.hs index e63a263e3f..976baf6e1d 100644 --- a/Messages/JSON.hs +++ b/Messages/JSON.hs @@ -2,7 +2,7 @@ - - Copyright 2011-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE OverloadedStrings, GADTs #-} diff --git a/Messages/Progress.hs b/Messages/Progress.hs index 49df6d34cc..7b6869e4a4 100644 --- a/Messages/Progress.hs +++ b/Messages/Progress.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Messages.Progress where diff --git a/P2P/Address.hs b/P2P/Address.hs index 74cbcb8e81..030e5ada63 100644 --- a/P2P/Address.hs +++ b/P2P/Address.hs @@ -2,7 +2,7 @@ - - Copyright 2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module P2P.Address where diff --git a/P2P/Annex.hs b/P2P/Annex.hs index 233e8aff11..dd84668bf8 100644 --- a/P2P/Annex.hs +++ b/P2P/Annex.hs @@ -2,7 +2,7 @@ - - Copyright 2016-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE RankNTypes, FlexibleContexts #-} diff --git a/P2P/Auth.hs b/P2P/Auth.hs index 02731f51ee..346b781b37 100644 --- a/P2P/Auth.hs +++ b/P2P/Auth.hs @@ -2,7 +2,7 @@ - - Copyright 2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module P2P.Auth where diff --git a/P2P/IO.hs b/P2P/IO.hs index 5f5550fdca..134d54f1c0 100644 --- a/P2P/IO.hs +++ b/P2P/IO.hs @@ -2,7 +2,7 @@ - - Copyright 2016-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE RankNTypes, FlexibleContexts, CPP #-} diff --git a/P2P/Protocol.hs b/P2P/Protocol.hs index a57937d447..ac105f2d21 100644 --- a/P2P/Protocol.hs +++ b/P2P/Protocol.hs @@ -4,7 +4,7 @@ - - Copyright 2016-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE DeriveFunctor, TemplateHaskell, FlexibleContexts #-} diff --git a/Remote.hs b/Remote.hs index 33e679f204..e54f711acf 100644 --- a/Remote.hs +++ b/Remote.hs @@ -2,7 +2,7 @@ - - Copyright 2011-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE OverloadedStrings #-} diff --git a/Remote/BitTorrent.hs b/Remote/BitTorrent.hs index c3c60f54d2..a16f8eceff 100644 --- a/Remote/BitTorrent.hs +++ b/Remote/BitTorrent.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Remote/Bup.hs b/Remote/Bup.hs index bac3ba2d2f..d00b34a72c 100644 --- a/Remote/Bup.hs +++ b/Remote/Bup.hs @@ -2,7 +2,7 @@ - - Copyright 2011-2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Remote.Bup (remote) where diff --git a/Remote/Ddar.hs b/Remote/Ddar.hs index 250fd90293..269dd8b0b0 100644 --- a/Remote/Ddar.hs +++ b/Remote/Ddar.hs @@ -3,7 +3,7 @@ - Copyright 2011 Joey Hess - Copyright 2014 Robie Basak - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Remote.Ddar (remote) where diff --git a/Remote/Directory.hs b/Remote/Directory.hs index 1d58c1357e..315ad4c651 100644 --- a/Remote/Directory.hs +++ b/Remote/Directory.hs @@ -2,7 +2,7 @@ - - Copyright 2011-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Remote/Directory/LegacyChunked.hs b/Remote/Directory/LegacyChunked.hs index 8cefe38040..fb3626f489 100644 --- a/Remote/Directory/LegacyChunked.hs +++ b/Remote/Directory/LegacyChunked.hs @@ -4,7 +4,7 @@ - - Copyright 2011-2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Remote.Directory.LegacyChunked where diff --git a/Remote/GCrypt.hs b/Remote/GCrypt.hs index a25c09b5a2..38f7e5155c 100644 --- a/Remote/GCrypt.hs +++ b/Remote/GCrypt.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Remote.GCrypt ( diff --git a/Remote/Glacier.hs b/Remote/Glacier.hs index bd8cdfba00..1d49ff50c0 100644 --- a/Remote/Glacier.hs +++ b/Remote/Glacier.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Remote.Glacier (remote, jobList, checkSaneGlacierCommand) where diff --git a/Remote/Helper/AWS.hs b/Remote/Helper/AWS.hs index c2286e0f4e..031bdf8d85 100644 --- a/Remote/Helper/AWS.hs +++ b/Remote/Helper/AWS.hs @@ -2,7 +2,7 @@ - - Copyright 2011-2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE OverloadedStrings #-} diff --git a/Remote/Helper/Chunked.hs b/Remote/Helper/Chunked.hs index f3c69c38dd..b810a72a91 100644 --- a/Remote/Helper/Chunked.hs +++ b/Remote/Helper/Chunked.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Remote.Helper.Chunked ( diff --git a/Remote/Helper/Chunked/Legacy.hs b/Remote/Helper/Chunked/Legacy.hs index 290220c2c1..c804b23754 100644 --- a/Remote/Helper/Chunked/Legacy.hs +++ b/Remote/Helper/Chunked/Legacy.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Remote.Helper.Chunked.Legacy where diff --git a/Remote/Helper/Encryptable.hs b/Remote/Helper/Encryptable.hs index 1729fbd493..e2715403af 100644 --- a/Remote/Helper/Encryptable.hs +++ b/Remote/Helper/Encryptable.hs @@ -2,7 +2,7 @@ - - Copyright 2011 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Remote.Helper.Encryptable ( diff --git a/Remote/Helper/ExportImport.hs b/Remote/Helper/ExportImport.hs index d6f1f76bbb..0053c25c97 100644 --- a/Remote/Helper/ExportImport.hs +++ b/Remote/Helper/ExportImport.hs @@ -2,7 +2,7 @@ - - Copyright 2017-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE FlexibleInstances, FlexibleContexts #-} diff --git a/Remote/Helper/Git.hs b/Remote/Helper/Git.hs index 12348f7a52..71a4bbc74d 100644 --- a/Remote/Helper/Git.hs +++ b/Remote/Helper/Git.hs @@ -2,7 +2,7 @@ - - Copyright 2011-2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Remote.Helper.Git where diff --git a/Remote/Helper/Hooks.hs b/Remote/Helper/Hooks.hs index a8e7c9ad3f..7b6ae77368 100644 --- a/Remote/Helper/Hooks.hs +++ b/Remote/Helper/Hooks.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Remote/Helper/Http.hs b/Remote/Helper/Http.hs index ff7d2a9b00..3d91a00d88 100644 --- a/Remote/Helper/Http.hs +++ b/Remote/Helper/Http.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE BangPatterns #-} diff --git a/Remote/Helper/Messages.hs b/Remote/Helper/Messages.hs index 0148257760..ef112fb26a 100644 --- a/Remote/Helper/Messages.hs +++ b/Remote/Helper/Messages.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE TypeSynonymInstances, FlexibleInstances #-} diff --git a/Remote/Helper/P2P.hs b/Remote/Helper/P2P.hs index a953df1b70..0e8c893ae9 100644 --- a/Remote/Helper/P2P.hs +++ b/Remote/Helper/P2P.hs @@ -2,7 +2,7 @@ - - Copyright 2016-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE RankNTypes #-} diff --git a/Remote/Helper/ReadOnly.hs b/Remote/Helper/ReadOnly.hs index 2b6d7467e6..d982786165 100644 --- a/Remote/Helper/ReadOnly.hs +++ b/Remote/Helper/ReadOnly.hs @@ -2,7 +2,7 @@ - - Copyright 2013, 2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Remote.Helper.ReadOnly diff --git a/Remote/Helper/Special.hs b/Remote/Helper/Special.hs index 8a125109c4..558488c291 100644 --- a/Remote/Helper/Special.hs +++ b/Remote/Helper/Special.hs @@ -2,7 +2,7 @@ - - Copyright 2011-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Remote.Helper.Special ( diff --git a/Remote/Hook.hs b/Remote/Hook.hs index dc5d2e12cc..fbba052bf8 100644 --- a/Remote/Hook.hs +++ b/Remote/Hook.hs @@ -2,7 +2,7 @@ - - Copyright 2011 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Remote.Hook (remote) where diff --git a/Remote/List.hs b/Remote/List.hs index 708b3cc56f..b1cd8ff6ac 100644 --- a/Remote/List.hs +++ b/Remote/List.hs @@ -4,7 +4,7 @@ - - Copyright 2011,2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Remote.List where diff --git a/Remote/P2P.hs b/Remote/P2P.hs index fc9fff6402..17bd6fbb83 100644 --- a/Remote/P2P.hs +++ b/Remote/P2P.hs @@ -2,7 +2,7 @@ - - Copyright 2016-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Remote.P2P ( diff --git a/Remote/Rsync.hs b/Remote/Rsync.hs index c07d411847..f3aee924a4 100644 --- a/Remote/Rsync.hs +++ b/Remote/Rsync.hs @@ -2,7 +2,7 @@ - - Copyright 2011-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Remote/Rsync/RsyncUrl.hs b/Remote/Rsync/RsyncUrl.hs index 67ce7946b1..eae7128056 100644 --- a/Remote/Rsync/RsyncUrl.hs +++ b/Remote/Rsync/RsyncUrl.hs @@ -2,7 +2,7 @@ - - Copyright 2014-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Remote/S3.hs b/Remote/S3.hs index 994116bd95..50f1255ebf 100644 --- a/Remote/S3.hs +++ b/Remote/S3.hs @@ -2,7 +2,7 @@ - - Copyright 2011-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE TypeFamilies #-} diff --git a/Remote/Tahoe.hs b/Remote/Tahoe.hs index 537a964af2..b2e3035bd0 100644 --- a/Remote/Tahoe.hs +++ b/Remote/Tahoe.hs @@ -15,7 +15,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE OverloadedStrings #-} diff --git a/Remote/Web.hs b/Remote/Web.hs index 436511b50c..71309f1586 100644 --- a/Remote/Web.hs +++ b/Remote/Web.hs @@ -2,7 +2,7 @@ - - Copyright 2011 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Remote.Web (remote, getWebUrls) where diff --git a/Remote/WebDAV.hs b/Remote/WebDAV.hs index 4b74f04b46..640d6d66c5 100644 --- a/Remote/WebDAV.hs +++ b/Remote/WebDAV.hs @@ -2,7 +2,7 @@ - - Copyright 2012-2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Remote/WebDAV/DavLocation.hs b/Remote/WebDAV/DavLocation.hs index fec9a6d5f5..2f78923be5 100644 --- a/Remote/WebDAV/DavLocation.hs +++ b/Remote/WebDAV/DavLocation.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/RemoteDaemon/Common.hs b/RemoteDaemon/Common.hs index 366f6aacae..1af54e18e8 100644 --- a/RemoteDaemon/Common.hs +++ b/RemoteDaemon/Common.hs @@ -2,7 +2,7 @@ - - Copyright 2014-2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module RemoteDaemon.Common diff --git a/RemoteDaemon/Core.hs b/RemoteDaemon/Core.hs index b3cd34a128..871d9e4630 100644 --- a/RemoteDaemon/Core.hs +++ b/RemoteDaemon/Core.hs @@ -2,7 +2,7 @@ - - Copyright 2014-2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module RemoteDaemon.Core (runInteractive, runNonInteractive) where diff --git a/RemoteDaemon/Transport.hs b/RemoteDaemon/Transport.hs index 231173a762..35261155d5 100644 --- a/RemoteDaemon/Transport.hs +++ b/RemoteDaemon/Transport.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module RemoteDaemon.Transport where diff --git a/RemoteDaemon/Transport/GCrypt.hs b/RemoteDaemon/Transport/GCrypt.hs index 2ebd161896..d88ce74fbd 100644 --- a/RemoteDaemon/Transport/GCrypt.hs +++ b/RemoteDaemon/Transport/GCrypt.hs @@ -2,7 +2,7 @@ - - Copyright 2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module RemoteDaemon.Transport.GCrypt (transport) where diff --git a/RemoteDaemon/Transport/Ssh.hs b/RemoteDaemon/Transport/Ssh.hs index 772ae97715..e90f5d2227 100644 --- a/RemoteDaemon/Transport/Ssh.hs +++ b/RemoteDaemon/Transport/Ssh.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module RemoteDaemon.Transport.Ssh (transport, transportUsingCmd) where diff --git a/RemoteDaemon/Transport/Ssh/Types.hs b/RemoteDaemon/Transport/Ssh/Types.hs index 606e1a563b..7a0c2eab70 100644 --- a/RemoteDaemon/Transport/Ssh/Types.hs +++ b/RemoteDaemon/Transport/Ssh/Types.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE TypeSynonymInstances, FlexibleInstances #-} diff --git a/RemoteDaemon/Transport/Tor.hs b/RemoteDaemon/Transport/Tor.hs index 1ee6fc70bb..79bf7e05ef 100644 --- a/RemoteDaemon/Transport/Tor.hs +++ b/RemoteDaemon/Transport/Tor.hs @@ -2,7 +2,7 @@ - - Copyright 2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/RemoteDaemon/Types.hs b/RemoteDaemon/Types.hs index bc0fc1c0eb..bccef41193 100644 --- a/RemoteDaemon/Types.hs +++ b/RemoteDaemon/Types.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# OPTIONS_GHC -fno-warn-orphans #-} diff --git a/Test.hs b/Test.hs index 82c555ffc7..854df59f9d 100644 --- a/Test.hs +++ b/Test.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Test/Framework.hs b/Test/Framework.hs index d62993a535..e8421b04bc 100644 --- a/Test/Framework.hs +++ b/Test/Framework.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Test.Framework where diff --git a/Types.hs b/Types.hs index 884c91a6bb..9f7a40b243 100644 --- a/Types.hs +++ b/Types.hs @@ -2,7 +2,7 @@ - - Copyright 2010 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Types ( diff --git a/Types/ActionItem.hs b/Types/ActionItem.hs index f8151018a6..bee7156088 100644 --- a/Types/ActionItem.hs +++ b/Types/ActionItem.hs @@ -2,7 +2,7 @@ - - Copyright 2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE TypeSynonymInstances, FlexibleInstances #-} diff --git a/Types/Availability.hs b/Types/Availability.hs index 6956537d27..9e8bbf63b7 100644 --- a/Types/Availability.hs +++ b/Types/Availability.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Types.Availability where diff --git a/Types/Backend.hs b/Types/Backend.hs index ff3f8785ad..704de04981 100644 --- a/Types/Backend.hs +++ b/Types/Backend.hs @@ -4,7 +4,7 @@ - - Copyright 2010-2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Types.Backend where diff --git a/Types/Benchmark.hs b/Types/Benchmark.hs index ae8e4f1e09..379382ddc3 100644 --- a/Types/Benchmark.hs +++ b/Types/Benchmark.hs @@ -2,7 +2,7 @@ - - Copyright 2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Types.Benchmark where diff --git a/Types/BranchState.hs b/Types/BranchState.hs index 8c57a223ab..51fe16a8e7 100644 --- a/Types/BranchState.hs +++ b/Types/BranchState.hs @@ -2,7 +2,7 @@ - - Copyright 2011 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Types.BranchState where diff --git a/Types/CleanupActions.hs b/Types/CleanupActions.hs index 22cbaf55cd..337b7eadf1 100644 --- a/Types/CleanupActions.hs +++ b/Types/CleanupActions.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Types.CleanupActions where diff --git a/Types/Command.hs b/Types/Command.hs index baf4934e41..edb6981232 100644 --- a/Types/Command.hs +++ b/Types/Command.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Types.Command where diff --git a/Types/Concurrency.hs b/Types/Concurrency.hs index 7fe5847d72..7e8778d252 100644 --- a/Types/Concurrency.hs +++ b/Types/Concurrency.hs @@ -1,6 +1,6 @@ {- Copyright 2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Types.Concurrency where diff --git a/Types/Creds.hs b/Types/Creds.hs index 6a9e1287f7..9042aab453 100644 --- a/Types/Creds.hs +++ b/Types/Creds.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Types.Creds where diff --git a/Types/Crypto.hs b/Types/Crypto.hs index c5a00d0329..7dd860934a 100644 --- a/Types/Crypto.hs +++ b/Types/Crypto.hs @@ -2,7 +2,7 @@ - - Copyright 2011-2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Types.Crypto ( diff --git a/Types/DeferredParse.hs b/Types/DeferredParse.hs index 7445615f65..7cfeb148ee 100644 --- a/Types/DeferredParse.hs +++ b/Types/DeferredParse.hs @@ -2,7 +2,7 @@ - - Copyright 2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE FlexibleInstances #-} diff --git a/Types/DesktopNotify.hs b/Types/DesktopNotify.hs index 59facb33b4..c529bc7c74 100644 --- a/Types/DesktopNotify.hs +++ b/Types/DesktopNotify.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Types/Difference.hs b/Types/Difference.hs index b804b68998..d2cad44444 100644 --- a/Types/Difference.hs +++ b/Types/Difference.hs @@ -2,7 +2,7 @@ - - Copyright 2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Types/Distribution.hs b/Types/Distribution.hs index 6ef3e766b9..b41a90a1c0 100644 --- a/Types/Distribution.hs +++ b/Types/Distribution.hs @@ -2,7 +2,7 @@ - - Copyright 2013, 2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Types.Distribution where diff --git a/Types/Export.hs b/Types/Export.hs index e10758adef..437d74e286 100644 --- a/Types/Export.hs +++ b/Types/Export.hs @@ -2,7 +2,7 @@ - - Copyright 2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Types.Export ( diff --git a/Types/FileMatcher.hs b/Types/FileMatcher.hs index 425a2e5106..ccdf4796cf 100644 --- a/Types/FileMatcher.hs +++ b/Types/FileMatcher.hs @@ -2,7 +2,7 @@ - - Copyright 2013-2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Types.FileMatcher where diff --git a/Types/GitConfig.hs b/Types/GitConfig.hs index bce4e26d7c..a5035fa487 100644 --- a/Types/GitConfig.hs +++ b/Types/GitConfig.hs @@ -2,7 +2,7 @@ - - Copyright 2012-2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Types.GitConfig ( diff --git a/Types/Group.hs b/Types/Group.hs index 0aeb0238e7..cd9975a967 100644 --- a/Types/Group.hs +++ b/Types/Group.hs @@ -2,7 +2,7 @@ - - Copyright 2012, 2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Types.Group ( diff --git a/Types/Import.hs b/Types/Import.hs index 2340e8c46d..c6d94edb61 100644 --- a/Types/Import.hs +++ b/Types/Import.hs @@ -2,7 +2,7 @@ - - Copyright 2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Types.Import where diff --git a/Types/Key.hs b/Types/Key.hs index 0c54941731..01fe1a84e7 100644 --- a/Types/Key.hs +++ b/Types/Key.hs @@ -2,7 +2,7 @@ - - Copyright 2011-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Types/KeySource.hs b/Types/KeySource.hs index 25774588a2..f4511db9f4 100644 --- a/Types/KeySource.hs +++ b/Types/KeySource.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Types.KeySource where diff --git a/Types/LockCache.hs b/Types/LockCache.hs index 8e0fd2c380..668d603b13 100644 --- a/Types/LockCache.hs +++ b/Types/LockCache.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Types.LockCache ( diff --git a/Types/Messages.hs b/Types/Messages.hs index 609587a433..0658c2405a 100644 --- a/Types/Messages.hs +++ b/Types/Messages.hs @@ -2,7 +2,7 @@ - - Copyright 2012-2018 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Types.Messages where diff --git a/Types/MetaData.hs b/Types/MetaData.hs index 6ee60b3e2d..100adbed05 100644 --- a/Types/MetaData.hs +++ b/Types/MetaData.hs @@ -2,7 +2,7 @@ - - Copyright 2014-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE GeneralizedNewtypeDeriving #-} diff --git a/Types/NumCopies.hs b/Types/NumCopies.hs index 6c673df1a4..506befb10f 100644 --- a/Types/NumCopies.hs +++ b/Types/NumCopies.hs @@ -2,7 +2,7 @@ - - Copyright 2014-2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Types.NumCopies ( diff --git a/Types/RefSpec.hs b/Types/RefSpec.hs index c71e57d92e..8479a69a6b 100644 --- a/Types/RefSpec.hs +++ b/Types/RefSpec.hs @@ -2,7 +2,7 @@ - - Copyright 2015 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Types.RefSpec where diff --git a/Types/Remote.hs b/Types/Remote.hs index 569eee48a3..451d2d3053 100644 --- a/Types/Remote.hs +++ b/Types/Remote.hs @@ -4,7 +4,7 @@ - - Copyright 2011-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE RankNTypes #-} diff --git a/Types/ScheduledActivity.hs b/Types/ScheduledActivity.hs index f4f80635bd..ce5eb4f44e 100644 --- a/Types/ScheduledActivity.hs +++ b/Types/ScheduledActivity.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Types.ScheduledActivity where diff --git a/Types/StandardGroups.hs b/Types/StandardGroups.hs index 3a6689bd76..5f00903570 100644 --- a/Types/StandardGroups.hs +++ b/Types/StandardGroups.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE OverloadedStrings #-} diff --git a/Types/StoreRetrieve.hs b/Types/StoreRetrieve.hs index c87b6cbb9e..e8faae1d88 100644 --- a/Types/StoreRetrieve.hs +++ b/Types/StoreRetrieve.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Types.StoreRetrieve where diff --git a/Types/Test.hs b/Types/Test.hs index aa593cd2d7..fe5b97e870 100644 --- a/Types/Test.hs +++ b/Types/Test.hs @@ -2,7 +2,7 @@ - - Copyright 2011-2017 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Types/Transfer.hs b/Types/Transfer.hs index aa76bf7ec7..2a89c6c39f 100644 --- a/Types/Transfer.hs +++ b/Types/Transfer.hs @@ -2,7 +2,7 @@ - - Copyright 2012 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE FlexibleInstances #-} diff --git a/Types/TrustLevel.hs b/Types/TrustLevel.hs index 8aec125d7d..15487ad729 100644 --- a/Types/TrustLevel.hs +++ b/Types/TrustLevel.hs @@ -2,7 +2,7 @@ - - Copyright 2010 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE FlexibleInstances #-} diff --git a/Types/UUID.hs b/Types/UUID.hs index 91df671493..726875b3a8 100644 --- a/Types/UUID.hs +++ b/Types/UUID.hs @@ -2,7 +2,7 @@ - - Copyright 2011-2019 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE TypeSynonymInstances, FlexibleInstances, GeneralizedNewtypeDeriving #-} diff --git a/Types/UrlContents.hs b/Types/UrlContents.hs index 411c3ae42f..c68efd00a4 100644 --- a/Types/UrlContents.hs +++ b/Types/UrlContents.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Types.UrlContents ( diff --git a/Types/View.hs b/Types/View.hs index f18647371d..1185afd982 100644 --- a/Types/View.hs +++ b/Types/View.hs @@ -2,7 +2,7 @@ - - Copyright 2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Types.View where diff --git a/Upgrade.hs b/Upgrade.hs index 1ab8b213f8..353572574a 100644 --- a/Upgrade.hs +++ b/Upgrade.hs @@ -2,7 +2,7 @@ - - Copyright 2010, 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/Upgrade/V0.hs b/Upgrade/V0.hs index 5ad2233ce9..00dce6d125 100644 --- a/Upgrade/V0.hs +++ b/Upgrade/V0.hs @@ -2,7 +2,7 @@ - - Copyright 2010 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Upgrade.V0 where diff --git a/Upgrade/V1.hs b/Upgrade/V1.hs index c0dafbb842..93d9108db9 100644 --- a/Upgrade/V1.hs +++ b/Upgrade/V1.hs @@ -2,7 +2,7 @@ - - Copyright 2011 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Upgrade.V1 where diff --git a/Upgrade/V2.hs b/Upgrade/V2.hs index 8d4126c47b..ffac8e49aa 100644 --- a/Upgrade/V2.hs +++ b/Upgrade/V2.hs @@ -2,7 +2,7 @@ - - Copyright 2011 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Upgrade.V2 where diff --git a/Upgrade/V3.hs b/Upgrade/V3.hs index 8d873a6cec..c623538e2d 100644 --- a/Upgrade/V3.hs +++ b/Upgrade/V3.hs @@ -4,7 +4,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Upgrade.V3 (upgrade) where diff --git a/Upgrade/V4.hs b/Upgrade/V4.hs index e317c39498..33f8d089d3 100644 --- a/Upgrade/V4.hs +++ b/Upgrade/V4.hs @@ -2,7 +2,7 @@ - - Copyright 2013 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Upgrade.V4 where diff --git a/Upgrade/V5.hs b/Upgrade/V5.hs index 743f4603fe..cbde00a292 100644 --- a/Upgrade/V5.hs +++ b/Upgrade/V5.hs @@ -2,7 +2,7 @@ - - Copyright 2015-2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Upgrade.V5 where diff --git a/Utility/Tor.hs b/Utility/Tor.hs index 218a038df9..427fb100bc 100644 --- a/Utility/Tor.hs +++ b/Utility/Tor.hs @@ -2,7 +2,7 @@ - - Copyright 2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} module Utility.Tor where diff --git a/Utility/Yesod.hs b/Utility/Yesod.hs index 956ad2bddd..4162655a3f 100644 --- a/Utility/Yesod.hs +++ b/Utility/Yesod.hs @@ -4,7 +4,7 @@ - - Copyright 2012-2014 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP, RankNTypes, FlexibleContexts #-} diff --git a/git-annex.hs b/git-annex.hs index 67ed4d27b8..4992f4c76e 100644 --- a/git-annex.hs +++ b/git-annex.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2016 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} {-# LANGUAGE CPP #-} diff --git a/git-union-merge.hs b/git-union-merge.hs index 18c88b1a9e..c499c530df 100644 --- a/git-union-merge.hs +++ b/git-union-merge.hs @@ -2,7 +2,7 @@ - - Copyright 2011 Joey Hess - - - Licensed under the GNU GPL version 3 or higher. + - Licensed under the GNU AGPL version 3 or higher. -} import System.Environment