chore: License under GPLv3

This commit is contained in:
Vincent Ambo 2017-12-20 21:42:32 +01:00
parent d3ce3c1568
commit b0e6491600
4 changed files with 700 additions and 5 deletions

View file

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