diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-12-20T20·42+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-12-20T20·43+0100 |
commit | b0e64916003750ff7629828bf7c048ab46276d67 (patch) | |
tree | c8fbca4073e6d0bb44db0832878bea31da1e4e8a /src/gemma.lisp | |
parent | d3ce3c1568fdc2a0d7699c09098159814e02750c (diff) |
chore: License under GPLv3
Diffstat (limited to 'src/gemma.lisp')
-rw-r--r-- | src/gemma.lisp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/gemma.lisp b/src/gemma.lisp index 39feb5f6081c..975628f3ded9 100644 --- a/src/gemma.lisp +++ b/src/gemma.lisp @@ -1,3 +1,12 @@ +;; 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. + (defpackage gemma (:use :cl :alexandria |