From 51949ec0bd64c4f55e54c15814a054a39583f079 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Apr 2017 16:49:39 -0400 Subject: add license headers to all source files --- Role/Developer.hs | 5 +++++ Role/Downloader.hs | 5 +++++ Role/User.hs | 5 +++++ Role/Watcher.hs | 5 +++++ 4 files changed, 20 insertions(+) (limited to 'Role') diff --git a/Role/Developer.hs b/Role/Developer.hs index 6f762a7..b1975c4 100644 --- a/Role/Developer.hs +++ b/Role/Developer.hs @@ -1,3 +1,8 @@ +{- Copyright 2017 Joey Hess + - + - Licensed under the GNU AGPL version 3 or higher. + -} + {-# LANGUAGE OverloadedStrings #-} module Role.Developer ( diff --git a/Role/Downloader.hs b/Role/Downloader.hs index d969df8..e4bdcdf 100644 --- a/Role/Downloader.hs +++ b/Role/Downloader.hs @@ -1,3 +1,8 @@ +{- Copyright 2017 Joey Hess + - + - Licensed under the GNU AGPL version 3 or higher. + -} + module Role.Downloader where import Types diff --git a/Role/User.hs b/Role/User.hs index 90d19de..1bc3aa2 100644 --- a/Role/User.hs +++ b/Role/User.hs @@ -1,3 +1,8 @@ +{- Copyright 2017 Joey Hess + - + - Licensed under the GNU AGPL version 3 or higher. + -} + {-# LANGUAGE OverloadedStrings, TupleSections #-} module Role.User where diff --git a/Role/Watcher.hs b/Role/Watcher.hs index 8ed59d5..bca9e58 100644 --- a/Role/Watcher.hs +++ b/Role/Watcher.hs @@ -1,3 +1,8 @@ +{- Copyright 2017 Joey Hess + - + - Licensed under the GNU AGPL version 3 or higher. + -} + module Role.Watcher where import Types -- cgit v1.2.3