From c2772b39f2f6589d23e01769b164dc13c270a85a Mon Sep 17 00:00:00 2001 From: lthms Date: Thu, 28 Dec 2017 21:53:30 +0000 Subject: license: Add some missing license header Fixes: #10 --- lib/lkn/core/map.ex | 17 +++++++++++++++++ lib/lkn/core/puppet.ex | 17 +++++++++++++++++ lib/lkn/core/specs/helper.ex | 17 +++++++++++++++++ 3 files changed, 51 insertions(+) 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 +# +# 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 . +# 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 +# +# 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 . +# 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 +# +# 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 . +# defmodule TypedElement do @moduledoc false -- cgit v1.2.3