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.
--
-- 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 #-}
module Application

View file

@ -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 <http://www.gnu.org/licenses/>.module Handler.Activate where
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
module Foundation where

View file

@ -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 <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
import Import as I hiding (returnJson)

View file

@ -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 <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

View file

@ -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 <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

View file

@ -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 <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

View file

@ -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 <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

View file

@ -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 <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

View file

@ -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 <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

View file

@ -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 <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

View file

@ -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 <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

View file

@ -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 <http://www.gnu.org/licenses/>.module Handler.Activate where
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
{-# LANGUAGE TupleSections, OverloadedStrings #-}
module Handler.Home where

View file

@ -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 <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

View file

@ -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 <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

View file

@ -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 <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

View file

@ -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 <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

View file

@ -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 <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

View file

@ -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 <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

View file

@ -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 <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

View file

@ -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 <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

View file

@ -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 <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

View file

@ -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 <http://www.gnu.org/licenses/>.module Handler.Activate where
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
{-# LANGUAGE TupleSections, OverloadedStrings #-}
module Handler.Signup where

View file

@ -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 <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

View file

@ -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 <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

View file

@ -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 <http://www.gnu.org/licenses/>.module Handler.Activate where
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
module Helper where

View file

@ -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 <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

View file

@ -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 <http://www.gnu.org/licenses/>.module Handler.Activate where
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
module Model where

View file

@ -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 <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
-- includes database connection settings, static file locations, etc.

View file

@ -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 <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

View file

@ -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 <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

View file

@ -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 <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.
--

View file

@ -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 <http://www.gnu.org/licenses/>.module Handler.Activate where
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
{-# LANGUAGE PackageImports #-}
import "eidolon" Application (develMain)

View file

@ -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 <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 Application (appMain)

View file

@ -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 <http://www.gnu.org/licenses/>.module Handler.Activate where
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
User
name Text

View file

@ -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 <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

View file

@ -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 <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.
# 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.
#
# 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
database: eidolon.sqlite3

View file

@ -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 <http://www.gnu.org/licenses/>.module Handler.Activate where
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
{-# LANGUAGE PackageImports #-}
import "eidolon" Application (getApplicationDev)