From 24f8767278c7aaefde0dc6f0a4da3cc691431222 Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 25 Nov 2020 17:09:26 +0530 Subject: add license notice, links to source and license in footer --- src/Base.elm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/Base.elm') diff --git a/src/Base.elm b/src/Base.elm index 1d19723..e619939 100644 --- a/src/Base.elm +++ b/src/Base.elm @@ -1,3 +1,21 @@ +{- + - This file is part of `typers`. + - + - `typers` is free software: you can redistribute it and/or modify + - it under the terms of the GNU Affero Public License as published by + - the Free Software Foundation, either version 3 of the License, or + - (at your option) any later version. + - + - `typers` is distributed in the hope that it will be useful, + - but WITHOUT ANY WARRANTY; without even the implied warranty of + - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + - GNU Affero Public License for more details. + - + - You should have received a copy of the GNU Affero Public License + - along with `typers`. If not, see . +-} + + module Base exposing (..) import Array exposing (Array) -- cgit v1.2.3