Building w/o the webapp is not supposed to pull in any AGPLed files.
I appear to have written all the code in these files;
the only commit by anyone else is
64e844e1fefca513d143e3f74a54dfc6d526a2ff
and is a spelling fix that is not copyrightable.
-
- Copyright 2013 Joey Hess <id@joeyh.name>
-
- - Licensed under the GNU AGPL version 3 or higher.
+ - Licensed under the GNU GPL version 3 or higher.
-}
module Assistant.Fsck where
-
- Copyright 2013 Joey Hess <id@joeyh.name>
-
- - Licensed under the GNU AGPL version 3 or higher.
+ - Licensed under the GNU GPL version 3 or higher.
-}
module Assistant.Gpg where
-
- Copyright 2013 Joey Hess <id@joeyh.name>
-
- - Licensed under the GNU AGPL version 3 or higher.
+ - Licensed under the GNU GPL version 3 or higher.
-}
{-# LANGUAGE CPP #-}
-
- Copyright 2013 Joey Hess <id@joeyh.name>
-
- - Licensed under the GNU AGPL version 3 or higher.
+ - Licensed under the GNU GPL version 3 or higher.
-}
{-# LANGUAGE CPP #-}
-
- Copyright 2013 Joey Hess <id@joeyh.name>
-
- - Licensed under the GNU AGPL version 3 or higher.
+ - Licensed under the GNU GPL version 3 or higher.
-}
{-# LANGUAGE CPP #-}
* addurl: Fix bug in checking annex.largefiles expressions using
largerthan, mimetype, and smallerthan; the first two always failed
to match, and the latter always matched.
+ * Relicense 5 source files that are not part of the webapp from AGPL to GPL.
-- Joey Hess <id@joeyh.name> Mon, 21 Nov 2016 11:27:50 -0400