diff options
Diffstat (limited to 'src')
-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 |