aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlthms <contact@thomasletan.fr>2017-12-28 21:53:30 +0000
committerThomas Letan <contact@thomasletan.fr>2018-01-24 08:11:28 +0100
commitc2772b39f2f6589d23e01769b164dc13c270a85a (patch)
tree8b3760ea0145a0aa512ecbce9079b61a6fabb202
parentchore: Fix READMEs (diff)
license: Add some missing license header
Fixes: #10
-rw-r--r--lib/lkn/core/map.ex17
-rw-r--r--lib/lkn/core/puppet.ex17
-rw-r--r--lib/lkn/core/specs/helper.ex17
3 files changed, 51 insertions, 0 deletions
diff --git a/lib/lkn/core/map.ex b/lib/lkn/core/map.ex
index 73cc7d3..98dfe6c 100644
--- a/lib/lkn/core/map.ex
+++ b/lib/lkn/core/map.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.Map do
@moduledoc """
A specialized module to easily implement Map, one of the two kind of Entities
diff --git a/lib/lkn/core/puppet.ex b/lib/lkn/core/puppet.ex
index 7151824..f76218c 100644
--- a/lib/lkn/core/puppet.ex
+++ b/lib/lkn/core/puppet.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.Puppet do
@moduledoc """
A specialized module to easily implement Map, one of the two kind of Entities
diff --git a/lib/lkn/core/specs/helper.ex b/lib/lkn/core/specs/helper.ex
index 933f60c..f7dd0b0 100644
--- a/lib/lkn/core/specs/helper.ex
+++ b/lib/lkn/core/specs/helper.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 TypedElement do
@moduledoc false