From 9c68a1c1ae5da9415e974d75716113d5784652ea Mon Sep 17 00:00:00 2001 From: lthms Date: Fri, 29 Dec 2017 13:39:53 +0000 Subject: chore: Add one last missing license header --- lib/lkn/core/specs.ex | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 +# +# 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.Specs do @moduledoc false -- cgit v1.2.3