aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlthms <contact@thomasletan.fr>2017-12-29 13:39:53 +0000
committerThomas Letan <contact@thomasletan.fr>2018-01-24 08:11:28 +0100
commit9c68a1c1ae5da9415e974d75716113d5784652ea (patch)
tree7e460712b0eed31dbd2e2617b5ac4a568970d5c5
parentdeps: Remove distillery as lkn-core is a library (diff)
chore: Add one last missing license header
-rw-r--r--lib/lkn/core/specs.ex17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/lkn/core/specs.ex b/lib/lkn/core/specs.ex
index 99ac28a..eb0cb37 100644
--- a/lib/lkn/core/specs.ex
+++ b/lib/lkn/core/specs.ex
@@ -1,3 +1,20 @@
+#
+# lkn.core: an entity-component-system (ecs) implementation for lyxan
+# Copyright (C) 2017 Thomas Letan <contact@thomasletan.fr>
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as published
+# by the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program 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 General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
defmodule Lkn.Core.Specs do
@moduledoc false