diff options
Diffstat (limited to 'frontend/Main.elm')
-rw-r--r-- | frontend/Main.elm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/frontend/Main.elm b/frontend/Main.elm index 2ff61fe28f75..9f90476f62cf 100644 --- a/frontend/Main.elm +++ b/frontend/Main.elm @@ -1,3 +1,13 @@ +-- Copyright (C) 2016-2017 Vincent Ambo <mail@tazj.in> +-- +-- This file is part of Gemma. +-- +-- Gemma is free software: you can redistribute it and/or modify it +-- under the terms of the GNU General Public License as published by +-- the Free Software Foundation, either version 3 of the License, or +-- (at your option) any later version. + + module Main exposing (..) import Html exposing (Html, text, div, span) |