removed license module typo

This commit is contained in:
nek0 2015-01-21 10:00:18 +01:00
parent 4a71f57084
commit 817ed924f0
38 changed files with 38 additions and 38 deletions

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
{-# OPTIONS_GHC -fno-warn-orphans #-} {-# OPTIONS_GHC -fno-warn-orphans #-}
module Application module Application

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
module Foundation where module Foundation where

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
module Handler.Activate where module Handler.Activate where
import Import as I hiding (returnJson) import Import as I hiding (returnJson)

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
module Handler.Admin where module Handler.Admin where

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
module Handler.AdminAlbumSettings where module Handler.AdminAlbumSettings where

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
module Handler.AdminComments where module Handler.AdminComments where

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
module Handler.AdminMediumSettings where module Handler.AdminMediumSettings where

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
module Handler.AdminProfileSettings where module Handler.AdminProfileSettings where

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
module Handler.Album where module Handler.Album where

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
module Handler.AlbumSettings where module Handler.AlbumSettings where

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
module Handler.Commons where module Handler.Commons where

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
{-# LANGUAGE TupleSections, OverloadedStrings #-} {-# LANGUAGE TupleSections, OverloadedStrings #-}
module Handler.Home where module Handler.Home where

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
module Handler.Login where module Handler.Login where

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
module Handler.Medium where module Handler.Medium where

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
module Handler.MediumSettings where module Handler.MediumSettings where

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
module Handler.NewAlbum where module Handler.NewAlbum where

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
module Handler.Profile where module Handler.Profile where

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
module Handler.ProfileDelete where module Handler.ProfileDelete where

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
module Handler.ProfileSettings where module Handler.ProfileSettings where

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
module Handler.Reactivate where module Handler.Reactivate where

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
module Handler.RootFeed where module Handler.RootFeed where

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
{-# LANGUAGE TupleSections, OverloadedStrings #-} {-# LANGUAGE TupleSections, OverloadedStrings #-}
module Handler.Signup where module Handler.Signup where

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
module Handler.Tag where module Handler.Tag where

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
module Handler.Upload where module Handler.Upload where

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
module Helper where module Helper where

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
module Import module Import
( module Import ( module Import

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
module Model where module Model where

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
-- | Settings are centralized, as much as possible, into this file. This -- | Settings are centralized, as much as possible, into this file. This
-- includes database connection settings, static file locations, etc. -- includes database connection settings, static file locations, etc.

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
module Settings.Development where module Settings.Development where

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
module Settings.StaticFiles where module Settings.StaticFiles where

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
-- | Development version to be run inside GHCi. -- | Development version to be run inside GHCi.
-- --

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
{-# LANGUAGE PackageImports #-} {-# LANGUAGE PackageImports #-}
import "eidolon" Application (develMain) import "eidolon" Application (develMain)

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
import Prelude (IO) import Prelude (IO)
import Application (appMain) import Application (appMain)

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
User User
name Text name Text

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
/static StaticR Static appStatic /static StaticR Static appStatic

View file

@ -12,7 +12,7 @@
# GNU Affero General Public License for more details. # GNU Affero General Public License for more details.
# #
# You should have received a copy of the GNU Affero General Public License # You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where # along with this program. If not, see <http://www.gnu.org/licenses/>.
# Values formatted like "_env:ENV_VAR_NAME:default_value" can be overridden by the specified environment variable. # 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 # See https://github.com/yesodweb/yesod/wiki/Configuration#overriding-configuration-values-with-environment-variables

View file

@ -12,7 +12,7 @@
# GNU Affero General Public License for more details. # GNU Affero General Public License for more details.
# #
# You should have received a copy of the GNU Affero General Public License # You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where # along with this program. If not, see <http://www.gnu.org/licenses/>.
Default: &defaults Default: &defaults
database: eidolon.sqlite3 database: eidolon.sqlite3

View file

@ -12,7 +12,7 @@
-- GNU Affero General Public License for more details. -- GNU Affero General Public License for more details.
-- --
-- You should have received a copy of the GNU Affero General Public License -- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.module Handler.Activate where -- along with this program. If not, see <http://www.gnu.org/licenses/>.
{-# LANGUAGE PackageImports #-} {-# LANGUAGE PackageImports #-}
import "eidolon" Application (getApplicationDev) import "eidolon" Application (getApplicationDev)