about summary refs log tree commit diff
path: root/frontend
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-12-20T20·42+0100
committerVincent Ambo <tazjin@gmail.com>2017-12-20T20·43+0100
commitb0e64916003750ff7629828bf7c048ab46276d67 (patch)
treec8fbca4073e6d0bb44db0832878bea31da1e4e8a /frontend
parentd3ce3c1568fdc2a0d7699c09098159814e02750c (diff)
chore: License under GPLv3
Diffstat (limited to 'frontend')
-rw-r--r--frontend/Main.elm10
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)