From 817ed924f00c53123e2174c5c72191775b785868 Mon Sep 17 00:00:00 2001 From: nek0 Date: Wed, 21 Jan 2015 10:00:18 +0100 Subject: [PATCH] removed license module typo --- Application.hs | 2 +- Foundation.hs | 2 +- Handler/Activate.hs | 2 +- Handler/Admin.hs | 2 +- Handler/AdminAlbumSettings.hs | 2 +- Handler/AdminComments.hs | 2 +- Handler/AdminMediumSettings.hs | 2 +- Handler/AdminProfileSettings.hs | 2 +- Handler/Album.hs | 2 +- Handler/AlbumSettings.hs | 2 +- Handler/Commons.hs | 2 +- Handler/Home.hs | 2 +- Handler/Login.hs | 2 +- Handler/Medium.hs | 2 +- Handler/MediumSettings.hs | 2 +- Handler/NewAlbum.hs | 2 +- Handler/Profile.hs | 2 +- Handler/ProfileDelete.hs | 2 +- Handler/ProfileSettings.hs | 2 +- Handler/Reactivate.hs | 2 +- Handler/RootFeed.hs | 2 +- Handler/Signup.hs | 2 +- Handler/Tag.hs | 2 +- Handler/Upload.hs | 2 +- Helper.hs | 2 +- Import.hs | 2 +- Model.hs | 2 +- Settings.hs | 2 +- Settings/Development.hs | 2 +- Settings/StaticFiles.hs | 2 +- app/DevelMain.hs | 2 +- app/devel.hs | 2 +- app/main.hs | 2 +- config/models | 2 +- config/routes | 2 +- config/settings.yml | 2 +- config/sqlite.yml | 2 +- devel.hs | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) diff --git a/Application.hs b/Application.hs index 076b0a2..057853f 100644 --- a/Application.hs +++ b/Application.hs @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . {-# OPTIONS_GHC -fno-warn-orphans #-} module Application diff --git a/Foundation.hs b/Foundation.hs index d7a3238..c341c4a 100644 --- a/Foundation.hs +++ b/Foundation.hs @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . module Foundation where diff --git a/Handler/Activate.hs b/Handler/Activate.hs index 8130804..8ce58db 100644 --- a/Handler/Activate.hs +++ b/Handler/Activate.hs @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . module Handler.Activate where import Import as I hiding (returnJson) diff --git a/Handler/Admin.hs b/Handler/Admin.hs index bffec84..d8a9bdf 100644 --- a/Handler/Admin.hs +++ b/Handler/Admin.hs @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . module Handler.Admin where diff --git a/Handler/AdminAlbumSettings.hs b/Handler/AdminAlbumSettings.hs index 9d089e1..7a6f7cb 100644 --- a/Handler/AdminAlbumSettings.hs +++ b/Handler/AdminAlbumSettings.hs @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . module Handler.AdminAlbumSettings where diff --git a/Handler/AdminComments.hs b/Handler/AdminComments.hs index 2d25db1..36cf9ca 100644 --- a/Handler/AdminComments.hs +++ b/Handler/AdminComments.hs @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . module Handler.AdminComments where diff --git a/Handler/AdminMediumSettings.hs b/Handler/AdminMediumSettings.hs index fe64caf..6c6693c 100644 --- a/Handler/AdminMediumSettings.hs +++ b/Handler/AdminMediumSettings.hs @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . module Handler.AdminMediumSettings where diff --git a/Handler/AdminProfileSettings.hs b/Handler/AdminProfileSettings.hs index 1d32dae..902e3aa 100644 --- a/Handler/AdminProfileSettings.hs +++ b/Handler/AdminProfileSettings.hs @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . module Handler.AdminProfileSettings where diff --git a/Handler/Album.hs b/Handler/Album.hs index e72d480..b50098a 100644 --- a/Handler/Album.hs +++ b/Handler/Album.hs @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . module Handler.Album where diff --git a/Handler/AlbumSettings.hs b/Handler/AlbumSettings.hs index 82b860e..2b3e552 100644 --- a/Handler/AlbumSettings.hs +++ b/Handler/AlbumSettings.hs @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . module Handler.AlbumSettings where diff --git a/Handler/Commons.hs b/Handler/Commons.hs index 2a1092d..93b220e 100644 --- a/Handler/Commons.hs +++ b/Handler/Commons.hs @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . module Handler.Commons where diff --git a/Handler/Home.hs b/Handler/Home.hs index a94d7bb..1ce9f41 100644 --- a/Handler/Home.hs +++ b/Handler/Home.hs @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . {-# LANGUAGE TupleSections, OverloadedStrings #-} module Handler.Home where diff --git a/Handler/Login.hs b/Handler/Login.hs index fa34b99..36806f5 100644 --- a/Handler/Login.hs +++ b/Handler/Login.hs @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . module Handler.Login where diff --git a/Handler/Medium.hs b/Handler/Medium.hs index 9078b2b..ea69f62 100644 --- a/Handler/Medium.hs +++ b/Handler/Medium.hs @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . module Handler.Medium where diff --git a/Handler/MediumSettings.hs b/Handler/MediumSettings.hs index 7b6d8b2..9529e64 100644 --- a/Handler/MediumSettings.hs +++ b/Handler/MediumSettings.hs @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . module Handler.MediumSettings where diff --git a/Handler/NewAlbum.hs b/Handler/NewAlbum.hs index b2fab23..8ea48fb 100644 --- a/Handler/NewAlbum.hs +++ b/Handler/NewAlbum.hs @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . module Handler.NewAlbum where diff --git a/Handler/Profile.hs b/Handler/Profile.hs index da1ca80..282cb9c 100644 --- a/Handler/Profile.hs +++ b/Handler/Profile.hs @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . module Handler.Profile where diff --git a/Handler/ProfileDelete.hs b/Handler/ProfileDelete.hs index 92ea4b3..c24bc31 100644 --- a/Handler/ProfileDelete.hs +++ b/Handler/ProfileDelete.hs @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . module Handler.ProfileDelete where diff --git a/Handler/ProfileSettings.hs b/Handler/ProfileSettings.hs index aa81893..304a964 100644 --- a/Handler/ProfileSettings.hs +++ b/Handler/ProfileSettings.hs @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . module Handler.ProfileSettings where diff --git a/Handler/Reactivate.hs b/Handler/Reactivate.hs index 19a15a3..b095984 100644 --- a/Handler/Reactivate.hs +++ b/Handler/Reactivate.hs @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . module Handler.Reactivate where diff --git a/Handler/RootFeed.hs b/Handler/RootFeed.hs index 60a447c..be055c1 100644 --- a/Handler/RootFeed.hs +++ b/Handler/RootFeed.hs @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . module Handler.RootFeed where diff --git a/Handler/Signup.hs b/Handler/Signup.hs index a95da86..b791718 100644 --- a/Handler/Signup.hs +++ b/Handler/Signup.hs @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . {-# LANGUAGE TupleSections, OverloadedStrings #-} module Handler.Signup where diff --git a/Handler/Tag.hs b/Handler/Tag.hs index a4f66ca..e0fc250 100644 --- a/Handler/Tag.hs +++ b/Handler/Tag.hs @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . module Handler.Tag where diff --git a/Handler/Upload.hs b/Handler/Upload.hs index 30ae911..6b35bd5 100644 --- a/Handler/Upload.hs +++ b/Handler/Upload.hs @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . module Handler.Upload where diff --git a/Helper.hs b/Helper.hs index 635e841..dc350e1 100644 --- a/Helper.hs +++ b/Helper.hs @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . module Helper where diff --git a/Import.hs b/Import.hs index 7321b77..ff50faf 100644 --- a/Import.hs +++ b/Import.hs @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . module Import ( module Import diff --git a/Model.hs b/Model.hs index 42d75ab..515796b 100644 --- a/Model.hs +++ b/Model.hs @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . module Model where diff --git a/Settings.hs b/Settings.hs index c4f4b58..d95e4be 100644 --- a/Settings.hs +++ b/Settings.hs @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . -- | Settings are centralized, as much as possible, into this file. This -- includes database connection settings, static file locations, etc. diff --git a/Settings/Development.hs b/Settings/Development.hs index 697004f..7b5cfab 100644 --- a/Settings/Development.hs +++ b/Settings/Development.hs @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . module Settings.Development where diff --git a/Settings/StaticFiles.hs b/Settings/StaticFiles.hs index b299c37..8572b70 100644 --- a/Settings/StaticFiles.hs +++ b/Settings/StaticFiles.hs @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . module Settings.StaticFiles where diff --git a/app/DevelMain.hs b/app/DevelMain.hs index d20bec6..8633e97 100644 --- a/app/DevelMain.hs +++ b/app/DevelMain.hs @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . -- | Development version to be run inside GHCi. -- diff --git a/app/devel.hs b/app/devel.hs index 00529a1..fb2beb5 100644 --- a/app/devel.hs +++ b/app/devel.hs @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . {-# LANGUAGE PackageImports #-} import "eidolon" Application (develMain) diff --git a/app/main.hs b/app/main.hs index 2653bc5..8d51d3a 100644 --- a/app/main.hs +++ b/app/main.hs @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . import Prelude (IO) import Application (appMain) diff --git a/config/models b/config/models index 22e62eb..2786cbf 100644 --- a/config/models +++ b/config/models @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . User name Text diff --git a/config/routes b/config/routes index 237f6d7..bde9939 100644 --- a/config/routes +++ b/config/routes @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . /static StaticR Static appStatic diff --git a/config/settings.yml b/config/settings.yml index 6acb232..9ebc360 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -12,7 +12,7 @@ # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see .module Handler.Activate where +# along with this program. If not, see . # Values formatted like "_env:ENV_VAR_NAME:default_value" can be overridden by the specified environment variable. # See https://github.com/yesodweb/yesod/wiki/Configuration#overriding-configuration-values-with-environment-variables diff --git a/config/sqlite.yml b/config/sqlite.yml index d402a9c..6184ae3 100644 --- a/config/sqlite.yml +++ b/config/sqlite.yml @@ -12,7 +12,7 @@ # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see .module Handler.Activate where +# along with this program. If not, see . Default: &defaults database: eidolon.sqlite3 diff --git a/devel.hs b/devel.hs index ddde816..914d255 100644 --- a/devel.hs +++ b/devel.hs @@ -12,7 +12,7 @@ -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License --- along with this program. If not, see .module Handler.Activate where +-- along with this program. If not, see . {-# LANGUAGE PackageImports #-} import "eidolon" Application (getApplicationDev)